ca4868dd7ff37c1d029a134550f292fc794c69e9
[mono.git] / mcs / class / corlib / ChangeLog
1 2005-05-22  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * corlib.dll.sources: Renamed CER to Cer to match 2.0 beta2.
4
5 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
6
7         * corlib_test.dll.sources: Added new CAS tests for System.IO.Stream.
8
9 2005-05-15  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
10
11         * corlib.dll.sources: added various files for System.Runtime.InteropServices
12
13 2005-05-13  Atsushi Enomoto  <atsushi@ximian.com>
14
15         * corlib_test.dll.sources,
16           corlib.dll.sources: generic Queue.cs and Stack.cs are now in System.
17
18 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
19
20         * corlib.dll.sources: replaced MiniParser.cs with SmallXmlParser.cs.
21
22 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * corlib.dll.sources: Removed SecurityContextSwitcher from build.
25         * corlib_test.dll.sources: Added existing CAS unit tests not yet part
26         of the build.
27
28 2005-05-09  Raja R Harinath  <rharinath@novell.com>
29
30         * Makefile (TEST_COMPILE): Set MONO_PATH.
31
32 2005-04-27  Sebastien Pouliot  <sebastien@ximian.com>
33
34         * corlib.dll.sources: Added new classes in System.Security and some
35         support classes for X509Certificate (imported from Mono.Security.dll).
36
37 2005-04-26  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * corlib_test.dll.sources: Added unit tests for System.Security.Policy.
40         ApplicationTrust class.
41
42 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * corlib.dll.sources: Do not include "old removed 2.0" (wrt beta2) in
45         the mscorlib.dll compilation. The file should be deleted later (if 
46         they do not reappear or are required as internal).
47         * corlib_test.dll.sources: Removed unit tests for classes removed in 
48         beta2.
49
50 2005-04-16  Atsushi Enomoto  <atsushi@ximian.com>
51
52         * corlib.dll.sources : added System.Text/NormalizationForm.cs.
53
54 2005-04-02  Ben Maurer  <bmaurer@ximian.com>
55
56         * corlib_test.dll.sources: Add new test.
57
58 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
59
60         * corlib_test.dll.sources : Added many new CAS unit tests to the build.
61
62 2005-03-23  Lluis Sanchez Gual  <lluis@ximian.com>
63
64         * corlib_test.dll.sources: Added new serialization test.
65
66 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
67
68         * corlib_test.dll.sources : Added new CAS unit tests BadImageFormat
69         Exception, IsolatedStorageFile and IsolatedStorageFileStream.
70
71 2005-03-23  Kazuki Oikawa  <kazuki@panicode.com>
72
73         * corlib.dll.sources: Added _ConstructorInfo, _EventInfo,
74         _FieldInfo, _MemberInfo, _MethodBase, _MethodInfo, _PropertyInfo,
75         _Type, BStrWrapper, ComDefaultInterfaceAttribute, ComObjectInUseException,
76         CriticalHandle, DefaultCharSetAttribute, ExposeAsClassToComAttribute,
77         RegistrationClassContext, RegistrationConnectionType
78
79 2005-03-02  Chris Toshok  <toshok@ximian.com>
80
81         * corlib.dll.sources: add DebuggerBrowsableState,
82         DebuggerBrowsableAttribute, DebuggerDisplayAttribute, and
83         DebuggerTypeProxyAttribute.
84
85 2005-02-26  Kazuki Oikawa  <kazuki@panicode.com>
86
87         * corlib.dll.sources: Removed DoubleFormatter and SingleFormatter.
88         Added System.Runtime.InteropServices.ComTypes
89
90 2005-02-24  Sebastien Pouliot  <sebastien@ximian.com>
91
92         * corlib_test.dll.sources : Added new 2.0 unit tests for X.509 
93         certificates in System.Security.Cryptography.X509Certificates/
94         X509Cert20Test.cs to the build.
95
96 2005-02-21  Michal Moskal  <malekith@pld-linux.org>
97
98         * Makefile (LIBRARY_INSTALL_DIR): Define in terms of $(libdir).
99
100 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
101
102         * corlib_test.dll.sources: Add System.Threading.InterlockedTest.cs.
103
104 2005-02-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
105
106         * corlib.dll.sources: added WindowsConsoleDriver.cs
107
108 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
109
110         * corlib.dll.source: Added Microsoft.Win32.SafeHandles.SafeFileHandle,
111         removed IsolatedStorageInfo and added IsolatedStorageFileEnumerator to
112         the build.
113         * corlib_test.dll.sources : Added new unit tests for System.IO.
114         IsolatedStorage and new CAS (*.Cas.cs) tests to the build.
115
116 2005-01-31  Kazuki Oikawa <kazuki@panicode.com>
117
118         * Patch from Kazuki Oikawa <kazuki@panicode.com> that replaces the
119         old Integer and Floating point number string formatter with a new
120         formatter that is more compliant. 
121
122 2005-01-17  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * corlib.dll.sources : added CharUnicodeInfo.cs.
125
126 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
127
128         * corlib.dll.sources: Added System.Security.AccessControl/
129         CryptoKeySecurity.cs (2.0) to the build.
130
131 2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
132
133         * corlib_test.dll.sources : Added Test/System.Security/
134         HostSecurityManagerTest.cs and PermissionSetCollectionTest,cs
135         unit tests (2.0) to the build.
136
137 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
138
139         * corlib.dll.sources: Added System.Security/SecurityCriticalAttribute
140         and SecurityTransparentAttribute (2.0) to the build.
141
142 2005-01-05  Sebastien Pouliot  <sebastien@ximian.com>
143
144         * corlib.dll.sources: Removed System.Security.Permissions/
145         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs and
146         DataProtectionFlags.cs as they are now part of the System.Security
147         assembly.
148         * corlib_test.dll.sources : Removed Test/System.Security.Permissions/
149         DataProtectionPermissionAttributeTest.cs for the same reason.
150
151 2004-12-27  Ben Maurer  <bmaurer@ximian.com>
152
153         * corlib_test.dll.sources: Add s.col.gen.stack test
154
155 2004-12-23  Sebastien Pouliot  <sebastien@ximian.com>
156
157         * corlib.dll.sources: Removed System.Security.Cryptography/
158         ProtectedData.cs, ProtectedMemory.cs, DataProtectionScope.cs and
159         MemoryProtectionScope.cs as they are now part of the System.Security
160         assembly.
161         * corlib_test.dll.sources : Removed Test/System.Security.Cryptography/
162         ProtectedDataTest.cs and ProtectedMemoryTest.cs for the same reason.
163
164 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
165
166         * corlib.dll.sources: Added System.Security/SecurityFrame.cs to the build.
167
168 2004-12-06  Atsushi Enomoto  <atsushi@ximian.com>
169
170         * corlib_test.dll.sources : added TextWriterTest.cs.
171
172 2004-11-28  Zoltan Varga  <vargaz@freemail.hu>
173
174         * corlib.dll.sources: Added some missing 2.0 exception classes.
175
176 2004-11-19  Raja R Harinath  <rharinath@novell.com>
177
178         * Makefile (LIBRARY_COMPILE): Simplify.
179
180 2004-10-29  Raja R Harinath  <rharinath@novell.com>
181
182         * Makefile: Move support for building net_2_0_bootstrap libraries
183         to gmcs.
184
185 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
186
187         * corlib.dll.sources: Add more 2.0 classes under System.Runtime.InteropServices.
188
189         * corlib.dll.sources: Add new 2.0 classes under System.Runtime.InteropServices.
190
191 2004-09-29  Zoltan Varga  <vargaz@freemail.hu>
192
193         * corlib.dll.sources: Add System.Runtime.InteropServices/UnmanagedFunctionPointerAttribute.cs.
194
195 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
196
197         * corlib.dll.sources: Add more 2.0 System.Reflection classes.
198         
199         * corlib.dll.sources: Add some 2.0 System.Reflection classes.
200
201 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
202
203         * corlib_test.dll.sources: Add System.Reflection/FieldInfoTest.
204         
205         * corlib_test.dll.sources: Add System.Reflection/MethodInfoTest.
206
207 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
208
209         * corlib_test.dll.sources: Add System.Reflection/ParameterInfoTest.
210
211 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
212
213         * corlib.dll.sources: Add System.Reflection.ObfuscateAssemblyAttribute
214         and System.Reflection.ObfuscationAttribute.
215
216 2004-09-21  Raja R Harinath  <rharinath@novell.com>
217
218         * Makefile (net20bootstrapcorlib): Rename from net20bootstraplib.
219         Build 'mscorlib.dll' using the 'net_2_0_bootstrap' profile.
220         (net20bootstrapSystem): New.  Build 'System.dll' using the
221         'net_2_0_bootstrap' profile.
222         ($(gmcs)): Depend on both the above.
223         (CLEAN_FILES) [PROFILE=net_2_0]: Clean the 'net_2_0_bootstrap'
224         profile and 'gmcs' too.
225
226 2004-09-20  Gert Driesen <drieseng@users.sourceforge.net>
227
228         * corlib.dll.sources: Removed ReadOnlyCollections.cs and Collection.cs
229         from corlib System.Collections.Generics to System assembly
230
231 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
232
233         * corlib_test.dll.sources: Added System/ModuleHandleTest.
234
235         * corlib.dll.sources: Added System/ModuleHandle.
236
237 2004-09-14  Tim Coleman <tim@timcoleman.com>
238         * corlib.dll.sources: Added System.Security.Principal/TokenImpersonationLevel
239
240 2004-09-09  Tim Coleman <tim@timcoleman.com>
241         * corlib.dll.sources: Added System/Base64FormattingOptions.cs to the
242         build
243
244 2004-09-05  Marek Safar  <marek.safar@seznam.cz>
245
246         * corlib.dll.sources: 
247         Added System.Collections.Generic/Dictionary.cs to the build.
248
249 2004-09-03  Sebastien Pouliot  <sebastien@ximian.com>
250
251         * corlib_test.dll.sources: Added System.Security.Permissions/
252         RegistryPermissionTest.cs to unit tests.
253
254 2004-08-30  Sebastien Pouliot  <sebastien@ximian.com>
255
256         * corlib.dll.sources: Added Mono.Security/Uri.cs to the build.
257
258 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
259
260         * corlib.dll.sources: Added System.Security.Policy/
261         ApplicationSecurityManager.cs, ApplicationSecurityManagerCodeGroup.cs,
262         ApplicationTrustCollection.cs and ApplicationTrustEnumerator.cs for 
263         NET_2_0 profile.
264         * corlib_test.dll.sources: Added System.Security.Policy/
265         ApplicationDirectoryTest.cs, HashMembershipConditionTest.cs,
266         HashTest.cs and IBuiltInEvidenceTest.cs to unit tests.
267
268 2004-08-25  Nick Drochak <ndrochak@ieee.com>
269
270         * Makefile : Ignore tests that hang MS.NET.
271
272 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
273
274         * corlib.dll.sources: Added System.Security.Policy/
275         ApplicationMembershipCondition.cs, 
276         DomainApplicationMembershipCondition.cs,
277         MembershipConditionHelper.cs for NET_2_0 profile.
278         * corlib_test.dll.sources: Added System.Security.Policy/
279         AllMembershipConditionTest.cs,
280         ApplicationDirectoryMembershipConditionTest.cs,
281         ApplicationMembershipConditionTest.cs and
282         DomainApplicationMembershipConditionTest.cs to unit tests.
283
284 2004-08-23  Martin Baulig  <martin@ximian.com>
285
286         * Makefile: Add $(LIBRARY_FLAGS) to the $(net20bootstraplib)
287         compilation to get /nostdlib.
288
289 2004-08-20  Sebastien Pouliot  <sebastien@ximian.com>
290
291         * corlib_test.dll.sources: Added System.Security.Permissions/
292         SiteIdentityPermissionTest.cs and UrlIdentityPermissionTest.cs
293         to unit tests.
294
295 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
296
297         * corlib_test.dll.sources: Added System.Security.Permissions/
298         CodeAccessSecurityAttributeTest.cs,
299         DataProtectionPermissionAttributeTest.cs (NET_2_0),
300         HostProtectionAttributeTest.cs (NET_2_0), 
301         IsolatedStoragePermissionAttributeTest.cs and
302         KeyContainerPermissionAttributeTest.cs  (NET_2_0) to unit tests.
303
304 2004-08-19  Sebastien Pouliot  <sebastien@ximian.com>
305
306         * corlib_test.dll.sources: Added SecurityPermissionTest.cs to unit 
307         tests.
308
309 2004-08-18  Sebastien Pouliot  <sebastien@ximian.com>
310
311         * corlib_test.dll.sources: Added GacIdentityPermissionTest.cs and
312         GacIdentityPermissionAttributeTest.cs to unit tests. Added 
313         IsolatedStorageFilePermissionTest.cs.
314
315 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
316
317         * corlib_test.dll.sources: Added StrongNameIdentityPermissionTest.cs
318         to unit tests.
319
320 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
321
322         * corlib.dll.sources: Added System.Security.Permissions/
323         DataProtectionPermission.cs, DataProtectionPermissionAttribute.cs,
324         DataProtectionPermissionFlags.cs, HostProtectionAttribute.cs,
325         HostProtectionPermission.cs, KeyContainerPermission.cs,
326         KeyContainerPermissionAccessEntry.cs, 
327         KeyContainerPermissionAccessEntryCollection.cs,
328         KeyContainerPermissionAccessEntryEnumerator.cs
329         KeyContainerPermissionAttribute.cs and KeyContainerPermissionFlags.cs
330         to NET_2_0 profile.
331         * corlib_test.dll.sources: Added System.Security.Permissions/
332         IBuiltInPermissionTest.cs and UIPermissionTest.cs unit tests.
333
334 2004-08-12  Sebastien Pouliot  <sebastien@ximian.com>
335
336         * corlib.dll.sources: Added System.Runtime.ConstrainedExecution/
337         CER.cs, Consistency.cs, PrePrepareMethodAttribute.cs and
338         ReliabilityContractAttribute.cs. Added System.Threading/
339         ParameterizedThreadStart.cs. All for NET_2_0 profile.
340
341 2004-08-09  Marek Safar  <marek.safar@seznam.cz>
342
343         * corlib.dll.sources: Added System/EnvironmentVariableTarget.cs
344         for NET_2_0.
345
346 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
347
348         * corlib.dll.sources: Added System/ApplicationId.cs, 
349         System.Reflection/ImageFileMachine.cs and PortableExecutableKind.cs,
350         and System.Security.Policy/ApplicationSecurityInfo.cs for NET_2_0.
351         * corlib_test.dll.sources: Added System/ApplicationIdentityTest.cs and
352         ApplicationIdTest.cs unit tests for NET_2_0.
353
354 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
355
356         * corlib.dll.sources: Added System/AppDomainInitializer.cs,
357         AppDomainManager.cs, ApplicationActivator.cs and
358         DomainManagerInitializationFlags.cs. Added System.Threading/
359         HostExecutionContext.cs, HostExecutionContextManager.cs and
360         HostExecutionContextSwitcher.cs for NET_2_0.
361
362 2004-08-04  Sebastien Pouliot  <sebastien@ximian.com>
363
364         * corlib.dll.sources: Added System.Security.Permissions/
365         GacIdentityPermission.cs and GacIdentityPermissionAttribute.cs, and
366         System.Security.Policy/Gac.cs and GacMembershipCondition.cs to NET_2_0
367         * corlib_test.dll.sources: Added /Test/System.Security.Policy/
368         GacMembershipConditionTest.cs, GacTest.cs and
369         ZoneMembershipConditionTest.cs to unit tests.
370
371 2004-08-03  Sebastien Pouliot  <sebastien@ximian.com>
372
373         * corlib.dll.sources: Added PermissionSetCollection and SecureString
374         in System.Security. Moved CriticalFinalizerObject to System.Runtime.
375         ConstrainedExecution.
376         * corlib_test.dll.sources: Added /Test/System.Security.Permissions/
377         ZoneIdentityPermissionTest.cs to unit tests.
378
379 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
380
381         * Makefile: Use the new FRAMEWORK_VERSION variable to build the destination
382           path for mscorlib.
383
384 2004-07-27  Lluis Sanchez Gual  <lluis@novell.com>
385
386         * corlib.dll.sources: Added new files for NET_2_0 profile: 
387                 System.Threading/ExecutionContext.cs
388                 System.Threading/ExecutionContextSwitcher.cs
389                 System.Threading/SynchronizationContext.cs
390                 System.Threading/SynchronizationContextSwitcher.cs
391
392 2004-07-14  Sebastien Pouliot  <sebastien@ximian.com>
393
394         * corlib.dll.sources: Added new files for NET_2_0 profile: 
395                 System.Security/HostProtectionException.cs
396                 System.Security/HostSecurityManager.cs
397                 System.Security/HostSecurityManagerFlags.cs
398                 System.Security/SecurityContext.cs
399                 System.Security/SecurityContextSwitcher.cs
400                 System.Security.Permissions/HostProtectionResource.cs
401                 System.Threading/AsyncFlowControl.cs
402                 System.Threading/CompressedStackSwitcher.cs
403                 System.Threading/ContextCallback.cs
404
405 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
406
407         * corlib.dll.sources: Added new files for NET_2_0 profile: 
408                 System/ActivationContext.cs
409                 System/ApplicationIdentity.cs
410                 System/IApplicationDescription.cs
411                 System/IHostContext.cs
412                 System.Security.Policy/ApplicationDefaultCodeGroup.cs 
413                 System.Security.Policy/ApplicationInstallScope.cs 
414                 System.Security.Policy.Security.Policy/ApplicationTrust.cs 
415                 System.Security.Policy/ApplicationVersionMatch.cs 
416                 System.Security.Policy/CodeConnectAccess.cs 
417                 System.Security.Policy/CodeGroupGrantScope.cs 
418                 System.Security.Policy/IApplicationTrustManager.cs 
419                 System.Security.Policy/ITrustLicenseIssuerCollection.cs 
420                 System.Security.Policy/ITrustManager.cs 
421                 System.Security.Policy/ITrustManagerConfig.cs 
422                 System.Security.Policy/PromptingLevel.cs 
423                 System.Security.Policy/ProvideAssemblyEvidenceEventArgs.cs 
424                 System.Security.Policy/TrustLicenseIssuer.cs 
425                 System.Security.Policy/TrustManagerContext.cs
426                 System.Security.Policy/TrustManagerUIContext.cs 
427                 System.Security.Policy/TrustManagerZoneConfig.cs 
428
429 2004-07-10  Lluis Sanchez Gual <lluis@ximian.com>
430
431         * corlib.dll.sources: Added System.Threading.SendOrPostCallback.cs.
432
433 2004-07-07  Sebastien Pouliot  <sebastien@ximian.com>
434
435         * corlib.dll.sources: Added new files for NET_2_0: 
436                 System.Runtime.InteropServices/_Exception.cs
437                 System.Security.Cryptography/RijndaelManagedTransform.cs
438                 System.Security.Cryptography/RIPEMD160.cs
439                 System.Security.Cryptography/RIPEMD160Managed.cs
440                 System.Security.AccessControl/AccessControlActions.cs
441                 System.Security.Cryptography.X509Certificates/X509ContentType.cs
442                 System.Security.Cryptography.X509Certificates/X509KeyStorageFlags.cs
443         * corlib.dll.sources: Added new tests for CipherMode and 
444         CspProviderFlags.
445
446 2004-07-02  Raja R Harinath  <rharinath@novell.com>
447
448         * Makefile (LIBRARY_USE_INTERMEDIATE_FILE): Define.
449
450 2004-07-02  Raja R Harinath  <rharinath@novell.com>     
451
452         * Makefile ($(net20bootstrap_makefrag)): Build from net_2_0
453         profile response file.
454         (gmcs): Style update.
455
456 2004-06-14  Raja R Harinath  <rharinath@novell.com>
457
458         * Makefile (net20bootstrap_response): Remove.  This shouldn't
459         differ from $(response).
460         (post_process): Remove, now that PLATFORM_CHANGE_SEPARATOR_CMD is
461         unconditional.
462         ($(cmp_response),$(res_response)): Update.
463
464 2004-06-11  Raja R Harinath  <rharinath@novell.com>
465
466         * Makefile (TEST_COMPILE): Use internal mcs to compile the
467         platform testsuite too.
468
469 2004-06-11  Gert Driesen <drieseng@users.sourceforge.net>
470
471         * corlib_test.dll.sources: added EnumBuilderTest and 
472         FieldBuilderTest to the build
473
474 2004-06-11  Raja R Harinath  <rharinath@novell.com>
475
476         * corlib_plattest.dll.excludes: Remove contents.  Any file listed
477         here has also to be listed in corlib_test.dll.sources.
478
479         * Makefile: Rewrite to use library.make.  Do away with stampfiles.
480
481 2004-06-04  Atsushi Enomoto  <atsushi@ximian.com>
482
483         * Makefile : fixed incorrectly unified corlib-plattest in the
484           previous fix.
485
486 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
487
488         * Makefile : added run-test-ondotnet support.
489
490 2004-05-30  Martin Baulig  <martin@ximian.com>
491
492         * Makefile (net_2_0_dir): New variable; also use the correct
493         directory here.
494
495 2004-05-29  Gert Driesen  (drieseng@users.sourceforge.net)
496
497         * corlib.dll.sources: added SetWin32ContextInIDispatchAttribute
498         and VariantWrapper
499
500 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
501
502         * Makefile: changed case on nunit.framework.dll (lowercase)
503
504 2004-05-22  Todd Berman  <tberman@sevenl.net>
505
506         * corlib.dll.sources: added Mono/Runtime.cs
507         * Mono: added Mono directory back
508         * Mono/Runtime.cs: add back Runtime.cs, marked as internal, gnome#
509         needs it.
510
511 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
512
513         * corlib_test.dll.sources: Added IntPtrTest and UIntPtrTest to the 
514         build.
515
516 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
517
518         * corlib_test.dll.sources: Added SingleTest to the build.
519
520 2005-05-18  Gert Driesen (drieseng@users.sourceforge.net)
521
522         * corlib_test.dll.sources: added PropertyInfoTest
523
524 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
525
526         * corlib.dll.sources: removed obsolete Mono/Runtime.cs
527         * corlib_test.dll.sources: added BinderTests
528         * Mono: removed obsolete directory.
529         * Mono/ChangeLog: Removed file.
530         * Mono/Runtime.cs: Removed file.
531
532 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
533
534         * Makefile: install-local is verbose now.
535
536 2004-05-14  Sebastien Pouliot  <sebastien@ximian.com>
537
538         * corlib.dll.sources: Added System/__ComObject.cs to the build.
539
540 2004-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
541
542         * corlib_test.dll.sources: added BinderTests.cs
543
544 2004-05-12  Zoltan Varga  <vargaz@freemail.hu>
545
546         * corlib.dll.sources: Added System.Threading/CompressedStack.cs
547
548 2004-05-11  Jackson Harper  <jackson@ximian.com>
549
550         * Makefile: Use snazzy new PLATFORM_PATH_SEPARATOR when setting
551         the mono path, so it works on Windows.
552         
553 2004-05-10  Raja R Harinath  <rharinath@novell.com>
554
555         * Makefile (corlib_net_2_0_bootstrap): Remove extraneous copying.
556
557 2004-05-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
558
559         * Makefile: build NUnit if the dll is not found when running
560         'make test'. Use INTERNAL_MCS to build the tests as csc fails miserably
561         to compile them.
562
563 2004-05-07  Raja R Harinath  <rharinath@novell.com>
564
565         * Makefile (corlib_net_2_0_bootstrap): Copy System.dll and
566         System.Xml.dll from 'default' profile build.
567         ($(gmcs)): Always go to 'gmcs' directory.
568
569 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
570
571         * corlib_test.dll.sources: Added SymmetricAlgorithm2Test, 
572         ToBaseTransformTest, TripleDESTest unit tests to the build.
573
574 2004-05-07  Nick Drochak <ndrochak@gol.com>
575
576         * Makefile (plattest_flags): Add /unsafe.
577
578 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
579
580         * corlib.dll.sources: Added Base64Constants to the build.
581         Added SHAConstants to the build.
582
583 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
584
585         * Makefile (test_flags): Add /unsafe.
586
587 2004-05-03 Lluis Sanches Gual  <lluis@ximian.com>
588         
589         * corlib.dll.sources: Added Assembly/Consts.cs.
590                 
591 2004-04-30  Jackson Harper  <jackson@ximian.com>
592
593         * Makefile: Add dependancies.
594         
595 2004-04-29  Jackson Harper  <jackson@ximian.com>
596
597         * Makefile: net_2_0 corlib goes to a special place.
598         
599 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
600
601         * corlib.dll.sources: Added X509ChainStatusFlags, X509CRL, X509Store, 
602         X509StoreManager, X509Stores, BasicConstraintsExtension, 
603         KeyUsageExtension and SubjectKeyIdentifierExtension to the build.
604         Removed ITrustAnchors.cs, TestAnchors.cs and TrustAnchors from the 
605         build.
606
607 2004-04-28  Sebastien Pouliot  <sebastien@ximian.com>
608
609         * corlib_test.dll.sources: Added DESCryptoServiceProviderTest.cs.
610
611 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
612
613         * corlib.dll.sources: Added System.Reflection.Emit/MethodRental.cs.
614
615         * corlib_test.dll.sources: Added Test/System.Reflection.Emit/MethodRentalTest.cs.
616
617 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
618
619         * Makefile: Fix tests with new directory structure.
620
621 2004-04-26  Jackson Harper  <jackson@ximian.com>
622
623         * Makefile: Use profile dependant directory.
624         
625 2004-04-26  Sebastien Pouliot  <sebastien@ximian.com>
626
627         * corlib_test.dll.sources: Added DESTest.cs.
628
629 2004-04-22  Martin Baulig  <martin@ximian.com>
630
631         Use `#if NET_2_0 || BOOTSTRAP_2_0' for the generic reflection stuff.
632
633 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
634
635         * corlib_test.dll.sources: Added System.Threading/TimerTest.cs.
636
637 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
638
639         * corlib.dll.sources: Added Mono.Security/BitConverterLE.cs
640
641 2004-04-03 Lluis Sanches Gual  <lluis@ximian.com>
642         
643         * corlib_test.dll.sources: Added System.Threading/ReaderWriterLockTest.cs.
644                 
645 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
646
647         * corlib_test.dll.sources: Added System/EnvironmentTest.cs.
648
649 2004-03-31  Sebastien Pouliot  <sebastien@ximian.com>
650
651         * corlib.dll.sources: Added Mono.Security/StrongNameManager.cs.
652
653 2004-03-11  Martin Baulig  <martin@ximian.com>
654
655         * corlib.dll.sources: Added System.Collections.Generic/Queue.cs
656         and System.Collections.Generic.Stack.cs.
657
658 2004-03-11  Atsushi Enomoto  <atsushi@ximian.com>
659
660         * Makefile, corlib.dll.win32-excludes : 
661           now csc build includes SecurityPermissionAttribute.cs.
662
663 2004-03-09  Jackson Harper  <jackson@ximian.com>
664
665         * corlib_test.dll.sources: Add new test cases to the build.
666         
667 2004-03-03  Jackson Harper <jackson@ximian.com>
668
669         * corlib.dll.sources: Add new registry files to the build.
670         
671 2004-02-20  Jackson Harper  <jackson@ximian.com>
672
673         * corlib.dll.sources: Add LockQueue.cs to build.
674         
675 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
676
677         * corlib_test.dll.sources : Added CharCategoryTest.cs
678
679 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
680         
681         * corlib.dll.sources: Added 
682                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
683
684 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
685
686     * Mono.Security.Cryptography/PKCS1.cs:
687
688         - Added little change for allow the class to be used with
689         hash implementations that doesn't have an oid like the MD5SHA1 hash.
690
691 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
692
693         * corlib.dll.sources: Moved SymmetricTransform class from System.
694         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
695         Cryptography.
696
697 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
698
699         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
700         Security.Cryptography namespace, to the build.
701         * corlib_test.dll.sources: Added AppDomain unit tests in System.
702         Some tests are currently ignored because they produce lots of GC
703         Warning failures but they seems to work (nunit finishes).
704
705 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
706
707         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
708         tests in System.Security.Policy namespace.
709
710 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
711
712         * corlib_test.dll.sources: Added SecurityException unit tests in
713         System.Security namespace.
714
715 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
716
717         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
718         System.Security namespace. Added CodeGroup related and PolicyLevel
719         unit tests to System.Security.Policy.
720
721 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
722
723         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
724
725 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
726
727         * corlib_test.dll.sources: Added SecurityManager unit tests in
728         in System.Security namespace.
729
730 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
731
732         * corlib.dll.sources: Added SiteMembershipCondition to 
733         System.Security.Policy namespace.
734         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
735         unit tests in System.Security.Policy namespace.
736
737 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
738
739         * corlib.dll.sources: Added many (long time) missing classes in the
740         System.Security.Policy namespace.
741
742 2004-01-01  Nick Drochak  <ndrochak@gol.com>
743
744         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
745         * corlib.dll.sources. Add PermissionRequestEvidence.cs
746
747 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
748
749         * corlib_test.dll.sources: Added new unit tests to System.Security.
750         Permissions and System.Security.Principal.
751
752 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
753
754         * corlib.dll.sources: Added WindowsPrincipal to build.
755
756 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
757
758         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
759         using CryptoAPI.
760
761 2003-12-14  Pedro Martú\8bez Juli\81E <yoros@wanadoo.es>
762
763         * DateTime.cs: Be sure that the array access is not out of range
764         when looking for ArgumentOutOfRangeException in the year value.
765
766 2003-12-08  Peter Williams  <peter@newton.cx>
767
768         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
769         Fixes build on OS X.
770
771 2003-12-04  Martin Baulig  <martin@ximian.com>
772
773         * corlib.dll.sources: Added System.Collections.Generic.
774
775 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
776
777         * corlib.dll.sources: Added file:
778                 System.Runtime.InteropServices.DispatchWrapper.cs
779
780 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
781
782         * corlib.dll.sources: Added 
783                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
784         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
785
786 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
787
788         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
789
790 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
791
792         * corlib_test.dll.sources: Added some test files:
793                 System.Runtime.Remoting/ContextTest.cs
794                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
795
796 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
797
798         * corlib.dll.sources: Added some files:
799                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
800                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
801                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
802
803 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
804
805         * corlib.dll.sources: Added already existing, but not added delegate
806                 Added various classes in System.InteropServices
807
808 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
809
810         * corlib.dll.sources: Added some files:
811                 System.Runtime.Serialization.Formatter.cs
812                 System.Runtime.Serialization.Formatters/InternalRM.cs
813                 System.Runtime.Serialization.Formatters/InternalST.cs
814                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
815
816 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
817
818         * corlib.dll.sources: Added some files:
819                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
820                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
821         
822 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
823
824         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
825         
826 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
827
828         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
829
830 2003-11-12 Jackson Harper <jackson@ximian.com>
831
832         * Makefile: corlib is now named mscorlib.
833
834 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
835
836         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
837         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
838
839 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
840
841         * corlib.dll.sources: Added classes StrongName to support StrongNames.
842
843 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
844
845         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
846
847 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
848
849         * corlib.dll.sources: Added classes for Authenticode support.
850         * corlib_test.dll.sources: Added unit test for SPC certificates.
851
852 2003-09-26  Pedro Martú\8bez Jul\81E <yoros@wanadoo.es>
853
854         * corlib_test.dll.sources: Remove tests that generate compile
855         errors. The tests are still there but its name is rmoved here.
856
857 2003-09-24    <cesar@ciencias.unam.mx>
858
859         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
860
861 2003-08-20  Duncan Mak  <duncan@ximian.com>
862
863         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
864
865 2003-08-19 Nick Drochak <ndrochak@gol.com>
866
867         * Makefile: Turn on debug for the corlib tests on .NET.
868
869 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
870
871         * corlib.dll.sources: added quite some files
872
873 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
874
875         * corlib.dll.sources: added/removed Locale.cs
876
877 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
878
879         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
880
881 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
882
883         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
884
885 2003-07-24  Peter Williams  <peter@newton.cx>
886
887         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
888         corlib test library built against the platform corlib. This
889         lets us test our corlib tests. On a non-mono-native platform
890         (Windows) we run those tests only; on a mono-native platform, we
891         run the full corlib test suite on our own tests.
892         (clean-local): Forgot $(plattestlib).
893
894         * corlib_plattest.dll.excludes: Add this. (The result of
895         'grep Mono corlib_test.dll.sources')
896
897         * corlib_test.dll.sources: Extraneous newline was messing things
898         up.
899         
900 2003-07-23  Ravi Pratap  <ravi@ximian.com>
901
902         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
903         from Paolo in response to bug #45993.
904
905 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
906
907         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
908
909 2003-07-20  Peter Williams  <peter@newton.cx>
910
911         * Makefile: Add in corlib_res.dll, which we use as a basis
912         for tests on non-linux platforms. Nearly identical rules to
913         corlib_cmp: corlib - some files that cause the MS runtime to
914         barf.
915
916         * corlib_res.dll.excludes: Added.
917
918 2003-07-20  Peter Williams  <peter@newton.cx>
919
920         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
921
922 2003-07-18  Peter Williams  <peter@newton.cx>
923
924         * Makefile (dist-local): The fancy shell script was neat, but
925         ultimately unnecessary and counterproductive. Alas.
926
927 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
928
929         * corlib.dll.sources:
930         * unix.args: AssemblyInfo.cs added
931
932 2003-07-17  Peter Williams  <peter@newton.cx>
933
934         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
935         which sort of makes sense and is needed on Windows too.
936         ($(corlib)): same.
937         $(cmplib): Don't include the makefrag to save the Windows build and some
938         time.
939
940 2003-07-16  Peter Williams  <peter@newton.cx>
941
942         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
943         portability fixes.
944         (all-local): Don't build $(cmplib) by default, it's not something
945         most people need, and the build is broken on Windows right now anyway.
946
947 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
948
949         * unix.args: Fix UNIX build.
950
951 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
952
953         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
954         Runtime.InteropServices.TypeLibVersionAttribute.cs
955
956 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
957
958         * unix.args: Added SecurityParser.cs to Mono.Xml
959
960 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
961
962         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
963         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
964         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
965         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
966
967 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
968
969         * unix.args: added System.Runtime.Remoting/SoapServices.cs
970
971 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
972
973         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
974         RSAManaged.cs
975
976 2003-05-29  Nick Drochak <ndrochak@gol.com>
977
978         * makefile.gnu: turn on debug since it works again.
979
980 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
981
982         * unix.args: added System.Security/
983         AllowPartiallyTrustedCallersAttribute.cs
984
985 2003-04-05  Nick Drochak  <ndrochak@gol.com>
986
987         * makefile.gnu: revert. debugger support not installed by default in mcs
988
989 2003-04-05  Nick Drochak  <ndrochak@gol.com>
990
991         * makefile.gnu: compile with debug.
992
993 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
994
995         * unix.args: added SEHException.
996
997 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
998
999         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
1000         * Updated unix.args with the stubs
1001
1002 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
1003         
1004         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
1005
1006 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
1007
1008         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
1009
1010 2003-03-16  Pedro Martú\8bez Juli\81E <yoros@wanadoo.es>
1011
1012         * unix.args: Added "System.FloatingPointFormatter.cs".
1013
1014 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
1015
1016         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
1017
1018 2003-03-03  Tim Coleman <tim@timcoleman.com>
1019         * unix.args: Added
1020                 System.Runtime.InteropServices/HandleRef.cs
1021
1022 2003-03-04  Pedro Martú\8bez Juli\81E <yoros@wanadoo.es>
1023
1024         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
1025
1026
1027 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
1028
1029         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
1030                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
1031                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
1032
1033 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1034
1035         * unix.args: added ModuleResolveEventHandler.cs
1036
1037 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
1038
1039         * unix.args: added 
1040                 System.Runtime.Remoting/EnvoyInfo.cs
1041                 System.Runtime.Remoting.Activation/ActivationServices.cs
1042                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
1043                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
1044                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
1045                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
1046                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
1047                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
1048                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
1049
1050 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
1051
1052         * unix.args: added MACAlgorithm and HMACAlgorithm.
1053
1054 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
1055
1056         * unix.args: Move some class from System.Security.Cryptography
1057           into Mono.* for easier reuse.
1058
1059 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
1060
1061         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
1062
1063 2003-02-03  Patrik Torstensson
1064
1065         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
1066           check if we need the libs and if they still are correct.
1067
1068 2003-02-03  Patrik Torstensson
1069
1070         * unix.args: added CADMessages.cs
1071
1072 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
1073
1074         * unix.args: added RemoteActivator.cs.
1075
1076 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
1077
1078         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
1079                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
1080                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
1081                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
1082
1083 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
1084
1085         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
1086           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
1087
1088 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
1089
1090         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
1091           System.IO.IsolatedStorage
1092
1093
1094 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
1095         * unix.args: Added System/DelegateSerializationHolder.cs, 
1096           System/UnitySerializationHolder.cs,
1097           System.Runtime.Serialization/ObjectManager.cs,
1098           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
1099       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
1100           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
1101
1102 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
1103
1104         * unix.args: added COMException.cs in System.Runtime.InteropServices
1105
1106 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
1107
1108         * unix.args: added System.Diagnostics.Process.cs 
1109
1110 2002-12-28  Duncan Mak  <duncan@ximian.com>
1111
1112         * unix.args (ASN1.cs): Sebastien forgot to include this file.
1113
1114 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
1115
1116         * unix.args: added CryptoTools.cs file.
1117
1118 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
1119
1120         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
1121         and StrongNameIdentityPermission.cs files.
1122
1123 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
1124
1125         * unix.args: added PublisherIdentityPermission.cs,
1126         Publisher.cs and PublisherMembershipCondition.cs
1127
1128 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
1129         
1130         * updated .build file(s) to correctly contain required buildfile 
1131           attribute for nant
1132
1133 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
1134
1135         * unix.args: added missing files from System.Security.Cryptography
1136         namespace.
1137
1138 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
1139
1140         * unix.args: added missing files from System.Security.Cryptography
1141         namespace.
1142
1143 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
1144
1145         * corlib.build: Removed all excluded cryptographic source code as the
1146         cyclic dependency was removed (well commented)
1147
1148 2002-10-11  Duncan Mak  <duncan@ximian.com>
1149
1150         * unix.args: Added System.Security.Cryptography.CryptoConfig.
1151
1152 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
1153
1154         * Mono/Runtime.cs: New file.
1155
1156 2002-10-05  Andrew Birkett  <andy@nobugs.org>
1157
1158         * unix.args: Added System.Security.Cryptography.RC2
1159
1160 2002-09-12  Dick Porter  <dick@ximian.com>
1161
1162         * unix.args: Add System.Globalization.SortKey,
1163         System.Globalization.StringInfo and
1164         System.Globalizaton.TextElementEnumerator
1165         
1166 2002-09-12  Dick Porter  <dick@ximian.com>
1167
1168         * unix.args: Add System.ArgIterator and System.TypedReference
1169
1170         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
1171         corcompare showed as missing) causes a SecurityException in
1172         corcompare, so exclude Decimal from the corlib_cmp build.
1173
1174 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1175
1176         * unix.args: added a couple of new files in System.Security.Principal.
1177
1178 2002-08-15  Tim Coleman <tim@timcoleman.com>
1179         * unix.args: 
1180                 Add System.Globalization/TextInfo.cs
1181                 Add System.Runtime.Serialization/FormatterConverter.cs
1182
1183 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
1184
1185         * unix.args: added new files from System.Runtime.Remoting.Channels.
1186
1187 2002-07-31  Duncan Mak  <duncan@ximian.com>
1188
1189         * unix.args: Added interfaces and enumerations from
1190         System.Runtime.Remoting.Channels. 
1191
1192 2002-07-31  Duncan Mak  <duncan@ximian.com>
1193
1194         * unix.args: Added new classes in
1195         System.Runtime.Remoting.Contexts.
1196         
1197
1198 2002-07-31  Duncan Mak  <duncan@ximian.com>
1199
1200         * unix.args: Added new Exceptions, Interfaces and various
1201         TypeEntries from System.Runtime.Remoting.
1202
1203 2002-07-29  Martin Baulig  <martin@gnome.org>
1204
1205         * list: Removed, this isn't used anymore and people are already
1206         getting confused which file to use.
1207
1208 2002-07-24  Duncan Mak  <duncan@ximian.com>
1209
1210         * unix.args: Added files from Remoting.Lifetime and
1211         Remoting.Metadata.
1212
1213         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
1214         and System.Runtime.Remoting.Proxies to their own ChangeLog.
1215
1216 2002-07-23  Duncan Mak  <duncan@ximian.com>
1217
1218         * list: 
1219         * unix.args: Added new Attributes in
1220         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
1221
1222 2002-07-22  Tim Coleman <tim@timcoleman.com>
1223         * list:
1224         * unix.args:
1225                 Added System.Security.Permission/ReflectionPermission.cs and
1226                 System.Security.Permission/EnvironmentPermission.cs and
1227
1228 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1229
1230         * list:
1231         * unix.args: added IObjectHandle.cs.
1232
1233 2002-06-20  Martin Baulig  <martin@gnome.org>
1234
1235         * unix.args: New file.  This is a mcs response file to compile
1236         corlib on GNU/Linux (which doesn't work yet).
1237
1238 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
1239
1240         * System/Delegate.cs: Implemented Remove()
1241         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
1242         done. Plus a fix for Equals().
1243         * Test/System/MulticastDelegate.cs: Added. Should reflect above
1244         changes.
1245         
1246 2002-04-27  Martin Baulig  <martin@gnome.org>
1247
1248         * corlib.build: Added new "mcs-build" target to compile corlib
1249         with mcs. This doesn't work yet - it's just to test mcs to find
1250         and fix the remaining bugs.
1251
1252 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
1253
1254         * corlib.build: removed seperate windows/linux builds. excluded
1255         wrapper and PAL classes from all builds.
1256
1257 2002-03-03  Nick Drochak  <ndrochak@gol.com>
1258
1259         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
1260         that were preventing the tests from running on Windows.
1261
1262 2002-01-25  Mark Crichton  <crichton@gimp.org>
1263
1264         * System.Security.Cryptography/RijndaelManaged.cs: added
1265         
1266         * System.Security.Cryptography/Rijndael.cs: changed constructor
1267         to set default values.  Hopefully I did it correctly.
1268
1269 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1270
1271         * Unix/Errno.cs: Added
1272
1273         * Unix/Wrapper.cs: Updated to new Wrapper
1274
1275 2002-01-19  Nick Drochak  <ndrochak@gol.com>
1276         
1277         * corlib.build: exclude Delegate from corlib_cmp.
1278
1279 2002-01-09  Nick Drochak  <ndrochak@gol.com>
1280
1281         * corlib.build: Exclude Security Attribute classes that need mcs
1282         magic to get them to compile.
1283
1284 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
1285         * corlib.build: Removed <excludes> for System.Resources
1286
1287 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1288
1289         * corlib.build: Have the clean target remove any .pdb files that
1290         might be around if we compiled with debug on.
1291
1292 2002-01-05  Nick Drochak  <ndrochak@gol.com>
1293
1294         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
1295         as corlib.dll without Object and ValueType.  It is used by 
1296         /mcs/tools/corcompare.exe to compare with mscorlib.
1297
1298 2002-01-03  Nick Drochak  <ndrochak@gol.com>
1299
1300         * corlib.build: Put the linux target at the top.  I keep changing the 
1301         build for windows 'cause it's at the top.  Then when I do make, nothing
1302         changes.  It seems like it always takes me half a day to remember
1303         that the linux target comes second.  Old age I guess.
1304
1305         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
1306
1307 2002-01-02  Nick Drochak  <ndrochak@gol.com>
1308
1309         * corlib.build: Removed "exclude CodeAccessPermission.cs"
1310
1311 2001-12-11  Duncan Mak  <duncan@ximian.com>
1312
1313         * ChangeLog: Added "System.Resources" to the exclude list.
1314
1315 2001-12-05  Nick Drochak <ndrochak@gol.com>
1316
1317         * ChangeLog: Add the change log to this directory
1318
1319         * 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'.
1320