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