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