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