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