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