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