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