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