2003-07-23 Ravi Pratap <ravi@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
1 2003-07-23  Ravi Pratap  <ravi@ximian.com>
2
3         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
4         from Paolo in response to bug #45993.
5
6 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
7
8         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
9
10 2003-07-20  Peter Williams  <peter@newton.cx>
11
12         * Makefile: Add in corlib_res.dll, which we use as a basis
13         for tests on non-linux platforms. Nearly identical rules to
14         corlib_cmp: corlib - some files that cause the MS runtime to
15         barf.
16
17         * corlib_res.dll.excludes: Added.
18
19 2003-07-20  Peter Williams  <peter@newton.cx>
20
21         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
22
23 2003-07-18  Peter Williams  <peter@newton.cx>
24
25         * Makefile (dist-local): The fancy shell script was neat, but
26         ultimately unnecessary and counterproductive. Alas.
27
28 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
29
30         * corlib.dll.sources:
31         * unix.args: AssemblyInfo.cs added
32
33 2003-07-17  Peter Williams  <peter@newton.cx>
34
35         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
36         which sort of makes sense and is needed on Windows too.
37         ($(corlib)): same.
38         $(cmplib): Don't include the makefrag to save the Windows build and some
39         time.
40
41 2003-07-16  Peter Williams  <peter@newton.cx>
42
43         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
44         portability fixes.
45         (all-local): Don't build $(cmplib) by default, it's not something
46         most people need, and the build is broken on Windows right now anyway.
47
48 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
49
50         * unix.args: Fix UNIX build.
51
52 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
53
54         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
55         Runtime.InteropServices.TypeLibVersionAttribute.cs
56
57 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
58
59         * unix.args: Added SecurityParser.cs to Mono.Xml
60
61 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
62
63         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
64         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
65         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
66         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
67
68 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
69
70         * unix.args: added System.Runtime.Remoting/SoapServices.cs
71
72 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
73
74         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
75         RSAManaged.cs
76
77 2003-05-29  Nick Drochak <ndrochak@gol.com>
78
79         * makefile.gnu: turn on debug since it works again.
80
81 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
82
83         * unix.args: added System.Security/
84         AllowPartiallyTrustedCallersAttribute.cs
85
86 2003-04-05  Nick Drochak  <ndrochak@gol.com>
87
88         * makefile.gnu: revert. debugger support not installed by default in mcs
89
90 2003-04-05  Nick Drochak  <ndrochak@gol.com>
91
92         * makefile.gnu: compile with debug.
93
94 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
95
96         * unix.args: added SEHException.
97
98 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
99
100         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
101         * Updated unix.args with the stubs
102
103 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
104         
105         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
106
107 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
108
109         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
110
111 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
112
113         * unix.args: Added "System.FloatingPointFormatter.cs".
114
115 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
116
117         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
118
119 2003-03-03  Tim Coleman <tim@timcoleman.com>
120         * unix.args: Added
121                 System.Runtime.InteropServices/HandleRef.cs
122
123 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
124
125         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
126
127
128 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
129
130         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
131                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
132                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
133
134 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
135
136         * unix.args: added ModuleResolveEventHandler.cs
137
138 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
139
140         * unix.args: added 
141                 System.Runtime.Remoting/EnvoyInfo.cs
142                 System.Runtime.Remoting.Activation/ActivationServices.cs
143                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
144                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
145                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
146                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
147                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
148                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
149                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
150
151 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
152
153         * unix.args: added MACAlgorithm and HMACAlgorithm.
154
155 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
156
157         * unix.args: Move some class from System.Security.Cryptography
158           into Mono.* for easier reuse.
159
160 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
161
162         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
163
164 2003-02-03  Patrik Torstensson
165
166         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
167           check if we need the libs and if they still are correct.
168
169 2003-02-03  Patrik Torstensson
170
171         * unix.args: added CADMessages.cs
172
173 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
174
175         * unix.args: added RemoteActivator.cs.
176
177 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
178
179         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
180                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
181                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
182                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
183
184 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
185
186         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
187           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
188
189 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
190
191         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
192           System.IO.IsolatedStorage
193
194
195 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
196         * unix.args: Added System/DelegateSerializationHolder.cs, 
197           System/UnitySerializationHolder.cs,
198           System.Runtime.Serialization/ObjectManager.cs,
199           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
200       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
201           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
202
203 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
204
205         * unix.args: added COMException.cs in System.Runtime.InteropServices
206
207 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
208
209         * unix.args: added System.Diagnostics.Process.cs 
210
211 2002-12-28  Duncan Mak  <duncan@ximian.com>
212
213         * unix.args (ASN1.cs): Sebastien forgot to include this file.
214
215 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
216
217         * unix.args: added CryptoTools.cs file.
218
219 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
220
221         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
222         and StrongNameIdentityPermission.cs files.
223
224 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
225
226         * unix.args: added PublisherIdentityPermission.cs,
227         Publisher.cs and PublisherMembershipCondition.cs
228
229 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
230         
231         * updated .build file(s) to correctly contain required buildfile 
232           attribute for nant
233
234 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
235
236         * unix.args: added missing files from System.Security.Cryptography
237         namespace.
238
239 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
240
241         * unix.args: added missing files from System.Security.Cryptography
242         namespace.
243
244 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
245
246         * corlib.build: Removed all excluded cryptographic source code as the
247         cyclic dependency was removed (well commented)
248
249 2002-10-11  Duncan Mak  <duncan@ximian.com>
250
251         * unix.args: Added System.Security.Cryptography.CryptoConfig.
252
253 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
254
255         * Mono/Runtime.cs: New file.
256
257 2002-10-05  Andrew Birkett  <andy@nobugs.org>
258
259         * unix.args: Added System.Security.Cryptography.RC2
260
261 2002-09-12  Dick Porter  <dick@ximian.com>
262
263         * unix.args: Add System.Globalization.SortKey,
264         System.Globalization.StringInfo and
265         System.Globalizaton.TextElementEnumerator
266         
267 2002-09-12  Dick Porter  <dick@ximian.com>
268
269         * unix.args: Add System.ArgIterator and System.TypedReference
270
271         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
272         corcompare showed as missing) causes a SecurityException in
273         corcompare, so exclude Decimal from the corlib_cmp build.
274
275 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
276
277         * unix.args: added a couple of new files in System.Security.Principal.
278
279 2002-08-15  Tim Coleman <tim@timcoleman.com>
280         * unix.args: 
281                 Add System.Globalization/TextInfo.cs
282                 Add System.Runtime.Serialization/FormatterConverter.cs
283
284 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
285
286         * unix.args: added new files from System.Runtime.Remoting.Channels.
287
288 2002-07-31  Duncan Mak  <duncan@ximian.com>
289
290         * unix.args: Added interfaces and enumerations from
291         System.Runtime.Remoting.Channels. 
292
293 2002-07-31  Duncan Mak  <duncan@ximian.com>
294
295         * unix.args: Added new classes in
296         System.Runtime.Remoting.Contexts.
297         
298
299 2002-07-31  Duncan Mak  <duncan@ximian.com>
300
301         * unix.args: Added new Exceptions, Interfaces and various
302         TypeEntries from System.Runtime.Remoting.
303
304 2002-07-29  Martin Baulig  <martin@gnome.org>
305
306         * list: Removed, this isn't used anymore and people are already
307         getting confused which file to use.
308
309 2002-07-24  Duncan Mak  <duncan@ximian.com>
310
311         * unix.args: Added files from Remoting.Lifetime and
312         Remoting.Metadata.
313
314         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
315         and System.Runtime.Remoting.Proxies to their own ChangeLog.
316
317 2002-07-23  Duncan Mak  <duncan@ximian.com>
318
319         * list: 
320         * unix.args: Added new Attributes in
321         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
322
323 2002-07-22  Tim Coleman <tim@timcoleman.com>
324         * list:
325         * unix.args:
326                 Added System.Security.Permission/ReflectionPermission.cs and
327                 System.Security.Permission/EnvironmentPermission.cs and
328
329 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
330
331         * list:
332         * unix.args: added IObjectHandle.cs.
333
334 2002-06-20  Martin Baulig  <martin@gnome.org>
335
336         * unix.args: New file.  This is a mcs response file to compile
337         corlib on GNU/Linux (which doesn't work yet).
338
339 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
340
341         * System/Delegate.cs: Implemented Remove()
342         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
343         done. Plus a fix for Equals().
344         * Test/System/MulticastDelegate.cs: Added. Should reflect above
345         changes.
346         
347 2002-04-27  Martin Baulig  <martin@gnome.org>
348
349         * corlib.build: Added new "mcs-build" target to compile corlib
350         with mcs. This doesn't work yet - it's just to test mcs to find
351         and fix the remaining bugs.
352
353 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
354
355         * corlib.build: removed seperate windows/linux builds. excluded
356         wrapper and PAL classes from all builds.
357
358 2002-03-03  Nick Drochak  <ndrochak@gol.com>
359
360         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
361         that were preventing the tests from running on Windows.
362
363 2002-01-25  Mark Crichton  <crichton@gimp.org>
364
365         * System.Security.Cryptography/RijndaelManaged.cs: added
366         
367         * System.Security.Cryptography/Rijndael.cs: changed constructor
368         to set default values.  Hopefully I did it correctly.
369
370 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
371
372         * Unix/Errno.cs: Added
373
374         * Unix/Wrapper.cs: Updated to new Wrapper
375
376 2002-01-19  Nick Drochak  <ndrochak@gol.com>
377         
378         * corlib.build: exclude Delegate from corlib_cmp.
379
380 2002-01-09  Nick Drochak  <ndrochak@gol.com>
381
382         * corlib.build: Exclude Security Attribute classes that need mcs
383         magic to get them to compile.
384
385 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
386         * corlib.build: Removed <excludes> for System.Resources
387
388 2002-01-05  Nick Drochak  <ndrochak@gol.com>
389
390         * corlib.build: Have the clean target remove any .pdb files that
391         might be around if we compiled with debug on.
392
393 2002-01-05  Nick Drochak  <ndrochak@gol.com>
394
395         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
396         as corlib.dll without Object and ValueType.  It is used by 
397         /mcs/tools/corcompare.exe to compare with mscorlib.
398
399 2002-01-03  Nick Drochak  <ndrochak@gol.com>
400
401         * corlib.build: Put the linux target at the top.  I keep changing the 
402         build for windows 'cause it's at the top.  Then when I do make, nothing
403         changes.  It seems like it always takes me half a day to remember
404         that the linux target comes second.  Old age I guess.
405
406         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
407
408 2002-01-02  Nick Drochak  <ndrochak@gol.com>
409
410         * corlib.build: Removed "exclude CodeAccessPermission.cs"
411
412 2001-12-11  Duncan Mak  <duncan@ximian.com>
413
414         * ChangeLog: Added "System.Resources" to the exclude list.
415
416 2001-12-05  Nick Drochak <ndrochak@gol.com>
417
418         * ChangeLog: Add the change log to this directory
419
420         * corlib.build: Add dependancy on linux target to test target. Need to have the dll before we can test it, right?  Plus is encourages other to try 'make test'.
421