* corlib.dll.sources: Add new registry files to the build.
[mono.git] / mcs / class / corlib / ChangeLog
1 2004-03-03  Jackson Harper <jackson@ximian.com>
2
3         * corlib.dll.sources: Add new registry files to the build.
4         
5 2004-02-20  Jackson Harper  <jackson@ximian.com>
6
7         * corlib.dll.sources: Add LockQueue.cs to build.
8         
9 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
10
11         * corlib_test.dll.sources : Added CharCategoryTest.cs
12
13 2004-02-17 Lluis Sanches Gual  <lluis@ximian.com>
14         
15         * corlib.dll.sources: Added 
16                 System.Runtime.Serialization.Formatter.Binary.CodeGenerator.cs
17
18 2004-02-10 Carlos Guzmán Álvarez  <carlosga@telefonica.net>
19
20     * Mono.Security.Cryptography/PKCS1.cs:
21
22         - Added little change for allow the class to be used with
23         hash implementations that doesn't have an oid like the MD5SHA1 hash.
24
25 2004-02-06  Sebastien Pouliot  <sebastien@ximian.com>
26
27         * corlib.dll.sources: Moved SymmetricTransform class from System.
28         Security.Cryptography (SymmetricAlgorithm) to Mono.Security.
29         Cryptography.
30
31 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
32
33         * corlib.dll.sources: Added KeyPairPersistance class, in Mono.
34         Security.Cryptography namespace, to the build.
35         * corlib_test.dll.sources: Added AppDomain unit tests in System.
36         Some tests are currently ignored because they produce lots of GC
37         Warning failures but they seems to work (nunit finishes).
38
39 2004-01-14  Sebastien Pouliot  <spouliot@videotron.ca>
40
41         * corlib_test.dll.sources: Added Url and UrlMembershipCondition unit 
42         tests in System.Security.Policy namespace.
43
44 2004-01-06  Sebastien Pouliot  <spouliot@videotron.ca>
45
46         * corlib_test.dll.sources: Added SecurityException unit tests in
47         System.Security namespace.
48
49 2004-01-05  Sebastien Pouliot  <spouliot@videotron.ca>
50
51         * corlib_test.dll.sources: Added CodeAccessPermission unit tests in
52         System.Security namespace. Added CodeGroup related and PolicyLevel
53         unit tests to System.Security.Policy.
54
55 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
56
57         * corlib.dll.sources: Added System.Resources.Win32Resources.cs.
58
59 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
60
61         * corlib_test.dll.sources: Added SecurityManager unit tests in
62         in System.Security namespace.
63
64 2004-01-03  Sebastien Pouliot  <spouliot@videotron.ca>
65
66         * corlib.dll.sources: Added SiteMembershipCondition to 
67         System.Security.Policy namespace.
68         * corlib_test.dll.sources: Added Site and SiteMembershipCondition
69         unit tests in System.Security.Policy namespace.
70
71 2004-01-02  Sebastien Pouliot  <spouliot@videotron.ca>
72
73         * corlib.dll.sources: Added many (long time) missing classes in the
74         System.Security.Policy namespace.
75
76 2004-01-01  Nick Drochak  <ndrochak@gol.com>
77
78         * corlib_test.dll.sources: Add PermissionRequestEvidenceTest.cs
79         * corlib.dll.sources. Add PermissionRequestEvidence.cs
80
81 2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>
82
83         * corlib_test.dll.sources: Added new unit tests to System.Security.
84         Permissions and System.Security.Principal.
85
86 2003-12-25  Sebastien Pouliot  <spouliot@videotron.ca>
87
88         * corlib.dll.sources: Added WindowsPrincipal to build.
89
90 2003-12-15  Sebastien Pouliot  <spouliot@videotron.ca>
91
92         * corlib_test.dll.sources: Added unit tests PaddingMode and X509 
93         using CryptoAPI.
94
95 2003-12-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
96
97         * DateTime.cs: Be sure that the array access is not out of range
98         when looking for ArgumentOutOfRangeException in the year value.
99
100 2003-12-08  Peter Williams  <peter@newton.cx>
101
102         * Makefile: Use embedded tab instead of $(ECHO_ESCAPE).
103         Fixes build on OS X.
104
105 2003-12-04  Martin Baulig  <martin@ximian.com>
106
107         * corlib.dll.sources: Added System.Collections.Generic.
108
109 2003-11-26  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
110
111         * corlib.dll.sources: Added file:
112                 System.Runtime.InteropServices.DispatchWrapper.cs
113
114 2003-11-26  Lluis Sanchez Gual <lluis@ximian.com>
115
116         * corlib.dll.sources: Added 
117                 System.Runtime.Remoting.Services/EnterpriseServicesHelper.cs
118         * corlib_test.dll.sources: Added System.Runtime.Remoting/SoapServicesTest.cs
119
120 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
121
122         * corlib.dll.sources: Add System.Reflection.Emit/DynamicMethod.cs.
123
124 2003-11-19  Lluis Sanchez Gual <lluis@ximian.com>
125
126         * corlib_test.dll.sources: Added some test files:
127                 System.Runtime.Remoting/ContextTest.cs
128                 System.Runtime.Remoting/SynchronizationAttributeTest.cs
129
130 2003-11-18  Lluis Sanchez Gual <lluis@ximian.com>
131
132         * corlib.dll.sources: Added some files:
133                 System.Runtime.Remoting.Contexts/IContextPropertyActivator.cs
134                 System.Runtime.Remoting.Contexts/SynchronizationAttribute.cs
135                 System.Runtime.Remoting.Messaging/ISerializationRootObject.cs
136
137 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
138
139         * corlib.dll.sources: Added already existing, but not added delegate
140                 Added various classes in System.InteropServices
141
142 2003-11-18  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
143
144         * corlib.dll.sources: Added some files:
145                 System.Runtime.Serialization.Formatter.cs
146                 System.Runtime.Serialization.Formatters/InternalRM.cs
147                 System.Runtime.Serialization.Formatters/InternalST.cs
148                 System.Runtime.Serialization.Formatters/TypeFilterLevel.cs
149
150 2003-11-17  Lluis Sanchez Gual <lluis@ximian.com>
151
152         * corlib.dll.sources: Added some files:
153                 System.Runtime.Remoting.Channels/AggregateDictionary.cs
154                 System.Runtime.Remoting.Metadata.W3cXsd2001/SoapHelper.cs
155         
156 2003-11-16  Lluis Sanchez Gual <lluis@ximian.com>
157
158         * corlib.dll.sources: Add System.Runtime.Remoting/InternalRemotingServices.cs
159         
160 2003-11-15  Zoltan Varga  <vargaz@freemail.hu>
161
162         * corlib.dll.sources: Add System.Runtime.CompilerServices/IsVolatile.cs.
163
164 2003-11-12 Jackson Harper <jackson@ximian.com>
165
166         * Makefile: corlib is now named mscorlib.
167
168 2003-11-09  Sebastien Pouliot  <spouliot@videotron.ca>
169
170         * corlib.dll.sources: Added new 1.2 classes for System.Security.Cryptography.
171         * corlib_test.dll.sources: Added unit tests for some HMAC (new in 1.2).
172
173 2003-10-18  Sebastien Pouliot  <spouliot@videotron.ca>
174
175         * corlib.dll.sources: Added classes StrongName to support StrongNames.
176
177 2003-10-17  Sebastien Pouliot  <spouliot@videotron.ca>
178
179         * corlib.dll.sources: Added classes CryptoConvert to support StrongNames.
180
181 2003-10-12  Sebastien Pouliot  <spouliot@videotron.ca>
182
183         * corlib.dll.sources: Added classes for Authenticode support.
184         * corlib_test.dll.sources: Added unit test for SPC certificates.
185
186 2003-09-26  Pedro Martínez Julá  <yoros@wanadoo.es>
187
188         * corlib_test.dll.sources: Remove tests that generate compile
189         errors. The tests are still there but its name is rmoved here.
190
191 2003-09-24    <cesar@ciencias.unam.mx>
192
193         * corlib.dll.sources: Added CompilerGlobalScopeAttribute.cs to the build
194
195 2003-08-20  Duncan Mak  <duncan@ximian.com>
196
197         * corlib_test.dll.sources: Added DictionaryBaseTest.cs
198
199 2003-08-19 Nick Drochak <ndrochak@gol.com>
200
201         * Makefile: Turn on debug for the corlib tests on .NET.
202
203 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
204
205         * corlib.dll.sources: added quite some files
206
207 2003-08-06  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
208
209         * corlib.dll.sources: added/removed Locale.cs
210
211 2003-08-03  Sebastien Pouliot  <spouliot@videotron.ca>
212
213         * corlib.dll.sources: Added IBuiltInPermission.cs to System.Security.Permissions
214
215 2003-07-31  Sebastien Pouliot  <spouliot@videotron.ca>
216
217         * corlib_test.dll.sources: Added new CryptoStreamTest.cs
218
219 2003-07-24  Peter Williams  <peter@newton.cx>
220
221         * Makefile: Boo-yah! Add corlib_plattest.dll, which is a
222         corlib test library built against the platform corlib. This
223         lets us test our corlib tests. On a non-mono-native platform
224         (Windows) we run those tests only; on a mono-native platform, we
225         run the full corlib test suite on our own tests.
226         (clean-local): Forgot $(plattestlib).
227
228         * corlib_plattest.dll.excludes: Add this. (The result of
229         'grep Mono corlib_test.dll.sources')
230
231         * corlib_test.dll.sources: Extraneous newline was messing things
232         up.
233         
234 2003-07-23  Ravi Pratap  <ravi@ximian.com>
235
236         * Type.cs, TypeBuilder.cs, MonoType.cs: Fixes to IsArrayImpl
237         from Paolo in response to bug #45993.
238
239 2003-07-23  Lluis Sanchez Gual  <lluis@ximian.com>
240
241         * corlib_test.dll.sources: added System.Runtime.Serialization/SerializationTest.cs
242
243 2003-07-20  Peter Williams  <peter@newton.cx>
244
245         * Makefile: Add in corlib_res.dll, which we use as a basis
246         for tests on non-linux platforms. Nearly identical rules to
247         corlib_cmp: corlib - some files that cause the MS runtime to
248         barf.
249
250         * corlib_res.dll.excludes: Added.
251
252 2003-07-20  Peter Williams  <peter@newton.cx>
253
254         * Makefile: Don't use real_corlib; use $(PLATFORM_CORLIB).
255
256 2003-07-18  Peter Williams  <peter@newton.cx>
257
258         * Makefile (dist-local): The fancy shell script was neat, but
259         ultimately unnecessary and counterproductive. Alas.
260
261 2003-07-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
262
263         * corlib.dll.sources:
264         * unix.args: AssemblyInfo.cs added
265
266 2003-07-17  Peter Williams  <peter@newton.cx>
267
268         * Makefile ($(testlib)): Build with $(BOOT_COMPILE), not $(CSCOMPILE),
269         which sort of makes sense and is needed on Windows too.
270         ($(corlib)): same.
271         $(cmplib): Don't include the makefrag to save the Windows build and some
272         time.
273
274 2003-07-16  Peter Williams  <peter@newton.cx>
275
276         * Makefile ($(test_makefrag)): Use $(ECHO_ESCAPE) for HP/UX
277         portability fixes.
278         (all-local): Don't build $(cmplib) by default, it's not something
279         most people need, and the build is broken on Windows right now anyway.
280
281 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
282
283         * unix.args: Fix UNIX build.
284
285 2003-07-12  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
286
287         * unix.args: Added Runtime.InteropServices.ComCompatibleVersionAttribute.cs,
288         Runtime.InteropServices.TypeLibVersionAttribute.cs
289
290 2003-07-05  Sebastien Pouliot <spouliot@videotron.ca>
291
292         * unix.args: Added SecurityParser.cs to Mono.Xml
293
294 2003-06-22  Sebastien Pouliot <spouliot@videotron.ca>
295
296         * unix.args: Added FileDialogPermission.cs, IsolatedStorageFilePermission.cs,
297         PrincipalPermission.cs, PublisherIdentityPermissionAttribute.cs,
298         RegistryPermission.cs, SiteIdentityPermission.cs, UIPermission.cs,
299         UrlIdentityPermission.cs and ZoneIdentityPermission.cs.
300
301 2003-06-22  Lluis Sanchez Gual <lluis@ximian.com>
302
303         * unix.args: added System.Runtime.Remoting/SoapServices.cs
304
305 2003-06-11  Sebastien Pouliot <spouliot@videotron.ca>
306
307         * unix.args: added Mono.Security.Cryptography/DSAManaged.cs and
308         RSAManaged.cs
309
310 2003-05-29  Nick Drochak <ndrochak@gol.com>
311
312         * makefile.gnu: turn on debug since it works again.
313
314 2003-05-09  Sebastien Pouliot <spouliot@videotron.ca>
315
316         * unix.args: added System.Security/
317         AllowPartiallyTrustedCallersAttribute.cs
318
319 2003-04-05  Nick Drochak  <ndrochak@gol.com>
320
321         * makefile.gnu: revert. debugger support not installed by default in mcs
322
323 2003-04-05  Nick Drochak  <ndrochak@gol.com>
324
325         * makefile.gnu: compile with debug.
326
327 2003-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
328
329         * unix.args: added SEHException.
330
331 2003-03-25  Martin Willemoes Hansen <mwh@sysrq.dk>
332
333         * Stubed System.Runtime.Remoting.Metadata.W3cXsd2001
334         * Updated unix.args with the stubs
335
336 2003-03-21  Martin Willemoes Hansen <mwh@sysrq.dk>
337         
338         * unix.args: Added System.Runtime.Remoting.Channels/IChannelReceiverHook.cs
339
340 2003-03-21  Lluis Sanchez Gual <lluis@ideary.com>
341
342         * unix.args: Added System.Runtime.Remoting.Activation/AppDomainLevelActivator.cs
343
344 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
345
346         * unix.args: Added "System.FloatingPointFormatter.cs".
347
348 2003-03-15  Sebastien Pouliot <spouliot@videotron.ca>
349
350         * unix.args: Added Mono.Security.X509/*.cs and ASN1Convert.cs
351
352 2003-03-03  Tim Coleman <tim@timcoleman.com>
353         * unix.args: Added
354                 System.Runtime.InteropServices/HandleRef.cs
355
356 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
357
358         * unix.args: Added "DoubleFormatter.cs" and "SingleFormatter.cs"
359
360
361 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
362
363         * unix.args: added ConstructionLevelActivator.cs, ContextLevelActivator.cs,
364                 RemoteActivationAttribute.cs, UrlAttribute.cs, ContextAttribute.cs,
365                 IContributeDynamicSink.cs, IContributeEnvoySink.cs, IContributeObjectSink.cs
366
367 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
368
369         * unix.args: added ModuleResolveEventHandler.cs
370
371 2003-02-19  Lluis Sanchez Gual <lluis@ideary.com>
372
373         * unix.args: added 
374                 System.Runtime.Remoting/EnvoyInfo.cs
375                 System.Runtime.Remoting.Activation/ActivationServices.cs
376                 System.Runtime.Remoting.Contexts/CrossContextChannel.cs
377                 System.Runtime.Remoting.Messaging/ClientContextTerminatorSink.cs
378                 System.Runtime.Remoting.Messaging/ConstructionCall.cs
379                 System.Runtime.Remoting.Messaging/ConstructionCallDictionary.cs
380                 System.Runtime.Remoting.Messaging/ConstructionResponse.cs
381                 System.Runtime.Remoting.Messaging/EnvoyTerminatorSink.cs
382                 System.Runtime.Remoting.Messaging/IInternalMessage.cs
383
384 2003-02-08  Zoltan Varga  <vargaz@freemail.hu>
385
386         * unix.args: added MACAlgorithm and HMACAlgorithm.
387
388 2003-02-06  Sebastien Pouliot <spouliot@videotron.ca>
389
390         * unix.args: Move some class from System.Security.Cryptography
391           into Mono.* for easier reuse.
392
393 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
394
395         * unix.args: added ServerIdentity.cs, Lease.cs, LeaseManager.cs
396
397 2003-02-03  Patrik Torstensson
398
399         * corlib.build: fixes so corlib_cmp and corlib_res builds, need to
400           check if we need the libs and if they still are correct.
401
402 2003-02-03  Patrik Torstensson
403
404         * unix.args: added CADMessages.cs
405
406 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
407
408         * unix.args: added RemoteActivator.cs.
409
410 2003-01-26  Lluis Sanchez Gual <lluis@ideary.com>
411
412         * unix.args: added System.Runtime.Remoting.Messaging/ArgInfo.cs,
413                 System.Runtime.Remoting.Messaging/MethodCallDictionary.cs
414                 System.Runtime.Remoting.Messaging/MethodDictionary.cs
415                 System.Runtime.Remoting.Messaging/MethodReturnDictionary.cs
416
417 2003-01-24  Lluis Sanchez Gual <lluis@ideary.com>
418
419         * unix.args: added System.Runtime.Remoting/TypeInfo.cs and
420           System.Runtime.Serialization.Formatters.Binary/MessageFormatter.cs
421
422 2003-01-18  Jonathan Pryor <jonpryor@vt.edu>
423
424         * unix.args: Added IsolatedStorageFile.cs and IsolatedStorageInfo.cs in
425           System.IO.IsolatedStorage
426
427
428 2003-01-17  Lluis Sanchez Gual <lluis@ideary.com>
429         * unix.args: Added System/DelegateSerializationHolder.cs, 
430           System/UnitySerializationHolder.cs,
431           System.Runtime.Serialization/ObjectManager.cs,
432           System.Runtime.Serialization.Formatters.Binary/BinaryCommon.cs,
433       System.Runtime.Serialization.Formatters.Binary/ObjectReader.cs and
434           System.Runtime.Serialization.Formatters.Binary/ObjectWriter.cs
435
436 2003-01-05  Sebastien Pouliot <spouliot@videotron.ca>
437
438         * unix.args: added COMException.cs in System.Runtime.InteropServices
439
440 2003-01-01  Jaime Anguiano Olarra <jaime@gnome.org>
441
442         * unix.args: added System.Diagnostics.Process.cs 
443
444 2002-12-28  Duncan Mak  <duncan@ximian.com>
445
446         * unix.args (ASN1.cs): Sebastien forgot to include this file.
447
448 2002-12-27  Sebastien Pouliot <spouliot@videotron.ca>
449
450         * unix.args: added CryptoTools.cs file.
451
452 2002-12-16  Sebastien Pouliot <spouliot@videotron.ca>
453
454         * unix.args: added StrongName.cs, StrongNamePublicKeyBlob.cs 
455         and StrongNameIdentityPermission.cs files.
456
457 2002-12-15  Sebastien Pouliot <spouliot@videotron.ca>
458
459         * unix.args: added PublisherIdentityPermission.cs,
460         Publisher.cs and PublisherMembershipCondition.cs
461
462 2002-12-10  Jeroen Janssen <japj@darius.demon.nl>
463         
464         * updated .build file(s) to correctly contain required buildfile 
465           attribute for nant
466
467 2002-11-17  Sebastien Pouliot <spouliot@videotron.ca>
468
469         * unix.args: added missing files from System.Security.Cryptography
470         namespace.
471
472 2002-10-28  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
473
474         * unix.args: added missing files from System.Security.Cryptography
475         namespace.
476
477 2002-10-19  Sebastien Pouliot <spouliot@videotron.ca>
478
479         * corlib.build: Removed all excluded cryptographic source code as the
480         cyclic dependency was removed (well commented)
481
482 2002-10-11  Duncan Mak  <duncan@ximian.com>
483
484         * unix.args: Added System.Security.Cryptography.CryptoConfig.
485
486 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
487
488         * Mono/Runtime.cs: New file.
489
490 2002-10-05  Andrew Birkett  <andy@nobugs.org>
491
492         * unix.args: Added System.Security.Cryptography.RC2
493
494 2002-09-12  Dick Porter  <dick@ximian.com>
495
496         * unix.args: Add System.Globalization.SortKey,
497         System.Globalization.StringInfo and
498         System.Globalizaton.TextElementEnumerator
499         
500 2002-09-12  Dick Porter  <dick@ximian.com>
501
502         * unix.args: Add System.ArgIterator and System.TypedReference
503
504         * corlib.build: Adding DecimalConstantAttribute to Decimal (which
505         corcompare showed as missing) causes a SecurityException in
506         corcompare, so exclude Decimal from the corlib_cmp build.
507
508 2002-08-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
509
510         * unix.args: added a couple of new files in System.Security.Principal.
511
512 2002-08-15  Tim Coleman <tim@timcoleman.com>
513         * unix.args: 
514                 Add System.Globalization/TextInfo.cs
515                 Add System.Runtime.Serialization/FormatterConverter.cs
516
517 2002-07-31  Rodrigo Moya <rodrigo@ximian.com>
518
519         * unix.args: added new files from System.Runtime.Remoting.Channels.
520
521 2002-07-31  Duncan Mak  <duncan@ximian.com>
522
523         * unix.args: Added interfaces and enumerations from
524         System.Runtime.Remoting.Channels. 
525
526 2002-07-31  Duncan Mak  <duncan@ximian.com>
527
528         * unix.args: Added new classes in
529         System.Runtime.Remoting.Contexts.
530         
531
532 2002-07-31  Duncan Mak  <duncan@ximian.com>
533
534         * unix.args: Added new Exceptions, Interfaces and various
535         TypeEntries from System.Runtime.Remoting.
536
537 2002-07-29  Martin Baulig  <martin@gnome.org>
538
539         * list: Removed, this isn't used anymore and people are already
540         getting confused which file to use.
541
542 2002-07-24  Duncan Mak  <duncan@ximian.com>
543
544         * unix.args: Added files from Remoting.Lifetime and
545         Remoting.Metadata.
546
547         * ChangeLog: Moved entries from System.Runtime.Remoting.Activation
548         and System.Runtime.Remoting.Proxies to their own ChangeLog.
549
550 2002-07-23  Duncan Mak  <duncan@ximian.com>
551
552         * list: 
553         * unix.args: Added new Attributes in
554         System.Runtime.CompilerServices and System.Runtime.Remoting.Messaging.
555
556 2002-07-22  Tim Coleman <tim@timcoleman.com>
557         * list:
558         * unix.args:
559                 Added System.Security.Permission/ReflectionPermission.cs and
560                 System.Security.Permission/EnvironmentPermission.cs and
561
562 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
563
564         * list:
565         * unix.args: added IObjectHandle.cs.
566
567 2002-06-20  Martin Baulig  <martin@gnome.org>
568
569         * unix.args: New file.  This is a mcs response file to compile
570         corlib on GNU/Linux (which doesn't work yet).
571
572 2002-04-30  Daniel Stodden  <stodden@in.tum.de>
573
574         * System/Delegate.cs: Implemented Remove()
575         * System/MulticastDelegate.cs: Implementation of RemoveImpl()
576         done. Plus a fix for Equals().
577         * Test/System/MulticastDelegate.cs: Added. Should reflect above
578         changes.
579         
580 2002-04-27  Martin Baulig  <martin@gnome.org>
581
582         * corlib.build: Added new "mcs-build" target to compile corlib
583         with mcs. This doesn't work yet - it's just to test mcs to find
584         and fix the remaining bugs.
585
586 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
587
588         * corlib.build: removed seperate windows/linux builds. excluded
589         wrapper and PAL classes from all builds.
590
591 2002-03-03  Nick Drochak  <ndrochak@gol.com>
592
593         * corlib.build: Exclude a bunch of interfaces from corlib_res.dll
594         that were preventing the tests from running on Windows.
595
596 2002-01-25  Mark Crichton  <crichton@gimp.org>
597
598         * System.Security.Cryptography/RijndaelManaged.cs: added
599         
600         * System.Security.Cryptography/Rijndael.cs: changed constructor
601         to set default values.  Hopefully I did it correctly.
602
603 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
604
605         * Unix/Errno.cs: Added
606
607         * Unix/Wrapper.cs: Updated to new Wrapper
608
609 2002-01-19  Nick Drochak  <ndrochak@gol.com>
610         
611         * corlib.build: exclude Delegate from corlib_cmp.
612
613 2002-01-09  Nick Drochak  <ndrochak@gol.com>
614
615         * corlib.build: Exclude Security Attribute classes that need mcs
616         magic to get them to compile.
617
618 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
619         * corlib.build: Removed <excludes> for System.Resources
620
621 2002-01-05  Nick Drochak  <ndrochak@gol.com>
622
623         * corlib.build: Have the clean target remove any .pdb files that
624         might be around if we compiled with debug on.
625
626 2002-01-05  Nick Drochak  <ndrochak@gol.com>
627
628         * corlib.build: Make new build of corlib_cmp.dll.  This is the same
629         as corlib.dll without Object and ValueType.  It is used by 
630         /mcs/tools/corcompare.exe to compare with mscorlib.
631
632 2002-01-03  Nick Drochak  <ndrochak@gol.com>
633
634         * corlib.build: Put the linux target at the top.  I keep changing the 
635         build for windows 'cause it's at the top.  Then when I do make, nothing
636         changes.  It seems like it always takes me half a day to remember
637         that the linux target comes second.  Old age I guess.
638
639         * .cvsignore: ignore corlib.pdb for times when it's built with debug on.
640
641 2002-01-02  Nick Drochak  <ndrochak@gol.com>
642
643         * corlib.build: Removed "exclude CodeAccessPermission.cs"
644
645 2001-12-11  Duncan Mak  <duncan@ximian.com>
646
647         * ChangeLog: Added "System.Resources" to the exclude list.
648
649 2001-12-05  Nick Drochak <ndrochak@gol.com>
650
651         * ChangeLog: Add the change log to this directory
652
653         * 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'.
654