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