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