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