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