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