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