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