2004-05-14 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * corlib.dll.sources: Added System/__ComObject.cs to the build.
4
5 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * corlib_test.dll.sources: added BinderTests.cs
8
9 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
10
11         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
12
13 2004-05-11  Jackson Harper  <jackson@ximian.com>
14
15         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
16         the mono path, so it works on Windows.
17         
18 2004-05-10  Raja R Harinath  <rharinath@novell.com>
19
20         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
21
22 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * Makefile: build NUnit if the dll is not found when running
25         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
26         to compile them.
27
28 2004-05-07  Raja R Harinath  <rharinath@novell.com>
29
30         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
31         System.Xml.dll from 'default' profile build.
32         ($(gmcs)): Always go to 'gmcs' directory.
33
34 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
35
36         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
37         ToBaseTransformTest, TripleDESTest unit tests to the build.
38
39 2004-05-07  Nick Drochak <ndrochak@gol.com>
40
41         * Makefile (plattest_flags): Add /unsafe.
42
43 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
44
45         * corlib.dll.sources: Added Base64Constants to the build.
46         Added SHAConstants to the build.
47
48 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
49
50         * Makefile (test_flags): Add /unsafe.
51
52 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
53         
54         * corlib.dll.sources: Added Assembly/Consts.cs.
55                 
56 2004-04-30  Jackson Harper  <jackson@ximian.com>
57
58         * Makefile: Add dependancies.
59         
60 2004-04-29  Jackson Harper  <jackson@ximian.com>
61
62         * Makefile: net_2_0 corlib goes to a special place.
63         
64 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
67         X509StoreManager, X509Stores, BasicConstraintsExtension, 
68         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
69         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
70         build.
71
72 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
73
74         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
75
76 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
77
78         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
79
80         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
81
82 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
83
84         * Makefile: Fix tests with new directory structure.
85
86 2004-04-26  Jackson Harper  <jackson@ximian.com>
87
88         * Makefile: Use profile dependant directory.
89         
90 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * corlib_test.dll.sources: Added DESTest.cs.
93
94 2004-04-22  Martin Baulig  <martin@ximian.com>
95
96         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
97
98 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
99
100         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
101
102 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
103
104         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
105
106 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
107         
108         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
109                 
110 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
113
114 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
115
116         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
117
118 2004-03-11  Martin Baulig  <martin@ximian.com>
119
120         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
121         and System.Collections.Generic.Stack.cs.
122
123 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * Makefile, corlib.dll.win32-excludes : 
126           now csc build includes SecurityPermissionAttribute.cs.
127
128 2004-03-09  Jackson Harper  <jackson@ximian.com>
129
130         * corlib_test.dll.sources: Add new test cases to the build.
131         
132 2004-03-03  Jackson Harper <jackson@ximian.com>
133
134         * corlib.dll.sources: Add new registry files to the build.
135         
136 2004-02-20  Jackson Harper  <jackson@ximian.com>
137
138         * corlib.dll.sources: Add LockQueue.cs to build.
139         
140 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
141
142         * corlib_test.dll.sources : Added CharCategoryTest.cs
143
144 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
145         
146         * corlib.dll.sources: Added 
147                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
148
149 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
150
151     * Mono.Security.Cryptography/PKCS1.cs:
152
153         - Added little change for allow the class to be used with
154         hash implementations that doesn't have an oid like the MD5SHA1 hash.
155
156 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
157
158         * corlib.dll.sources: Moved SymmetricTransform class from System.
159         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
160         Cryptography.
161
162 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
163
164         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
165         Security.Cryptography namespace, to the build.
166         * corlib_test.dll.sources: Added AppDomain unit tests in System.
167         Some tests are currently ignored because they produce lots of GC
168         Warning failures but they seems to work (nunit finishes).
169
170 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
171
172         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
173         tests in System.Security.Policy namespace.
174
175 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
176
177         * corlib_test.dll.sources: Added SecurityException unit tests in
178         System.Security namespace.
179
180 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
181
182         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
183         System.Security namespace. Added CodeGroup related and PolicyLevel
184         unit tests to System.Security.Policy.
185
186 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
187
188         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
189
190 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
191
192         * corlib_test.dll.sources: Added SecurityManager unit tests in
193         in System.Security namespace.
194
195 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
196
197         * corlib.dll.sources: Added SiteMembershipCondition to 
198         System.Security.Policy namespace.
199         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
200         unit tests in System.Security.Policy namespace.
201
202 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
203
204         * corlib.dll.sources: Added many (long time) missing classes in the
205         System.Security.Policy namespace.
206
207 2004-01-01  Nick Drochak  <ndrochak@gol.com>
208
209         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
210         * corlib.dll.sources. Add PermissionRequestEvidence.cs
211
212 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
213
214         * corlib_test.dll.sources: Added new unit tests to System.Security.
215         Permissions and System.Security.Principal.
216
217 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
218
219         * corlib.dll.sources: Added WindowsPrincipal to build.
220
221 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
222
223         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
224         using CryptoAPI.
225
226 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
227
228         * DateTime.cs: Be sure that the array access is not out of range
229         when looking for ArgumentOutOfRangeException in the year value.
230
231 2003-12-08  Peter Williams  <peter@newton.cx>
232
233         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
234         Fixes build on OS X.
235
236 2003-12-04  Martin Baulig  <martin@ximian.com>
237
238         * corlib.dll.sources: Added System.Collections.Generic.
239
240 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
241
242         * corlib.dll.sources: Added file:
243                 System.Runtime.InteropServices.DispatchWrapper.cs
244
245 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
246
247         * corlib.dll.sources: Added 
248                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
249         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
250
251 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
252
253         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
254
255 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
256
257         * corlib_test.dll.sources: Added some test files:
258                 System.Runtime.Remoting/ContextTest.cs
259                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
260
261 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
262
263         * corlib.dll.sources: Added some files:
264                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
265                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
266                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
267
268 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
269
270         * corlib.dll.sources: Added already existing, but not added delegate
271                 Added various classes in System.InteropServices
272
273 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
274
275         * corlib.dll.sources: Added some files:
276                 System.Runtime.Serialization.Formatter.cs
277                 System.Runtime.Serialization.Formatters/InternalRM.cs
278                 System.Runtime.Serialization.Formatters/InternalST.cs
279                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
280
281 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
282
283         * corlib.dll.sources: Added some files:
284                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
285                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
286         
287 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
288
289         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
290         
291 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
292
293         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
294
295 2003-11-12 Jackson Harper <jackson@ximian.com>
296
297         * Makefile: corlib is now named mscorlib.
298
299 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
300
301         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
302         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
303
304 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
305
306         * corlib.dll.sources: Added classes StrongName to support StrongNames.
307
308 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
309
310         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
311
312 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
313
314         * corlib.dll.sources: Added classes for Authenticode support.
315         * corlib_test.dll.sources: Added unit test for SPC certificates.
316
317 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
318
319         * corlib_test.dll.sources: Remove tests that generate compile
320         errors. The tests are still there but its name is rmoved here.
321
322 2003-09-24    <cesar@ciencias.unam.mx>
323
324         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
325
326 2003-08-20  Duncan Mak  <duncan@ximian.com>
327
328         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
329
330 2003-08-19 Nick Drochak <ndrochak@gol.com>
331
332         * Makefile: Turn on debug for the corlib tests on .NET.
333
334 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
335
336         * corlib.dll.sources: added quite some files
337
338 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
339
340         * corlib.dll.sources: added/removed Locale.cs
341
342 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
343
344         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
345
346 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
347
348         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
349
350 2003-07-24  Peter Williams  <peter@newton.cx>
351
352         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
353         corlib test library built against the platform corlib. This
354         lets us test our corlib tests. On a non-mono-native platform
355         (Windows) we run those tests only; on a mono-native platform, we
356         run the full corlib test suite on our own tests.
357         (clean-local): Forgot $(plattestlib).
358
359         * corlib_plattest.dll.excludes: Add this. (The result of
360         'grep Mono corlib_test.dll.sources')
361
362         * corlib_test.dll.sources: Extraneous newline was messing things
363         up.
364         
365 2003-07-23  Ravi Pratap  <ravi@ximian.com>
366
367         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
368         from Paolo in response to bug #45993.
369
370 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
371
372         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
373
374 2003-07-20  Peter Williams  <peter@newton.cx>
375
376         * Makefile: Add in corlib_res.dll, which we use as a basis
377         for tests on non-linux platforms. Nearly identical rules to
378         corlib_cmp: corlib - some files that cause the MS runtime to
379         barf.
380
381         * corlib_res.dll.excludes: Added.
382
383 2003-07-20  Peter Williams  <peter@newton.cx>
384
385         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
386
387 2003-07-18  Peter Williams  <peter@newton.cx>
388
389         * Makefile (dist-local): The fancy shell script was neat, but
390         ultimately unnecessary and counterproductive. Alas.
391
392 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
393
394         * corlib.dll.sources:
395         * unix.args: AssemblyInfo.cs added
396
397 2003-07-17  Peter Williams  <peter@newton.cx>
398
399         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
400         which sort of makes sense and is needed on Windows too.
401         ($(corlib)): same.
402         $(cmplib): Don't include the makefrag to save the Windows build and some
403         time.
404
405 2003-07-16  Peter Williams  <peter@newton.cx>
406
407         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
408         portability fixes.
409         (all-local): Don't build $(cmplib) by default, it's not something
410         most people need, and the build is broken on Windows right now anyway.
411
412 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
413
414         * unix.args: Fix UNIX build.
415
416 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
417
418         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
419         Runtime.InteropServices.TypeLibVersionAttribute.cs
420
421 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
422
423         * unix.args: Added SecurityParser.cs to Mono.Xml
424
425 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
426
427         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
428         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
429         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
430         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
431
432 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
433
434         * unix.args: added System.Runtime.Remoting/SoapServices.cs
435
436 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
437
438         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
439         RSAManaged.cs
440
441 2003-05-29  Nick Drochak <ndrochak@gol.com>
442
443         * makefile.gnu: turn on debug since it works again.
444
445 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
446
447         * unix.args: added System.Security/
448         AllowPartiallyTrustedCallersAttribute.cs
449
450 2003-04-05  Nick Drochak  <ndrochak@gol.com>
451
452         * makefile.gnu: revert. debugger support not installed by default in mcs
453
454 2003-04-05  Nick Drochak  <ndrochak@gol.com>
455
456         * makefile.gnu: compile with debug.
457
458 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
459
460         * unix.args: added SEHException.
461
462 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
463
464         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
465         * Updated unix.args with the stubs
466
467 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
468         
469         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
470
471 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
472
473         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
474
475 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
476
477         * unix.args: Added "System.FloatingPointFormatter.cs".
478
479 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
480
481         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
482
483 2003-03-03  Tim Coleman <tim@timcoleman.com>
484         * unix.args: Added
485                 System.Runtime.InteropServices/HandleRef.cs
486
487 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
488
489         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
490
491
492 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
493
494         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
495                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
496                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
497
498 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
499
500         * unix.args: added ModuleResolveEventHandler.cs
501
502 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
503
504         * unix.args: added 
505                 System.Runtime.Remoting/EnvoyInfo.cs
506                 System.Runtime.Remoting.Activation/ActivationServices.cs
507                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
508                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
509                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
510                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
511                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
512                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
513                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
514
515 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
516
517         * unix.args: added MACAlgorithm and HMACAlgorithm.
518
519 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
520
521         * unix.args: Move some class from System.Security.Cryptography
522           into Mono.* for easier reuse.
523
524 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
525
526         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
527
528 2003-02-03  Patrik Torstensson
529
530         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
531           check if we need the libs and if they still are correct.
532
533 2003-02-03  Patrik Torstensson
534
535         * unix.args: added CADMessages.cs
536
537 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
538
539         * unix.args: added RemoteActivator.cs.
540
541 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
542
543         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
544                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
545                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
546                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
547
548 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
549
550         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
551           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
552
553 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
554
555         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
556           System.IO.IsolatedStorage
557
558
559 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
560         * unix.args: Added System/DelegateSerializationHolder.cs, 
561           System/UnitySerializationHolder.cs,
562           System.Runtime.Serialization/ObjectManager.cs,
563           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
564       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
565           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
566
567 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
568
569         * unix.args: added COMException.cs in System.Runtime.InteropServices
570
571 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
572
573         * unix.args: added System.Diagnostics.Process.cs 
574
575 2002-12-28  Duncan Mak  <duncan@ximian.com>
576
577         * unix.args (ASN1.cs): Sebastien forgot to include this file.
578
579 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
580
581         * unix.args: added CryptoTools.cs file.
582
583 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
584
585         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
586         and StrongNameIdentityPermission.cs files.
587
588 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
589
590         * unix.args: added PublisherIdentityPermission.cs,
591         Publisher.cs and PublisherMembershipCondition.cs
592
593 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
594         
595         * updated .build file(s) to correctly contain required buildfile 
596           attribute for nant
597
598 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
599
600         * unix.args: added missing files from System.Security.Cryptography
601         namespace.
602
603 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
604
605         * unix.args: added missing files from System.Security.Cryptography
606         namespace.
607
608 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
609
610         * corlib.build: Removed all excluded cryptographic source code as the
611         cyclic dependency was removed (well commented)
612
613 2002-10-11  Duncan Mak  <duncan@ximian.com>
614
615         * unix.args: Added System.Security.Cryptography.CryptoConfig.
616
617 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
618
619         * Mono/Runtime.cs: New file.
620
621 2002-10-05  Andrew Birkett  <andy@nobugs.org>
622
623         * unix.args: Added System.Security.Cryptography.RC2
624
625 2002-09-12  Dick Porter  <dick@ximian.com>
626
627         * unix.args: Add System.Globalization.SortKey,
628         System.Globalization.StringInfo and
629         System.Globalizaton.TextElementEnumerator
630         
631 2002-09-12  Dick Porter  <dick@ximian.com>
632
633         * unix.args: Add System.ArgIterator and System.TypedReference
634
635         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
636         corcompare showed as missing) causes a SecurityException in
637         corcompare, so exclude Decimal from the corlib_cmp build.
638
639 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
640
641         * unix.args: added a couple of new files in System.Security.Principal.
642
643 2002-08-15  Tim Coleman <tim@timcoleman.com>
644         * unix.args: 
645                 Add System.Globalization/TextInfo.cs
646                 Add System.Runtime.Serialization/FormatterConverter.cs
647
648 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
649
650         * unix.args: added new files from System.Runtime.Remoting.Channels.
651
652 2002-07-31  Duncan Mak  <duncan@ximian.com>
653
654         * unix.args: Added interfaces and enumerations from
655         System.Runtime.Remoting.Channels. 
656
657 2002-07-31  Duncan Mak  <duncan@ximian.com>
658
659         * unix.args: Added new classes in
660         System.Runtime.Remoting.Contexts.
661         
662
663 2002-07-31  Duncan Mak  <duncan@ximian.com>
664
665         * unix.args: Added new Exceptions, Interfaces and various
666         TypeEntries from System.Runtime.Remoting.
667
668 2002-07-29  Martin Baulig  <martin@gnome.org>
669
670         * list: Removed, this isn't used anymore and people are already
671         getting confused which file to use.
672
673 2002-07-24  Duncan Mak  <duncan@ximian.com>
674
675         * unix.args: Added files from Remoting.Lifetime and
676         Remoting.Metadata.
677
678         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
679         and System.Runtime.Remoting.Proxies to their own ChangeLog.
680
681 2002-07-23  Duncan Mak  <duncan@ximian.com>
682
683         * list: 
684         * unix.args: Added new Attributes in
685         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
686
687 2002-07-22  Tim Coleman <tim@timcoleman.com>
688         * list:
689         * unix.args:
690                 Added System.Security.Permission/ReflectionPermission.cs and
691                 System.Security.Permission/EnvironmentPermission.cs and
692
693 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
694
695         * list:
696         * unix.args: added IObjectHandle.cs.
697
698 2002-06-20  Martin Baulig  <martin@gnome.org>
699
700         * unix.args: New file.  This is a mcs response file to compile
701         corlib on GNU/Linux (which doesn't work yet).
702
703 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
704
705         * System/Delegate.cs: Implemented Remove()
706         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
707         done. Plus a fix for Equals().
708         * Test/System/MulticastDelegate.cs: Added. Should reflect above
709         changes.
710         
711 2002-04-27  Martin Baulig  <martin@gnome.org>
712
713         * corlib.build: Added new "mcs-build" target to compile corlib
714         with mcs. This doesn't work yet - it's just to test mcs to find
715         and fix the remaining bugs.
716
717 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
718
719         * corlib.build: removed seperate windows/linux builds. excluded
720         wrapper and PAL classes from all builds.
721
722 2002-03-03  Nick Drochak  <ndrochak@gol.com>
723
724         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
725         that were preventing the tests from running on Windows.
726
727 2002-01-25  Mark Crichton  <crichton@gimp.org>
728
729         * System.Security.Cryptography/RijndaelManaged.cs: added
730         
731         * System.Security.Cryptography/Rijndael.cs: changed constructor
732         to set default values.  Hopefully I did it correctly.
733
734 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
735
736         * Unix/Errno.cs: Added
737
738         * Unix/Wrapper.cs: Updated to new Wrapper
739
740 2002-01-19  Nick Drochak  <ndrochak@gol.com>
741         
742         * corlib.build: exclude Delegate from corlib_cmp.
743
744 2002-01-09  Nick Drochak  <ndrochak@gol.com>
745
746         * corlib.build: Exclude Security Attribute classes that need mcs
747         magic to get them to compile.
748
749 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
750         * corlib.build: Removed <excludes> for System.Resources
751
752 2002-01-05  Nick Drochak  <ndrochak@gol.com>
753
754         * corlib.build: Have the clean target remove any .pdb files that
755         might be around if we compiled with debug on.
756
757 2002-01-05  Nick Drochak  <ndrochak@gol.com>
758
759         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
760         as corlib.dll without Object and ValueType.  It is used by 
761         /mcs/tools/corcompare.exe to compare with mscorlib.
762
763 2002-01-03  Nick Drochak  <ndrochak@gol.com>
764
765         * corlib.build: Put the linux target at the top.  I keep changing the 
766         build for windows 'cause it's at the top.  Then when I do make, nothing
767         changes.  It seems like it always takes me half a day to remember
768         that the linux target comes second.  Old age I guess.
769
770         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
771
772 2002-01-02  Nick Drochak  <ndrochak@gol.com>
773
774         * corlib.build: Removed "exclude CodeAccessPermission.cs"
775
776 2001-12-11  Duncan Mak  <duncan@ximian.com>
777
778         * ChangeLog: Added "System.Resources" to the exclude list.
779
780 2001-12-05  Nick Drochak <ndrochak@gol.com>
781
782         * ChangeLog: Add the change log to this directory
783
784         * 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'.
785