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