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