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