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