Redesign System/NumberFormatter to improve primitive numeric types ToString performance.
[mono.git] / mcs / class / corlib / System / ChangeLog
1 2008-01-13  Eyal Alaluf <eyala@mainsoft.com>
2
3         * NumberFormatter.cs: Check in redesigned implementation. Improves
4           double.ToString performance by 2-3 orders of magnitude and other
5           primitive numeric types ToString performance.
6         * NumberFormatter.jvm.cs: The TARGET_JVM managed tables for NumberFormatter
7           class for reuse if a completely managed NumberFormatter is required.
8         * Int16.cs UInt64.cs Double.cs UInt16.cs SByte.cs Byte.cs TimeSpan.cs
9           Int32.cs Int64.cs Single.cs UInt32.cs: Adapt to new NumberFormatter.
10
11 2008-01-13  Zoltan Varga  <vargaz@gmail.com>
12
13         * AppDomain.cs: Check for a missing entry point in the ExecuteAssembly methods.
14         Fixes #350530.
15
16 2008-01-11  Stephane Delcroix  <sdelcroix@novell.com>
17
18         * DateTimeOffset.cs: Fixes the MinValue (was equal to MaxValue)...
19
20 2008-01-10  Zoltan Varga  <vargaz@gmail.com>
21
22         * Delegate.cs: Implement argument checking in CreateDelegate(Type,object,MethodInfo)
23         method. Make the CreateDelegate(Type,MethodInfo) overload calls this version.
24         Fixes #352805.
25
26 2008-01-10  Stephane Delcroix  <sdelcroix@novell.com>
27
28         * DateTimeOffset.cs: chain the Parse* methods together.
29
30 2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>
31
32         * DateTime.cs : revert the previous fix. It caused regression on
33           the buildbot.
34
35 2008-01-09  Atsushi Enomoto  <atsushi@ximian.com>
36
37         * DateTime.cs : fixed bug #352210. Kind is unspecified by default,
38           while the tick is for local time by default. This fix also involved
39           special x509 handling.
40
41 2008-01-08  Marek Safar  <marek.safar@gmail.com>
42
43         * Array.cs (LastIndexOf<T>): Fixed bound checking.
44
45 2008-01-06  Zoltan Varga  <vargaz@gmail.com>
46
47         * AppDomain.cs: Move the assembly loading in ExecuteAssembly and 
48         ExecuteAssemblyByName to managed to as said by the MSDN docs. Fixes #350530.
49
50         * Environment.cs: Bump corlib version.
51         
52 2008-01-02  Marek Habersack  <mhabersack@novell.com>
53
54         * Array.cs: fix a typo to unbreak the build.
55
56 2008-1-1  Scott Peterson  <lunchtimemama@gmail.com>
57
58         * Array.cs: Slight improvement to the quicksort algorithm.
59
60 2007-12-28  Gert Driesen  <drieseng@users.sourceforge.net>
61
62         * Environment.cs: Bump corlib version.
63
64 2007-12-20  Gert Driesen  <drieseng@users.sourceforge.net>
65
66         * AppDomain.cs: Added check for null AssemblyName, and invalid
67         AssemblyName.Name to DefineDynamicAssembly overloads. Loosely based on
68         patch provided by Cedric Vivier. Fixes bug #349272.
69
70 2007-12-20  Stephane Delcroix  <sdelcroix@novell.com>
71
72         * DateTimeOffset.cs: set [Min|Max]Value to UTC. Fixes #349621.
73
74 2007-12-19  Stephane Delcroix  <sdelcroix@novell.com>
75
76         * DateTime.cs:
77         * DateTimeOffset.cs:
78         * DateTimeUtils.cs: factored out the common pieces of DT and DTO into DTU.
79
80 2007-12-18  Stephane Delcroix  <sdelcroix@novell.com>
81
82         * DateTimeOffset.cs: implementing the 4 ToString overloads by reusing
83         large chunks of System.DateTime code.
84
85 2007-12-16  Stephane Delcroix  <sdelcroix@novell.com>
86
87         * DateTimeOffset.cs: some bugfix discovered by unit tests.
88
89 2007-12-16  Stephane Delcroix  <sdelcroix@novell.com>
90
91         * DateTimeOffset.cs: almost complete implementation, still missing the
92         Parse* and ToString methods.
93
94 2007-12-11  Zoltan Varga  <vargaz@gmail.com>
95
96         * AppDomain.cs (DoAssemblyResolve): Fix detection of whenever there is a
97         reflection-only assembly resolve hook.
98
99 2007-12-10  Stephane Delcroix  <sdelcroix@novell.com>
100
101         * DateTimeOffset.cs: partial implementation. no longer just a stub.
102
103 2007-11-30  Zoltan Varga  <vargaz@gmail.com>
104
105         * Delegate.cs: Compute the Method property lazily.
106         
107         * Delegate.cs: Add a 'method' field.
108
109         * Environment.cs: Bump corlib version.
110
111 2007-11-21  Zoltan Varga  <vargaz@gmail.com>
112
113         * Array.cs: Make the InternalArray_... methods internal.
114
115         * Environment.cs: Bump corlib version.
116
117 2007-11-21  Atsushi Enomoto  <atsushi@ximian.com>
118
119         * AppDomain.cs : filled 2.0 API (extra ones are from 2.0 SP1).
120         * ContextMarshalException.cs : obsolete in 2.0.
121
122 2007-11-21  Atsushi Enomoto  <atsushi@ximian.com>
123
124         * MarshalByRefObject.cs : Added MemberwiseClose() stub.
125           GetLifetimeService() is not virtual (in both 2.0 and 1.1).
126         * Console.cs : implemented missing 2.0 key members.
127
128 2007-11-18  Gert Driesen  <drieseng@users.sourceforge.net>
129
130         * Enum.cs: Provided ParamName of Argument(Null)Exceptions. Rewrote
131         some exception messages.
132
133 2007-11-16  Gert Driesen  <drieseng@users.sourceforge.net>
134
135         * AppDomain.cs: Added some obsolete messages.
136
137 2007-11-15  Gert Driesen  <drieseng@users.sourceforge.net>
138
139         * MonoType.cs: Modified ParamName for ArgumentException to match
140         MS. Provide meaningful exception messages. On 2.0, throw ANE instead
141         of ArgumentException when args is null.
142
143 2007-11-15  Zoltan Varga  <vargaz@gmail.com>
144
145         * MonoType.cs (Invoke): Allow BindingFlags.SetField and
146         BindingFlags.SetProperty to be specified together. Fixes #321735.
147
148 2007-11-14  Miguel de Icaza  <miguel@novell.com>
149
150         * Console.cs, ConsoleDriver.cs, TermInfoDriver.cs,
151         TermInfoReader.cs, TermInfoNumber.cs, TermInfoStrings.cs,
152         CStreamReader.cs, CStreamWriter.cs, NullConsoleDriver.cs,
153         WindowsConsoleDriver.cs: In the 2.1 profile we do not need the
154         full-blown Console (the terminal-addressable console) so we shrink
155         it down to the basic 1.0 Console.
156
157 2007-11-14  Marek Safar  <marek.safar@gmail.com>
158
159         * Nullable.cs: Optimized to use generic comparers.
160
161 2007-11-14  Zoltan Varga  <vargaz@gmail.com>
162
163         * Array.cs (Copy): Throw InvalidCastException in more cases.
164
165 2007-11-13  Zoltan Varga  <vargaz@gmail.com>
166
167         * GCCollectionMode.cs GCLatencyMode.cs: New net 3.5 types.
168
169 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
170
171         * NumberFormatter.cs : revert previous two changes. It does not
172           really work for float and hence will rather bring confusion.
173
174 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
175
176         * NumberFormatter.cs : limit the situation that needs roundtrip
177           verification in the previous change to Double.
178
179 2007-11-12  Atsushi Enomoto  <atsushi@ximian.com>
180
181         * NumberFormatter.cs : applied a quick fix for bug #320433. It needs
182           true fix to avoid extra perf. loss.
183
184 2007-11-08  Sebastien Pouliot  <sebastien@ximian.com>
185
186         * TimeZone.cs: Under 2.0 we must return a Local DateTime.MinValue.
187         Fix the regression on the x86_64 bot which seems to be in it's own
188         timezone.
189
190 2007-11-07  Gert Driesen  <drieseng@users.sourceforge.net>
191
192         * Exception.cs: Cosmetic change to default exception message on
193         2.0 profile.
194
195 2007-11-05  Gert Driesen  <drieseng@users.sourceforge.net>
196
197         * Array.cs: Distinguish between notstarted and finished state when
198         throwing IOE in Current, and provide meaningful exception message.
199
200 2007-11-05  Sebastien Pouliot  <sebastien@ximian.com>
201
202         * Array.cs: Fix Enumerator<T>.Reset (#322248).
203
204 2007-11-05  Rodrigo Kumpera  <rkumpera@novell.com>
205
206         * Type.cs (MakeGenericType): fix for #331199. If an user-defined type
207         was used, the runtime would crash. Now we apply UnderlyingSystemType to
208         all types before handling to the runtime.
209
210 2007-11-05  Stephane Delcroix  <sdelcroix@novell.com>
211
212         * TimeZone.cs: fix for #323911. The our after DST.Start is already DST.
213
214 2007-11-03  Atsushi Enomoto  <atsushi@ximian.com>
215
216         * DateTime.cs : fix for #330085. for Local time, convert to Utc
217           before getting ticks.
218
219 2007-11-03  Gert Driesen  <drieseng@users.sourceforge.net>
220
221         * ArgumentException.cs: Change default message to match MS. Removed
222         unnecessary check from Message, since base.Message can never be null.
223
224 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
225
226         * DateTime.cs : ParseExact() should ignore 'K' when there is no
227           character is left.
228
229 2007-11-01  Atsushi Enomoto  <atsushi@ximian.com>
230
231         * DateTime.cs : in roundtrip mode, 'Z' should turn the tick value to
232           utc time and should not result in different ticks.
233           Fixed bug #338064.
234
235 2007-10-30  Miguel de Icaza  <miguel@novell.com>
236
237         * UInt32.cs (Parse): Use Jeff Stedfast's parsing code which is
238         smaller and does not need checked() constructs. 
239
240         * Int64.cs, Int32.cs, Int16.cs: small tuneup: do not throw
241         exception, instead return the exception like every other place in
242         this code. 
243
244         * Int16.cs, Int32.cs, Int64.cs: Use the Jeff Stedfast parsing code
245         which is smaller.  We no longer use "checked" to check for
246         overflows, I refactored some stuff and cleaned up the rest and
247         fixes #331525.
248
249 2007-10-27  Zoltan Varga  <vargaz@gmail.com>
250
251         * MonoType.cs: Applied patch from Mario A Chavez 
252         <mario.chavez@gmail.com>. Add support for invoking members with the 
253         ParamArray attribute. Fixes #336841.
254
255 2007-10-26  Zoltan Varga  <vargaz@gmail.com>
256
257         * MonoType.cs (InvokeMember): Make sure one operation is passed in the binding
258         flags. Fixes #336936.
259
260 Fri Oct 26 19:43:09 CEST 2007 Paolo Molaro <lupus@ximian.com>
261
262         * Environment.cs, String.cs: patch from Tyler Larson
263         <mono-devel@tlarson.com> to fix the handling of the RemoveEmptyEntries
264         option in string.Split (bug #322375).
265
266 2007-10-26  Dick Porter  <dick@ximian.com>
267
268         * Environment.cs: Bump version because of Thread initialisation
269         changes
270
271 2007-10-25  Lluis Sanchez Gual  <lluis@novell.com>
272
273         * AppDomain.cs: In DefaultDomain, wrap the returned domain with
274         a proxy if the current domain is not the root domain.
275
276 2007-10-24  Atsushi Enomoto  <atsushi@ximian.com>
277
278         * Type.cs : implemented ReflectionOnlyGetType().
279
280 2007-10-19  Zoltan Varga  <vargaz@gmail.com>
281
282         * AppDomain.cs: Add NET 3.5 DefineDynamicAssembly () overloads.
283
284 2007-10-13  Zoltan Varga  <vargaz@gmail.com>
285
286         * Delegate.cs (CreateDelegate): Allow binding instance methods to 
287         delegates with an extra argument, a NET 2.0 feature. Fixes #333647.
288
289 Fri Oct 12 08:11:50 CEST 2007 Paolo Molaro <lupus@ximian.com>
290
291         * String.cs: reverted unapproved patch that breaks the build.
292
293 2007-10-11  Joel Reed  <joelwreed@comcast.com>
294
295         * String.cs: fix String.Split(char[],int,StringSplitOptions)
296         with StringSplitOptions.RemoveEmptyEntries option. The correct 
297         behavior is to remove empty entries while the string is being split, 
298         and always return the maximum number of elements possible.
299         Patch from: Tyler Larson <mono-devel@tlarson.com>
300         
301 2007-09-28  Jb Evain  <jbevain@novell.com>
302
303         * Object.cs: Make ToString return Type.ToString ()
304         by default instead of Type.FullName to match .net
305         behavior. Fix #329419.
306
307 2007-09-28  William Holmes  <billholmes54@gmail.com>
308
309         * DateTime.cs: Check for AssumeUniversal when parsing string.
310          Fixes bug #324845
311
312 2007-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
313
314         * Enum.cs: Use regular single quotes in exception message.
315
316 2007-09-14  Paolo Molaro <lupus@ximian.com>
317
318         * String.cs: implemented all the string ctors using CreateString
319         methods, so they can run completely in managed code.
320
321 2007-09-13  Marek Safar  <marek.safar@gmail.com>
322
323         * DateTimeOffset.cs: Implemented few properties.
324
325 2007-09-13  Atsushi Enomoto  <atsushi@ximian.com>
326
327         * Decimal.cs, Math.cs : implemented midpoint rounding.
328
329 2007-09-13  Atsushi Enomoto  <atsushi@ximian.com>
330
331         * Activator.cs : implemented 2.0 CreateInstance()
332           and CreateInstanceFrom () overloads.
333
334 2007-09-12  Sebastien Pouliot  <sebastien@ximian.com>
335
336         * Decimal.cs: More explicit text in exception (old and almost 
337         forgetten patch on laptop ;-)
338
339 2007-09-10  Atsushi Enomoto  <atsushi@ximian.com>
340
341         * OperatingSystem.cs : implemented ISerializable.
342
343 2007-08-28  Zoltan Varga  <vargaz@gmail.com>
344
345         * DateTime.cs: Fix a warning.
346
347 2007-08-25  Robert Jordan  <robertj@gmx.net>
348
349         * DateTime.cs: Implement internal To/FromBinary for the 1.1 profile.
350
351 2007-08-25  Alan McGovern  <amcgovern@novell.com>
352
353         * DateTime.cs: Reverted DateTime changes.
354
355 2007-08-25  Robert Jordan  <robertj@gmx.net>
356
357         * DateTime.cs: Implement internal To/FromBinary for the 1.1 profile.
358
359 2007-08-24  Zoltan Varga  <vargaz@gmail.com>
360
361         * Array.cs: Fix min + max / 2 overflows in the BinarySearch and qsort methods.
362         Fixes #82469.
363
364 2007-08-23  Marek Safar  <marek.safar@gmail.com>
365
366         * DateTimeOffset.cs: New .NET 3.5 struct for 2.0 mscorlib.
367         
368 2007-08-23  Eyal Alaluf <eyala@mainsoft.com>
369
370         * DateTime.cs: Numerous improvements to DateTime.Parse. It handles a lot
371           more possible formats and more correctly at that. It is also now easier
372           to manage the formats DateTime.Parse supports.
373
374 2007-08-17  Zoltan Varga  <vargaz@gmail.com>
375
376         * Exception.cs: Make 1.0 and 2.0 object layout the same since this class is seen
377         by the runtime. Fixes #82459.
378
379 2007-08-16  Gert Driesen  <drieseng@users.sourceforge.net>
380
381         * MonoCustomAttrs.cs: In IsDefined, throw ArgumentNullException if
382         attributeType is null to avoid a SIGSEGV (and match MS). Only partial
383         fix for bug #82431 on 1.0 profile; it fully fixes the problem for the
384         1.0 profile, but more changes (in the runtime) are required for the
385         2.0 profile. Added a FIXME explaining the problem.
386
387 2007-08-15  Gert Driesen  <drieseng@users.sourceforge.net>
388
389         * MonoCustomAttrs.cs: In IsDefined, only walk inheritance chain if
390         both AttributeUsage.Inherited and inherit are true. Fixed bug #82431.
391
392 2007-08-13  Gert Driesen  <drieseng@users.sourceforge.net>
393
394         * ArgumentException.cs: Ignore zero-length ParamName for Message.
395         Use ParamName property instead of field, since the property is marked
396         virtual.
397         * Array.cs: Provide more meaningful exception message when destination
398         array is not long enough.
399
400 2007-08-11  Zoltan Varga  <vargaz@gmail.com>
401
402         * Array.cs: Implement InternalArray__set_Item. Fixes #82345.
403
404 2007-08-08  Atsushi Enomoto  <atsushi@ximian.com>
405
406         * IntPtr.cs : oops, do not ignore format in ToString(string).
407
408 2007-08-08  Atsushi Enomoto  <atsushi@ximian.com>
409
410         * GC.cs, Exception.cs, IntPtr.cs, Enum.cs, DateTime.cs, Convert.cs
411           ConsoleKeyInfo.cs, String.cs, Object.cs, Attribute.cs,
412           Version.cs : couple of cosmetic 2.0 API fixes.
413
414 2007-08-06  Aaron Bockover  <abockover@novell.com>
415
416         * Environment.cs (ReadXdgUserDir): Support the changes to the
417         xdg-user-dirs spec that allow $HOME to start the path; also allows
418         for quotes surrounding the path (Patch ported from Banshee,
419         BGO #461596)
420
421 2007-07-28  Miguel de Icaza  <miguel@novell.com>
422
423         * MulticastDelegate.cs (Equals): do not cast to avoid exceptions,
424         instead use the "as" operator, as pointed out by Jesse Jones'
425         tool. 
426
427 2007-07-21  Gert Driesen  <drieseng@users.sourceforge.net>
428
429         * BitConverter.cs: Fixed exceptions to match MS. Fixed invalid use
430         of ArgumentOutOfRangeException and ArgumentException ctors that take
431         both parameter name and message. In ToString throws ArgumentException
432         instead of ArgumentOutOfRangeException when length is negative, and
433         return zero-length string when length is 0.
434
435 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
436
437         * AppDomainSetup.cs : fix serialization regression.
438
439 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
440
441         * AppDomainSetup.cs :
442           MonoTODO AppDomainInitializer as its implementation is wrong.
443
444 2007-07-20  Atsushi Enomoto  <atsushi@ximian.com>
445
446         * AppDomainSetup.cs : added missing 2.0 members.
447         * AppDomain.cs : support AppDomainInitializer.
448
449 2007-06-06  Miguel de Icaza  <miguel@novell.com>
450
451         * Int16.cs, UInt64.cs, SByte.cs, UInt16.cs, Byte.cs, Int32.cs,
452         Int64.cs, UInt32.cs: Fix for 81775.
453
454         I removed Parse from a Byte.cs and UInt16.cs as in various cases
455         they still depended on UInt32.cs for parsing, there is no reason
456         to keep all of this code duplicated (UInt64 is a different case
457         though). 
458
459         I was hoping for some feedback on whether my tests are correct,
460         but so far no takers.
461
462 2007-07-14  Zoltan Varga  <vargaz@gmail.com>
463
464         * ModuleHandle.cs: Implement the generic versions of the ResolveXXXHandle () methods.
465         
466         * ModuleHandle.cs: Add stubs for generic ResolveXXXHandle () methods.
467
468 2007-07-10  Alan McGovern <amcgovern@novell.com>
469
470         * Guid.cs: All whitespace should be trimmed from before and
471         after a string passed into the Guid constructor. Fixes #81958
472
473 2007-07-10  Zoltan Varga  <vargaz@gmail.com>
474
475         * RuntimeTypeHandle.cs: Fix signatures of == and != operators.
476
477         * ModuleHandle.cs: Add missing 2.0 stuff.
478
479 2007-07-08  Zoltan Varga  <vargaz@gmail.com>
480
481         * *.cs: Add missing ComVisible attributes.
482
483         * Delegate.cs: Add missing 2.0 CreateDelegate () methods.
484
485 2007-07-07  Gert Driesen  <drieseng@users.sourceforge.net>
486
487         * DateTime.cs: In ParseExact, throw ArgumentNullException if format
488         is null; throw FormatException if formats array is empty or if one of
489         items is null or a zero-length string.
490
491 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
492
493         * Double.cs (Parse): Fix for string ending in garbaga, it was just ignoring it
494         instead of throwing FormatException. Fixes #81777
495
496 2007-07-06  Rodrigo Kumpera  <rkumpera@novell.com>
497
498         * Double.cs (Parse): Fix for whitespace only strings, it was returning zero 
499         instead of throwing FormatException. Fixes #81630 
500
501 2007-07-06  Alan McGovern  <amcgovern@novell.com>
502
503         * DateTime.cs: If the format is null or empty, it should default to 'G'.
504         Fixes bug 81778
505
506 2007-07-06  Jonathan Chambers  <joncham@gmail.com>
507
508         * __ComObject.cs: Support ExtensibleClassFactory.
509
510
511 2007-07-06  Aaron Bockover  <abockover@novell.com>
512
513         * Environment.cs (InternalGetFolderPath): Try reading some
514         paths from ~/.config/user-dirs.dirs (XDG user dirs spec);
515         always return something for MyPictures
516
517 2007-07-04  Atsushi Enomoto  <atsushi@ximian.com>
518
519         * Type.cs : 2.0 TypeHandle and ContainsGenericParameters are virtual
520           (required fix for 2.0 reflection API fixes).
521
522 2007-06-22  Jonathan Chambers  <joncham@gmail.com>
523
524         * __ComObject.cs: Move interface lookup to unmanaged.
525
526 2007-06-21  Zoltan Varga  <vargaz@gmail.com>
527
528         * Environment.cs: Bump corlib version.
529
530         * Delegate.cs: Applied patch from Robert Jordan (robertj@gmx.net). Keep
531         the dynamic method referenced by a delegate alive.
532
533 2007-06-05  David Ferguson <davecferguson@gmail.com>
534
535         * DateTime.cs: Changed DateTime.Parse() to throw a FormatException
536           instead of an ArgumentOutOfRangeException for .NET 2.0.  An
537           ArgumentOutOfRangeException is still thrown for .NET 1.1.
538           Fixes bug #77633
539           
540 Mon Jun 4 14:52:17 CEST 2007 Paolo Molaro <lupus@ximian.com>
541
542         * String.cs: optimized CompareOrdinal ().
543
544 2007-06-02  Zoltan Varga  <vargaz@gmail.com>
545
546         * MonoCustomAttrs.cs (GetBase): Revert last change as it breaks the build.
547         
548         * MonoCustomAttrs.cs (GetBase): Handle properties correctly. Fixes #81797.
549
550 2007-05-31  Zoltan Varga  <vargaz@gmail.com>
551
552         * Delegate.cs: Add invoke_impl field. Reorder fields for better cache behavior. Add
553         SetMulticastDelegate icall.
554
555         * MulticastDelegate.cs (CombineImpl): Call SetMulticastDelegate () on newly created
556         delegate.
557
558         * Environment.cs: Bump corlib version.
559         
560 2007-05-25  Jonathan Chambers  <joncham@gmail.com>
561
562         * __ComObject.cs: Add overload to GetInterface to allow
563         not throwing exceptions. Fixes as and is operators for COM objects.
564
565 2007-05-23  Atsushi Enomoto  <atsushi@ximian.com>
566
567         * Array.cs : reverting Array.cs fixes since the runtime depends on
568           those method attributes.
569
570 2007-05-23  Atsushi Enomoto  <atsushi@ximian.com>
571
572         * Int16.cs UInt64.cs UIntPtr.cs Double.cs CrossAppDomainDelegate.cs
573           ResolveEventHandler.cs IntPtr.cs UnhandledExceptionEventHandler.cs
574           Void.cs AssemblyLoadEventHandler.cs SByte.cs UInt16.cs DateTime.cs
575           Byte.cs TimeSpan.cs Decimal.cs Int32.cs Delegate.cs
576           AppDomainInitializer.cs MulticastDelegate.cs Int64.cs
577           EventHandler.cs Single.cs UInt32.cs AsyncCallback.cs :
578           cosmetic attribute fixes (ComVisible/Serializable).
579
580 2007-05-22  Atsushi Enomoto  <atsushi@ximian.com>
581
582         * Convert.cs : completed 2.0 (ToBase64CharArray).
583         * String.cs : removed MonoTODO.
584         * DataMisalignedException.cs : removed extra .ctor().
585         * Array.cs : internalize extra members. Fixed reliability contract.
586
587 2007-05-17  Atsushi Enomoto  <atsushi@ximian.com>
588
589         * DateTime.cs : added support for 'K'.
590
591 2007-05-11  Jonathan Chambers  <joncham@gmail.com>
592
593         * __ComObject.cs: No need to call CoInitialize anymore since
594         Thread.ApartmentState was implemented.
595
596 2007-05-11  Jeffrey Stedfast  <fejj@novell.com>
597
598         Fixes bug #81540
599
600         * TermInfoDriver.cs (WriteSpecialKey): Actually clear the screen
601         and reset the cursor position to 0,0 when the key is
602         ConsoleKey.Clear.
603         (Clear): Reset the cursor position to 0,0
604
605 2007-05-09  Marek Safar  <marek.safar@gmail.com>
606
607         * MulticastDelegate.cs: Fixed operators logic.
608
609 2007-05-09  Marek Habersack  <mhabersack@novell.com>
610
611         * DateTime.cs: add a format used in ASP.NET QuickStarts 
612           ("HH':'mm tt MM/dd/yyyy")
613
614 2007-04-30  Zoltan Varga  <vargaz@gmail.com>
615
616         * Type.cs (Equals): Allow a null argument.
617
618 2007-04-27  Zoltan Varga  <vargaz@gmail.com>
619
620         * Environment.cs (StackTrace): Avoid skipping a frame to be
621         compatible with MS.
622
623 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
624
625         * DateTimeTest.cs : looks like 'F' even removes preceding '.' ...
626
627 2007-04-25  Atsushi Enomoto  <atsushi@ximian.com>
628
629         * DateTime.cs : implemented new-2.0 'F' pattern letter.
630
631 2007-04-24  Jeffrey Stedfast  <fejj@novell.com>
632
633         Fixes the last of the bugs listed in bug #77525
634
635         * TermInfoDriver.cs (ctor): For known terminal types, set color16
636         to true (since we know they support 16 colours).
637         (Init): set the setlfgcolor and setlbgcolor format strings.
638         (BackgroundColor): Use the appropriate formatter string for
639         setting the bgcolor.
640         (ForegroundColor): Use the appropriate formatter string for
641         setting the fgcolor.
642         (TranslateColor): Now takes (and sets appropriately) an output
643         'bool light' argument.
644
645 2007-04-24  Marek Habersack  <mhabersack@novell.com>
646
647         * TermInfoDriver.cs: don't include debug stuff by default - it
648         breaks multithreaded applications (they all attempt to open
649         console.log and fail because of sharing violation).
650
651 2007-04-23  Jeffrey Stedfast  <fejj@novell.com>
652
653         * TermInfoDriver.cs (ReadKeyInternal): Since our input stream is
654         buffered, check if it has more buffered input in addition to our
655         timeout check. This makes it such that we will actually correctly
656         match multi-char escape sequences.
657         (Read): Changed the logic slightly wrt 'fresh' echoing. Once we
658         encounter a fresh char, all chars afterward should also be
659         considered 'fresh' even if 'fresh' is returned as false later.
660         (ReadLine): Same logic here.
661
662 2007-04-23  Jeffrey Stedfast  <fejj@novell.com>
663
664         Fixes bug #80702 (via getting rid of the casting) and more.
665
666         The following change makes it such that even if an application
667         calls Console.SetOut() with its own output stream, we can still
668         properly echo user-input from stdin to the real stdout.
669
670         * TermInfoDriver.cs (ctor): Grab a reference to the original
671         Console.stdout so we can be sure we always echo to console.
672         (QueueEcho): No need to cast Console.stdout anymore.
673         (EchoFlush): Same.
674         (WriteConsole: Here too.
675
676 2007-04-20  Jeffrey Stedfast  <fejj@novell.com>
677
678         * TermInfoDriver.cs (QueueEcho): Renamed from Echo(char). Use
679         CStreamWriter's new InternalWriteChars().
680         (Echo): Since we can no longer go thru CStreamWriter's ::Write()
681         method that does checks for special keys, do the checks here
682         instead - if it is a special key, flush the echo buffer and then
683         write the special key.
684         (EchoFlush): Also updated to use CStreamWriter's new
685         InternalWriteChars().
686         (Read): Use the Echo(key) variety.
687         (ReadKey): Same.
688         (ReadLine): And here too.
689
690         * CStreamWriter.cs (InternalWriteChars): Write a char array
691         directly to stdout. Do not pass Go, do not collect $200.
692
693 2007-04-19  Jeffrey Stedfast  <fejj@novell.com>
694
695         Optimization for echoing keypresses back to the console when the
696         user pastes a block of text rather than manually typing text.
697
698         * TermInfoDriver.cs (Echo): A new convenience function for echoing
699         characters/keys back to the console with an optimization twist and
700         a bit of lime.
701         (EchoFlush): Flush our pending echo queue
702         (Read): Make use of Echo() both for convenience and for speed.
703         (ReadLine): Same.
704         (ReadKey): Make use of Echo()/EchoFlush() for simplicity of code,
705         but we won't get the same optimization out of it.
706
707 2007-04-19  Jeffrey Stedfast  <fejj@novell.com>
708
709         Fix for bug #81373.
710
711         * TermInfoDriver.cs: Changed 'buffer' to be a char array instead
712         of a byte array and stdin is now a StreamReader rather than a
713         Stream.
714         (Init): Setup stdin as a StreamReader using Console.InputEncoding
715         as our encoding.
716         (GetCursorPosition): Use stdin.Read() instead of the old
717         ReadByte() code.
718         (AddToBuffer): Updated to allocate the correct array type for
719         'buffer'.
720         (ReadKeyInternal): Updated to use stdin.Read() rather than
721         stdin.ReadByte(). This is the main reason we needed to use chars
722         instead of bytes. Characters entered by the user need to be
723         represented as unicode chars and not bytes like before.
724         (Match): Now takes a char[] buffer argument instad of byte[] and
725         compares the input buffer to the byte-map as chars.
726
727 2007-04-18  Jeffrey Stedfast  <fejj@novell.com>
728
729         Fixes bug #81159: behave the same as mscorlib
730
731         * TermInfoDriver.cs (ReadKeyInternal): Now has an 'out bool fresh'
732         argument which is used to tell our caller if the key was freshly
733         read from the console or pre-buffered.
734         (Read): New implementation of Console.In.Read(char[], int, int)
735         that behaves exactly like mscorlib's implementation.
736         (ReadKey): Updated for the ReadKeyInternal() API change - only
737         echo if the key was fresh.
738         (ReadLine): Same.
739
740         * CStreamReader.cs (Read): Call the new TermInfoDriver.Read()
741
742 2007-04-17  Jeffrey Stedfast  <fejj@novell.com>
743
744         * CStreamWriter.cs (Write): Optimized this some more, we don't
745         need a temporary buffer. Just blit chunks of the src buffer
746         instead.
747
748         * CStreamReader.cs (Read): Need to increment our array index so
749         that we don't store each byte read into the same
750         position. Discovered this while testing bug #81159 (which appears
751         to work as expected with current svn, other than this buglet).
752
753         * TermInfoDriver.cs (CursorTop::set): SetCursorPosition() sets our
754         internal cursorTop variable, so no need to explicitly set it again
755         after calling SetCursorPosition().
756         (CursorLeft::set): Same idea here.
757
758 2007-04-17  Jeffrey Stedfast  <fejj@novell.com>
759
760         * TermInfoDriver.cs (ReadLine): Implemented a workaround for
761         IronPython going behind System.Console's back when writing text to
762         the screen (it doesn't seem to use Console.stdout, instead it
763         creates its own file stream or something which just so happens to
764         write to the same file descriptor) by querying for the cursor
765         position in ReadLine(), so we lose no real performance (since we
766         have to wait for user input anyway).
767
768 2007-04-17  Jeffrey Stedfast  <fejj@novell.com>
769
770         * TermInfoDriver.cs (Init): SetEcho(false), we'll be manually
771         echoing from now on (ReadLine() has already been doing this, might
772         as well make ReadKey() behave the same).
773         (GetCursorPosition): No longer need to disable/re-enable echo
774         anymore since it is now always false.
775         (ReadKey): Manually echo the key back to the console just like
776         ReadLine() has been doing (in the interest of consistancy) if
777         intercept is false.
778         (ReadLine): No longer need to disable/re-enable echo, echo is
779         always off now. Also, fixed what appears to have been a typo.
780
781 2007-04-17  Jeffrey Stedfast  <fejj@novell.com>
782
783         * TermInfoDriver.cs (IsSpecialKey): Oops, Enter should not be
784         treated as a special key. Just update out cursor state here like
785         we do with normal chars.
786         (WriteSpecialKey): Enter is a no-op now because it is not treated
787         as a special key anymore.
788
789         * CStreamWriter.cs (Write): Only flush our buffer if j > 0
790
791 2007-04-17  Jeffrey Stedfast  <fejj@gnome.org>
792
793         Turns out my last patch was broken wrt handling some special keys
794         like Backspace and anything else that changed the cursor position
795         in some non-standard way.
796
797         * CStreamWriter.cs (Write): Instead of calling NotifyWrite(), we
798         instead need to check IsSpecialKey(), and, if so, flush whatever
799         we have saved in our temporary buffer and then call
800         WriteSpecialKey(). Otherwise go on as we did in the last patch.
801
802         * TermInfoDriver.cs (NotifyWrite): Broken up into 2 functions:
803         (IsSpecialKey): Returns true if we need to do some special voodoo
804         for this key
805         (WriteSpecialKey): Write the special key (using whatever voodoo
806         necessary)
807
808 2007-04-16  Jeffrey Stedfast  <fejj@gnome.org>
809
810         * CStreamWriter.cs (Write): Instead of writing 1 char at a time,
811         copy the bytes into a temporary char array (with a fixed max size)
812         so that we can minimize the number of Write() calls we make on the
813         underlying stream (and thus on the write() system call).
814
815 2007-04-17  Alp Toker  <alp@atoker.com>
816
817         * Array.cs: Make GetRank() icall private. Subclasses should use the
818         public Rank property.
819
820 2007-04-16  Jeffrey Stedfast  <fejj@novell.com>
821
822         * WindowsConsoleDriver.cs: Get rid of unused Echo property.
823
824         * NullConsoleDriver.cs: Get rid of Echo property.
825
826         * IConsoleDriver.cs: Get rid of Echo property.
827
828         * ConsoleDriver.cs (Echo::get/set): Removed, not needed.
829
830         * TermInfoDriver.cs (Echo::get/set): Removed, this isn't necessary
831         and is confusing.
832         (ReadKey): If we are intercepting the key, call SetEcho (false)
833         and then reset back to true after reading the key.
834         (ReadLine): Same idea here.
835         (GetCursorPosition): We no longer need to keep track of the
836         previous echo state, we no longer have it :)
837
838 2007-04-16  Jeffrey Stedfast  <fejj@novell.com>
839
840         Fix for bug #80710 (and a bug I introduced in my last fix due to
841         this code assuming the underlying term echo state was always
842         false) and other buglets that I noticed.
843
844         * TermInfoDriver.cs (ReadLine): Set (term) Echo to false as we do
845         our own manual echoing which prevents ^H from getting displayed on
846         the screen when the user hits backspace.
847         (ReadLine): If the user hits Backspace and builder.Length is 0, DO
848         NOT echo the backspace back to the console, ever.
849         (ReadLine): Only echo characters back to the console if echo is
850         set to true. Seems the Echo ConsoleDriver property is a Mono
851         extension, and I'm assuming this is the intended behavior? I can't
852         see what else the Echo property would be useful for...
853
854 2007-04-16  Jeffrey Stedfast  <fejj@novell.com>
855
856         Fixes bug #81050
857
858         * TermInfoDriver.cs: Renamed the noEcho variable to echo, makes
859         the logic cleaner/simpler/etc. Plus it was never actually used
860         other than in the property methods which are called Echo.
861         (Init): Call ConsoleDriver.SetEcho() with the 'echo' value -
862         allows for a slight optimization if called from within the
863         Echo::set property.
864         (GetCursorPosition): Instead of calling the Echo property methods,
865         call ConsoleDriver.SetEcho() directly to toggle echo off (if echo
866         isn't already off, and then back on once we're finished getting
867         the position - assuming the echo state is on, of course) - this
868         avoids calling back into Init() which just felt dirty.
869         (Echo::set): If the Echo state differs from our current state,
870         call ConsoleDriver.SetEcho() with the new state (this is the
871         important piece of the fix for bug #81050).
872         (ReadKey): Simplified the echo logic to make it a bit clearer.
873         (ReadLine): Same.
874
875 2007-04-16  Marek Safar  <marek.safar@gmail.com>
876
877         * Char.cs (IsLetter): Faster version.
878
879 2007-04-15  Alp Toker  <alp@atoker.com>
880
881         * Decimal.cs: Provide 2.0 Round() overloads using System.Math.
882
883 2007-04-15  Alp Toker  <alp@atoker.com>
884
885         * Activator.cs: CreateInstance(Type,object[]) was not params before
886         2.0.
887
888 2007-04-15  Alp Toker  <alp@atoker.com>
889
890         * NonSerializedAttribute.cs: Inherited=false in 2.0.
891
892 2007-04-05  Dick Porter  <dick@ximian.com>
893
894         * Environment.cs: Increment mono_corlib_version
895
896 2007-04-03  Alp Toker  <alp@atoker.com>
897
898         * Array.cs: CreateInstance(Type,int[]) is params.
899         * AppDomain.cs: ExecuteAssemblyByName(string,Evidence,string[]) is
900         params.
901
902 2007-04-03  Alp Toker  <alp@atoker.com>
903
904         * Convert.cs:
905         * Math.cs: Should be static classes in 2.0.
906
907 2007-04-03  Alp Toker  <alp@atoker.com>
908
909         * Delegate.cs: DynamicInvoke(object[]) is params in 2.0.
910
911 2007-04-03  Alp Toker  <alp@atoker.com>
912
913         * Delegate.cs: Combine(Delegate[]) is params in 2.0.
914
915 2007-03-27  Dick Porter  <dick@ximian.com>
916
917         * Environment.cs: Increment mono_corlib_version;
918
919 2007-03-16  Miguel de Icaza  <miguel@novell.com>
920
921         * BitConverter.cs: Revert the patch from 72237 as that introduces
922         a regression and we are not sure yet what we will be doing about
923         that.
924
925         Introduce a new InternalInt64BitsToDouble method that provides the
926         fixed functionality, mark it as internal.
927
928         Introduce a new SwappableToDouble method that includes the
929         swapping ToDouble routine as introduced by Zoltan on 72237, this
930         is used by InternalInt64BitsToDouble.
931
932         * Math.cs (IEEERemainder): Use the InternalInt64BitsToDouble
933         routine here to preserve the semantics from Zoltan.  
934
935         The problem with BitConverter.cs is that it is completely hossed.
936         In .NET 1.1 it is a bitwise copy, no attempt is ever done to do
937         endian-specific swapping.   In .NET 2.0 it is *almost* like that,
938         but it is subtly broken: if data is unaligned then endian
939         conversions happen.  If the data is properly aligned it behaves
940         like 1.0.
941
942         In general BitConverter is a sad class that offers little control,
943         we will be introducing a new mono bit converter and encourage
944         users to use that instead of the entirely broken
945         System.BitConverter. 
946
947 2007-03-11  Gert Driesen  <drieseng@users.sourceforge.net>
948
949         * Delegate.cs: Fixed bootstrap build.
950
951 2007-03-08  Gert Driesen  <drieseng@users.sourceforge.net>
952
953         * StringComparer.cs: Renamed StringComparer classes and promoted them
954         to top-level classes. Merged Ordinal and OrdinalIgnoreCase comparers.
955         Fixes binary serialization compatibility with MS.
956
957 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
958   
959         * Type.cs (Equals): Remove a useless check.
960
961         * Type.cs: Rename Type:Equals(Type) to EqualsInternal, and add support for checking
962         UnderlyingSystemType. Fixes #81037.
963
964 2007-03-05 Gonzalo Paniagua Javier <gonzalo.mono@gmail.com>
965
966         * TermInfoDriver.cs: adjust buffer indexes after *every* read. Fixes
967         bug #80329. Robert Jordan attached a similar patch to the bug report
968         but I didn't see it until after my commit...
969
970 2007-03-05  Peter Dettman <peter.dettman@iinet.net.au>
971
972         * Enum.cs: The above patch makes the formatting for specifiers 'x'
973         and 'X' behave like MS.NET, including the correct length for each
974         possible underlying type, and correctly using capital letters for
975         the 'X' case.
976
977         Patch also includes some more test cases in EnumTests.cs.
978
979 2007-02-25  Gert Driesen  <drieseng@users.sourceforge.net>
980
981         * AppDomainSetup.cs: If configuration file is not an absolute path,
982         then throw a MemberAccessException if ApplicationBase is not set,
983         or otherwise consider it as a path relative to ApplicationBase.
984         Fixes bug #80934. Patch provided by Jamie Cansdale.
985         * AppDomain.cs: In CreateDomain, construct AppDomain with
986         ApplicationBase of default domain if not explicitly set in specified
987         AppDomainSetup. If config file is not set, then use filename of the
988         default domain config file. Base on patch provided by Jamie Cansdale.
989
990 2007-02-16  Sebastien Pouliot  <sebastien@ximian.com>
991
992         * Random.cs: Fix exception messages ("then" -> "than"). Spotted by
993         Mark A. Nicolosi (#80873).
994
995 2007-02-12  Miguel de Icaza  <miguel@novell.com>
996
997         * CStreamWriter.cs (Write with char []): take the lock once for
998         all characters and call manually the InternalWriteChar properly to
999         speed things up.
1000
1001         (Write with string parameter): same thing, if the driver is not
1002         initialized use a fast path.
1003
1004         If the driver has not been initialized, use a fast path instead. 
1005
1006 Mon Feb 12 21:54:57 CET 2007 Paolo Molaro <lupus@ximian.com>
1007
1008         * MonoType.cs: patch from Cedric Vivier <cedricv@neonux.com> to
1009         get correctly non-public fields from generic types.
1010
1011 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
1012
1013         * __ComObject.cs: Add IUnknown field to object. Cleanup icalls.
1014         
1015 2007-02-03  Zoltan Varga  <vargaz@gmail.com>
1016
1017         * BitConverter.cs (ToDouble): Fix this on big-endian machines.
1018
1019 2007-01-30  Atsushi Enomoto  <atsushi@ximian.com>
1020
1021         * TimeZone.cs: According to the docs, we should not throw when
1022         converting to Localtime if we are a negative value.  Instead we
1023         return DateTime.MinValue.
1024
1025 2007-01-25  Atsushi Enomoto  <atsushi@ximian.com>
1026
1027         * DateTime.cs : copy Kind in those members that return DateTime.
1028           Fixed bug #80614.
1029
1030 2007-01-20  Miguel de Icaza  <miguel@novell.com>
1031
1032         * Array.cs (InternalArray__ICollection_Contains,
1033         InternalArray__IndexOf): Cope with null values in the array (See
1034         bug #80563).
1035
1036 2007-01-19  Marek Habersack  <grendello@gmail.com>
1037
1038         * AppDomain.cs: Make sure that domain
1039         SetupInformation.ConfigurationFile is never null. MS.NET by
1040         default copies the default domain's ConfigurationFile value
1041         there. Fixes bug #80547.
1042
1043 2007-01-14  Jensen Somers <jensen.somers@gmail.com>
1044
1045         * ArraySegment.cs: Added Equals() method, operator == and !=
1046         overloading and GetHashCode().
1047
1048 2007-01-10  Andy Hume <andyhume32@yahoo.co.uk>
1049
1050         * Fixes to a number of exception classes.
1051         
1052         A project of mine uses #ctor(String,Exception) on 
1053         ObjectDisposedException, so I looked at adding that, and any 
1054         other similar constructors missing as per the class status report.
1055         
1056         I also spotted inconsistent setting of HResult, and fixed 
1057         those too.  For instance, ArgumentNullException sets HResult 
1058         only in three out of the four constuctors; not setting it in 
1059         the v2 (String,Exception) one -- and correctly not in the 
1060         Serialization constructor.
1061         
1062         
1063         So, I fixed the remaining missing (String,Exception) 
1064         constructors in corlib (2 of), and fixed the Hresult setting 
1065         in all exceptions there (4 of).
1066         
1067         The remaining Exception constructor omission listed was 
1068         InvalidCastException.ctor(System.String, System.Int32).  MSDN   says:
1069         "This constructor supplies an HRESULT value that is 
1070         accessible to inheritors of the InvalidCastException class, 
1071         via the protected HResult property of the Exception class."
1072         I added that method too, setting the HResult property from 
1073         the Int32 argument.
1074
1075 2007-01-10  Atsushi Enomoto  <atsushi@ximian.com>
1076
1077         * String.cs, StringComparer.cs : avoid extra string creation in
1078           StringComparer.OrdinalIgnoreCase.
1079
1080 2007-01-05  Sebastien Pouliot  <sebastien@ximian.com>
1081
1082         * DateTime.cs: Under 2.0 fix ParseExact to set DateTimeKind.Utc when
1083         DateTimeStyles.AdjustToUniversal is used.
1084
1085 2007-01-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1086
1087         * TermInfoDriver.cs: honor the backspace in ReadLine.
1088
1089 2006-12-30  Marek Safar  <marek.safar@gmail.com>
1090
1091         * String.cs: Character based method only.
1092         (IndexOf, LastIndexOf, Replace, IndexOfAny): Performance improvements.
1093         (Substring): Returns same instance when index is 0.
1094
1095 2006-12-30  Alp Toker  <alp@atoker.com>
1096
1097         * Decimal.cs:
1098         * Math.cs: Implement missing Decimal.Ceiling methods for 2.0.
1099         Closes #80384.
1100
1101 2006-12-22  Sebastien Pouliot  <sebastien@ximian.com> 
1102
1103         * DateTime.cs: Implement missing [To|From]Binary methods for 2.0.
1104         * OperatingSystem.cs: Implement missing ServicePack and VersionString
1105         properties (2.0).
1106         * Version.cs: Add missing Major|MinorRevision properties for 2.0.
1107
1108 2006-12-14  Raja R Harinath  <rharinath@novell.com>
1109
1110         * Type.cs (MakeGenericType): Can only be called on a generic type
1111         definition.
1112
1113 2006-12-03  Miguel de Icaza  <miguel@novell.com>
1114
1115         * DateTime.cs: Fix this on the 2.0 profile, return the
1116         DateTimeKind for the Now property
1117
1118 2006-12-01  Duncan Mak  <duncan@a-chinaman.com>
1119
1120         * ArgumentOutOfRangeException.cs (.ctor): 
1121         * NotFiniteNumberException.cs (.ctor): Add the 2.0 constructor
1122         that takes a string and an inner Exception.
1123
1124 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
1125
1126         * DateTime.cs :
1127           When comparing enumerations, two or more enumeration values might
1128           match. Thus basically we should do complete matching, but right
1129           now just do reverse order search since only numbered abbrev month
1130           names matter (and full iteration is a mess). Fixed bug #80094.
1131
1132 2006-12-01  Atsushi Enomoto  <atsushi@ximian.com>
1133
1134         * DateTime.cs :
1135           use new internal clone-less DateTimeFormatInfo members.
1136
1137 2006-11-29  Martin Baulig  <martin@ximian.com>
1138
1139         * INullableValue.cs: Removed.
1140
1141 2006-11-28  Duncan Mak  <duncan@novell.com>
1142
1143         * ArgumentNullException.cs (.ctor): Added new constructor that's
1144         new in .NET 2.0.
1145
1146         * InsufficientMemoryException.cs: Added missing 2.0 exception.
1147         
1148 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
1149
1150         * __ComObject.cs: Removed IDispatchMono.
1151         
1152 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1153
1154         * TermInfoDriver.cs:
1155         * Console.cs: lazy initialization of Console 2.0 (also when
1156         CancelKeyPress is used).
1157
1158 2006-11-27  Miguel de Icaza  <miguel@novell.com>
1159
1160         * Exception.cs (GetType): New method in 2.x, Another Moma catch. 
1161
1162 Mon Nov 27 19:34:16 CET 2006 Paolo Molaro <lupus@ximian.com>
1163
1164         * GC.cs: implemented the needed methods with icalls.
1165
1166 2006-11-26  Miguel de Icaza  <miguel@novell.com>
1167
1168         * Math.cs: Add Floor(Decimal d), for CreativeDocs.NET.
1169
1170         Go Moma!  http://www.mono-project.com/Moma
1171
1172         * Decimal.cs: Refactor code to implement TryParse.
1173
1174         Also, avoid initializing messages on every call to stripStyles
1175
1176 2006-11-22  Miguel de Icaza  <miguel@novell.com>
1177
1178         * DateTime.cs: A small performance hit, we store the actual time
1179         span in a boxed object.   This way, it can be updated from other
1180         threads if necessary.   We always unbox to get the value before
1181         any potential updates. 
1182
1183         Thanks to Gonzalo for catching this.
1184
1185 2006-11-21  Miguel de Icaza  <miguel@novell.com>
1186
1187         * TimeZone.cs (CurrentSystemTimeZone): Cache the current year
1188         daylight savings time in static variables.
1189
1190         (CurrentSystemTimeZone.OnDeserialization): Initialize
1191         this_year_dlt and this_year on this method.
1192
1193         (TimeZone): init statically the currentTimeZone instead of
1194         delaying that to the static property, avoiding a compare. 
1195
1196 2006-11-22  Lluis Sanchez Gual  <lluis@novell.com>
1197
1198         * Array.cs: (compare<T>) if a comparer is provided, it has
1199           priority over other comparison methods.
1200
1201 2006-11-14  Miguel de Icaza  <miguel@novell.com>
1202
1203         * Array.cs: TODOs will from now on be used to flag information
1204         that will be developer-visible, not to flag internal information
1205         that none of us reads or bothers about.
1206
1207         For those, use "FIXME" strings in the source code instead. 
1208
1209         * AppDomain.cs: Update to be more useful.
1210
1211 2006-11-13  Atsushi Enomoto  <atsushi@ximian.com>
1212
1213         * String.cs : fixed incorrect startIndex/length count in
1214           IndexOf(string,StringComparison).
1215
1216 2006-11-07  Marek Safar  <marek.safar@gmail.com>
1217
1218         * String.cs (LastIndexOf): If value is Empty, the return value is
1219         the start index position in value.
1220
1221 2006-10-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1222
1223         * TermInfoDriver.cs: prevent an invalid cast.
1224
1225 2006-10-26  Marek Safar  <marek.safar@seznam.cz>
1226
1227         * String.cs (Concat): Add fast-path for empty strings.
1228
1229 2006-10-20  Jonathan Chambers  <joncham@gmail.com>
1230
1231         * Variant.cs: Add support for bool and interfaces.
1232         
1233 2006-10-18  Kornél Pál  <kornelpal@gmail.com>
1234
1235         * Type.cs: Removed is_subtype_of because IsSubclassOf should be used
1236           that is public and virtual. IsClass: Checking for ValueType is
1237           unnecessary. IsEnum: UnderlyingSystemType is not used anymore so
1238           no EnumBuilder hack is necessary. Checking for Enum is
1239           unnecessary. IsSerializable: Walk BaseType for user defined types.
1240           IsSubclassOf: Walk BaseType for user defined types.
1241
1242         * MonoType.cs: IsValueTypeImpl is unnecessary. IsSubclassOf: Unlike
1243           Type system types throw ArgumentNullException on null Type
1244           argument.
1245
1246 2006-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
1247
1248         * BadImageFormatException.cs: Changed message for default ctor to
1249         match MS. Use internal message field of Exception to check whether
1250         Message is null. Match MS default messages when no message is 
1251         set. Fixed ToString to match MS.
1252
1253 2006-10-09  Miguel de Icaza  <miguel@novell.com>
1254
1255         * Environment.cs: Handle SpecialFolder.MyMusic
1256
1257 2006-10-07 Gert Driesen <drieseng@users.sourceforge.net>
1258
1259         * Enum.cs: Use different exception message depending on whether the
1260         type of the passed in value is an Enum or not. Avoid looking up the
1261         enum's underlying type twice in case of "D" or "d" format specifier.
1262
1263 2006-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1264
1265         * TermInfoDriver.cs: don't allow backspace if we're at the beginning
1266         position for a ReadLine.
1267
1268 2006-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1269
1270         * TermInfoDriver.cs: ironpython autocompletion works now.
1271
1272 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1273
1274         * Console.cs: avoid casting on windows.
1275
1276 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1277
1278         * ConsoleDriver.cs:
1279         * TermInfoDriver.cs:
1280         * IConsoleDriver.cs:
1281         * CStreamWriter.cs:
1282         * ConsoleKeyInfo.cs:
1283         * NullConsoleDriver.cs:
1284         * Console.cs:
1285         * CStreamReader.cs:
1286         * WindowsConsoleDriver.cs: initial changes to handle cursor position
1287         and screen buffers.
1288
1289 2006-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
1290
1291         * ArithmeticException.cs: Modified default message to match MS, to
1292         ensure a local regression test passes on both Mono and .NET.
1293
1294 2006-09-21  Gert Driesen  <drieseng@users.sourceforge.net>
1295
1296         * Exception.cs: Marked message internal to allow derived classes to
1297         access the raw message (without changing the public API).
1298
1299 2006-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1300
1301         * ConsoleDriver.cs:
1302         * TermInfoDriver.cs:
1303         * IConsoleDriver.cs:
1304         * Console.cs:
1305         * WindowsConsoleDriver.cs: don't switch to the alternate window.
1306         Trigger the cancel event. Retrieve the cursor position at the
1307         beginning, as we're going to keep track of it instead of querying it
1308         all the time.
1309
1310 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
1311
1312         * Environment.cs (ProcessorCount): Implement as icall.
1313         Patch by Jason McFall.
1314
1315 2006-09-05  Raja R Harinath  <rharinath@novell.com>
1316
1317         * DateTime.cs (Today) [NET_2_0]: Set kind to Local.
1318
1319 2006-09-02  Zoltan Varga  <vargaz@gmail.com>
1320
1321         * Enum.cs (Equals): Use the generic Equals implementation from ValueType which
1322         is faster and avoids allocations.
1323
1324 2006-09-01  Martin Baulig  <martin@ximian.com>
1325
1326         * Array.cs (Array.InternalArray): Removed the helper class;
1327         instead we use private generic methods in System.Array which are
1328         inserted into the vtable at runtime.
1329
1330 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1331
1332         * ConsoleCancelEventArgs.cs: fix my build.
1333
1334 2006-08-22  Miguel de Icaza  <miguel@novell.com>
1335
1336         * MulticastDelegate.cs: Make DynamicInvokeImpl internal in 2.0 
1337
1338         * Converter.cs: update signature to final.
1339
1340         * ModuleHandle.cs: Removed the [Obsolete] flags as they removed
1341         those in the final 2.0
1342
1343         * DateTime.cs: Fixed the signature. 
1344
1345         * Convert.cs: Removed API calls that were deprecated in final 2.0
1346
1347         * Enum.cs: Updated to use the obsoletes flagged in 2.0.
1348
1349         * ConsoleCancelEventArgs.cs: Updated to 2.0
1350
1351 2006-08-19  Miguel de Icaza  <miguel@novell.com>
1352
1353         * Attribute.cs: This needs to do a deep compare, not a shallow
1354         one.   Ran into this bug with the VBNC compiler that compares two
1355         separate attributes for equality using this.
1356
1357         * String.cs (StartsWith): Fix the overloaded constructor that
1358         takes a CultureInfo, if that is null, it means to use the current
1359         culture. 
1360
1361         * TermInfoDriver.cs: Do not throw exceptions on the driver for
1362         SetWindowSize and SetWindowPosition, they can be treated as nops.
1363
1364 2006-08-18  Zoltan Varga  <vargaz@gmail.com>
1365
1366         * *.cs: Use String.Empty instead of "" in a lot of places.
1367
1368 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
1369
1370         * DateTime.cs: Remove last patch to DateTime as the fix wasn't correct
1371         and made most x.509 unit tests fails. However the original problem is 
1372         back (only on 2.0).
1373
1374 2006-08-14  Raja R Harinath  <rharinath@novell.com>
1375
1376         Fix #78943
1377         * Activator.cs (CreateInstance): Throw ArgumentException on open
1378         generic types.
1379
1380 2006-08-14  Miguel de Icaza  <miguel@novell.com>
1381
1382         * MonoType.cs: Do the argument testinf for SetField later,
1383         otherwise the implicit (and not documented, but already considered
1384         side effect of checking SetProperty) did not work.
1385
1386         Bug fix #79023
1387
1388 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
1389
1390         * String.cs : Normalize() and IsNormalized() implementation.
1391
1392 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
1393
1394         * __ComObject.cs: Added defintion of IDispatch interface, and
1395         property. Get CLSID of supertype for creation if class not
1396         ComImport attributed (allows for inheritance of RCW).
1397         * MonoType.cs: Implement IsCOMObjectImpl.
1398
1399 2006-08-09  Atsushi Enomoto  <atsushi@ximian.com>
1400
1401         * DateTime.cs : fixed X509Certificate() case that regressed only
1402           under NET_2_0.
1403
1404 2006-08-07  Kornél Pál  <kornelpal@gmail.com>
1405
1406         * Console.cs: Use correct code pages on Windows and initialize
1407           InputEncoding and OutputEncoding to the actual encodings used.
1408
1409 2006-08-05  Duncan Mak  <duncan@novell.com>
1410
1411         * Char.cs (TryParse): Implemented missing 2.0 method, which fixed
1412         bug #79007.
1413
1414 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
1415
1416         * __ComObject.cs: Added support for marshalling objects.
1417         
1418 2006-07-24  Atsushi Enomoto  <atsushi@ximian.com>
1419
1420         * Char.cs : implemented utf32 conversion methods thus fixed bug #78856.
1421
1422 2006-07-19  John Luke  <john.luke@gmail.com>
1423
1424         * TermInfoDriver.cs: switch order of alt and control when
1425         calling new ConsoleKeyInfo()
1426
1427 2006-07-19  Kornél Pál  <kornelpal@gmail.com>
1428
1429         * String.cs: Improve CreateString () performance when length is zero.
1430
1431 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
1432
1433         * String.cs: Added CreateString () methods. Constructors with matching
1434           argument list are redirected to these methods that improves
1435           performance as well as fixes bug #78703.
1436
1437 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
1438
1439         * __ComObject.cs: Begin implementing COM Interop.
1440         * Environment.cs: Increment corlib version.
1441         
1442 2006-07-12  Zoltan Varga  <vargaz@gmail.com>
1443
1444         * Delegate.cs (DynamicInvokeImpl): Add support for bound delegates in Net 2.0.
1445
1446 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
1447
1448         * Double.cs (Parse): Fix handling of inner whitespace.
1449
1450 2006-07-09  Zoltan Varga  <vargaz@gmail.com>
1451
1452         * Int32.cs: Fix a warning.
1453
1454 2006-07-07  Atsushi Enomoto  <atsushi@ximian.com>
1455
1456         * TimeZone.cs : consider DateTimeKind in ToLocalTime() and 
1457           ToUniversalTime(). Fixed bug #78784. Patch by Thong Nguyen.
1458         * DateTime.cs : DateTimeKind for UtcNow should be Utc.
1459
1460 2006-06-28  Kornél Pál  <kornelpal@gmail.com>
1461
1462         * Char.cs: Implemented IsHighSurrogate and IsLowSurrogate methods.
1463
1464 2006-06-27  Atsushi Enomoto  <atsushi@ximian.com>
1465
1466         * Double.cs : don't throw Exception in TryParse() for 'E'.
1467           Fixed bug #78546.
1468
1469 2006-06-20  Jb Evain  <jbevain@gmail.com>
1470
1471         * Math.cs: implement Math.Truncate.
1472
1473 2006-06-13  Atsushi Enomoto  <atsushi@ximian.com>
1474
1475         * DateTime.cs :
1476           Another lame win32 dependent pattern. Fixed bug #78618.
1477
1478 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
1479
1480         * Environment.cs: Implement Set/GetEnvironmentVariable for User/Machine.        
1481
1482 2006-06-07  Kornél Pál  <kornelpal@gmail.com>
1483
1484         * Environment.cs: Use Consts.FxFileVersion for Environment.Version
1485           as Consts.RuntimeVersion was removed.
1486
1487 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
1488
1489         * Variant.cs: Added.
1490         * Environment.cs: Incremented corlib version since adding Variant.      
1491         
1492 2006-06-01  Raja R Harinath  <rharinath@novell.com>
1493
1494         * Nullable.cs (operator==, operator!=): Remove.
1495
1496 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
1497
1498         * MonoDummy.cs: Removed as it is no longer needed.
1499
1500         * Environment.cs: Bump corlib version.
1501         
1502         * Environment.cs: Revert the last change.
1503         
1504         * Environment.cs: Bump corlib version.
1505
1506         * MonoAsyncCall.cs: New file.
1507
1508 2006-05-30  Gert Driesen  <drieseng@users.sourceforge.net>
1509
1510         * Char.cs: Removed duplicate (explicit) interface implementation.
1511         * String.cs: Removed duplicate (explicit) interface implemenation.
1512         * MulticastDelegate.cs: Fixed API mismatches.
1513
1514 2006-05-29 Paolo Molaro <lupus@ximian.com>
1515
1516         * String.cs: make sure that the chars truncated by a stringbuilder
1517         are zeroed.
1518
1519 2006-05-29  Martin Baulig  <martin@ximian.com>
1520
1521         * Exception.cs
1522         (Exception.StackTrace): Use the new stack trace format which is
1523         very similar to the one of MS.NET - method name goes first,
1524         file / line number last and in the method name, we separate class
1525         and method name by `.'.
1526
1527         * Environment.cs
1528         (Environment.StackTrace): Enable line-number information.
1529
1530 2006-05-24  Atsushi Enomoto  <atsushi@ximian.com>
1531
1532         * DateTime.cs :
1533           Implement 2.0 TryParseExact(). Patch by Seo Sanghyeon.
1534
1535 2006-05-17  Kazuki Oikawa  <kazuki@panicode.com>
1536
1537         * Array.cs : added internal sort method used
1538           in System.Collections.Generics.List<T>.Sort(Comparison<T>).
1539
1540 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
1541
1542         * Environment.cs: Bump corlib version.
1543
1544 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
1545
1546         * MonoType.cs (GetMethodImpl): Fix a warning.
1547
1548 2006-05-08  Atsushi Enomoto  <atsushi@ximian.com>
1549
1550         * ArrayTest.cs : use proper comparer in IndexOf() and LastIndexOf().
1551           Patch by Kazuki Oikawa. Fixed bug #77277.
1552
1553 2006-05-07  Zoltan Varga  <vargaz@gmail.com>
1554
1555         * Nullable.cs (Equals): Fix comparison to null. Fixes #78322.
1556
1557 2006-04-28  Atsushi Enomoto  <atsushi@ximian.com>
1558
1559         * Nullable.cs : updated Nullable<T> API to 2.0 RTM.
1560
1561 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1562
1563         * Double.cs : (Parse) handle currency symbol when
1564           AllowCurrencySymbol is passed as part of the style. Patch by
1565           nede@aliquant.com, modified to eliminate redundant Substring().
1566           This fixes bug #77721.
1567
1568 2006-04-26  Atsushi Enomoto  <atsushi@ximian.com>
1569
1570         * MonoType.cs : (GetMethod) when zero-length type[] is explicitly
1571           passed, don't return methods with some arguments. Fixed bug #77367.
1572
1573 2006-04-21  Gert Driesen  <drieseng@users.souceforge.net>
1574
1575         * Enum.cs: Provide meaningful message when type of passed in value
1576         does not match enum type.
1577
1578 2006-04-19  Raja R Harinath  <rharinath@novell.com>
1579
1580         * Char.cs (Equals): Don't access 'm_value' field of other
1581         instances.  Cast directly to 'char'.
1582
1583 2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
1584
1585         * DateTime.cs : implement SpecifyKind(). Patch by Thong Nguyen.
1586
1587 2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
1588
1589         * NumberFormatter.cs : general performance improvements. Avoid 
1590           extraneous evaluation for simple formatting. Details are seen in 
1591           bug #77792. Patch by Kazuki Oikawa.
1592
1593 2006-04-13  Atsushi Enomoto  <atsushi@ximian.com>
1594
1595         * DateTime.cs : implement IsDaylightSavingTime().
1596           Patch by Seo Sanghyeon <tinuviel@sparcs.kaist.ac.kr>.
1597
1598 2006-04-04  Atsushi Enomoto  <atsushi@ximian.com>
1599
1600         * Array.cs :
1601           added some more [ReliabilityContract].
1602           removed some [CLSCompliant].
1603           renamed generic method parameter names.
1604
1605 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
1606
1607         * Environment.cs (SetEnvironmentVariable): Implement.
1608
1609 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
1610
1611         * Array.cs : oops, the last change caused regression. The array must
1612           be transparent to ReadOnlyCollection, not create another list.
1613
1614 2006-03-28  Atsushi Enomoto  <atsushi@ximian.com>
1615
1616         * Array.cs : AsReadOnly<T>() in RTM returns ReadOnlyCollection<T>.
1617           Thus removed ReadOnlyArray<T> and ReadOnlyArrayEnumerator<T>.
1618           In 2.0 some members became non-virtual.
1619
1620 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
1621
1622         * String.cs : oops, NET_2_0.
1623
1624 2006-03-23  Atsushi Enomoto  <atsushi@ximian.com>
1625
1626         * String.cs : added new IndexOf() and LastIndexOf() overloads, and
1627           IEnumerable<char>.GetEnumerator().
1628
1629 2006-03-21  Kornél Pál  <kornelpal@gmail.com>
1630
1631         * String.cs: Make memcpy4 private as it is a helper method.
1632           Make memcpy internal to can be used from UnicodeEncoding.
1633
1634 2006-03-19  Marek Safar  <marek.safar@seznam.cz>
1635
1636         * Nullable.cs (Compare, Equals): Added constrain as gmcs now correctly
1637         reports an error here.
1638
1639 2006-03-16  Atsushi Enomoto  <atsushi@ximian.com>
1640
1641         * Double.cs : (Parse) reject String.Empty.
1642
1643 Wed Mar 15 16:30:51 CET 2006 Paolo Molaro <lupus@ximian.com>
1644
1645         * LocalDataStoreSlot.cs: implement as index in an array.
1646         Implemented finalizer and allow it to remove the data stored
1647         in the slot.
1648
1649 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
1650
1651         * Environment.cs: Bump corlib version.
1652
1653 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
1654
1655         * MonoCustomAttrs.cs (IsDefined): Avoid a runtime assert if a type
1656         overwrites GetCustomAttributes () but not IsDefined ().
1657
1658 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
1659
1660         * Environment.cs: Bumped corlib version to 48 (due to r57532)
1661
1662 2006-03-07  Martin Baulig  <martin@ximian.com>
1663
1664         * String.cs (String.FormatHelper): Try getting an `ICustomFormatter'
1665         from the `provider' if possible.
1666
1667 2006-02-26  Gert Driesen  <drieseng@users.souceforge.net>
1668
1669         * DecimalFormatter.cs: Removed obsolete class, as it has been replaced
1670         by NumberFormatter.
1671         * DoubleFormatter.cs: Same.
1672         * SingleFormatter.cs: Same.
1673
1674 2006-02-21  Marek Safar  <marek.safar@seznam.cz>
1675
1676         * String.cs (Equals): Optimized for speed.
1677
1678 2006-02-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1679
1680         * TermInfoDriver.cs: patch by Mike Hull that fixes bug #77518.
1681
1682 Mon Feb 20 11:19:54 CET 2006 Paolo Molaro <lupus@ximian.com>
1683
1684         * MonoType.cs: patch from Joachim Ante <joe@otee.dk> to
1685         improve error messages.
1686
1687 2006-02-15  Martin Baulig  <martin@ximian.com>
1688
1689         * Type.cs (Type.IsGenericInstance): Removed.
1690
1691 2006-02-14  Ankit Jain  <jankit@novell.com>
1692             Raja R Harinath  <rharinath@novell.com>
1693  
1694         * ArraySegment.cs (.ctor): Fix bounds check. Rename param 'length' to
1695         'count'.
1696
1697 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
1698
1699         * TermInfoDriver.cs (CreateKeyInfoFromInt): Fix handling of tab and its
1700         friends.
1701         
1702         * TermInfoDriver.cs (GetWindowDimensions): Obtain the exact terminal
1703         size using an icall.
1704         (GetCursorPosition): Convert the row and column to 0 based indexing. 
1705         Also fix reading of large values.
1706         (CreateKeyInfoFromInt): Convert LF to ConsoleKey.Enter.
1707
1708         * ConsoleDriver.cs (GetTtySize): New icall.
1709
1710 2006-02-10  Zoltan Varga  <vargaz@gmail.com>
1711
1712         * Array.cs: Fix some methods which previously returned Nullable<T>.
1713
1714         * Nullable.cs: Add T: struct constraint and fix constructor.
1715
1716 Fri Feb 3 11:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
1717
1718         * String.cs: changed StartsWith/EndsWith to faster versions.
1719
1720 2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1721
1722         * String.cs: implement 2.0 StartsWith and EndsWith new overloads. Based
1723         on a patch by Thong Nguyen.
1724
1725 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
1726
1727         * String.cs: Implement one of the new net 2.0 Split methods.
1728
1729 2006-01-31  Atsushi Enomoto  <atsushi@ximian.com>
1730
1731         * String.cs : (LastIndexOf) Fixed bug #77412. It should not expect
1732           that value length is bigger than its index.
1733
1734 2006-01-27  Zoltan Varga  <vargaz@gmail.com>
1735
1736         * DateTime.cs: Add some 2.0 methods and properties.
1737
1738 2006-01-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1739
1740         * Console.cs: if InternalCodePage returns -1, use the default encoding.
1741         Also match the UTF8 one properly. Patch by wall_john@sohu.com.
1742
1743 2006-01-19  Atsushi Enomoto  <atsushi@ximian.com>
1744
1745         * ModuleHandle.cs : GetPEKind() is not public in 2.0 RTM.
1746
1747 2006-01-16  Alp Toker  <alp@atoker.com>
1748
1749         * TimeSpan.cs: Simple implementation of NET 2.0 TryParse() using
1750         try/catch
1751
1752 2006-01-05  Raja R Harinath  <rharinath@novell.com>
1753
1754         Fix regressions introduced by the fix to #71300.
1755         * Activator.cs (CreateInstance): Use Binder.SelectMethod instead
1756         of home-grown FindBestCtor.
1757         (FindBestCtor): Delete.
1758
1759 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
1760
1761         * Nullable.cs: Update to Net 2.0 RTM.
1762         
1763         * Nullable.cs: Add comments about runtime dependencies on the layout of
1764         this type.
1765
1766 2006-01-02  Sebastien Pouliot  <sebastien@ximian.com>
1767
1768         * Activator.cs: Now find the best ctor when null are used for 
1769         paramaters. Fix bug #71300. Added checks for specific types (void,
1770         TypedReference, ArgIterator and RuntimeArgumentHandle).
1771         * Console.cs: Re-use Environment logic to detect Windows.
1772         * Type.cs: Re-applied r45150 as the real bug was in Activator.
1773
1774 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
1775
1776         * Activator.cs: Add a 'params' to one of the CreateInstance overloads.
1777
1778         * RuntimeTypeHandle.cs RuntimeMethodHandle.cs RuntimeFieldHandle.cs:
1779         Add == and != operators.
1780
1781 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
1782
1783         * Environment.cs: Bump corlib version to 46.
1784         * TimeZone.cs: Partial fix for #76094. Added [Serializable] attribute 
1785         and renamed internal CurrentTimeZone class to CurrentSystemTimeZone 
1786         (like MS). This allows serialization roundtrip to work in Mono but 
1787         there's still an issue when deserializing a stream from MS. 
1788
1789 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com> 
1790  
1791         * NumberFormatter.cs: Fixed rounding for float and the string output
1792         now includes all the precision (not counting preceding zeros). This
1793         fix the DecimalTest.TestConstructSingleRounding_NotWorking test cases.
1794
1795 2005-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
1796  
1797         * Array.cs: Fixed Sort<T> with IComparable (generic or not) bug #77039
1798
1799 2005-12-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1800
1801         * Array.cs: Added the Sort<T> methods (generics). 
1802
1803 2005-12-19  Sebastien Pouliot  <sebastien@ximian.com> 
1804  
1805         * Array.cs: Fixed BinarySearch when the array is empty (#77030). Added
1806         some null check which throws ArgumentNullException under 2.0.
1807
1808 2005-12-15  Sebastien Pouliot  <sebastien@ximian.com>
1809
1810         * DateTime.cs: Added MonoTODO to ctor accepting a Calandar instance.
1811         * Double.cs: Under 2.0 throw a ArgumentException when parsing with
1812          NumberStyles.AllowHexSpecifier. Partial fix for #72221. Added the
1813         second, simpler, TryParse method (2.0).
1814         * Single.cs: Added the TryParse methods for 2.0.
1815
1816 2005-12-15  Raja R Harinath  <rharinath@novell.com>
1817
1818         * Type.cs (IsGenericType): Make virtual.
1819
1820 2005-12-08  Sebastien Pouliot  <sebastien@ximian.com> 
1821
1822         * AppDomainSetup.cs: ApplicationBase throw exception on get (not on 
1823         set). New behaviour is more like MS - but most issues (unit tests)
1824         were really path issues. Fix bug #71291.
1825         * DateTime.cs: Add more information when throwing an exception in 
1826         ctor(long). Useful for debugging.
1827
1828 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
1829
1830         * Single.cs Double.cs: Fix warnings.
1831
1832 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com> 
1833  
1834         * Convert.cs: ToBase64String method didn't use the option parameter so
1835         we always included new lines. Fix bug #76876.
1836
1837 2005-12-06  Sebastien Pouliot  <sebastien@ximian.com>
1838
1839         * AppDomainSetup.cs: Added missing ComVisible and removed LAMESPEC 
1840         (the docs were fixed).
1841         * NumberFormatter.cs: Fixed the "NotWorking" case where 1.15 was 
1842         misrounded compared to MS implementation. Extra care is required when
1843         dealing with the extra 2 digits information (e.g. double precision is
1844         15 digits but 17 are kept - for a reason ;-)
1845
1846 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
1847
1848         * Environment.cs: Bump version
1849
1850         * Nullable.cs: New Box and Unbox methods for the jit
1851
1852 2004-12-05  Peter Dennis Bartok <pbartok@novell.com>
1853
1854         * Enum.cs: Properly handle "No bits set" case even if the sorted numbers
1855           list does not have enum value 0 as the first item. Fixes #76921
1856
1857 2005-12-05  Sebastien Pouliot  <sebastien@ximian.com>
1858
1859         * AppDomain.cs: CreateComInstanceFrom isn't static in any profile.
1860
1861 Mon Dec 5 15:14:59 CET 2005 Paolo Molaro <lupus@ximian.com>
1862
1863         * Double.cs: remove unused icall.
1864         * BitConverter.cs: handle double binary format on ARM FPA.
1865
1866 2005-12-02  Alp Toker  <alp@atoker.com>
1867
1868         * MonoType.cs:
1869         * Type.cs: DeclaringMethod should return MethodBase, not MethodInfo
1870
1871 2005-12-02  Alp Toker  <alp@atoker.com>
1872
1873         * AppDomain.cs: ReflectionOnlyPreBindAssemblyResolve renamed to
1874         ReflectionOnlyAssemblyResolve in 2.0 final
1875
1876 2005-12-01  Alp Toker  <alp@atoker.com>
1877
1878         * String.cs: Add static and non-static Equals(... StringComparison) for
1879         2.0.
1880
1881 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1882
1883         * TermInfoDriver.cs: special case for the escape key. Fixes bug #76781.
1884
1885 2005-11-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1886
1887         * TermInfoDriver.cs: if the cursor_address capability contains a %i, we
1888         have to add 1 to x and y when setting the cursor position.
1889         Fixes bug #76856.
1890
1891         * Convert.cs: remove unused variables.
1892
1893 Wed Nov 30 12:14:20 EST 2005 Paolo Molaro <lupus@ximian.com>
1894
1895         * NumberFormatter.cs: work around arch-specific ulong cast behaviour
1896         with large numbers.
1897
1898 Tue Nov 29 05:38:37 EST 2005 Paolo Molaro <lupus@ximian.com>
1899
1900         * Convert.cs: fix endianess issue when converting to base-8
1901         format. All the base code would need a rewrite for efficience.
1902
1903 2005-11-25  Sebastien Pouliot  <sebastien@ximian.com>
1904
1905         * String.cs: Added support for Compare(... StringComparison) in 2.0.
1906
1907 2005-11-25  Alp Toker  <alp@atoker.com>
1908
1909         * Type.cs (IsVisible): New 2.0 property, implemented recursively.
1910
1911 2005-11-17  Dick Porter  <dick@ximian.com>
1912
1913         * Environment.cs: Incremented corlib version
1914
1915 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
1916
1917         * Int32.cs, UInt32.cs, Int16.cs, UInt16.cs, Int64.cs,
1918         UInt64.cs, Byte.cs, SByte.cs, Double.cs : Modify internal Parse
1919         methods to return the exception as an out parameter,
1920         instead of throwing it. This will be of special help
1921         to TryParse methods.
1922         * Environment.cs: Update corlib version to 42.
1923         
1924 2005-11-14  Raja R Harinath  <rharinath@novell.com>
1925
1926         * EventHandler.cs (EventHandler<TEventArgs>): Rename from EventHandler<T>.
1927
1928 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
1929
1930         * Type.cs (GetPseudoCustomAttributes): Return ComImportAttribute as well.
1931
1932 2005-11-11  Lluis Sanchez Gual  <lluis@novell.com>
1933
1934         * TimeZone.cs: Removed incorrect double-check lock and unneeded
1935         hashtable access.
1936
1937 2005-11-11  Marek Safar  <marek.safar@seznam.cz>
1938
1939         * Type.cs: IsNested implemented, signature fixes.
1940
1941 2005-11-11  Raja R Harinath  <rharinath@novell.com>
1942
1943         * Array.cs (Resize<T>) [2-argument variant]: Fix nullref.
1944
1945 2005-11-10  Zoltan Varga  <vargaz@gmail.com>
1946
1947         * Array.cs (Resize<T>): New internal method which takes a 'length' argument
1948         as well to avoid copying the whole array.
1949
1950 2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
1951
1952         * Int64.cs : ditto for long.
1953
1954 2005-11-09  Atsushi Enomoto  <atsushi@ximian.com>
1955
1956         * Int32.cs : Parse("2147483648", format_provider) should be rejected.
1957
1958 2005-11-09  Sebastien Pouliot  <sebastien@ximian.com>
1959
1960         * AttributeTargets.cs: Added [ComVisible (true)] and [Serializable] 
1961         in 2.0 profile.
1962         * Base64FormattingOptions.cs: Added missing [Flags] attribute.
1963         * ConsoleKey.cs: Removed old BackSpace and WhiteSpace (they were 
1964         already replaced by Backspace and Whitespace)
1965         * DateTime.cs: Moved DayOfWeek enum to it's own file.
1966         * DateTimeKind.cs: New (2.0) enum.
1967         * DayOfWeek.cs: New file (extracted from DateTime.cs).
1968         * DomainManagerInitializationFlags.cs: Removed extra [Serializable].
1969         * EnvironmentVariableTarget.cs: Added [ComVisible (true)] and fixed 
1970         values (-1 to all of them).
1971         *  Exception.cs: Added a LinkDemand for SerializationFormatter on
1972         GetObjectData method.
1973         *  LoaderOptimization.cs: Added [ComVisible (true)] and [Serializable] 
1974         on enum and added [Obsolete] to DomainMask and DisallowBindings in 2.0
1975         profile.
1976         * PlatformID.cs: Added [ComVisible (true)] and [Serializable] in 2.0 
1977         profile.
1978         * StringComparison.cs: New (2.0) enum (needed for Uri).
1979         * TermInfoDriver.cs: Fixed BackSpace -> Backspace (see ConsoleKey.cs).
1980         * TypeCode.cs: Added [ComVisible (true)] and [Serializable] in 2.0 
1981         profile.
1982
1983 2005-11-08  Atsushi Enomoto  <atsushi@ximian.com>
1984
1985         * Type.cs : I forgot to mention, some '(' were missing in the
1986           improved patch ;-)
1987
1988 2005-11-08  Zoltan Varga  <vargaz@freemail.hu>
1989
1990         * Type.cs (GetPseudoCustomAttributes): Check for TypeAttributes.Serializable instead of
1991         IsSerializable property, since the latter returns true for delegates/enums.
1992
1993 2005-11-05  Kornél Pál  <kornelpal@hotmail.com>
1994
1995         * Environment.cs: Use Consts.RuntimeVersion as Environment.Version that
1996           makes maintenance easier.
1997
1998 2005-10-24  Martin Baulig  <martin@ximian.com>
1999
2000         * Type.cs (Type.IsGenericTypeDefinition): Make this virtual.
2001
2002 2005-10-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2003
2004         * String.cs: fix bound checkings for LastIndexOfAny. Closes bug #76519.
2005
2006 2005-10-20  Raja R Harinath  <rharinath@novell.com>
2007
2008         * Array.cs (Swapper): Remove NET_2_0 guards from nested declaration.
2009
2010 2005-10-16  Michal Moskal  <malekith@nemerle.org>
2011
2012        * TermInfoDriver.cs: Call Init () in Background/ForegroundColor.
2013
2014 2005-10-14  Atsushi Enomoto  <atsushi@ximian.com>
2015
2016         * DateTime.cs : another crappy Windows dependent format.
2017
2018 2005-10-14  Ben Maurer  <bmaurer@ximian.com>
2019
2020         * DateTime.cs: Speed up when parsing date time objects by not
2021         duplicating cultureinfo arrays.
2022
2023 2005-10-13  Zoltan Varga  <vargaz@gmail.com>
2024
2025         * Type.cs (GetTypeCode): Applied patch from 
2026         Mike Welham <mwelham@gmail.com>. Return TypeCode.Empty when null is
2027         passed in.
2028
2029 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
2030
2031         * Delegate.cs: Add support for delegate covariance and contravariance
2032         from net 2.0.
2033
2034 2005-10-03  Atsushi Enomoto  <atsushi@ximian.com>
2035
2036         * StringComparer.cs : (OrdinalIgnoreCaseComparer.Equals()) reverse.
2037
2038 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
2039
2040         * String.cs (ParseFormatSpecifier): Fix skipping of whitespace. Fixes
2041         #76204.
2042
2043 2005-09-23  Miguel de Icaza  <miguel@novell.com>
2044
2045         * Decimal.cs: Fix typo, patch from Tomas Kukol <tomas.kukol@gmail.com>
2046
2047 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
2048
2049         * MonoCustomAttrs.cs (GetCustomAttributesInternal): Add
2050         attributeType parameter.
2051         (IsDefined): New icall.
2052
2053         * MonoCustomAttrs.cs: Avoid instantiating all custom attrs of an
2054         object when only a specific attribute type is requested. Fixes #76062.
2055
2056         * Environment.cs: Bump corlib version.
2057
2058 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
2059
2060         * TypeLoadException.cs MissingMethodException.cs MissingFieldException.cs: Add new ctors called by the runtime. Improve Message property.
2061
2062 2005-09-14  Atsushi Enomoto  <atsushi@ximian.com>
2063
2064         * DateTime.cs : (_DoParse) don't check ticks range before computing
2065           the actual value. Fixed bug #76082.
2066
2067 2005-09-14  Atsushi Enomoto  <atsushi@ximian.com>
2068
2069         * TimeZone.cs : When the target DateTime is in the range of
2070           DST end to DST + delta, don't adjust UtcOffset gap between that of
2071           DST and that of STD. This should fix bug #75985.
2072
2073 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2074
2075         * TimeZone.cs, DateTime.cs :
2076           - ToLocalTime() and ToUniversalTime() are moved to TimeZone.
2077           - Added more COM patterns. Patch by Ankit Jain. Fixed bug #72132.
2078           - use ToLocalTime() and don't depend on the own offset computation.
2079             Parse() with 'Z' pattern is closer to correct value on switching
2080             Daylight Saving Time. See bug #75985.
2081
2082 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2083
2084         * DateTime.cs : (DoParse) DateTimeStyles.AdjustToUniversal was not
2085           handled as expected and it kept time value as local one.
2086           Patch by Brion Vibber. Fixed bug #75995.
2087
2088 2005-09-06  Atsushi Enomoto  <atsushi@ximian.com>
2089
2090         * DateTime.cs : Literal escape (\) was not checking format as
2091           expected. Fixed bug #75213.
2092
2093 2005-09-05  Miguel de Icaza  <miguel@novell.com>
2094
2095         * MonoType.cs: Patch from Jonathan Chambers to implement
2096         Type.GUID. 
2097
2098 2005-09-05  Martin Baulig  <martin@ximian.com>
2099
2100         Reflect latest API changes in the August CTP.
2101
2102         * Type.cs (Type.HasGenericArguments): Removed.
2103         (Type.BindGenericParameters): Renamed to MakeGenericType().
2104
2105 2005-09-01  Atsushi Enomoto  <atsushi@ximian.com>
2106
2107         * DateTime.cs : another idiotic COM dependent format.
2108
2109 2005-09-01  Kornél Pál  <kornelpal@hotmail.com>
2110
2111         * __ComObject.cs: Fixed to be internal. Removed CLSCompliant attribute.
2112         Added some comments about the class.
2113
2114 2005-08-30  Sebastien Pouliot  <sebastien@ximian.com>
2115
2116         * AppDomain.cs: Use the more concise property syntax for declarative
2117         security.
2118         * AppDomainManager.cs: Default HostSecurityManager is null.
2119
2120 2005-08-25  Atsushi Enomoto  <atsushi@ximian.com>
2121
2122         * NumberFormatter.cs : eliminate non-ASCII character.
2123
2124 2005-08-25  Marek Safar  <marek.safar@seznam.cz>
2125
2126         * Enum.cs: Better exception message.
2127         
2128 2005-08-21  Gert Driesen  <drieseng@users.sourceforge.net>
2129
2130         * Convert.cs: In FromBase64String, return empty byte array for zero
2131         length string. Pass bool to InternalFromBase64String to control 
2132         whether to allow a whitespace-only string.
2133         * Environment.cs: Bump corlib version.
2134
2135 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
2136
2137         * Environment.cs: Bump corlib version.
2138
2139 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
2140
2141         * Math.cs: Implement a new 2.0 Round method.
2142
2143 2005-08-19  Gert Driesen  <drieseng@users.sourceforge.net>
2144
2145         * Convert.cs: Throw OverflowException if result is larger than
2146         ushort.MaxValue to match MS.NET. Remove commented code.
2147
2148 2005-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
2149
2150         * Convert.cs: For now, do not throw OverflowException if hex prefixed
2151         value is negative for signed types (other than int64). Need to look
2152         into this further.      
2153
2154 2005-08-17  Gert Driesen  <drieseng@users.sourceforge.net>
2155
2156         * Convert.cs: Numerous fixed in overloads taking base to match 
2157         behaviour of MS.NET. Throw ArgumentOutOfRangeException is string is
2158         empty. If base is 16, 8 or 2, then throw ArgumentException if first 
2159         character is a negative sign. Throw OverflowException if hex prefixed 
2160         value is negative for signed types (other than int64) to match MS.NET. 
2161
2162 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
2163
2164         * DateTime.cs : added another COM dependent pattern (rather to describe
2165           how it works on .NET than to add the pattern itself...).
2166
2167 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
2168
2169         * DateTime.cs : added case for bug #53023.
2170
2171 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
2172
2173         * Type.cs: Add IsGenericType property from NET 2.0.
2174
2175 2005-08-10  Atsushi Enomoto  <atsushi@ximian.com>
2176
2177         * String.cs : added new StartsWith()/EndsWith() override, fixing
2178           existing EndsWith() which incorrectly assumed that both string
2179           lengths must be equivalent (they are not always equal).
2180         * StringComparer.cs : added Ordinal and OrdinalIgnoreCase.
2181
2182 2005-08-09  Zoltan Varga  <vargaz@freemail.hu>
2183
2184         * String.cs: Implement Split(String[]) methods.
2185
2186 2005-08-09  Miguel de Icaza  <miguel@novell.com>
2187
2188         * AppDomainSetup.cs: Full-pathization of the appBase should only
2189         be done on Windows, the ":" condition never applied to Linux.
2190
2191         * ConsoleKey.cs: Include a few aliases for a few values that were
2192         introduced recently.
2193
2194 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2195
2196         * ConsoleKey.cs: added Backspace, which has the same value as BackSpace.
2197         Fixes bug #75697.
2198
2199 2005-08-08  Atsushi Enomoto  <atsushi@ximian.com>
2200
2201         * String.cs : (StartsWith) compared string lengths are not always the
2202           same in culture-sensitive comparison.
2203
2204 2005-08-05  Gert Driesen  <drieseng@users.sourceforge.net>
2205
2206         * Array.cs: Changed protected ctor to private. Fixes API compatibility
2207         with MS.NET.
2208         * RuntimeFieldHandle.cs: Equals methods and GetHashCode should only
2209         be exposed in 2.0 profile.
2210         * RuntimeMethodHandle.cs: Equals methods and GetHashCode should only
2211         be exposed in 2.0 profile.
2212         * RuntimeTypeHandle.cs: Equals methods and GetHashCode should only
2213         be exposed in 2.0 profile.
2214         * Type.cs: Added GetType method and implemented _Type interface.
2215         Fixes API compatibility with MS.NET.
2216
2217 2005-07-28  Marek Safar  <marek.safar@seznam.cz>
2218
2219         * StringComparer.cs: Add generics version of string interfaces.
2220
2221 2005-07-26  Atsushi Enomoto  <atsushi@ximian.com>
2222
2223         * StringComparer.cs : implemented StringCultureComparer.GetHashCode().
2224
2225 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
2226
2227         * StringSplitOptions.cs MidpointRounding.cs: New files.
2228
2229         * String.cs Math.cs: Add stubs for some new 2.0 APIs.
2230
2231 2005-07-26  Marek Safar  <marek.safar@seznam.cz>
2232
2233         * StringComparer.cs: New file.
2234
2235 2005-07-26  Raja R Harinath  <harinath@gmail.com>
2236
2237         * Enum.cs (GetValue): Make private.  Return an ulong.
2238         (Parse): Tighten scope of couple of variables.  Use ulong when
2239         twiddling bits.
2240
2241 2005-07-25  Raja R Harinath  <rharinath@novell.com>
2242
2243         * Enum.cs (FindName, GetValue): New.  Carved out of ...
2244         (Parse): ... this.  Refactor and simplify code.  Avoid incurring
2245         exceptions when parsing names.  Avoid allocating arrays unless
2246         necessary.  Avoid conversion of an enumeration constant to its own
2247         type.  (Incorporates ideas from a patch by Gonzalo Paniagua Javier.)
2248
2249 2005-07-13  Lluis Sanchez Gual  <lluis@novell.com>
2250
2251         * MarshalByRefObject.cs: GetLifetimeService() should be virtual.
2252         Fixes bug #75527.
2253
2254 2005-07-13  Miguel de Icaza  <miguel@novell.com>
2255
2256         * Array.cs: Patch from rodrigobamboo@gmail.com that fixes the
2257         signature for GetValue and SetValue to make the long [] argument
2258         be a params argument. 
2259
2260 2005-07-11  Pedro Martínez Juliá  <pedromj@gmail.com>
2261
2262         * Convert.cs: Fix the bug when Convert.ChangeType was using
2263         NumberFormatInfo instead of DateTimeFormatInfo when the type to
2264         change is a DateTime.
2265
2266 2005-07-11  Martin Baulig  <martin@ximian.com>
2267
2268         * Array.cs: Use Type.Equals() instead of `==' to compare type
2269         parameters.     
2270
2271 2005-07-10  Kamil Skalski <nazgul@nemerle.org>
2272
2273         * Type.cs: Mark BindGenericParameters as deprecated. Use
2274         MakeGenericType as default implementation with updated signature.
2275
2276 2005-07-09  Zoltan Varga  <vargaz@freemail.hu>
2277
2278         * Attribute.cs (IsDefined): Fix IsDefined for ParameterInfo's. Fixes
2279         #75514.
2280
2281 2005-07-05  Lluis Sanchez Gual  <lluis@novell.com>
2282
2283         * DelegateSerializationHolder.cs: When the deserialized target is
2284         a proxy, call IsInstanceOfType to force the proxy to load the
2285         real type of the remote object. This is needed to make sure that
2286         subsequent calls to GetType() return the expected type. This fixes
2287         bug #75447.
2288
2289 2005-07-03  Ben Maurer  <bmaurer@ximian.com>
2290
2291         * OperatingSystem.cs: patch from Aleksandar Dezelin to fix
2292         serialization.
2293
2294 2005-06-30  Sebastien Pouliot  <sebastien@ximian.com> 
2295
2296         * Guid.cs: Avoid code duplication between overriden methods (new in 
2297         2.0). Avoid exception processing when possible. Renamed parameters to
2298         match the framework. Added ComVisible to NET_2_0.
2299
2300 2005-06-28  Elliott Draper  <el@eldiablo.co.uk>
2301
2302         * Activator.cs: This implements the generic Activator.CreateInstance<T>()
2303         function for NET_2_0. It's full signature is:
2304                 public static T CreateInstance<T>();
2305
2306 2005-06-28  Lluis Sanchez Gual  <lluis@novell.com>
2307
2308         * Decimal.cs: Renamed internal fields for the sake of serialization
2309         interoperability with MS.NET.
2310         * Exception.cs: In the StackTrace property, return the stack trace
2311         if it has a value, even if the exception has not been thrown
2312         (it may have been deserialized).
2313
2314 2005-06-28  Martin Baulig  <martin@ximian.com>
2315
2316         * Array.cs (Array.InternalArray<T>): New nested class; derives
2317         from Array.  This is now used by the runtime for arrays; fixes #74953.
2318
2319 2005-06-27  Atsushi Enomoto  <atsushi@ximian.com>
2320
2321         * String.cs : added some extra whitespace characters for Trim().
2322           Fixed bug #75259.
2323
2324 2005-06-13  Michal Moskal <malekith@nemerle.org>
2325         
2326         * MonoType.cs: Don't use MethodHandle in GetMethod/GetConstructor,
2327         since it now throws on MethodBuilders. Don't use FieldHandle in
2328         GetField (throws on FieldBuilder) - just use the name.
2329
2330 2005-06-13  Martin Baulig  <martin@ximian.com>
2331
2332         * MonoType.cs
2333         (MonoType.getFullName): Added `bool assembly_qualified' argument.
2334         (MonoType.AssemblyQualifiedName): The interncall now adds the
2335         assembly name, so we don't need to do it here.
2336         (MonoType.FullName): Use the new getFullName() API.
2337
2338 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
2339
2340         * Char.cs: ToLowerInvariant and ToUpperInvariant are now public in 
2341         NET_2_0. Added "new" white char and ComVisible for 2.0.
2342
2343 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2344
2345         * Convert.cs: FromBase64String and FromBase64CharArray are now internal
2346         calls to avoid extra allocations.
2347
2348 2005-06-09  Kamil Skalski <nazgul@nemerle.org>
2349
2350         * Type.cs: Add MakeGenericType method form .NET 2.0 beta 2 API
2351
2352         * Type.cs MonoType.cs: Add internal virtual
2353         Get{Method,Constructor,Field} for obtaining instanciated *Info objects
2354         from non-instanciated counterparts
2355
2356 2005-06-09  Zoltan Varga  <vargaz@freemail.hu>
2357
2358         * ModuleHandle RuntimeMethodHandle.cs RuntimeTypeHandle.cs RuntimeFieldHandle.cs RuntimeArgumentHandle.cs: Add missing 2.0 attributes.
2359
2360 2005-06-08  Zoltan Varga  <vargaz@freemail.hu>
2361
2362         * Type.cs: Add missing 2.0 attributes.
2363
2364 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2365
2366         * MonoCustomAttrs.cs: Added GetCustomAttributesDataInternal icall, and
2367         also internal method GetCustomAttributesData, used by 
2368         System.Reflection.CustomAttributeData.
2369         
2370 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
2371
2372         * Activator.cs: Added  _Activator interface (and members) for 1.1 and
2373         missing attributes (for both 1.1 and 2.0).
2374         * String.cs: Made internal To[Lower|Upper]Invariant methods public for
2375         2.0. Reworked Trim() to skip a useless call. Added missing attribute
2376         for 2.0.
2377         * Type.cs: Added  _Type, _MemberInfo interfaces (1.1/2.0). Added 
2378         missing attribute for 2.0. Hided some public/protected methods.
2379
2380 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
2381
2382         * ModuleHandle.cs: Update after PortableExecutableKinds name change.
2383
2384 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
2385
2386         * _AppDomain.cs: Added new members in the interface (added in 1.1 SP1)
2387         * AppDomain.cs: Added new members from _AppDomain interface.
2388         * AppDomainManager.cs: Fixed flags and added attributes.
2389         * DomainManagerInitializationFlags.cs: The flag has been renamed to 
2390         AppDomainManagerInitializationOptions in beta2.
2391
2392 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
2393
2394         * Type.cs MonoCustomAttrs.cs: Return SerializableAttribute for types as well.
2395
2396 2005-06-06  Sebastien Pouliot  <sebastien@ximian.com>
2397
2398         * Exception.cs: Implements _Exception only for 2.0.
2399
2400 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
2401
2402         * GC.cs: Fix build.
2403         
2404         * GC.cs UnhandledExceptionEventArgs.cs IntPtr.cs RuntimeFieldHandle.cs 
2405           String.cs Object.cs Math.cs RuntimeMethodHandle.cs ModuleHandle.cs 
2406           RuntimeTypeHandle.cs AppDomain.cs: Add some missing 2.0 methods/attributes.
2407
2408 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2409
2410         * Environment.cs:
2411         * AppDomain.cs: if the assembly is loaded from a byte array, Location
2412         returns "". Fixes bug #74958.
2413
2414 2005-06-04  Ben Maurer  <bmaurer@ximian.com>
2415
2416         * *.cs: More 2.0 API fixups
2417
2418         * *.cs: In beta 2, generics are no longer non-cls-compliant.
2419
2420 2005-06-05  Kazuki Oikawa  <kazuki@panicode.com>
2421
2422         * NumberFormatter.cs: Fixed the output of 0.ToString("00.00E00")
2423         that was different from MSFT.
2424         * String.cs: Fixed IndexOfAny thrown an exception
2425         when startIndex of arguments equals Length. (Closes bug #75083.)
2426
2427         * Decimal.cs: Changed to use NumberFormatter in ToString.
2428         * NumberFormatter.cs: Implemented decimal formatter.
2429
2430 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2431
2432         * Type.cs: reverted wrong fix for bug #71300 in r45150. This makes SSL
2433         support in System.Net work again.
2434
2435 2005-06-01  Ben Maurer  <bmaurer@ximian.com>
2436
2437         * CharEnumerator.cs: add IEnumerable <char> support
2438
2439 2005-05-30  Sebastien Pouliot  <sebastien@ximian.com>
2440
2441         * Activator.cs: Added missing validation on parameters.
2442
2443 2005-05-28  Ben Maurer  <bmaurer@ximian.com>
2444
2445         * Type.cs: Check that the arguments of the `types' array are
2446         non-null. Fixes bug 71300
2447
2448 2005-05-28  Sebastien Pouliot  <sebastien@ximian.com>
2449
2450         * AppDomainSetup.cs: Added new 2,0 constructors and the 
2451         ActivationArguments property.
2452         * AppDomainManager.cs: Added using System.Runtime.Hosting as it is the
2453         new location for the ApplicationActivator class.
2454         * ApplicationActivator.cs: Moved to System.Runtime.Hosting namespace.
2455
2456 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
2457
2458         * Environment.cs: bump corlib version for bug #75060.
2459
2460 2005-05-27  Raja R Harinath  <rharinath@novell.com>
2461
2462         * Environment.cs (ExpandEnvironmentVariables): Rewrite
2463         sb.Append (s.SubString (a, b)) to sb.Append (s, a, b).
2464         * String.cs (FormatHelper): Rewrite sb.Append (s.SubString (a)) to
2465         sb.Append (s, a, s.Length - a).  Avoid allocating 'pad' string --
2466         StringBuilder has an appropriate Append overload.
2467
2468 2005-05-26  Zoltan Varga  <vargaz@freemail.hu>
2469
2470         * Type.cs (IsEnum): Special case EnumBuilder here.
2471
2472 2005-05-26  Sebastien Pouliot  <sebastien@ximian.com>
2473
2474         * MonoType.cs: Changed call from GetName to UnprotectedGetName to
2475         allow call to work with serialization under a restrictive policy.
2476         The code path (the protected information) isn't being used.
2477
2478 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
2479
2480         * Exception.cs: Use the new StackTrace ctor.
2481
2482         * Type.cs: Improve support for user defined type subclasses.
2483
2484 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
2485
2486         * DateTime.cs : Added minimum digit parameter to ParseNumber() to
2487           reject 2 digit years for "yyyy".
2488           Use GetAllDateTimePatterns() instead of constant string.
2489           Fixed bug #72788.
2490
2491 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
2492
2493         * DateTime.cs : next_not_digit prevented some valid parse.
2494           Just remove it, since now we pass max length to ParseNumber() and
2495           thus it is not needed anymore. Fixed bug 63137.
2496
2497 2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
2498
2499         * DateTime.cs : HH should not always block tt. Fixed bug #60912.
2500           Reset num after whitespace parsing.
2501           Added "M/d/yyyy HH':'mm':'ss tt" as an invariant pattern.
2502
2503 2005-05-24  Atsushi Enomoto  <atsushi@ximian.com>
2504
2505         * DateTime.cs : Allow ',' where whitespaces are allowed.
2506           Fixed bug #71289.
2507
2508 2005-05-22  Ben Maurer  <bmaurer@ximian.com>
2509
2510         * BitConverter.cs: Speed this up, fixing 74014. Patch from
2511         `Aleksandar Dezelin'.
2512
2513 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
2514
2515         * Type.cs: Add some helper methods needed by other classes.
2516
2517         * Array.cs: Improve support for user defined Type subclasses.   
2518         
2519         * Type.cs: Rename GetTypeCode icall to GetTypeCodeInternal and add a managed
2520         wrapper function, not used yet.
2521
2522         * Type.cs Array.cs: Revert this as it breaks the build.
2523
2524         * Type.cs Array.cs: Improve support for user defined Type subclasses.
2525
2526 2005-05-19  Ben Maurer  <bmaurer@ximian.com>
2527
2528         * Delegate.cs (Equals): Use `as' to protect in the case where !
2529         (obj is Delegate)
2530
2531 2005-05-19  Raja R Harinath  <rharinath@novell.com>
2532
2533         * Console.cs (Readline) [NET_2_0]: Avoid "uninitialized variable"
2534         error.
2535
2536 2005-05-19  Miguel de Icaza  <miguel@novell.com>
2537
2538         * TermInfoDriver.cs: Removed warning.
2539
2540         * Array.cs (Resize<T>, TrueForAll<T>, ConvertAll<TInput,TOutput>,
2541         FindLastIndex<T>: Parameter names are normative.        
2542         Fix coding style ("Method<T>" not "Method <T>")
2543         Throw argument exceptions per argument.
2544         
2545         (FindAll): Fix bug, actually return the values that were computed,
2546         not a short version of the original array.
2547         
2548 2005-05-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2549
2550         * Console.cs: fix error in the 2_0 side and split ReadLine in 2, one
2551         for each framework version.
2552
2553 2005-05-15  Andreas Nahr  <ClassDevelopment@A-SoftTech.com>
2554
2555         * Attribute.cs:
2556         * Exception.cs: .Net 1.1 already has these interfaces
2557
2558 Mon May 16 18:23:49 CEST 2005 Paolo Molaro <lupus@ximian.com>
2559
2560         * MonoCustomAttrs.cs, Type.cs: do not create a SerializableAttribute
2561         object on GetCustomAttributes (fixes bug #74717).
2562
2563 2005-05-15  Atsushi Enomoto  <atsushi@ximian.com>
2564
2565         * DateTime.cs : for 'z' next_not_digit didn't work as expected.
2566           Fixed bug #74775.
2567
2568 2005-05-15  Atsushi Enomoto  <atsushi@ximian.com>
2569
2570         * DateTime.cs : don't allow extraneous pattern characters also for
2571           non-exact parsing (ParseExact() was fine). Bug #74936 fixed
2572
2573 2005-05-13  Gert Driesen <drieseng@users.sourceforge.net>
2574
2575         * Activator.cs: Match exceptions thrown by MS.NET for
2576         CreateInstance overloads if type is abstract. Fixes bug #74861.
2577
2578 2005-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2579
2580         * OperatingSystem.cs: PlatformID.Unix.
2581
2582 2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>
2583
2584         * Environment.cs: Patch from Gonzalo to fix Environment.OSVersion.
2585         Platform under NET_2_0 to return PlatformID.Unix. Fix bug #74841.
2586
2587 2005-05-07  Atsushi Enomoto  <atsushi@ximian.com>
2588
2589         * NumberFormatter.cs : roundtrip number is already rounded before
2590           FormatGeneral() and DefaultMaxPrecision was extraneous. This fixes
2591           bug #72955.
2592
2593 2005-05-07  Ben Maurer  <bmaurer@ximian.com>
2594
2595         * Array.cs (BinarySearch): Patch from kazuki to pass arguments to
2596         the comparer in the same order as msft. Fixes #70725
2597
2598 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2599
2600         * Enum.cs: the hashtable don't need to be synchronized any more, since
2601         it's only accessed from withint a lock.
2602
2603         * Console.cs: stdin, stdout and stderr will never be finalized. Fixes
2604         bug 74768.
2605
2606 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
2607
2608         * Array.cs: Remove CLSCompliant (false) attributes.
2609
2610 2005-05-06  Martin Baulig  <martin@ximian.com>
2611
2612         * Predicate.cs, Action.cs, Comparision.cs, Converter.cs: Add
2613         [CLSCompliant(true)] attribute.
2614
2615 2005-05-04  Miguel de Icaza  <miguel@novell.com>
2616
2617         * Enum.cs (MonoEnumInfo): Based on a patch from James Willcox,
2618         initialize cache as a static method.  Fixes #74828.
2619
2620 2005-05-03  Marek Safar  <marek.safar@seznam.cz>
2621
2622         * Console.cs: CancelKeyPress is stubbed.
2623
2624 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
2625
2626         * ActivationContext.cs: Updated for beta2.
2627         * AppDomainManager.cs: Updated for beta2.
2628         * ApplicationId.cs: Updated for beta2.
2629         * ApplicationIdentity.cs: Updated for beta2.
2630         * Exception.cs: Now use Assembly.UnprotectedGetName () as Exception 
2631         doesn't leak the code base from the returned AssemblyName.
2632
2633 2005-04-25  Martin Baulig  <martin@ximian.com>
2634
2635         * Environment.cs (Environment.Version): Changed to 2.0.50215.
2636
2637 2005-04-22  Sebastien Pouliot  <sebastien@ximian.com>
2638
2639         * Attribute.cs: Added _Attribute interface to NET_2_0 to reduce the 
2640         number of "missing" in the class status pages.
2641
2642 2005-04-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2643
2644         * MulticastDelegate.cs: (GetInvocationList) when building the list that
2645         is later traversed forward, mark 'this' as the end of the chain.
2646         Fixes bug #74607.
2647
2648 2005-04-19  Zoltan Varga  <vargaz@freemail.hu>
2649
2650         * Environment.cs: Bump corlib version.
2651
2652 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2653
2654         * WindowsConsoleDriver.cs: ignore key release events.
2655
2656 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
2657
2658         * Char.cs : ToUpper()/ToLower() comparison ranges were incorrect.
2659
2660 2005-04-05  Sebastien Pouliot  <sebastien@ximian.com>
2661
2662         * _AppDomain.cs: Add security checks to the interface. Declarative 
2663         security on events requires BOOTSTRAP_WITH_OLDLIB to work properly 
2664         with older MCS.
2665         * AppDomain.cs: Add some (not complete) security checks. Bug#74411 is
2666         blocking some cases from working properly. Declarative security on 
2667         events requires BOOTSTRAP_WITH_OLDLIB to work properly with older MCS.
2668
2669 2005-04-04  Sebastien Pouliot  <sebastien@ximian.com>
2670
2671         * AppDomain.cs: Use the PolicyLevel to resolve the granted permissions
2672         on the AppDomain. Added an internal property to get the granted set.
2673
2674 2005-04-04  Atsushi Enomoto  <atsushi@ximian.com>
2675
2676         * String.cs,
2677           Char.cs : use TextInfo for ToLower() and ToUpper().
2678
2679 2005-03-31  Sebastien Pouliot  <sebastien@ximian.com>
2680
2681         * Exception.cs: Added Assert for TypeInformation to GetObjectData and
2682         ToString methods (not required for 2.0 as TypeInformation will be 
2683         deprecated). Added null check for GetObjectData.
2684
2685 Tue Mar 29 11:47:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
2686
2687         * Delegate.cs: allow IronPython 0.7 to compile.
2688
2689 2005-03-24  Miguel de Icaza  <miguel@novell.com>
2690
2691         * Delegate.cs: Add CreateDelegate with a target option, currently
2692         internal as it is not exposed by the framework yet.
2693
2694 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
2695
2696         * String.cs: Add some 2.0 methods.
2697
2698 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
2699
2700         * Activator.cs: Now use the supplied evidences when loading 
2701         assemblies. Added LinkDemand for RemotingConfiguration on both
2702         GetObject methods.
2703         * Console.cs: Added Assert for UnmanagedCode on OpenStandard[Error|
2704         Input|Output] as they use a handle on a FileStream (which is
2705         restricted otherwise). Added Demand for UnmanagedCode for the
2706         Set[Error|In|Out] methods.
2707         * MarshalByRefObject.cs: Added LinkDemand for Infrastructure on 
2708         CreateObjRef, GetLifetimeService and InitializeLifetimeService.
2709         * RuntimeMethodHandle.cs: Added Demand for UnmanagedCode on 
2710         GetFunctionPointer method.
2711         * TypedReference.cs: Added LinkDemand for ReflectionPermission's
2712         MemberAccess on MakeTypedReference.
2713
2714 2005-03-14  Sebastien Pouliot  <sebastien@ximian.com>
2715
2716         * Environment.cs: Fix CAS unit tests for NET_1_1.
2717         * Exception.cs: Fix CAS unit tests for NET_1_1.
2718
2719 2005-03-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2720
2721         * Version.cs: don't ignore the last number. Fixes bug #73539.
2722
2723 2005-03-11  Sebastien Pouliot  <sebastien@ximian.com>
2724
2725         * MonoType.cs: When the security manager is active, constructors and
2726         methods will return null if a linkdemand fails during reflection 
2727         query.
2728
2729 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
2730
2731         * Array.cs (Sort): Bail out early if length <= 1. Fixes #72721.
2732
2733 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
2734
2735         * Environment.cs: Bump corlib version.
2736
2737 2005-03-10  Martin Baulig  <martin@ximian.com>
2738
2739         * Nullable.cs (Nullable<T>.ToString): Return an empty string if
2740         we're null.
2741
2742 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
2743
2744         * Activator.cs MonoType.cs: Applied patch from Carlos Alberto Cortez
2745         (carlos@unixmexico.org). Allow creation of valuetypes with no ctor.
2746         Fixes #73432.
2747
2748 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
2749
2750         * Environment.cs: Bump corlib version.
2751
2752         * Exception.cs (StackTrace): Return the wrapper info as well.
2753
2754 2005-03-02  Kazuki Oikawa  <kazuki@panicode.com>
2755
2756         * NumberFormatter.cs: Some internal classes was converted to structs,
2757         and improved some points.
2758
2759 2005-02-26  Kazuki Oikawa  <kazuki@panicode.com>
2760
2761         * NumberFormatter.cs: Improved performance and memory usage
2762         when integer standard format.
2763         * SByte.cs:
2764         * Int16.cs:
2765         * Int32.cs:
2766         * Int64.cs:
2767         * Byte.cs:
2768         * UInt16.cs:
2769         * UInt32.cs:
2770         * UInt64.cs:
2771         * Single.cs:
2772         * Double.cs:
2773         * TimeSpan.cs: Improved these directly call to NumberFormatter.
2774
2775 2005-02-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2776
2777         * TermInfoDriver.cs: set the xmit mode if available. Handle key input
2778         and translate them into a ConsoleKeyInfo.
2779         * TermInfoReader.cs: added a method to return the bytes of a string
2780         property.
2781         * ConsoleKeyInfo.cs: added copy constructor and setters.
2782
2783 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
2784
2785         * Array.cs: Add missing 2.0 attributes and correct some parameter names.
2786
2787 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2788
2789         * AppDomain.cs: Changed GetAssemblies, LoadAssembly, and Load signatures,
2790         and added some to support the reflection only methods. DoAssemblyResolve
2791         was modified to invoke the new PreBindAssemblyResolve event when the
2792         assembly is reflection only.
2793         
2794 2005-02-21  Zoltan Varga  <vargaz@freemail.hu>
2795
2796         * GC.cs Double.cs IntPtr.cs Array.cs Decimal.cs Math.cs Single.cs:
2797         Add net 2.0 ReliabilityContractAttributes.
2798
2799 2005-02-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2800
2801         * TermInfoDriver.cs: cygwin terminals are handled by the windows
2802         console driver.
2803
2804         * TermInfoReader.cs:
2805         * TermInfoNumbers.cs:
2806         * KnownTerminals.cs:
2807         * TermInfoBooleans.cs:
2808         * TermInfoStrings.cs: documented.
2809
2810 2005-02-19  Kazuki Oikawa <kazuki@panicode.com>
2811
2812         * Array.cs: Reverse the order in the Equals calls.
2813
2814 2005-02-18  Zoltan Varga  <vargaz@freemail.hu>
2815
2816         * Exception.cs (StackTrace): Implement this in managed code since it is
2817         needed by CAS. Fixes #72146.
2818
2819 2005-02-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2820
2821         * WindowsConsoleDriver.cs: implemented MoveBufferArea.
2822
2823 2005-02-14  Raja R Harinath  <rharinath@novell.com>
2824
2825         * Array.cs (Array.Swapper) [!BOOTSTRAP_WITH_OLDLIB]: Make nested.
2826         See #72015.
2827
2828 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
2829
2830         * Version.cs (CompareTo, Equals): Make sure the versions for
2831         generics handle `null'. The non-generics versions now just call
2832         the regular versions, to reduce code duplication.
2833
2834         * Boolean.cs (CompareTo): make this really work for generics 
2835
2836         * Type.cs (GetProperty): Passing new Type [0] is different than
2837         null. null means `I don't care how many types this has,' while new
2838         Type [0] means `this must have 0 types.'
2839
2840 2005-02-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2841
2842         * corlib.dll.sources: added WindowsConsoleDriver.cs
2843
2844         * System/ConsoleDriver.cs: use WindowsConsoleDriver on windows and
2845         implemented the few missing properties/methods.
2846
2847         * System/IConsoleDriver.cs: uncommented all methods/properties.
2848         * System/TermInfoDriver.cs: implement changes from IConsoleDriver.
2849         * System/WindowsConsoleDriver.cs: implemented IConsoleDriver for
2850         windows. Only missing MoveBufferArea by now.
2851
2852 2005-02-11  Zoltan Varga  <vargaz@freemail.hu>
2853
2854         * Type.cs (IsAssignableFrom): Add support for TypeBuilders.
2855
2856         * Int32.cs AppDomain.cs: Fix warnings.
2857
2858 2005-02-10  Marek Safar  <marek.safar@seznam.cz>
2859
2860         * IServiceProvider.cs: Is not ComVisible.
2861
2862         * NonSerializedAttribute.cs: Fix AttributeUsage flags.
2863
2864         * Type.cs: Fix ClassInterface attribute.
2865
2866 Tue Feb 8 19:26:47 CET 2005 Paolo Molaro <lupus@ximian.com>
2867
2868         * Delegate.cs: remove the finalizer from Delegate: this
2869         is handled internally by the runtime now.
2870
2871 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2872
2873         * Activator.cs: provide the Type name when throwing an exception.
2874
2875 2005-02-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2876
2877         * TimeZone.cs: lock on the static Hashtable instead of 'this'. Fixes
2878         bug #72238.
2879
2880 Fri Feb 4 15:46:04 CET 2005 Paolo Molaro <lupus@ximian.com>
2881
2882         * Array.cs: provide specialized versions of some methods.
2883
2884 Thu Feb 3 15:15:25 CET 2005 Paolo Molaro <lupus@ximian.com>
2885
2886         * String.cs: provide a managed memcpy and memset method
2887         for use both in corlib and from the JIT. Implement
2888         some methods with the managed helpers and remove some icalls.
2889
2890 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
2891
2892         * Exception.cs: Added Data property for NET_2_0 (required for new
2893         unit tests).
2894
2895 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2896
2897         * ConsoleDriver.cs:
2898         * TermInfoDriver.cs:
2899         * IConsoleDriver.cs:
2900         * Console.cs: added BufferWidth and BufferHeight.
2901
2902 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2903
2904         * ConsoleDriver.cs:
2905         * Console.cs:
2906         * TermInfoDriver.cs:
2907         * IConsoleDriver.cs: added a few more properties and fixed cursor
2908         addressing.
2909
2910 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2911
2912         * ConsoleDriver.cs: static class that forwards the Console 2.0 class
2913         calls to the proper driver.
2914         * TermInfoDriver.cs: terminfo based console driver.
2915         * IConsoleDriver.cs: interface implemented by console drivers.
2916
2917         * ConsoleCancelEventArgs.cs:
2918         * ConsoleCancelEventHandler.cs:
2919
2920         * ConsoleModifiers.cs: 
2921         * ConsoleSpecialKey.cs:
2922         * ConsoleColor.cs:
2923         * ConsoleKey.cs: new enumerations.
2924
2925         * ConsoleKeyInfo.cs: New file.
2926
2927         * TermInfoReader.cs: reader for terminfo capabilities files.
2928
2929         * TermInfoNumbers.cs:
2930         * TermInfoBooleans.cs:
2931         * TermInfoStrings.cs: enumations for terminfo property names.
2932
2933         * KnownTerminals.cs: byte arrays for selected terminals.
2934
2935         * Console.cs: added more 2.0 methods and implemented some of them.
2936
2937
2938 2005-01-30  Atsushi Enomoto  <atsushi@ximian.com>
2939
2940         * Int32.cs : (FindSign) IndexOf() is better than creating substring.
2941
2942 2005-01-27  Sebastien Pouliot  <sebastien@ximian.com>
2943
2944         * BadImageFormatException.cs: Protect the fusion (GAC) log from being
2945         disclosed unless code has ControlPolicy and ControlEvidence.
2946
2947 2005-01-27  Zoltan Varga  <vargaz@freemail.hu>
2948
2949         * Exception.cs: Compute stack trace on demand.
2950
2951 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
2952
2953         * Environment.cs: Removed hack for static class (NET_2_0). Added 
2954         proper security for FailFast (documented in FDBK20543). Added new
2955         method IsRunningOnWindows to replace (Platform == 128) as the logic is
2956         gonna change in the future (Unix is id #4 in NET_2_0).
2957
2958 2005-01-24  Sebastien Pouliot  <sebastien@ximian.com>
2959
2960         * Environment.cs: Added CAS security (both declarative and imperative)
2961         as a test. This shouldn't affect execution unless --security is 
2962         specified.
2963
2964 2005-01-19  Rafael Teixeira  <rafaelteixeirabr@hotmail.com>
2965         * Type.cs: Corrected implementation for the Type.FilterNameIgnoreCase
2966         and Type.FilterName delegates They weren't dealing with the optional '*'
2967         at the end of the filter mask
2968
2969 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
2970
2971         * Array.cs: Fix a typo in the previous patch.
2972         
2973         * Array.cs: Fix some test failures in the generic methods.
2974
2975         * Array.cs: Implement AsReadOnly.
2976
2977 2005-01-13  Geoff Norton  <gnorton@customerdna.com>
2978
2979         * Guid.cs: Fix endian issues (use Mono.Security.BitConverterLE).  Fixes
2980         #71242
2981
2982 2005-01-11  Sebastien Pouliot  <sebastien@ximian.com>
2983
2984         * AppDomain.cs: Removed Activate and ActivateNewProcess methods. They
2985         have been removed from 2.0.
2986
2987 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
2988
2989         * Boolean.cs Char.cs Single.cs Double.cs: Implement IComparable<T> in
2990         NET 2.0.
2991
2992 2005-01-10  Sebastien Pouliot  <sebastien@ximian.com>
2993
2994         * ApplicationIdentity.cs: Throw ArgumentNullException if name is null.
2995         Add default culture (neutral) to the name when none is specified.
2996         * AppDomain.cs: Changed IsDefaultAppDomain (2.0). Is seems that we 
2997         can't trust Id ?
2998
2999 2005-01-09  Sebastien Pouliot  <sebastien@ximian.com>
3000
3001         * DateTime.cs: Reverted last patch for utc as it broke all certificate
3002         handling and another unit test in DateTime.
3003
3004 2005-01-09  Miguel de Icaza  <miguel@ximian.com>
3005
3006         * DateTime.cs: Return immediately if useutc is set to true, there
3007         is no need to do the extra computation (which also happened to
3008         create a new DateTime using the `use_localtime' constructor, which
3009         lead to the erroneous date returns when using 'u' or `U'
3010         formats).   
3011
3012         Fixes another bug in the regression test suite.
3013
3014 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com> 
3015
3016         * AppDomain.cs: Fix the DefaultDomain property to return the root 
3017         domain (as it seems that the root's Id isn't always 0).
3018         * BitConverter.cs: The "special support" for ToString(new byte[0]) is
3019         only for NET_2_0 - previously this was an ArgumentOutOfRangeException.
3020
3021 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
3022
3023         * IntegerFormatter.cs: The - sign inside the "negative" section in
3024         a multi-format string means `show the sign' only if it is the
3025         first token, not `copy verbatim'.  In the other sections it means
3026         `copy-verbatim'.
3027
3028         This makes things like:  (-34).ToString ("#;-#") show up as "-34"
3029         instead of "--34".
3030
3031         The bad news is that this code needs to be rewritten to handle all
3032         the formatting cases, see bug #71112 for details.
3033
3034         * Convert.cs (Convert.ToType): Throw an InvalidCastException if
3035         the conversion is invalid, not ArgumentException, this fixes
3036         another regression in our test suite.
3037
3038 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
3039
3040         * AppDomain.cs: Add ApplicationIdentity property for 2.0;
3041         * AppDomainManager.cs: Remove HostRefusedSet support (it does not 
3042         exists anymore).
3043
3044 2005-01-08  Zoltan Varga  <vargaz@freemail.hu>
3045
3046         * DateTime.cs: Create MaxValue and MinValue using a different constructor to avoid static 
3047         initialization problems.
3048
3049 2005-01-02  Ben Maurer  <bmaurer@ximian.com>
3050
3051         * Int32.cs: NumberStyles.AllowExponent was supported by the
3052         Int32.Parse function. From Akira <mei@work.email.ne.jp>. Fixes bug
3053         70469.
3054
3055 2005-01-01  Atsushi Enomoto  <atsushi@ximian.com>
3056
3057         * Base64FormattingOptions.cs : it was not in System namespace.
3058
3059 2004-12-21  Atsushi Enomoto  <atsushi@ximian.com>
3060
3061         * DateTime.cs : If no progress on value string, don't regard as
3062           matched. This fixes bug #70707.
3063
3064 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
3065
3066         * Environment.cs: Bump corlib version.
3067
3068 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
3069
3070         * Array.cs (DoBinarySearch): Fix a warning.
3071
3072 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
3073
3074         * Environment.cs: Bump corlib version.
3075
3076         * AppDomain.cs: Add new DefineInternalDynamicAssembly () method.
3077
3078 2004-12-06  Ben Maurer  <bmaurer@ximian.com>
3079
3080         * Exception.cs: Prevent stringifying the type name on the
3081         ctor. this gets called a few times on every execution to create a
3082         nullref exception.
3083
3084 2004-12-06  Martin Baulig  <martin@ximian.com>
3085
3086         * Decimal.cs: Decimal constant support has been merged into GMCS,
3087         removed the FIXME.
3088
3089 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
3090
3091         * Environment.cs: Bump corlib version.
3092         
3093         * Environment.cs: Bump corlib version.
3094
3095 2004-11-30  Zoltan Varga  <vargaz@freemail.hu>
3096
3097         * MonoType.cs (UnderlyingSystemType): Make this return this as in
3098         MS.NET. Fixes #56245.
3099
3100 2004-11-29  Atsushi Enomoto  <atsushi@ximian.com>
3101
3102         * GC.cs : Collect(generation) actually does not throw an exception
3103           even if generation > MaxGeneration (MS document bug).
3104
3105 2004-11-28  Zoltan Varga  <vargaz@freemail.hu>
3106
3107         * Exception.cs: Implement _Exception under NET_2_0.
3108
3109         * Byte.cs SByte.cs UInt16.cs Int16.cs: Make these compile under csc 2.0.
3110
3111         * AccessViolationException.cs DataMisalignedException.cs OperationCanceledException.cs
3112         NotCancelableException.cs TimeoutException.cs: New files.
3113
3114 2004-11-23  Raja R Harinath  <rharinath@novell.com>
3115
3116         * Decimal.cs [NET_2_0]: Use old code till GMCS imports decimal
3117         constant support.
3118
3119 2004-11-23  Raja R Harinath  <rharinath@novell.com>
3120
3121         * Decimal.cs [BOOTSTRAP_WITH_OLDLIB]: Use old code for compilers
3122         without decimal constant support.
3123
3124 2004-11-23  Marek Safar  <marek.safar@seznam.cz>
3125
3126         * Decimal.cs: Updated to use compiler decimal constant support.
3127
3128 2004-11-20  Zoltan Varga  <vargaz@freemail.hu>
3129
3130         * MonoType.cs: Revert last change since it breaks remoting.
3131
3132 2004-11-18  Zoltan Varga  <vargaz@freemail.hu>
3133
3134         * MonoType.cs (UnderlyingSystemType): Make this return this as in
3135         MS.NET. Fixes #56245.
3136
3137 2004-11-17  Carlos Alberto Cortez <carlos@unixmexico.org>
3138
3139         * INullable.cs: New interface added.
3140         * Nullable.cs: Methods added. Also a static Nullable class
3141         containing static methods.
3142         
3143 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
3144
3145         * BitConverter.cs: Added support for special case when ToString is 
3146         called with (new byte [0]).
3147
3148 2004-11-10  Lluis Sanchez  <lluis@novell.com>
3149
3150         * Exception.cs: Added setter for StackTrace.
3151
3152 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
3153
3154         * IntegerFormatter.cs: Avoid .ToCharArray
3155
3156 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
3157
3158         * Single.cs, Double.cs (GetHashCode): Better hashcode impl
3159
3160 2004-11-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3161
3162         * InvalidOperationException.cs: make the message more meaningful and
3163         real. Fixes bug #69055.
3164
3165 2004-10-28  Ben Maurer  <bmaurer@ximian.com>
3166
3167         * String.cs: Rather than == String.Empty, use .Length == 0. It
3168         is a bit faster (avoids a method call, and the code is less complex).
3169
3170 2004-10-24  Fawad Halim  <fawad@fawad.net>
3171         * Environment.cs: If an Environment variable value isn't found, leave the trailing % of the reference for further matches.
3172         Add text between end of current lookup window and next % match if we just got a match, or add all text to the end if there are no further % matches.
3173         This fixes bug #64995.
3174
3175 2004-10-19  Lluis Sanchez  <lluis@novell.com>
3176
3177         * MarshalByRefObject.cs: Field _identity is not serializable.
3178         This fixes bug #68567.
3179
3180 2004-10-17  Ben Maurer  <bmaurer@ximian.com>
3181
3182         * DateTime.cs (ZeroPad): Use unsafe code to speed this up. We
3183         avoid entering slow integer formatting code.
3184
3185         (_ToString): Use ZeroPad here when possible, as it is faster.
3186
3187 2004-10-11  Martin Baulig  <martin@ximian.com>
3188
3189         * Environment.cs: Bump corlib version to 28.
3190
3191 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
3192
3193         * Convert.cs (ToType): Throw an exception when converting null to a
3194         valuetype. Fixes #67780.
3195
3196 2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>
3197
3198         * DateTime.cs : Performance fix. ParseExact() implementation should
3199           avoid s = s.Substring(1).
3200
3201 2004-10-08  Atsushi Enomoto  <atsushi@ximian.com>
3202
3203         * DateTime.cs : When it it not exact parse, 'Z' is allowed as a suffix
3204           of m/s/t/z. This fixes bug 66723.
3205
3206 Wed Oct 6 12:37:54 CEST 2004 Paolo Molaro <lupus@ximian.com>
3207
3208         * String.cs: make GetHashCode() managed.
3209
3210 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
3211
3212         * AppDomain.cs: Make ThreadStatic variables static. Fixes #56614.
3213
3214         * Runtime*Handle.cs ModuleHandle.cs: Add Equals + GetHashCode.
3215
3216         * ModuleHandle.cs: Add missing methods.
3217
3218         * RuntimeTypeHandle.cs: Add GetModuleHandle () method.
3219
3220 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
3221
3222         * AttributeTargets.cs: Add 2.0 GenericParameter value.
3223
3224         * Environment.cs: Bump corlib version.
3225
3226 2004-10-02  Zoltan Varga  <vargaz@freemail.hu>
3227
3228         * Int32.cs UInt32.cs Byte.cs SByte.cs Int16.cs UInt16.cs Int64.cs UInt64.cs: Implement 2.0 TryParse methods.
3229
3230 2004-09-30  Geoff Norton  <gnorton@customerdna.com>
3231
3232         * Convert.cs: ConvertToBase* was not endian aware.  Implemented EndianSwap
3233         and swapping of all values before going into the BitConverter so that values
3234         are returned with proper endianess.
3235
3236 2004-09-23  Martin Garton  <martin@wrasse.demon.co.uk>
3237
3238         * Convert.cs: ToType was returning unconverted object when it should
3239         fail with an ArgumentException.
3240
3241 2004-09-27  Zoltan Varga  <vargaz@freemail.hu>
3242
3243         * Array.cs: Add stub for AsReadOnly<T>.
3244         
3245 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
3246
3247         * Type.cs: Add MakePointerType && stub for ReflectionOnlyGetType.
3248
3249         * MonoCustomAttrs.cs (GetCustomAttributesBase): Add support for
3250         parameters.
3251
3252 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
3253
3254         * MonoCustomAttrs.cs (GetCustomAttributesBase): Add support for
3255         methods and fields.
3256         
3257         * MonoCustomAttrs.cs: Beginnings of support for returning 2.0 pseudo
3258         custom attributes.
3259
3260         * MonoCustomAttrs.cs (RetrieveAttributeUsage): Avoid infinite recursion.
3261
3262         * MonoCustomAttrs.cs (GetCustomAttributes): Fix the 'attributeType is 
3263         sealed' optimization.
3264
3265         * Type.cs: Implement 2.0 StructLayoutAttribute property. 
3266
3267         * Type.cs Add GetPseudoCustomAttributes () method.
3268
3269 2004-09-24  Martin Baulig  <martin@ximian.com>
3270
3271         * Type.cs (Type.GetGenericParameterConstraints): New public method.
3272
3273 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
3274
3275         * MonoCustomAttrs.cs (GetCustomAttributes): Rename the icall to
3276         GetCustomAttributesInternal and add a 'pseudoAttrs' argument.
3277
3278         * Type.cs: Tweak Module property in 2.0 build.
3279
3280 2004-09-23  Martin Baulig  <martin@ximian.com>
3281
3282         * Type.cs (Type.GenericParameterAttributes): New public property.
3283
3284 2004-09-23  Martin Baulig  <martin@ximian.com>
3285
3286         * GenericParameterAttributes.cs: New file.
3287
3288 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
3289
3290         * ModuleHandle.cs: Updated after changes to Module class.
3291
3292 2004-09-21  Geoff Norton <gnorton@customerdna.com>
3293
3294         * Type.cs: BindingFlags.IgnoreCase was being ignored, this reimplements
3295         this filter. Fixes bug #65778.
3296
3297 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
3298
3299         * Environment.cs: Bump corlib version.
3300
3301 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
3302
3303         * ModuleHandle.cs: New file.
3304
3305         * RuntimeFieldHandle.cs: Add an internal ctor.
3306
3307 2004-09-19  Dick Porter  <dick@ximian.com>
3308
3309         * Console.cs: Use the internal wrappers for StreamReader and
3310         StreamWriter that catch IOException.
3311
3312 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
3313
3314         * Environment.cs: Bumped mono_corlib_version to 25.
3315
3316 2004-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3317
3318         * AppDomain.cs: added SetupInformationNoCopy property, since
3319         SetupInformation creates a copy now, all updates to it should use the
3320         actual data. Fixes bug #61991 take 2.
3321
3322 2004-09-09  Tim Coleman <tim@timcoleman.com>
3323         * Base64FormattingOptions.cs: New enum
3324         * Convert.cs: Add new ToBase64String methods for Fx 2.0
3325
3326 2004-09-08  Marek Safar  <marek.safar@seznam.cz>
3327
3328         * Console.cs,
3329         * GC.cs: Class is static for NET_2_0.
3330
3331 2004-09-07 Ben Maurer  <bmaurer@users.sourceforge.net>
3332
3333         * Activator.cs: Make sure not to call .GetType on a
3334         null argument. fixes 63852
3335
3336 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
3337
3338         * Array.cs (Clear): make this an icall.
3339
3340 2004-09-05 Ben Maurer  <bmaurer@users.sourceforge.net>
3341
3342         * MonoCustomAttribute.cs: Avoid the call to GetBase when possible.
3343
3344 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3345
3346         * Environment.cs: (ExpandEnvironmentVariables) don't nullify the case
3347         insensitive enironment variables hashtable once we create it.
3348
3349 2004-09-04  Sebastien Pouliot  <sebastien@ximian.com>
3350
3351         * AppDomain.cs: Changed 2 imperative security demands to declarative
3352         (unsupported) so it doesn't (for now) call the security runtime.
3353
3354 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
3355
3356         * Delegate.cs: Free the delegate trampoline in the finalizer.
3357
3358 2004-08-26  Sebastien Pouliot  <sebastien@ximian.com>
3359
3360         * ApplicationId.cs: Completed GetHashCode using information from MS
3361         (FDBK13339).
3362
3363 2004-08-23  Sebastien Pouliot  <sebastien@ximian.com>
3364
3365         * Boolean.cs: Added TryParse static method for NET_2_0 profile.
3366
3367 2004-08-19  Atsushi Enomoto  <atsushi@ximian.com>
3368
3369         * DateTime.cs : When hour format is "hh", MS.NET (maybe incorrectly)
3370           allows 12, that should not be accepted (13 is rejected) and
3371           interpreted as 0. This fixes bug 63376.
3372
3373 2004-08-17  Sebastien Pouliot  <sebastien@ximian.com>
3374
3375         * Version.cs: Fixed Clone so we can use it on versions with only
3376         major/minor or major/minor/build.
3377
3378 2004-08-17  Martin Baulig  <martin@ximian.com>
3379
3380         * MonoType.cs (MonoType.getFullName): Added `bool full_name'
3381         argument specifying whether or not to include the type arguments.
3382         (MonoType.FullName): Don't include the type arguments.
3383         (MonoType.ToString): Include them here.
3384
3385         * Environment.cs: Bumped mono_corlib_version to 24.
3386
3387 2004-08-16  Duncan Mak  <duncan@ximian.com>
3388
3389         * AttributeUsageAttribute.cs: Change the AttributeUsage to
3390         AttributeTargets.Class, from AttributeTargets.All, fixes Zoltan's
3391         bug #62895.
3392
3393 2004-08-11  Marek Safar  <marek.safar@seznam.cz>
3394
3395         * AppDomain.cs: Fixed typo of DefineDynamicAssembly argument.
3396         Added call to AddPermissionRequests to pass permissions
3397         arguments.
3398         * Environment.cs: Added a few Fx 2.0 methods
3399
3400 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
3401
3402         * ApplicationId.cs: Fixed typo to fix NET_2_0 compilation.
3403         * AppDomain.cs: Fixed use of Evidence and AppDomainSetup (copies, not
3404         references). Added (non-obsolete) Fx 2.0 properties and methods.
3405         * AppDomainSetup.cs: Added internal copy constructor.
3406         * DomainManagerInitializationFlags.cs: Fixed values.
3407
3408 2004-08-08  Sebastien Pouliot  <sebastien@ximian.com>
3409
3410         * AppDomainInitializer.cs: New Fx 2.0 class for AppDomain.
3411         * AppDomainManager.cs: New Fx 2.0 class for AppDomain.
3412         * ApplicationActivator.cs: New Fx 2.0 class for AppDomain.
3413         * ApplicationId.cs: New Fx 2.0 class.
3414         * ApplicationIdentity.cs: Fixed ToString.
3415         * DomainManagerInitializationFlags.cs: New Fx 2.0 flags for AppDomain.
3416
3417 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
3418
3419         * AppDomain.cs: Added a new icall, getDomainByID, to get the an 
3420         AppDomain using it's Id. Completed SetAppDomainPolicy.
3421         * Environment.cs: Bumped mono_corlib_version to 23.
3422
3423 2004-08-02  Martin Baulig  <martin@ximian.com>
3424
3425         * DateTime.cs, TimeSpan.cs, Guid.cs, Version.cs: Implement IComparable<T>.
3426
3427 2004-07-29  Atsushi Enomoto  <atsushi@ximian.com>
3428
3429         * Environment.cs : GacPath on windows is based on mscorlib.dll, and
3430           now its location is changed.
3431
3432 2004-07-21  Lluis Sanchez Gual  <lluis@novell.com>
3433
3434         * Environment.cs: Return the MS.NET 2.0 beta1 runtime version for the
3435           NET_2_0 profile.
3436         
3437 2004-07-18  Martin Baulig  <martin@ximian.com>
3438
3439         * Array.cs: Ben Maurer implemented all the new generic methods
3440         here :-)
3441
3442 2004-07-17  Martin Baulig  <martin@ximian.com>
3443
3444         * Decimal.cs: Implement IComparable<Decimal>.
3445
3446 2004-07-17  Martin Baulig  <martin@ximian.com>
3447
3448         * Byte.cs, Int16.cs, Int32.cs, Int64.cs, SByte.cs, String.cs,
3449         UInt16.cs, UInt32.cs, UInt64.cs: Implement IComparable<T>.      
3450
3451 2004-07-13  Sebastien Pouliot  <sebastien@ximian.com>
3452
3453         * ActivationContext.cs: New class in Fx 2.0. Required for 
3454         System.Security.Policy.
3455         * ApplicationIdentity.cs: New class in Fx 2.0. Required for 
3456         System.Security.Policy.
3457         * IApplicationDescription.cs: New interface in Fx 2.0. Required for 
3458         System.Security.Policy.
3459         * IHostContext.cs: New interface in Fx 2.0. Required for 
3460         System.Security.Policy.
3461
3462 2004-07-12  Geoff Norton <gnorton@customerdna.com>
3463
3464         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
3465           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
3466           and will add/subtract the hour if needed
3467
3468 2004-07-07  Geoff Norton <gnorton@customerdna.com>
3469
3470         * Monotype.cs: Patch for bug #58844.  Dont throw exceptions right away;
3471           pass through all the possibly BindingInfo's and keep a bool value as to the type
3472           of exception we might need to throw;
3473
3474 2004-07-07  Geoff Norton <gnorton@customerdna.com>
3475
3476         * Patch to fix bug #58973
3477
3478 2004-07-02  Jackson Harper  <jackson@ximian.com>
3479
3480         * PlatformID.cs: New 2.0 values.
3481         
3482 2004-06-25  Ben Maurer <bmaurer@ximian.com>
3483         
3484         * Environment.cs: GetFolderPath has new behavior. r=miguel
3485
3486 2004-06-23  Sebastien Pouliot  <sebastien@ximian.com>
3487
3488         * DateTime.cs: Throw ArgumentOutOfRangeException if the year is
3489         bigger than 9999. Fix bug #41845.
3490         * FloatingPointFormatter.cs: Applied correction from Jon Skeet on
3491         the "R"eversible format for negative numbers.
3492
3493 2004-06-21  Jackson Harper  <jackson@ximian.com>
3494
3495         * Decimal.cs: Make sure to use invariant culture when parsing
3496         floats stringified with the invariant culture. Patch by Rodrigo
3497         B. de Oliveira.
3498         
3499 2004-06-19  Atsushi Enomoto  <atsushi@ximian.com>
3500
3501         * FloatingPointFormatter.cs : Literal string should be kept in the
3502           output.
3503
3504 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
3505
3506         * DateTime.cs : Concatenating whitespace removal was not working fine.
3507           Modified FormatException message (1 cent kindness).
3508
3509 2004-06-18  Ben Maurer  <bmaurer@ximian.com>
3510         
3511         * Action.cs, ArraySegment.cs, Comparison.cs, Converter.cs, Predicate.cs:
3512         new generics classes
3513         * IComparable.cs: add the new <T> version.
3514         * EventHandler.cs: new <T> version.
3515         
3516 2004-06-18  Dick Porter  <dick@ximian.com>
3517
3518         * String.cs: The icall can cope with embedded \0 now.
3519
3520 2004-06-18  Atsushi Enomoto  <atsushi@ximian.com>
3521
3522         * DateTime.cs :
3523           - Added new common pattern "yyyy/M/dZ"
3524           - empty string should not be compared in _ParseEnum()
3525           - Use culture independent string comparison in _ParseString()
3526           - Whitespace removal should be checked after '..' token check (some
3527             pattern such like es-ES LongDatePattern contains spaces in '..').
3528           - formats null check should be done (to throw ArgumentNullException)
3529             in ParseExact().
3530           - When specified one character format, dates are incorrectly regarded
3531             as to use invariant culture.
3532
3533 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
3534
3535         * ArgIterator.cs: changed layout to Auto
3536         * DateTime.cs: changed layout to Auto
3537
3538 2004-06-18  Gert Driesen <drieseng@users.sourceforge.net>
3539
3540         * DateTime.cs: CRLF to LF
3541
3542 2004-06-17  Sebastien Pouliot  <sebastien@ximian.com>
3543
3544         * Decimal.cs: Fixed regression in System.Data caused by the recent 
3545         changes. Adapted (and moved) the code to correct the scale from 
3546         SqlMoney. Removed unused (and unusable) IsOne and fixed IsZero (where
3547         scale has no importance).
3548
3549 2004-06-17  Lluis Sanchez Gual  <lluis@ximian.com>
3550
3551         * Activator.cs: In CreateInstance(), use Public|Instance if access binding
3552           attributes are omitted.
3553
3554 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
3555
3556         * DateTime.cs : GetDateTimeFormats(char, IFormatProvider) should also
3557           check if the format character is valid.
3558
3559 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
3560
3561         * DateTime.cs : AddDays(double) rounds the input.
3562
3563 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
3564
3565         * DateTime.cs : Incorrect maxvalue comparison in ToUniversalTime().
3566           Fixed ToLocalTime() as well, but it does check range for MinValue.
3567
3568 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
3569
3570         * DateTime.cs : Added overflow check in ToUniversalTime() and
3571           ToLocalTime(). Fixed bug #60253.
3572
3573 2004-06-16  Sebastien Pouliot  <sebastien@ximian.com>
3574
3575         * FloatingPointFormatter.cs: Implemented "R" format using Jon Skeet
3576         source code (with permission). Fix (biggest) part of bug #60110.
3577         http://www.yoda.arachsys.com/csharp/floatingpoint.html
3578
3579 2004-06-15  Sebastien Pouliot  <sebastien@ximian.com>
3580
3581         * Decimal.cs: Fixed scale after Round (a different scale is correct 
3582         from a math point of view but affect the string representation of the
3583         value). Note: other operations also have scale problems!
3584         * DecimalFormatter.cs: Fixed FormatGeneral to match Fx 1.1 output.
3585         * FloatingPointFormatter.cs: Fixed ToString which doesn't use banker's
3586         rounding (which is the rounding provided by Math.Round). This fix bug
3587         #60111. The code (new Round methods) should be moved elsewhere (as it
3588         may also be required elsewhere) post Mono 1.0.
3589
3590 2004-06-15  Gert Driesen <drieseng@users.sourceforge.net>
3591
3592         * AppDomainSetup.cs: added TODO for serialization
3593         * ExecutionEngineException.cs: added missing serialization ctor
3594         * InvalidProgramException.cs: added missing serialization ctor
3595         * MulticastNotSupportedException.cs: added missing serialization ctor
3596         * ObsoleteAttribute.cs: fixed serialization compatibility with MS.NET
3597         * Random.cs: fixed serialization compatibility with MS.NET
3598
3599 2004-06-15  Paolo Molaro <lupus@ximian.com>
3600
3601         * Type.cs: removed unused (and non-existing) icall type_is_instance.
3602
3603 2004-06-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3604
3605         * Environment.cs: use internalGetHome instead of getting "HOME" as
3606         that variable may not be defined.
3607
3608 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
3609
3610         * TimeSpan.cs: Fixed timespan with large values for hours or minutes
3611         (overflow is only checked for days but can also occurs in hours and
3612         minutes which uses Int32 when multiplying). The new results match MS
3613         implementation.
3614
3615 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
3616
3617         * FloatingPointFormatter.cs : Recognize '%' and '\u2030' and replace
3618           them with matching NumberFormatInfo properties.
3619
3620 2004-06-14  Atsushi Enomoto  <atsushi@ximian.com>
3621
3622         * Double.cs : Use IFormatProvider.GetFormat() instead of literal '-'.
3623         * FloatingPointFormatter.cs :
3624           Use NumberFormatInfo.NegativeSign. This change saves many XSLT test
3625           failures.
3626           Format Permille pattern (It is undocumented but actually available,
3627           and used in xsl:format-number).
3628
3629 2004-06-14  Raja R Harinath  <rharinath@novell.com>
3630
3631         * Console.cs (Console.Write, Console.WriteLine): Disable __arglist
3632         version with BOOTSTRAP_WITH_OLDLIB.
3633         * String.cs (STring.Concat): Likewise.
3634
3635 2004-06-13  Atsushi Enomoto  <atsushi@ximian.com>
3636
3637         * FloatingPointFormatter.cs :
3638           - Don't format more than 15 fraction digits. Don't report to Pedro
3639             directly (removing the error message with his concent).
3640           - When format string starts with '.', it means integral part format 
3641             is not specified. Ignore '.' characters after the first
3642             appearance. Fixed bug #59890.
3643           - 0.0 is formatted only before the third ';' appearance.
3644
3645 2004-06-11  Sebastien Pouliot  <sebastien@ximian.com>
3646
3647         * DateTime.cs: Added a AddRoundedMilliseconds which use the "old Mono"
3648         rounding logic which worked for FromOADate (while the newer didn't).
3649         * TimeSpan.cs: Now throw an OverflowException when the timespan is
3650         over MaxValue or under MinValue.
3651
3652 2004-06-11  Martin Baulig  <martin@ximian.com>
3653
3654         * Console.cs (Write, WriteLine): Implemented the varargs versions.
3655
3656 2004-06-11  Martin Baulig  <martin@ximian.com>
3657
3658         * String.cs (Concat): Implemented the varargs version.
3659
3660 2004-06-10  Sebastien Pouliot  <sebastien@ximian.com>
3661
3662         * Decimal.cs: Hacked the Parse method to allow the runtime C code to
3663         decode it properly (i.e. matching MS results). Fixed the Round method
3664         for negative decimal numbers (moved code from Math.cs).
3665         * Math.cs: Now use Decimal class for Round(Decimal,int). Required to
3666         fix a bug when rounding a negative decimal.
3667
3668 2004-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3669
3670         * AppDomain.cs: set the _principal to null when changing the policy.
3671         * Console.cs: remove ClsCompliant attribute from a method marked as
3672         internal and added comment.
3673
3674 2004-06-10  Gert Driesen <drieseng@users.sourceforge.net>
3675
3676         * Delegate.cs: marked protected fields private to match public
3677         API of MS.NET, marked DynamicInvokeImpl and GetMethodImpl
3678         protected to fix public API
3679         * Enum.cs: marked ctor protected to match public API of MS.NET
3680         * MulticastDelegate.cs: marked DynamicInvokeImpl protected to
3681         match public API of MS.NET
3682
3683 2004-06-10  Atsushi Enomoto  <atsushi@ximian.com>
3684
3685         * DateTime.cs : Added more common patterns.
3686
3687 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
3688
3689         * Decimal.cs: Fixed banker rounding by calling Math.Round. This won't
3690         be a performance winner (the actual Math code has a note to wait a
3691         better Decimal implementation) but it returns the correct results
3692         (without adding new code in corlib or the runtime). Fix #37744.
3693
3694 2004-06-09  Atsushi Enomoto  <atsushi@ximian.com>
3695
3696         * DateTime.cs :
3697           - A bunch of fixes (patch by Steven Brown). Fraction seconds are 
3698             now represented as double. Strict token check for 'Z'.
3699           - Pattern validity check in GetDateTimeFormats(char).
3700           - Fixed pattern "yyyy/M/d HH:mm:ss".
3701
3702 2004-06-09  Sebastien Pouliot  <sebastien@ximian.com>
3703
3704         * Decimal.cs: Fixed remainder (and optimized some cases not to call 
3705         unmanaged code). Simplified divide. Removed workaround for bug #59793.
3706         Fixed GetHashCode to return different result for X and -X.
3707
3708 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3709
3710         * DateTime.cs :
3711           - Now re-checked all common format patterns. They should be tried
3712             with both current culture and invariant culture. Since '/' covers
3713             '-', removed extraneous patterns. Added more common patterns
3714             such as "yyyy-MM-dd" and X509Certificate pattern (it is valid
3715             only after NET_1_1). Commented out 1 character format patterns.
3716           - The format patterns we should try should not be obtained by
3717             GetAllDateTimePatterns(). Just use 'd', 'D', 't', 'T', ... (one
3718             character patterns), to handle UTC correctly. Examined patterns
3719             are changed, to 1) common patterns with specified (or current)
3720             culture, 2) common patterns with invariant, 3) The above "one
3721             character patterns" with specified (or current) culture.
3722           - When trying to parse some kind of patterns such as RFC1123, 
3723             always use invariant DateTimeFormatInfo so that they can avoid
3724             parsing with culture-dependent calendar.
3725           - Check "GMT" only when doing Parse(). Don't it when ParseExact().
3726           - Removed extraneous '-' case. It is not special one.
3727           - When ParseExact(), allow only '/' for '/' pattern character.
3728           - When Parse(), allow any non-letter & non-number characters.
3729           - When pattern is not fully parsed, reject that format.
3730           - Added "exact" parameter to some ParseExact().
3731           - RFC1123 pattern is (again) now parsed in local time. I regressed
3732             some problems in previous fix.
3733
3734 2004-06-08  Sebastien Pouliot  <sebastien@ximian.com>
3735
3736         * Decimal.cs: Fixed cast to integer types to truncate (not round) the
3737         value.
3738
3739 2004-06-07  Duncan Mak  <duncan@ximian.com>
3740
3741         * Exception.cs (Source): This can return null.
3742
3743 2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
3744
3745         * DateTime.cs: Fixed FromFileTime for negative values. Fixed 
3746         constructor to limit range of milliseconds from 0,999. Fixed
3747         ToType method to work for object, string and DateTime.
3748
3749 2004-06-07  Sebastien Pouliot  <sebastien@ximian.com>
3750
3751         * DateTime.cs: Fixed OLE Automation date conversions: timezone 
3752         insensitive, wrong exception in FromOADate, handling of Min/Max 
3753         values, negative doubles where integer part is negative but 
3754         decimals are positive! Charming format ;-)
3755
3756 2004-06-06  Sebastien Pouliot  <sebastien@ximian.com>
3757
3758         * String.cs: Fixed Join in case separator parameter is null.
3759         * TimeSpan.cs: Cache format errors during parsing and throw 
3760         FormatException only if there was no overflow.
3761
3762 2004-06-06  Gert Driesen <drieseng@users.sourceforge.net>
3763
3764         * MonoCustomAttrs.cs: fixed issue where an empty array was 
3765         returned when GetCustomAttributes was invoked with null
3766         attribute type and there was only one result
3767
3768 2004-06-06  Sebastien Pouliot  <sebastien@ximian.com>
3769
3770         * Decimal.cs: Fixed ToString(String.Empty) to default ("G").
3771         * Int16.cs: Fixed ToString(String.Empty) to default ("G").
3772         * Int32.cs: Fixed ToString(String.Empty) to default ("G").
3773         * Int64.cs: Fixed ToString(String.Empty) to default ("G").
3774         * SByte.cs: Fixed ToString(String.Empty) to default ("G").
3775         * UInt16.cs: Fixed ToString(String.Empty) to default ("G").
3776         * UInt32.cs: Fixed ToString(String.Empty) to default ("G").
3777         * UInt64.cs: Fixed ToString(String.Empty) to default ("G").
3778
3779 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
3780
3781         * Convert.cs: Fixed the convertion of negative integers (byte, short, 
3782         int and long) into string in a specific base (2, 8, 10 or 16).
3783
3784 2004-06-04  Sebastien Pouliot  <sebastien@ximian.com>
3785
3786         * Math.cs: Fixed IEEERemainder to return -0 (0x8000000000000000) when
3787         the dividend is negative and the result is 0 (remainder).
3788
3789 2004-06-03  Sebastien Pouliot  <sebastien@ximian.com>
3790
3791         * Delegate.cs: Fix the NullReferenceException in Combine(Delegate[]).
3792
3793 2004-06-02  Sebastien Pouliot  <sebastien@ximian.com>
3794
3795         * TimeSpan.cs: Fixed overflow issues when delaing with big (days) time
3796         spans. Fixed parsing when only days are presents in the string (which
3797         should be illegal according to the documentation but is supported).
3798
3799 2004-06-01  Sebastien Pouliot  <sebastien@ximian.com>
3800
3801         * TimeSpan.cs: Fixed exceptions in FromXXX methods as they are 
3802         somewhat different from the documentation.
3803
3804 2004-06-01  Gert Driesen <drieseng@users.sourceforge.net>
3805
3806         * Type.cs: added missing attributes on InvokeMember
3807
3808 2004-06-01  Miguel de Icaza  <miguel@ximian.com>
3809
3810         * String.cs: Flag concat with four arguments internal. 
3811
3812 2004-05-31  Sebastien Pouliot  <sebastien@ximian.com>
3813
3814         * Array.cs: Fixed legal case where value is null.
3815         * Byte.cs: Fixed ToString when format is an empty string (use "G").
3816         * Guid.cs: Renamed private fields (and changed some to signed) to 
3817         match MS implementation and allow serialization to work. Fix 
3818         bug #59113.
3819
3820 2004-05-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3821
3822         * DateTime.cs: adjust milliseconds for fraction specifier ('f').
3823
3824 2004-05-30  Miguel de Icaza  <miguel@ximian.com>
3825
3826         * Console.cs: Remove *again* the version of WriteLine with four
3827         arguments;  That should *not* be added.  
3828
3829         Flag it as internal as people migrate their code.
3830
3831 2004-05-29  Sebastien Pouliot  <sebastien@ximian.com>
3832
3833         * Convert.cs: Fixed ToSByte(string,IFormatProvider) to throw 
3834         ArgumentNullException (only case, all other returns 0). Fixed exception
3835         reporting for hex prefix only strings. Fixed ChangeTo where null could
3836         be misinterpreted between null and Empty.
3837
3838 2004-05-28  Sebastien Pouliot  <sebastien@ximian.com>
3839
3840         * Convert.cs: Fixed integer parsing for special cases (0x, 0X for base
3841         16), non-base 10 negative numbers ... see new unit tests. Fixed the 
3842         case when we parse Int64.MinValue (positive doesn't fit a signed long).
3843
3844 2004-05-28  Jackson Harper  <jackson@ximian.com>
3845
3846         * Environment.cs: Increment version number.
3847         
3848 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
3849
3850         * AppDomain.cs (Load): Try loading from assemblyRef.CodeBase if exists.
3851         Fixes #59189.
3852
3853 2004-05-28  Atsushi Enomoto <atsushi@ximian.com>
3854
3855         * DateTime.cs : I reverted my fix by accident :(
3856
3857 2004-05-28  Atsushi Enomoto <atsushi@ximian.com>
3858
3859         * DateTime.cs :
3860           - In ToString(), Don't use culture-dependent daynames to format
3861             Universal/RFC1123 date/time. Also, use FullDateTimePattern for 'U'.
3862           - Fixed GetDateTimeFormats () that generated incorrect 'U' value 
3863             (since the format string is the same as 'F').
3864
3865 2004-05-28  Atsushi Enomoto <atsushi@ximian.com>
3866
3867         * DateTime.cs : don't adjust utc value in ToString(). It must output
3868           the same time value, just adding 'Z' for UTC.
3869
3870 2004-05-28  Atsushi Enomoto <atsushi@ximian.com>
3871
3872         * DateTime.cs : in 'Z' case, remove the 'Z' char from input before
3873           proceeding.
3874
3875 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3876
3877         * AppDomainSetup.cs: InitAppDomainSetup is not needed now.
3878
3879 2004-05-27  Sebastien Pouliot  <sebastien@ximian.com>
3880
3881         * Byte.cs: Fixed parsing for "-0" which is valid for unsigned types.
3882         * Convert.cs: Convert with a base parameter cannot parse negative 
3883         string numbers, even "-0".
3884         * UInt16.cs: Fixed parsing for "-0" which is valid for unsigned types.
3885         * UInt32.cs: Fixed parsing for "-0" which is valid for unsigned types.
3886         * UInt64.cs: Fixed parsing for "-0" which is valid for unsigned types.
3887
3888 2004-05-27  Atsushi Enomoto <atsushi@ximian.com>
3889
3890         * DateTime.cs : 
3891           - Added "yyyy/MM/dd HH:mm:ss 'GMT'" and "yyyy-MM-dd HH:mm:ss 'GMT'"
3892             to common formats (yes, I know it is nothing more than hack)
3893           - Fixed some GetDateTimeFormats() that just returned patterns.
3894           - For InvariantCulture, now try both supported formats and our
3895             predefined formats.
3896           - It was accepting incorrectly extraneous characters. That caused
3897             some UTC/non-UTC bug.
3898           - RFC1123 string should return universal time. Uncomment again (the
3899             problem should went away because of the extra characters fix above.
3900
3901             With some of the changes above, fixed bug #47720.
3902
3903 2004-05-27  Atsushi Enomoto <atsushi@ximian.com>
3904
3905         * DateTime.cs : quick revert 'Z' support for certificate verifications.
3906
3907 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3908
3909         * Array.cs: Removed duplicate condition if LastIndexOf.
3910
3911 2004-05-26  Atsushi Enomoto <atsushi@ximian.com>
3912
3913         * DateTime.cs :
3914           - Added "yyyy-MM-dd HH:mm:ss" to "compatible patterns".
3915             (Fixed bug #58938.)
3916           - As a quick remedy to accept more patterns, Parse() now also tries
3917             InvariantInfo patterns (this is because we have no more than one
3918             pattern for each pattern component.)
3919           - In _DoParse(), 'Z' should not be read as timezone specifier. Some
3920             culture uses 'Z' as AM/PM designer, and it should be recognized as
3921             part of the UTCpattern (if it actually UTC pattern for the culture
3922             contains 'Z').
3923
3924 2004-05-26  Gert Driesen (drieseng@users.sourceforge.net)
3925
3926         * MonoCustomAttrs.cs: Fixed issue with AllowMultiple, as MS
3927         seems to allow multiple attributes with AllowMultiple at
3928         runtime.
3929
3930 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3931
3932         * Byte.cs: Throw an OverflowException for negative numbers.
3933         * Convert.cs: Accept 0x and 0X as prefix when parsing base16 strings.
3934         * Environment.cs: Bumped mono_corlib_version to 20 (rng interface).
3935
3936 2004-05-25  Sebastien Pouliot  <sebastien@ximian.com>
3937
3938         * Array.cs: Fixed possible integer overflow.
3939         * BitConverter.cs: Fixed a possible integer overflow in ToString.
3940         * Guid.cs: Added an internal method to create a random Guid without
3941         using CryptoConfig (which is heavy on first use). This is only used
3942         in S.R.E.ModuleBuilder to speedup MCS compilation.
3943         * String.cs: Fixed reported exception for PadLeft|Right. Fixed 
3944         possible integer overflow in methods that takes index and count
3945         as parameters.
3946
3947 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3948
3949         * String.cs: Add new Strcpy icalls which take a char array as 
3950         parameter.
3951
3952 2004-05-25  Atsushi Enomoto <atsushi@ximian.com>
3953
3954         * DateTime.cs : added more invariant format patterns. This should
3955           really fix bug #57656.
3956
3957 2004-05-25 14:14 CET Patrik Torstensson <totte@hiddenpeaks.com>
3958
3959         * BitConverter.cs (ToBoolean): Return true or false instead
3960         of unsafe returing byte as bool. Fixes bug #58874.
3961
3962 2004-05-25  Atsushi Enomoto <atsushi@ximian.com>
3963
3964         * DateTime.cs : In ToString(string, IFormatProvider), use "G" if
3965           string format argument is null.
3966
3967 2004-05-25  Lluis Sanchez Gual  <lluis@ximian.com>
3968
3969         * Version.cs: Rename of data fields to match those in Microsoft.NET.
3970           Patch by PAF@design.ru.
3971
3972 2004-05-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3973
3974         * DateTime.cs: allow double quotes in the formats. Don't set
3975         next_not_digit to true in presence of single or double quotes. Patch by
3976         Martin Probst.
3977
3978 2004-05-24  Zoltan Varga  <vargaz@freemail.hu>
3979
3980         * AppDomainSetup.cs (InitAppDomainSetup): This one returns void.
3981
3982 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3983
3984         * Array.cs: Fixed exception when we try to Clear outside bounds.
3985         * Boolean.cs: Fixed Equals for True!=True (see bugzilla #58874).
3986         * BitConverter.cs: Fixed negative index and integer overflow in
3987         To... methods.
3988         * Buffer.cs: Fixed integer overflow in BlockCopy.
3989
3990 2004-05-22  Sebastien Pouliot  <sebastien@ximian.com>
3991
3992         * Array.cs: Clear can now work on multidimentional arrays.
3993         * IntPtr.cs: We now only accept 32bits values in the long constructor
3994         unless we're on a 64 bits machine.
3995         * UIntPtr.cs: We now only accept 32bits unsigned values in the ulong 
3996         constructor unless we're on a 64 bits machine.
3997
3998 2004-05-22  Duncan Mak  <duncan@ximian.com>
3999
4000         * Convert.cs: The file was mostly in DOS endings already, for the
4001         sake of consistency, converted it all to DOS endings.
4002         (ToType): When value is null, immediately return null and don't
4003         ever throw a NullReferenceException. When conversionType is null,
4004         throw an InvalidCastException. Give a better error message when
4005         attempting to convert to a DBNull as well.
4006
4007 2004-05-21  Sebastien Pouliot  <sebastien@ximian.com>
4008
4009         * Decimal.cs: Fixed To... methods that needs to trunk the integer part
4010         of Decimal (and not use the banker's rounding like Convert.To...).
4011         * Single.cs: Fixed CompareTo and Equals (copied fix from Double) wrt
4012         to NaN compares (see new unit tests).
4013
4014 2004-05-20  Sebastien Pouliot  <sebastien@ximian.com>
4015
4016         * Convert.cs: Added checks for integer overflow for From|ToBase64Char.
4017         Also fixed the case where wide (16 bits) characters were converted to 
4018         bytes.
4019
4020 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
4021
4022         * ThreadStaticAttribute.cs
4023         * ContextStaticAttribute.cs
4024         * FlagsAttribute.cs
4025         * ObsoleteAttribute.cs : now that Inherited is false by
4026         default on AttributeUsageAttribute (as it should be) we
4027         need to explicitly set Inherited to false for those
4028         attributes should it be be false.
4029
4030 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
4031
4032         * AttributeUsageAttribute.cs: Inherited property should be
4033         true by defaultrs.cs: respect Inherited property, and
4034
4035 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
4036
4037         * MonoCustomAttrs.cs: respect Inherited property, and
4038         AllowMultiple property of a CustomAttribute. This fixes
4039         a major issue we had with respect to custom attributes.
4040
4041 2004-05-19  Gert Driesen (drieseng@users.sourceforge.net)
4042
4043         * MonoType.cs: throw ArgumentNullException when type parameter in
4044         GetCustomAttributes(Type, bool) is null
4045
4046 2004-05-18  Sebastien Pouliot  <sebastien@ximian.com>
4047
4048         * Buffer.cs: Added checks for null source and destination. Fix failing
4049         CryptoStream unit test.
4050         * Guid.cs: Fixed thread-safety issue. Simplified implementation to use
4051         pseudo-random numbers to generate GUIDs (as per section 3.4 of the 
4052         spec). This removes the TODO to get the computer MAC address and
4053         the chances to get a duplicate GUID (across different machines).
4054
4055 2004-05-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4056
4057         * TimeSpan.cs: Only catch expected exceptions, if we get other exceptions
4058           than OverflowExceptions then something went wrong internally
4059
4060 2004-05-17  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4061
4062         * Char.cs: Fix long standing bug with ToLower/ToUpper not being
4063           culture - sensitive
4064
4065 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
4066
4067         * Buffer.cs: Optimize BlockCopy.
4068
4069         * Environment.cs: Bump corlib version.
4070
4071 2004-05-14  Atsushi Enomoto <atsushi@ximian.com>
4072
4073         * __ComObject.cs : This class is not regarded as CLSCompliant by csc.
4074           See also bug #58478.
4075
4076 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4077
4078         * AppDomainSetup.cs: don't throw an exception if dynamic_base has not
4079         been set. Just return null as MS. Fixes bug #58120.
4080
4081 2004-05-14  Marek Safar  <marek.safar@seznam.cz>
4082
4083         * Boolean.cs, Byte.cs, Char.cs, DBNull.cs, DateTime.cs,
4084           Decimal.cs, Double.cs, Enum.cs, Int16.cs, Int32.cs,
4085           Int64.cs, IntegerFormatter.cs, SByte.cs, Single.cs,
4086           String.cs, UInt16.cs, UInt32.cs, UInt64.cs: Removed
4087           useless [CLSCompliant (false)]
4088
4089
4090 2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>
4091
4092         * __ComObject.cs: To please corcompare (no implementation).
4093
4094 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
4095
4096         * Environment.cs: Bump corlib version.
4097
4098 2004-05-13  Sebastien Pouliot  <sebastien@ximian.com>
4099
4100         * Environement.cs: Removed two security attributes for CurrentDirectory
4101         that weren't documented (and anyway we don't support them).
4102
4103 2004-05-11  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4104
4105         * Char.cs: Fix exceptions
4106
4107 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
4108
4109         * MissingMemberException.cs: Fix in serialization constructor.
4110
4111 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4112
4113         * Environment.cs: GetGacPath return value is resolved at runtime on
4114         windows.
4115
4116 2004-05-07  Sebastien Pouliot  <sebastien@ximian.com>
4117  
4118         * Convert.cs: ToBase64CharArray method was depending on a bug in 
4119         S.S.C.ToBase64Transform class to work. Added an internal method to 
4120         provide the same functionality (multiple block processing).
4121
4122 2004-05-06  Jackson Harper  <jackson@ximian.com>
4123
4124         * Environment.cs: Make $HOME the personal directory.
4125
4126 2004-05-06  Sebastien Pouliot  <sebastien@ximian.com>
4127  
4128         * Convert.cs: ToBase64String method was depending on a bug in 
4129         S.S.C.ToBase64Transform class to work. Added an internal method to 
4130         provide the same functionality (multiple block processing).
4131
4132 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
4133  
4134         * Environment.cs: Completed OSVersion property.
4135         * Version.cs: Added internal CreateFromString() to "try" to build the
4136         best version number form the specified string.
4137  
4138 2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4139
4140         * TimeSpan.cs: Redid a lot of stuff in TimeSpan from scratch.
4141           Fixes several potential bugs and makes things way faster.
4142
4143 2004-05-01  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4144
4145         * TimeSpan.cs: Formatting changes
4146
4147 2004-04-29 Ben Maurer  <bmaurer@users.sourceforge.net>
4148
4149         * Activator.cs: change _flags to a const.
4150         * IntegerFormatter.cs: make tables readonly.
4151         * Convert.cs: tables readonly
4152         * DateTime.cs: ditto.
4153         * IntPtr.cs: avoid a cctor.
4154
4155 2004-04-29  Jackson Harper  <jackson@ximian.com>
4156
4157         * MonoType.cs: 
4158         * Type.cs: NET_2_0 now instead of 1_2. 
4159         
4160 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4161
4162         * Environment.cs: implemented GetLogicalDrives.
4163
4164 2004-04-28  Miguel de Icaza  <miguel@ximian.com>
4165
4166         * Applied patch from Atsushi Enomoto that allows Synchronized
4167         writers to have a `dont close' flag, this fixes 52094
4168
4169 2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>
4170
4171         * MonoCustomAttrs.cs, MonoType.cs: Property.GetGetMethod() does not
4172         return the method if it is private (it did until now because of a
4173         bug). Make sure it works as it worked before the fix.
4174         * Type.cs: Implemented FilterAttribute delegate.
4175
4176 2004-04-28  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4177
4178         * IntegerFormatter.cs: Prevent the use of the explicit static constuctor
4179
4180 2004-04-27  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4181
4182         * IntegerFormatter.cs: Made functions internal (needed by other patches)
4183
4184 2004-04-27  Lluis Sanchez Gual  <lluis@ximian.com>
4185
4186         * DateTime.cs: TODO cleaning.
4187         * Delegate.cs: GetObjectData should be virtual.
4188         * IntegerFormatter.cs: Method factorization. I don't want to fix bugs in
4189           30 methods almost identical.
4190         * MulticastDelegate.cs: Implemented GetObjectData.
4191         
4192 2004-04-26  Jackson Harper  <jackson@ximian.com>
4193
4194         * Environment.cs: Things going bump in the night.
4195
4196 2004-04-25  Miguel de Icaza  <miguel@ximian.com>
4197
4198         * Convert.cs (toBase64Transform): Make private.
4199
4200 2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4201
4202         * Convert.cs:
4203         * Decimal.cs:
4204         * DecimalFormatter.cs:
4205         * FloatingPointFormatter.cs: Call invariant Char functions
4206         * Guid.cs: Call invariant Char and String functions
4207         * String.cs: Call invariant Char functions
4208
4209 2004-04-25  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4210
4211         * String.cs: Refactored the Invariant ToXXX into its own internal methods
4212           so they are directly callable within corlib (can prevent early
4213           construction of CultureInfo, InvariantCulture and related classes)
4214
4215 2004-04-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4216
4217         * String.cs: Managed impl. of Invariant parts of ToLower, ToUpper
4218         * Char.cs: Managed impl. of Invariant parts of ToLower, ToUpper
4219
4220 2004-04-24  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4221
4222         * String.cs: Check for null values
4223
4224 2004-04-23  Peter Bartok <pbartok@novell.com>
4225
4226         * Environment.cs: GetLogicalDrives now returns "/" instead of null. Gonzalo
4227           will do a better fix in the future, but this way apps can at least use it.
4228
4229 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
4230
4231         * Environment.cs: Better support for GetFolderPath (same results as MS 
4232           on Windows).
4233
4234 2004-04-22  Lluis Sanchez Gual  <lluis@ximian.com>
4235
4236         * Activator.cs: Removed TODOs for finished methods.
4237         * AppDomainSetup.cs: When setting a relative path to ApplicationBase, it
4238           must be relative to the current directory, not the temp directory.
4239           Implemented DynamicBase.
4240         * Convert.cs: No need to create a ToBase64Transform instance at every call
4241           to ToBase64CharArray.
4242         * DateTime.cs: Implemented missing methods FromFileTimeUtc and 
4243           ToFileTimeUtc.
4244         * Decimal.cs: Implemented FromOACurrency and ToOACurrency.
4245         * Delegate.cs: Removed class TODO.
4246         * IntegerFormatter.cs: Use Char.IsLetter and Char.IsDigit instead of ad-hoc
4247           methods.
4248         * Type.cs: Removed TODOs for things already implemented.
4249         
4250 2004-04-21  Lluis Sanchez Gual  <lluis@ximian.com>
4251
4252         * Char.cs: Implemented culture-dependent ToLower and ToUpper methods.
4253         * MulticastDelegate.cs: Removed unused code.
4254
4255 2004-04-19  Lluis Sanchez Gual  <lluis@ximian.com>
4256
4257         * AppDomain.cs: Implemented DynamicDirectory and SetDynamicBase.
4258         * Array.cs: Removed some TODOs in CreateInstance and IndexOf.
4259         * BadImageFormatException.cs: TODO reformat.
4260         * DateTime.cs: Implemented GetDateTimeFormats and GetDateTimeFormats.
4261         * DelegateSerializationHolder.cs: Made class internal.
4262         * Enum.cs: Removed TODO for localization, since this is something that has
4263           to be done for all classes.
4264         * Environment.cs: Removed TODO.
4265         * Exception.cs: Changed ToString to use StringBuilder.
4266         * MonoDummy.cs: Made class internal.
4267         * UnitySerializationHolder.cs: Added support for modules.
4268
4269 2004-04-16  David Sheldon <dave-mono@earth.li>
4270
4271         * DecimalFormatter.cs: Don't append a decimal point after the
4272           end of a number. ((decimal)1).ToString("P0") should be "100 %", not
4273           "100. %"
4274
4275 2004-04-09  Miguel de Icaza  <miguel@ximian.com>
4276
4277         * OutOfMemoryException.cs: Removed the call to Locale.GetText from
4278           this.
4279
4280 2004-04-10  Gert Driesen (drieseng@users.sourceforge.net)
4281
4282         * MonoDummy.cs: added MonoTODO to make sure we remove this class
4283           when its no longer needed
4284
4285 2004-04-09  David Sheldon <dave-mono@earth.li>
4286
4287         * Convert.cs: Allow + signs in strings for ToInt32, and
4288           - if it is base 10.
4289
4290 2004-04-08  Atsushi Enomoto  <atsushi@ximian.com>
4291
4292         * Nullable.cs : usingdecl should also be conditional.
4293
4294 2004-04-07  Martin Baulig  <martin@ximian.com>
4295
4296         * Nullable.cs: New file.
4297
4298 2004-04-07  Martin Baulig  <martin@ximian.com>
4299
4300         * Type.cs (Type.GetGenericArguments): Make this abstract.
4301
4302 2004-04-07  Jackson Harper  <jackson@ximian.com>
4303
4304         * Environment.cs: Increase corlib version number.
4305         
4306 2004-04-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4307
4308         * Environment.cs:
4309         (ExpandEnvironmentVariables): on windows, env. vars. are case
4310         insensitive.
4311
4312 2004-04-06  Sebastien Pouliot  <sebastien@ximian.com>
4313
4314         * AppDomain.cs: Added static to [ThreadStatic] _principal field. 
4315         Removed [ThreadStatic] for _principalPolicy (not required).
4316
4317 2004-04-06  Miguel de Icaza  <miguel@ximian.com>
4318
4319         * Guid.cs: Flag as Sequential.
4320
4321 2004-04-02  Dick Porter  <dick@ximian.com>
4322
4323         * String.cs: More sanity checks in Replace().  Fixes bug 55822.
4324
4325 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4326
4327         * Environment.cs: Implement ExpandEnvironmentVariables static method.
4328         Now call the runtime to get the username (fix #56144).
4329
4330 2004-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4331
4332         * MonoType.cs: AssemblyQualifiedName now displays culture, version...
4333         Fixes bug #56341.
4334
4335 2004-03-29  Miguel de Icaza  <miguel@ximian.com>
4336
4337         * Console.cs: If we fail to open stdin/stdout/stderr, create
4338         readers with a NullStream.  This can happen if our caller does not
4339         setup stdin/stoud/stderr file handles.  #56158 exposed this, but
4340         it will happen elsewhere.
4341
4342 2004-03-29  Lluis Sanchez Gual <lluis@ximian.com>
4343
4344         * Convert.cs: In ToSingle(double), removed checks for Single.MaxValue
4345         and Single.MinValue. MS.NET don't do it. This fixes bug #56005.
4346         * Guid.cs: Added support for guid strings in the "N" and "P" formats in
4347           the constructor. This fixes bug #54019.
4348
4349 2004-03-23  Lluis Sanchez Gual <lluis@ximian.com>
4350
4351         * FloatingPointFormatter.cs: Made the class thread safe. Had to move some
4352           internal variables to structures that are moved around methods.
4353           Factorized some common formatting code into FormatNumberInternal.
4354           
4355 2004-03-23  Dick Porter  <dick@ximian.com>
4356
4357         * DateTime.cs: Allow any character for DateSeparator when parsing,
4358         except TimeSeparator, a digit or a letter.  Fixes bug 54047.  Also
4359         deleted the previous fix for 54721, because this covers it too.
4360         
4361 2004-03-23  Dick Porter  <dick@ximian.com>
4362
4363         * DateTime.cs: Check the date string for too many digits when
4364         parsing.  Fixes bugs 53023 and 53025.
4365
4366 2004-03-22  Dick Porter  <dick@ximian.com>
4367
4368         * String.cs: Use the provider when converting strings to other
4369         types.
4370
4371         * DateTime.cs: Add MM-dd-yyyy to the list of standard date parsing
4372         formats.  Fixes bug 54721.
4373
4374 2004-03-22  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4375
4376         * Console.cs: Styled, optimized calls
4377         * CrossAppDomainDelegate.cs: Small header fix
4378         * Buffer.cs: Style, improve errors
4379         * BitConverter.cs: Style, improve errors, remove obsolete comment
4380         * Attribute.cs: Style, improve errors, small fix
4381         * Array.cs: Style, improve errors, small fix, added TODOs
4382         * Activator.cs: Style, localized errors, added error checks
4383         * Byte.cs: Style, localized errors, fixed wrong exception parameters
4384         * Char.cs: Style
4385         * Boolean.cs: Style
4386         * AppDomainSetup.cs: Style
4387         * AppDomain.cs: Style, implemented two methods (redirect)
4388
4389 2004-03-21  Jackson Harper  <jackson@ximian.com>
4390
4391         * FloatingPointFormatter.cs: Set precision from number format info
4392         when it is not specified. This fixes bug #54983.
4393         
4394 2004-03-18  Nick Drochak <ndrochak@ieee.org>
4395
4396         * Math.cs: Use IsNaN() method not "x == NaN".
4397
4398 2004-03-16  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4399
4400         * EntryPointNotFoundException.cs
4401         * DuplicateWaitObjectException.cs
4402         * DllNotFoundException.cs
4403         * DivideByZeroException.cs
4404         * ContextMarshalException.cs
4405         * CannotUnloadAppDomainException.cs
4406         * BadImageFormatException.cs
4407         * ArrayTypeMismatchException.cs
4408         * ArithmeticException.cs
4409         * ArgumentOutOfRangeException.cs
4410         * ArgumentNullException.cs
4411         * ArgumentException.cs
4412         * ApplicationException.cs
4413         * AppDomainUnloadedException.cs: Added missing HResult overrides
4414
4415         * BadImageFormatException.cs: Improved/ Fixed implementation
4416
4417 2004-03-15  Sebastien Pouliot  <sebastien@ximian.com>
4418
4419         * Random.cs: Corrected random value when Next is called with a 
4420         negative value. Testing indictae that our results aren't exactly the 
4421         same as MS, we have a +/- 1 (probably rounding errors due to 
4422         different implementation).
4423
4424 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4425
4426         * Environment.cs: updated corlib version.
4427
4428 2004-03-15  Lluis Sanchez Gual <lluis@ximian.com>
4429
4430         * Boolean.cs, Byte.cs, Char.cs, Double.cs, Int16.cs, Int32.cs, Int64.cs,
4431           SByte.cs, Single.cs, UInt16.cs, UInt32.cs, UInt64.cs: Renamed internal
4432           field "value" to "m_value", so it is interoperable with MS.NET when 
4433           serializing and deserializing data. Based on the patch from Daniel
4434           Keep.
4435
4436 2004-03-14  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4437
4438         * TypeInitializationException.cs
4439         * SystemException.cs
4440         * StackOverflowException.cs
4441         * RankException.cs
4442         * OverflowExceptionException.cs
4443         * OutOfMemoryException.cs
4444         * NullReferenceException.cs
4445         * NotSupportedException.cs
4446         * NotFiniteNumberException.cs
4447         * InvalidOperationException.cs
4448         * InvalidCastException.cs
4449         * IndexOutOfRangeException.cs
4450         * FormatException.cs
4451         * ExecutionEngineException.cs: improved parameter names
4452
4453 2004-03-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4454
4455         * Enum.cs
4456         * EntryPointNotFoundException.cs
4457         * DuplicateWaitObjectException.cs
4458         * DoubleFormatter.cs
4459         * DllNotFoundException.cs
4460         * DivideByZeroException.cs
4461         * DelegateSerializationHolder.cs
4462         * Delegate.cs
4463         * DBNull.cs
4464         * ContextStaticAttribute.cs
4465         * ContextMarshalException.cs
4466         * ContextBoundObject.cs
4467         * CLSCompliantAttribute.cs
4468         * CharEnumerator.cs
4469         * CannotUnloadAppDomainException.cs
4470         * BadImageFormatException.cs
4471         * AttributeUsageAttribute.cs
4472         * AttributeTargets.cs
4473         * AsyncCallback.cs
4474         * AssemblyLoadEventHandler.cs
4475         * AssemblyLoadEventArgs.cs
4476         * ArrayTypeMismatchException.cs
4477         * ArithmeticException.cs
4478         * ArgumentOutOfRangeException.cs
4479         * ArgumentNullException.cs
4480         * ArgumentException.cs
4481         * ArgIterator.cs
4482         * ApplicationException.cs
4483         * AppDomainUnloadedException.cs
4484         * AppDomain.cs: Mono styled, fixed exceptions/ locales
4485           removed excess usings
4486
4487 2004-03-10  Sebastien Pouliot  <sebastien@ximian.com>
4488
4489         * Convert.cs: FromBase64 now ignore some characters (tab, LF, CR and
4490         spaces) which fixed #54939. Changed the way that the length is 
4491         validated (multiple of 4) because the ignored characters must not be
4492         included in the count.
4493
4494 2004-03-10  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4495
4496         * String.cs: Monostyled
4497
4498 2004-03-09  Jackson Harper  <jackson@ximian.com>
4499
4500         * Char.cs: Only use a byte for numeric data.
4501         
4502 2004-03-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4503
4504         * TypedReference.cs: Added missing Attributes
4505         * ParamArrayAttribute.cs: Small style fix
4506         * OperatingSystem.cs: Added .Net 1.1 member
4507
4508 2004-03-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4509
4510         * FieldAccessException.cs
4511         * FormatException.cs
4512         * InvalidCastException.cs
4513         * InvalidOperationException.cs
4514         * MemberAccessException.cs
4515         * MethodAccessException.cs
4516         * MissingFieldException.cs: Locale strings
4517         * MissingMemberException.cs: Locale strings
4518         * MissingMethodException.cs: Locale strings
4519         * NotFiniteNumberException.cs
4520         * NotImplementedException.cs
4521         * NotSupportedException.cs
4522         * NullReferenceException.cs
4523         * ObjectDisposedException.cs
4524         * OutOfMemoryException.cs
4525         * OverflowExceptionException.cs
4526         * PlatformNotSupportedException.cs
4527         * RankException.cs: Added missing HResult overrides
4528
4529 2004-03-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4530
4531         * RuntimeTypeHandle.cs
4532         * RuntimeMethodHandle.cs
4533         * RuntimeFieldHandle.cs: Implemented serialization (partially untested)
4534
4535 2004-03-09  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4536
4537         * EventArgs.cs
4538         * Exception.cs
4539         * ExecutionEngineException.cs
4540         * FieldAccessException.cs
4541         * FormatException.cs
4542         * GC.cs
4543         * Guid.cs
4544         * IndexOutOfRangeException.cs
4545         * IntPtr.cs
4546         * InvalidCastException.cs
4547         * InvalidOperationException.cs
4548         * InvalidProgramException.cs
4549         * IServiceProvider.cs
4550         * LoaderOptimization.cs
4551         * LoaderOptimizationAttribute.cs
4552         * MarshalByRefObject.cs
4553         * Math.cs
4554         * MemberAccessException.cs
4555         * MethodAccessException.cs
4556         * MissingFieldException.cs
4557         * MissingMemberException.cs
4558         * MissingMethodException.cs
4559         * MultiCastDelegate.cs
4560         * MulticastNotSupportedException.cs
4561         * NonSerializedAttribute.cs
4562         * NotFiniteNumberException.cs
4563         * NotImplementedException.cs
4564         * NotSupportedException.cs
4565         * NullReferenceException.cs
4566         * ObjectDisposedException.cs
4567         * ObsoleteAttribute.cs
4568         * OperatingSystem.cs
4569         * OutOfMemoryException.cs
4570         * OverflowExceptionException.cs
4571         * PlatformID.cs
4572         * PlatformNotSupportedException.cs
4573         * Random.cs
4574         * RankException.cs
4575         * ResolveEventArgs.cs
4576         * ResolveEventHandler.cs
4577         * RuntimeFieldHandle.cs
4578         * RuntimeMethodHandle.cs
4579         * RuntimeTypeHandle.cs: Mono styled, fixed exceptions/ locales
4580           removed excess usings
4581
4582 2004-03-08  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4583
4584         * SystemException.cs: Exceptions set the HResult
4585         * TypeLoadException.cs: Exceptions set the HResult, fixed wrong exception usage
4586         * SByte.cs: Implemented two missing methods, fix wrong parameters for ArgumentNullException
4587
4588 2004-03-08  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4589
4590         * TypedReference.cs
4591         * TypeLoadException.cs
4592         * TypeInitializationException.cs
4593         * TypeCode.cs
4594         * TimeZone.cs
4595         * ThreadStaticAttribute.cs
4596         * SystemException.cs
4597         * STAThreadAttribute.cs
4598         * StackOverflowException.cs
4599         * SingleFormatter.cs
4600         * Single.cs
4601         * SerializableAttribute.cs: Mono styled, fixed exceptions/ locales
4602           removed excess usings
4603
4604 2004-03-08  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4605
4606         * UnauthorizedAccessException.cs: Exceptions set the HResult
4607         * UInt64.cs: Implemented two missing methods
4608         * UInt32.cs: Fix wrong parameters for ArgumentNullException, simpler convert
4609         * UInt16.cs: Fix wrong parameters for ArgumentNullException, simpler convert
4610
4611 2004-03-08  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4612
4613         * WeakReference.cs
4614         * Void.cs
4615         * Version.cs
4616         * ValueType.cs
4617         * UnitySerializationHolder.cs
4618         * UnhandledExceptionEventHandler.cs
4619         * UnauthorizedAccessException.cs
4620         * UIntPtr.cs
4621         * UInt64.cs
4622         * UInt32.cs
4623         * UInt16.cs: Mono styled, Locale.GetText fixes, msg fixes
4624
4625 2004-03-04  Lluis Sanchez Gual <lluis@ximian.com>
4626
4627         * Environment.cs: Bump corlib version.
4628
4629 2004-03-04  Jackson Harper  <jackson@ximian.com>
4630
4631         * Char.cs: New managed implementation. Modified patch by Andreas Nahr.
4632         
4633 2004-02-27  Lluis Sanchez Gual <lluis@ximian.com>
4634
4635         * String.cs: Concat() fixed crash when one of the arguments is an object
4636           whose ToString() method returns null.
4637         * TypeLoadException.cs: Added some serialization fiels, needed for
4638           compatibility with MS.NET.
4639
4640 2004-02-23 Ben Maurer  <bmaurer@users.sourceforge.net>
4641
4642         * String.cs (Equals): Speed up this method by avoiding Array
4643          Bounds Checks and by comparing by 32 bit words rather than 16 bit chars.
4644
4645         This gives between 0x (for 1 char) and >2x (for large strings)
4646         factor of improvement.
4647
4648         A big thanks to Miguel, who suggested the integer compares.
4649
4650 2004-02-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4651
4652         * MonoType.cs: use the binder in GetPropertyImpl.
4653
4654 2004-02-22  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4655
4656         * Math.cs: MonoStyled, replaced space with tabs,
4657           speedup of some methods by avoiding method calls
4658
4659 2004-02-18  Atsushi Enomoto  <atsushi@ximian.com>
4660
4661         * Char.cs : optimized IsSeparator(), IsWhiteSpace() and IsDigit().
4662           (Moved from InternalCall to Managed code).
4663
4664 2004-02-17  Martin Baulig  <martin@ximian.com>
4665
4666         * MonoType.cs (GetConstructors): Renamed the interncall to
4667         GetConstructors_internal(), made it internal and added a `Type
4668         reflected_type' argument to it.
4669         (GetEvents, GetFields): Likewise.
4670         (GetMethodsByName): Added `Type reflected_type' argument.
4671         (GetPropertiesByName): Likewise.
4672
4673 2004-02-16  Jackson Harper  <jackson@ximian.com>
4674
4675         * FloatingPointFormater.cs: Allow precision to be up to the number
4676         of decimals without rounding.
4677         
4678 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
4679
4680         * Delegate.cs (Equals): Do not compare method_ptr, since it might
4681         point to a trampoline.
4682
4683 2004-02-12  Jackson Harper  <jackson@ximian.com>
4684
4685         * AppDomainSetup.cs: If relative paths are used they should be
4686         rooted in the temp directory.
4687         
4688 2004-02-11  Marek Safar  <marek.safar@seznam.cz>
4689
4690         * Type.cs (FilterNameIgnoreCase_impl): Added extra check for speedup.
4691
4692 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
4693
4694         * AppDomain.cs (Load): Check that assemblyRef.Name is not empty, to
4695         avoid an assert in the runtime.
4696
4697 2004-02-08  Duncan Mak  <duncan@ximian.com>
4698
4699         * Convert.cs (ToType): Always let a Convert.ChangeType call
4700         succeed if the source object is already of the destination type.
4701
4702         Patch by Ian MacLean (ianm@activestate.com).
4703
4704 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
4705
4706         * AppDomain.cs: Implemented SetPrincipalPolicy and SetThreadPrincipal.
4707
4708 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
4709
4710         * Environment.cs: Bump corlib version.
4711
4712 2004-02-02  Sebastien Pouliot  <sebastien@ximian.ca>
4713
4714         * DateTime.cs: Corrected support for "Z" in the mask (Parse). This
4715         fix bug #53461.
4716
4717 2004-01-27  Sebastien Pouliot  <spouliot@videotron.ca>
4718
4719         * Exception.cs: Changed ToString to remove the \n when no stack trace
4720         is present (which fixed a unit test for SecurityException). Changed
4721         all \n to Environment.NewLine.
4722
4723 2004-01-27  Lluis Sanchez Gual <lluis@ximian.com>
4724
4725         * ContextBoundObject.cs: Removed TODO.
4726
4727 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4728
4729         * TimeSpan.cs: fixed bug #52075. Days (int) don't rely on TotalDays
4730         (double), which might round up.
4731
4732 2004-01-19  Jackson Harper <jackson@ximian.com>
4733
4734         * FloatingPointFormatter.cs: Use the default decimal digits count
4735         if they are not specified. This fixes bug #52927.
4736         
4737 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
4738
4739         * Environment.cs: Bump version number.
4740
4741 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
4742
4743         * Type.cs: Added internal call for IsInstanceOfType. The old implementation
4744         uses IsAssignableFrom(o.GetType()), which is not always valid for 
4745         transparent proxies (because GetType will not return the type of the remote
4746         object if its assembly is not present).
4747
4748 2004-01-18  David Sheldon <dave-mono@earth.li>
4749
4750   * FloatingPointFormatter.cs: Skip the decimal point if we have an 
4751     integer mantassa. So: 1E+15, rather than 1.E+15.
4752
4753 2004-01-18  David Sheldon <dave-mono@earth.li>
4754
4755         * Array.cs (GetValue/SetValue): Throw NullRef exception like .NET 1.1, 
4756         even though docs say it should be an ArgumentNull. Two test cases now
4757   pass. See also nickd's commit of 2003-12-24.
4758
4759 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4760
4761         * Environment.cs: increased corlib version.
4762
4763 2004-01-14  Lluis Sanchez Gual <lluis@ximian.com>
4764
4765         * MonoCustomAttrs.cs: Removed attribute cache. Attribute instances can't
4766         be reused because they could be modified. This fixes bug #52655.
4767
4768 2004-01-12  Patrik Torstensson
4769
4770         * Environment.cs: Bump corlib version number due to new StringBuilder
4771         
4772         * String.cs: New internal method to support the new StringBuilder that
4773         uses the string as a buffer (until ToString is called)
4774
4775 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
4776
4777         * Environment.cs: Bump corlib version number for real this time.
4778         
4779         * AppDomain.cs (LoadAssembly): Pass the assembly name as a string to
4780         the runtime, so it can take into account the Culture etc.
4781
4782         * Environment.cs: Bump corlib version number.
4783         
4784 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4785
4786         * MonoType.cs: GetMethods renamed to GetMethodsByName. It takes a
4787         new parameter with the method name and a boolean for ignoring case.
4788         Removed some string comparisons no longer needed.
4789
4790 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4791
4792         * MonoType.cs: GetProperties renamed to GetPropetiesByName. It takes a
4793         new parameter with the property name and a boolean for ignoring case.
4794         Fixes bug #52753.
4795
4796 2004-01-11  David Sheldon <dave-mono@earth.li>
4797
4798         * DateTime.cs: Correct processing of formats with multiple '-'s, fixing
4799         bug 52274.
4800
4801 2004-01-10  Zoltan Varga  <vargaz@freemail.hu>
4802
4803         * AppDomain.cs: Keep track of type resolve and assembly resolve 
4804         events in progress to prevent infinite recursion.
4805
4806 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
4807
4808         * Console.cs: Test for UTF-8 being present anywhere on the
4809         string, also do ToUpper instead of ToLower, which will work even
4810         around the ICU bug with different locales (#52065), and addresses #52101
4811
4812 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
4813
4814         * Environment.cs: Bump version.
4815
4816 2003-12-24 Ben Maurer  <bmaurer@users.sourceforge.net>
4817
4818         * Type.cs (IsNotPublic): One would normally assume that
4819         IsNotPublic == !IsPublic, but this is not the case (note to MS,
4820         make better names ;-). Fixes #52547, `Type.IsNotPublic not 
4821         correct for Nested types'
4822
4823 2003-12-24  Nick Drochak  <ndrochak@ieee.org>
4824
4825         * Array.cs (CreateInstance): Throw NullRef exception like .NET 1.1, 
4826         even though docs say it should be an ArgumentNull. Sent email to MS
4827         about this "bug".
4828
4829 2003-12-23  Lluis Sanchez Gual  <lluis@ximian.com>
4830
4831         * Exception.cs: Several changes to make it compatible with MS.NET (needed
4832         for remoting interoperability): set a default value for hresult, added 
4833         initialization of class_name, serialization field RemoteStackTrace must
4834         be RemoteStackTraceString, added ser. field ExceptionMethod.
4835
4836         * IndexOutOfRangeException.cs: Added serialization constructor.
4837
4838 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
4839
4840         * Int32 (Parse):
4841           Int64 (Parse): Fix overflow checking for AllowHexSpecifier
4842
4843 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
4844
4845         * MonoType.cs (GetMethodImpl): Only call FindMostDerivedMatch if the
4846         user supplied no parameter info, but not when the user supplied an
4847         empty parameter list. This fixes IKVM.
4848
4849         * Environment.cs: Bump corlib version.
4850
4851 2003-12-19  Dick Porter  <dick@ximian.com>
4852
4853         * String.cs: Added Compare shortcut for length==0.
4854
4855 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
4856
4857         * Environment.cs: Bump corlib version.
4858
4859 2003-12-17  Dick Porter  <dick@ximian.com>
4860
4861         * String.cs: Fix StartsWith and EndsWith when the argument is the
4862         empty string.  Fixes bug 52283.
4863
4864 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
4865
4866         * Environment.cs (HasShutdownStarted): Implement.
4867
4868 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
4869
4870         * Environment.cs (HasShutdownStarted): Make this static under NET 1.1.
4871         
4872         * Environment.cs: Bump version number.
4873
4874 2003-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4875
4876         * DateTime.cs: don't bail out with that year out of range error on
4877         stuff like "MM/dd/yyyy HH:MM:ss".
4878
4879 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
4880
4881         * Environment.cs: Make it a const instead.
4882         
4883         * Environment.cs: Make version field static.
4884
4885 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
4886
4887         * Type.cs: Make DefaultBindingFlags protected.
4888
4889         * Environment.cs: Applied patch from Todd Berman (tbermann@gentoo.org).
4890         Add new GacPath property + its associated icall.
4891
4892 2003-12-09 Anirban Bhattacharjee <banirban@novell.com>
4893
4894         * DateTime.cs : Bugs fixed (41845, 51422)
4895         * MonoType.cs : Exception message changed 
4896
4897 2003-12-08  Martin Baulig  <martin@ximian.com>
4898
4899         * Type.cs (MakeByRefType): New public method.
4900
4901 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
4902
4903         * Environment.cs: Add a version number for the corlib-runtime interface
4904         to make it easier to diagnose problems resulting from a mismatch 
4905         between the two.
4906
4907 2003-12-08  Patrik Torstensson   <p@rxc.se>
4908
4909         * Type.cs (GetMethod): Check type arguments within array
4910         * MonoType.cs (GetMethodImpl): Handle methods with a new slot
4911         (same signature but different classes (derived level)
4912
4913 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
4914
4915         * Type.cs (MakeArrayType): Add argument checking.
4916
4917 2003-12-06  Dick Porter  <dick@ximian.com>
4918
4919         * String.cs: Don't use CompareInfo for non-culture-sensitive
4920         IndexOf and LastIndexOf methods.
4921
4922 2003-12-06  Ravindra  <rkumar@novell.com>
4923
4924         * DateTime.cs: Made Parse(string, IFormatProvider) method to
4925         use second argument. Fixed bug #51464.
4926
4927 2003-12-04  Martin Baulig  <martin@ximian.com>
4928
4929         * Type.cs (Type.MakeArrayType): New public method.
4930
4931 2003-12-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4932
4933         * Buffer.cs:
4934         (BlockCopy): make the exception thrown helpful.
4935
4936 2003-12-03  Dick Porter  <dick@ximian.com>
4937
4938         * String.cs: Calling Replace on an empty string returns itself.
4939
4940 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
4941
4942         * MonoType.cs: Get rid of get_type_info, use a separate icall for
4943         each property instead.
4944
4945 2003-12-02  Dick Porter  <dick@ximian.com>
4946
4947         * Decimal.cs: Fix NumberFormatInfo lookup.  Patch by
4948         Mohammad DAMT (mdamt@cdl2000.com), fixes bug 51443.
4949
4950 2003-12-01  Dick Porter  <dick@ximian.com>
4951
4952         * String.cs: Make Compare, IndexOf, LastIndexOf, StartsWith,
4953         Replace, ToLower, ToUpper and Equals use the correct CultureInfo.
4954
4955 2003-11-28  Dick Porter  <dick@ximian.com>
4956
4957         * Type.cs: 
4958         * MonoType.cs: 
4959         * Enum.cs: 
4960         * Boolean.cs: Do string compares with the Invariant culture.
4961
4962 2003-11-27 Ben Maurer  <bmaurer@users.sourceforge.net>
4963
4964         * Array.cs: make the enumerator ICloneable
4965
4966 2003-11-27 Ben Maurer  <bmaurer@users.sourceforge.net>
4967
4968         * Decimal.cs (ToXXX): Call Convert.ToXXX.
4969
4970 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
4971
4972         * AppDomain.cs: Applied patch from ztashev@openlinksw.co.uk (Zdravko Tashev). 
4973         Implement Load(byte[]) methods.
4974
4975         * BadImageFormatException.cs: Fix ToString.
4976
4977 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
4978
4979         * MonoType.cs: Make Standard|HasThis match Standard in GetMethod and
4980         GetConstructor, as done by MS.
4981
4982 2003-11-19  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4983
4984         * FloatingPointFormatter.cs: Removed some unused variables to prevent csc compiler warnings
4985
4986 2003-11-18  Lluis Sanchez Gual  <lluis@ximian.com>
4987
4988         * TypeInitializationException.cs: Added missing serialization constructor.
4989
4990 2003-11-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4991
4992         * AppDomainSetup.cs: Don't add an extra '/' at the end of 
4993         ApplicationBase. The tests pass now with mono.
4994
4995 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
4996
4997         * ValueType.cs: New optimized implementation for Equals and GetHashCode.
4998
4999 2003-11-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5000
5001         * Environment.cs: use Directory in CurrentDirectory property.
5002         We were not throwing any exception when setting the directory to an
5003         invalid path.
5004
5005 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5006
5007         * Array.cs:
5008         * Delegate.cs: implemented 1.1 stuff.
5009
5010         * Enum.cs:
5011         * IntPtr.cs: removed extra attribute.
5012         * PlatformID.cs: added WinCE.
5013
5014 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5015
5016         * ValueType.cs:
5017         (Equals): compare the fields of structs too.
5018         (GetHashCode): combine the hash code of all the fields.
5019         Fixes bug #50901 (will remove the icall in a couple of days).
5020
5021 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5022
5023         * Array.cs: fixed Clear for non-zero bounded arrays. Fixes bug #50968.
5024
5025 2003-11-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5026
5027         * DateTime.cs: handle century when we try to parse 4-digit years and
5028         only 2 digits are present. Fixes bug #49394.
5029
5030 2003-11-13  Miguel de Icaza  <miguel@ximian.com>
5031
5032         * Console.cs: On utf-8 consoles, use unmarked output.
5033
5034 2003-11-13  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
5035
5036         * IAppDomainSetup.cs:
5037         * _AppDomain.cs: 
5038         * Object.cs:
5039         * Type.cs: Added missing attribute
5040
5041 2003-11-12 Lluis Sanchez Gual <lluis@ximian.com>
5042
5043         * Environment.cs: Added internal method for getting the path to 
5044         machine.config.
5045         
5046 2003-11-12 Jackson Harper <jackson@ximian.com>
5047
5048         * Environment.cs: Add MyMusic and MyPictures to the SpecialFolder
5049         enum. This fixes the SWF build.
5050         
5051 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
5052
5053         * PlatformID.cs: Remove Unix platform, we cant expose constants
5054         that are not in the framework.
5055
5056         * OperatingSystem.cs: Adjust for the breakage.
5057
5058         * RuntimeMethodHandle.cs: Fix signature.
5059
5060         * Double.cs: Fix signature of TryParse.
5061
5062         * String.cs (Concat (object, object, object, object)): Add missing method.
5063
5064         * OperatingSystem.cs: Removed Equals, GetHashCode, they were not
5065         in the .NET Framework.
5066
5067         * Enum.cs: Hide constructor.  
5068
5069         Fix ToUint16 to be explicitly implemented.
5070
5071         * Console.cs: Add couple of extra missing methods (Write and
5072         WriteLine overloaded)
5073
5074 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
5075
5076         * AppDomain.cs, Activator.cs: New unimplmented entry points from
5077         1.1 (Com activation related).
5078         
5079         * Exception.cs: Formatting.
5080         
5081         * IServiceProvider.cs: Add ComVisible (true).
5082
5083         * AppDomainSetup.cs: Add a couple more properties from .NET 1.1 
5084
5085 2003-11-03  Lluis Sanchez Gual <lluis@ximian.com>
5086
5087         * AppDomain.cs: Added some null checks in Load methods. This fixes bug
5088           #50356.
5089
5090 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
5091
5092         * AppDomain.cs: Make the SetDomain icalls private + call InternalInvoke
5093         on MonoMethod instead of Invoke.
5094
5095 2003-11-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
5096
5097         * DateTime.cs: Fixed Add* methods handling. Now it works properly
5098         with extreme values (there is a bug with Overflow and Underflow in
5099         long type).
5100
5101 2003-10-31  Pedro Martínez Juliá  <yoros@wanadoo.es>
5102
5103         * DateTime.cs: Fixed a few format bugs.
5104
5105 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
5106
5107         * AppDomain.cs (InternalPushDomainRef): New icalls.
5108
5109         * AppDomain.cs (InvokeInDomain): New method to execute code in a 
5110         different appdomain.
5111
5112 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
5113
5114         * AppDomain.cs: Fix prototype of InternalIsFinalizingForUnload.
5115
5116 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
5117
5118         * AppDomain.cs (IsFinalizingForUnload): Implement.
5119
5120         * AppDomain.cs (Unload): Move the notification of OnUnload listeners
5121         to unmanaged code.
5122
5123 2003-10-25  Martin Baulig  <martin@ximian.com>
5124
5125         * MonoType.cs: Don't make this sealed.
5126
5127 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
5128
5129         * AppDomain.cs: Add InternalInvokeInDomain[ByID] icalls.
5130
5131 2003-10-24  Pedro Martínez Juliá  <yoros@wanadoo.es>
5132
5133         * DateTime.cs: When handling '-' as a date separator, MS.NET uses
5134         the same symbol in the parse (not DateTimeFormatInfo.DateSeparator).
5135
5136 2003-10-22  Dick Porter  <dick@ximian.com>
5137
5138         * DateTime.cs: Handle '-' as a date separator when parsing formats.
5139
5140 2003-10-20  Duncan Mak  <duncan@ximian.com>
5141
5142         * Delegate.cs (CreateDelegate): Avoid creating an extra Type array
5143         and merge the two iterations into one.
5144
5145 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
5146
5147         * TypedReference.cs: Add new field used by the runtime.
5148
5149 2003-10-15  Martin Baulig  <martin@ximian.com>
5150
5151         * Type.cs (Type.DeclaringMethod): For a generic method's type
5152         parameter, return this method - otherwise, return null.
5153
5154 2003-10-14  Martin Baulig  <martin@ximian.com>
5155
5156         The generics API has changed in the spec since it was added here;
5157         these modifications make it match the spec again.
5158
5159         * Type.cs
5160         (GetGenericParameters): Renamed to `GetGenericArguments'.
5161         (HasGenericParameters): Renamed to `HasGenericArguments'.
5162         (HasUnboundGenericParameters): Renamed to `ContainsGenericParameters'.
5163         (IsGenericTypeDefinition): New property.
5164         (IsUnboundGenericParameter): Renamed to `IsGenericParameter'.
5165
5166         * MonoType.cs (ContainsGenericParameters): Implement this here;
5167         this is no interncall anymore.
5168
5169 2003-10-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5170
5171         * Delegate.cs: add the method name to the exception when it cannot be
5172         bound.
5173         * Exception.cs: fix nullref in Source.
5174
5175 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
5176
5177         * Array.cs: Add argument checking to GetValue and SetValue.
5178
5179 2003-10-09  Miguel de Icaza  <miguel@ximian.com>
5180
5181         * DateTime.cs: Patch from Chris Turchin: the DateTime.MaxValue
5182         should not be TimeSpan.MaxValue, because it overflow.  Set this to
5183         be MAX_VALUE_TICKS
5184
5185 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5186
5187         * MonoCustomAttrs.cs: from_cache is now thread-safe. Yeah, I got a
5188         duplicate entry exception.
5189
5190 2003-10-08 Ben Maurer  <bmaurer@users.sourceforge.net>
5191
5192         * DateTime.cs (ToString): Total rewrite, fixes #49358.
5193
5194 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
5195
5196         * AppDomain.cs: Change accessibility of DoTypeResolve to fix build.
5197
5198 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5199
5200         * Enum.cs:
5201         (Equals): check that the object is an Enum before comparing the types.
5202
5203 2003-09-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5204
5205         * Array.cs: reduced xsp allocated memory by 1/2.
5206
5207 2003-09-25  Martin Baulig  <martin@ximian.com>
5208
5209         * Type.cs (Type.IsGenericTypeDefinition): Removed this method
5210         since it was identical to GetGenericTypeDefinition().
5211         (Type.IsGenericInstance): New property.
5212
5213 2003-09-24  Duncan Mak  <duncan@ximian.com>
5214
5215         * Math.cs (Abs): Fix double Locale.GetText bug reported by
5216         davejp@volny.cz. This fixes #48788.
5217
5218 2003-09-14  Pedro Martínez Juliá  <yoros@wanadoo.es>
5219
5220         * FloatingPointFormatter.cs: Add the necessary castings to char
5221         conversions.
5222
5223 2003-09-13  Pedro Martínez Juliá  <yoros@wanadoo.es>
5224
5225         * FloatingPointFormatter.cs: Make the method calls more functional
5226         for protecting the values from different threads (make it more
5227         thread safe).
5228
5229 2003-09-13  Pedro Martínez Juliá  <yoros@wanadoo.es>
5230
5231         * FloatingPointFormatter.cs: Fix a bug with the negative value of
5232         count parameter.
5233
5234 2003-09-12  Pedro Martínez Juliá  <yoros@wanadoo.es>
5235
5236         * FloatingPointFormatter.cs: Applied a lot of improvements in string
5237         construction, make use of Append/Insert with the "count" parameter.
5238     Thanks to Ben Maurer.
5239
5240 2003-09-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
5241
5242         * FloatingPointFormatter.cs: Fix a bug with Custm Format.
5243
5244         * FloatingPointFormatter.cs: Fix a little bug I've introduced the
5245         last change.
5246
5247 2003-09-10  Pedro Martínez Juliá  <yoros@wanadoo.es>
5248
5249         * DoubleFormatter.cs: A few optimizations. Now, only one object
5250         is created to convert all double numbers.
5251
5252         * SingleFormatter.cs: A few optimizations. Now, only one object
5253         is created to convert all float numbers.
5254
5255         * FloatingPointFormatter.cs: Split the "number type parameters" from
5256         the "numver value and format parameters". The first ones are in the
5257         constructor and the others are in a method.
5258
5259 2003-09-09  Zoltan Varga  <vargaz@freemail.hu>
5260
5261         * Array.cs: Added argument checking to some NET_1_1 methods.
5262
5263 2003-09-04  Martin Baulig  <martin@ximian.com>
5264
5265         * Type.cs (GetGenericTypeDefinition): Make this method virtual.
5266
5267 2003-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5268
5269         * Array.cs: added the new overloaded CreateInstance, GetValue, SetValue
5270         taking 'longs'. All tests pass.
5271
5272 2003-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
5273
5274         * Exception.cs: Add ClassInterface attr. Implement TargetSite and
5275         Source. Remove MonoTODO attributes (class is 100% done). Also
5276         passes all Rotor tests for Exception!
5277
5278 2003-08-26 Ben Maurer  <bmaurer@users.sourceforge.net>
5279
5280         * Enum.cs: Remove [MonoTODO]'s that had been completed.
5281
5282 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5283
5284         * String.cs: fixed bug #47802.
5285
5286 2003-08-21 Ben Maurer  <bmaurer@users.sourceforge.net>
5287
5288         * String.cs: Created method FormatHelper that does formatting,
5289         using a StringBuilder.
5290
5291 2003-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5292
5293         * Array.cs: patch by lb@lb.ods.org that fixes bug #47707.
5294
5295 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5296
5297         * Delegate.cs: CreteDelegate (Type, MethodInfo) only supports static
5298         methods under MS.
5299
5300 2003-08-11  Duncan Mak  <duncan@ximian.com>
5301
5302         * Environment.cs (Version): Return the same numbers as the MS
5303         implementation.
5304
5305 2003-08-10  Miguel de Icaza  <miguel@ximian.com>
5306
5307         * Array.cs: Applied patch from Thong (Tum) Nguyen;  Removed
5308         replicated tests, and have a routine that does the heavy lifting.
5309
5310 2003-08-08  Lluis Sanchez Gual <lluis@ximian.com>
5311
5312         * DateTime.cs: Fixed DoParse. It was calling the wrong constructor
5313           of DateTime.
5314         * Environment.cs: return $HOME for ApplicationData folder.
5315
5316 2003-08-04  Duncan Mak  <duncan@ximian.com>
5317
5318         * FloatingPointFormatter.cs (Normalize): Apply a patch from Aleksey
5319         Demakov <avd@openlinksw.com> to fix formatting for Big power of 10
5320         floating point values. This fixes bug #46175.
5321
5322         * Convert.cs (ToUInt16): Throw an OverflowException correctly, as
5323         noted by c5n4kh6u02@sneakemail.com in
5324         http://bugzilla.ximian.com/show_bug.cgi?id=43098.
5325
5326 Sat Aug  2 13:01:46 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
5327
5328         * Double.cs: added icall Double.AssertEndianity.
5329
5330 Fri Aug 1 16:47:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
5331
5332         * Type.cs, MonoType.cs: implemented generic-specific methods.
5333
5334 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
5335
5336         * Buffer.cs: Add new internal MemCopy call.
5337
5338         Removed the above.
5339
5340 Tue Jul 29 12:13:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
5341
5342         * Type.cs, MonoType.cs, ArgIterator.cs: pass the handles values
5343         to icalls, to avoid special cases in some call conventions.
5344
5345 2003-07-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5346
5347         * Enum.cs: added Serializable attribute.
5348
5349 2003-07-25  Duncan Mak  <duncan@ximian.com>
5350
5351         * AppDomain.cs (Equals):
5352         (GetHashCode): Removed because they do not need to be defined
5353         here.
5354
5355 2003-07-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5356
5357         * TypeLoadException.cs: removed unused fields. TypeName returns "" if
5358         cannot even get the type.
5359
5360 2003-07-24  Miguel de Icaza  <miguel@ximian.com>
5361
5362         * Type.cs: Added generics stubs.
5363
5364 2003-07-23  Duncan Mak  <duncan@ximian.com>
5365
5366         * Environment.cs (SpecialFolder): Added 'Desktop' and 'MyComputer'
5367         as values for NET_1_1.
5368         (GetFolderPath): Return the empty string ("") for values of
5369         SpecialFolder that have no corresponding equivalents in
5370         Linux. Return "$HOME/Desktop" for SpecialFolder.DesktopDirectory
5371         and "$HOME" for SpecialFolder.Personal.
5372
5373         * IntPtr.cs (GetObjectData): Mark it as an interface
5374         implementation, instead of a public method.
5375
5376         * Guid.cs (NewGuid): Remove MonoTODOAttribute.
5377
5378         * TypeLoadException.cs (GetObjectData):
5379         Create stubs for the fields that are being serialized.
5380
5381         * UIntPtr.cs: Removed erroneous CLSCompliantAttributes.
5382
5383 2003-07-23  Lluis Sanchez Gual <lluis@ximian.com>
5384         
5385         * Enum.cs: Fixed enum formatting. For flag enums, if one of
5386           the flags is unnamed, ToString() returns the integer value.
5387
5388 2003-07-22  Jerome Laban <jlaban@wanadoo.fr>
5389
5390         * Guid.cs: Fixed ToString (), was producing incorrect string.
5391
5392 2003-07-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5393
5394         * AppDomainSetup.cs: fixed bug #46609.
5395
5396 Thu Jul 17 17:28:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
5397
5398         * MonoType.cs: use an icall for IsPrimitiveImpl ().
5399
5400 Thu Jul 17 15:23:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
5401
5402         * Guid.cs: faster ToString ().
5403
5404 2003-07-15  Pedro Martínez Juliá  <yoros@wanadoo.es>
5405
5406         * FloatingPointFormatter.cs: Few changes for get working Rotor
5407         tests.
5408
5409 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
5410
5411         * Type.cs (IsAssignableFrom): Implement this as an icall since the
5412         runtime already includes the neccessary logic.
5413
5414 2003-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5415
5416         * AppDomainSetup.cs: remove the "file://" prefix from ApplicationBase
5417         if it's present and get the full path for non-Uri paths.
5418
5419 2003-07-2  Lluis Sanchez Gual <lluis@ximian.com>
5420
5421         * DateTime.cs: Fixed formatting of fractions of second.
5422
5423 2003-06-30  Zoltan Varga  <vargaz@freemail.hu>
5424
5425         * Console.cs: Turn off buffering for the streams returned by
5426         OpenStandardOutput () and OpenStandardError () if the buffer size is 0.
5427
5428 2003-06-28  Lluis Sanchez Gual <lluis@ximian.com>
5429
5430         * Random.cs: Changed behavior of Random to match MS.NET. When Next is
5431           called with maxvalue==0 or minvalue==maxvalue, MS.NET internally generates
5432           a new random number (although it is not needed), while mono did not. 
5433           As a result, the sequence of random numbers could be different for the
5434           same seed.
5435
5436 Thu Jun 26 16:06:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
5437
5438         * FloatingPointFormatter.cs: use dec_len2 as default precision.
5439
5440 2003-06-26  Lluis Sanchez Gual <lluis@ximian.com>
5441
5442         * DateTime.cs: Modified constructor. Check for valid value of TimeSpan must
5443           be done after the correspondig UTC offset has been applied.
5444
5445 2003-06-26  Lluis Sanchez Gual <lluis@ximian.com>
5446
5447         * Object.cs: Object must have the Serializable attribute.
5448         * DateTime.cs: Fixed _DoParse() so it correctly applies the utc offset
5449           to the resulting date. Also fixed _ToString so now correctly formates the
5450           UTC offset.
5451
5452 Wed Jun 18 19:22:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
5453
5454         * Enum.cs: fix race in cache (bug#41841).
5455
5456 Wed Jun 18 18:52:11 CEST 2003 Paolo Molaro <lupus@ximian.com>
5457
5458         * FloatingPointFormatter.cs: if the precision is not specified, use
5459         the default precision for the data type.
5460
5461 Wed Jun 18 18:11:30 CEST 2003 Paolo Molaro <lupus@ximian.com>
5462
5463         * Array.cs: throw ArgumentOutOfRangeException in Copy if needed
5464         (patch by tum@veridicus.com (Thong (Tum) Nguyen)).
5465
5466 2003-06-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5467
5468         * MonoType.cs: don't throw nullref when the return type for a property
5469         is specified and the property doesn't have a get accessor.
5470
5471 2003-06-10  Duncan Mak  <duncan@ximian.com>
5472
5473         * Array.cs (CreateInstance): Fixed a typo. It should throw
5474         ArgumentNullException instead of ArgumentException.
5475
5476 2003-06-09  Duncan Mak  <duncan@ximian.com>
5477
5478         * Array.cs: Revert the last revert. I fixed it.
5479         (Sort): Put a try-catch block around qsort, and wrap whatever
5480         Exception we get into a InvalidOperationException.
5481
5482 2003-06-08 Jackson Harper <jackson@latitudegeo.com>
5483
5484         * Array.cs: Revert last patch, it broke some other functionality.
5485                 
5486 2003-06-08  Duncan Mak  <duncan@ximian.com>
5487
5488         * Array.cs: Throw more exceptions. This fixes the errors we see
5489         from the Rotor testsuite.
5490
5491         (CreateInstance): Throw ArgumentNullException when the input are
5492         null. Throw ArgumentOutOfRangeException when bounds + length is
5493         greater than Int32.MaxValue.
5494         (LastIndexOf): Throw ArgumentOutOfRangeException if index is outside
5495         the valid range of indices of array.
5496         (Sort): Throw InvalidOperationException when comparer is null and
5497         none of the elements in keys implements IComparable.
5498
5499 2003-06-08  Duncan Mak  <duncan@ximian.com>
5500
5501         * Array.cs (CreateInstance): Throw a TypeLoadException if the
5502         Length of the input array 'lengths' is greater than 255 so that we
5503         won't see the g_assert that is in mono_array_class_get in class.c.
5504
5505         This fixes bug #44304.
5506
5507 2003-06-05  Nick Drochak  <ndrochak@gol.com>
5508
5509         * UnitySerializataionHolder.cs: Cleanups according to class status page
5510
5511 Wed Jun 4 16:59:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
5512
5513         * ArgIterator.cs, TypedReference.cs, RuntimeArgumentHandle.cs,
5514         RuntimeTypeHandle.cs: implemented the needed stuff to handle
5515         vararg calls.
5516
5517 2003-06-02  Sebastien Pouliot  <spouliot@videotron.ca>
5518
5519         * Random.cs: New implementation based on Knuth ran3 to fix #43597.
5520         See http://www.library.cornell.edu/nr/bookcpdf/c7-1.pdf. Commited
5521         for Ben Maurer after review and testing.
5522
5523 2003-05-28  Ben Maurer <bmaurer@users.sourceforge.net>
5524         
5525         * Array.cs: Added better argument checking to Array.Sort ()
5526         * DBNull.cs: Made the conversions throw like they do in MS.
5527
5528 2003-05-24  Philip Van Hoof  <me@freax.org>
5529
5530         * Math.cs: Add the MS.NET 1.1 methods (BigMul, DivRem, DivRem).
5531
5532 2003-05-21  Pedro Martínez Juliá  <yoros@wanadoo.es>
5533
5534         * FloatingPointFormatter.cs: Take care with the explicit precision
5535         and round the number to that precision.
5536
5537         * DoubleFormatter.cs: Adapt to the two level precision (15 - 17).
5538
5539         * SingleFormatter.cs: Adapt to the two level precision (7 - 8).
5540
5541 2003-05-20  Philip Van Hoof <me@freax.org>
5542
5543         * DateTime.cs (FromOADate, GetDateTimeFormats, ToOADate):
5544         Implemented.
5545
5546 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
5547
5548         * AppDomainSetup.cs: Added new field which is used to notify the
5549         runtime that the search path has changed.
5550
5551 2003-05-18  Pedro Martínez Juliá  <yoros@wanadoo.es>
5552
5553         * FloatingPointFormatter.cs: Fixed NullReferenceException bug I've
5554         introduced the last change I've done.
5555
5556 2003-05-17  Ben Maurer  <bmaurer@users.sourceforge.net>
5557
5558         * Array.cs: Fixed SyncRoot to behave like MS (return this). Removed 
5559         MonoTODO from SyncRoot (because fixed) and IsSynchronized (it was
5560         behaving correctly).
5561         
5562 2003-05-17  Pedro Martínez Juliá  <yoros@wanadoo.es>
5563
5564         * FloatingPointFormatter.cs: Fixed little format mismatches.
5565
5566 2003-05-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
5567
5568         * FloatingPointFormatter.cs: Fixed "-0" result emited.
5569
5570 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5571
5572         * AppDomain.cs: Added null argument check in Load().
5573         * Activator.cs: fixed bug #39926.
5574
5575 2003-05-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5576
5577         * Enum.cs: fixed bugs #41522 and #42879.
5578
5579 2003-05-12  Zoltan Varga  <vargaz@freemail.hu>
5580
5581         * String.cs: Tweak IndexOf and LastIndexOf to match specification and
5582         undocumented MS behaviour.
5583
5584 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5585
5586         * Activator.cs: applied patch for bug #39926. Thanks to Jean Marc and
5587         Jaime.
5588
5589 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5590
5591         * String.cs: fixed bug #41411 and another similar problem in
5592         LastIndexOf (string).
5593
5594 2003-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5595
5596         * String.cs: patch by Jean Marc <jean-marc.andre@polymtl.ca> that fixes
5597         bug #42695.
5598
5599 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
5600
5601         * MulticastDelegate.cs (GetInvocationList): Avoid ArrayList 
5602         construction if the delegate list only has one element.
5603
5604 2003-05-01  Pedro Martínez Juliá  <yoros@wanadoo.es>
5605
5606         * Environment.cs: Changed the method GetFolderPath because it must
5607         return at least a directory name (not null).
5608
5609         * Convert.cs: In ToType, if the destination type is unknown, try to
5610         cast the value to object (then, the calling method will downcast it
5611         to the type it wants).
5612
5613 2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5614
5615         * Enum.cs: fixed bug #41522.
5616
5617 Tue Apr 29 13:58:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
5618
5619         * Enum.cs: protect with the lock also the lookup (bug #41841).
5620
5621 Tue Apr 29 13:24:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
5622
5623         * MonoType.cs: allow a null name if InvokeMember is called with
5624         BindingFlags.CreateInstance set.
5625
5626 2003-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5627
5628         * Enum.cs: reverted my previous patch.
5629
5630 2003-04-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5631
5632         * Enum.cs: fixed bug #41841.
5633
5634 2003-04-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5635
5636         * MonoType.cs:
5637         (GetPropertyImpl): handle BindingFlags.IgnoreCase.
5638
5639 2003-04-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
5640
5641         * FloatingPointFormatter.cs: Little fixes for get the same results
5642         as MS.NET and show a message when something goes wrong with the
5643         parser of Custom Formats.
5644
5645 2003-04-22  Nick Drochak  <ndrochak@gol.com>
5646
5647         * Double.cs (ToString):
5648         * Single.cs (ToString): Handle case where param is a CultureInfo.
5649
5650 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
5651
5652         * Object.cs ValueType.cs: Make the Object::GetHashCode() and 
5653         ValueType::Equals() icalls static non-virtual, so they can be called
5654         by the code in RuntimeHelpers.
5655
5656 2003-04-18  Miguel de Icaza  <miguel@ximian.com>
5657
5658         * Delegate.cs (operator ==): Do not crash if the second argument
5659         is null.  Bug fix submitted by Juan Cri.
5660
5661 2003-04-18  Eduardo Garcia Cebollero <kiwnix@yahoo.es>
5662
5663         * Array.cs: Deleted the exception in Array.Initialize(), it looks
5664         like the method do nothing for C#, is still a MonoTODO until
5665         we find a compiler that uses that.
5666
5667 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
5668
5669         * Delegate.cs (Delegate): Seems like a typo, we were checking the
5670         a field rather than the argument 
5671
5672         * MonoType.cs: Make GetNestedType an external method implementation.
5673
5674 2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5675
5676         * Enum.cs: fixed bug #41294.
5677
5678 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5679
5680         * DateTime.cs: fixes bug #40910, part 2.
5681
5682 2003-04-11  Dietmar Maurer  <dietmar@ximian.com>
5683
5684         * String.cs (Equals): avoid the internal call, code cleanups
5685
5686 2003-04-11  Alan Tam <Tam@SiuLung.com>
5687
5688         * Convert.cs: fixed bug #41085.
5689
5690 2003-04-10  Lluis Sanchez Gual <lluis@ideary.com>
5691
5692         * AppDomain.cs: Added internal method for getting process guid.
5693
5694 2003-04-09  Ville Palo <vi64pa@kolumbus.fi>
5695
5696         * Array.cs: Little fix to compare () method.
5697         
5698 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
5699
5700         * String.cs (Equals): Add trivial optimization.
5701
5702 2003-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5703
5704         * DateTime.cs: fixed bug #40910.
5705
5706 2003-04-05  Miguel de Icaza  <miguel@ximian.com>
5707
5708         * Console.cs: Make stderr, stdout and stdin use synchronized
5709         versions of the their readers/writers.
5710
5711 2003-04-04  Dick Porter  <dick@ximian.com>
5712
5713         * Version.cs: Make operator== and operator!= cope with null
5714         objects.  Didn't change operator<, operator<=, operator> or
5715         operator>= because its not meaningful to use those to compare
5716         against null, and throwing a NullReferenceException is probably
5717         the best thing to do there anyway.
5718
5719         Fixes bug 40720.
5720
5721 2003-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5722
5723         * AppDomain.cs: fixed InvalidCastException.
5724
5725 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
5726
5727         * Array.cs (Copy): Call FastCopy() earlier to avoid the expensive
5728         type checks and let it decide whenever a fast copy is possible.
5729
5730 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5731
5732         * MonoType.cs:
5733         (GetMethodImpl): support BindingFlags.IgnoreCase flag. Fixes bug #40322.
5734
5735 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
5736
5737         * Activator.cs (CreateInstance): Call GetConstructor with the right
5738         arguments so the nonPublic argument is handled correctly.
5739
5740 2003-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5741
5742         * Type.cs: fixed bug #40123.
5743
5744 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
5745
5746         * FloatingPointFormatter.cs: Fixed some bugs for get the same
5747         results than MS.NET. Added simple error recovering, now ToString
5748         will return a general format if there is any exception in the
5749         process of formatting. This make the library more robust while the
5750         formatters are refined.
5751
5752 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
5753
5754         * FloatingPointFormatter.cs: Added support for group separators.
5755
5756 2003-03-16  Pedro Martínez Juliá  <yoros@wanadoo.es>
5757
5758         * Single.cs:
5759         * Double.cs: Apply changes of .ToString methods.
5760         * SingleFormatter.cs:
5761         * DoubleFormatter.cs: Simple wrappers to FloatingPointFormatter.
5762         * FloatingPointFormatter.cs: New class. Implementation of double and
5763         single formatters. It is unified now and parametrized with precission
5764         values.
5765
5766 2003-03-15  Lluis Sanchez Gual <lluis@ideary.com>
5767
5768         * AppDomain.cs: fixes bugs #39380 and #39331.
5769
5770 2003-03-06  Nick Drochak  <ndrochak@gol.com>
5771
5772         * TimeSpan.cs (Negate): Throw exception when value is MinValue.
5773
5774 2003-03-04  Dick Porter  <dick@ximian.com>
5775
5776         * Single.cs:
5777         * Double.cs: Temporarily reverted the Double and Single ToString()
5778         change, because it broke nunit.
5779
5780
5781 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
5782
5783         * Double.cs: Changed ToString method. Added NumberFormatInfo support
5784         with DoubleFormatter class.
5785         * Single.cs: Changed ToString method. Added NumberFormatInfo support
5786         with SingleFormatter class.
5787         * DoubleFormatter.cs: New class with Double formatting functions.
5788         * SingleFormatter.cs: New class with Single formatting functions.
5789
5790 2003-03-03  Lluis Sanchez Gual <lluis@ideary.com>
5791
5792         * Activator.cs: Added support for activation using activation attributes.
5793         * AppDomain.cs: Added internal method to get the default context from the runtime.
5794
5795 2003-02-28  Elan Feingold  <efeingold@mn.rr.com>
5796
5797         * DateTime.cs: FileTime is expressed in Universal time, and as such must
5798         be converted before subtracting the magic offset.
5799         * DateTime.cs: Strings in the format "2003-02-27T10:05:03-11:00" (note
5800         the timezone at the end) *must* be parsed by DateTime.Parse() for
5801         compatibility with Microsoft.
5802
5803 2003-02-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5804
5805         * Attribute.cs:
5806         * MonoCustomAttrs.cs: fix for the regression test failure (see bug
5807         #38238).
5808
5809         * IntPtr.cs: added serialization .ctor
5810
5811 2003-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5812
5813         * AppDomain.cs: check for null in Unload and changed method name.
5814
5815 2003-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5816
5817         * MonoCustomAttrs.cs: fixed bug #38238.
5818
5819 2003-02-17  Martin Baulig  <martin@ximian.com>
5820
5821         * Exception.cs (Exception.ToString): Print a newline between the
5822         exception message and the stack trace.
5823
5824 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5825
5826         * AppDomain.cs: implemented GetCurrentThreadId ().
5827
5828 2003-02-14  Patrik Torstensson
5829
5830         * Exception.cs: Fixed message output formating
5831
5832 2003-02-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5833
5834         * Int32.cs:
5835         (Parse): ignore everything after a \0 (MS parses: "512\0hola" as 512).
5836
5837 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
5838
5839         * Type.cs: IsClass should return false for Enumerations
5840
5841 2003-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5842
5843         * MonoCustomAttrs.cs: return the correct array type in the short case.
5844         Fixes bug #37818.
5845
5846 2003-02-08  Pedro Martíenz Juliá  <yoros@wanadoo.es>
5847
5848         * Math.cs: Fix a few methods (like Round) and add with comments the
5849         new methods: BigMul and DivRem that were in ECMA specs.
5850
5851 2003-02-07  Patrik Torstensson
5852
5853         * Exception.cs: Fixed formating
5854
5855 2003-02-05  Patrik Torstensson
5856
5857         * AppDomain.cs: Partly fixed the unload method 
5858         
5859 2003-02-04  Patrik Torstensson
5860
5861         * AppDomain.cs: Fixed lease issue with appdomain
5862
5863 2003-02-04  Lluis Sanchez Gual <lluis@ideary.com>
5864
5865         * MarshalByRefObject.cs: Implemented GetLifetimeService() and 
5866           InitializeLifetimeService().
5867
5868 2003-02-03  Patrik Torstensson
5869
5870         * AppDomain.cs: New internalcalls for handling domain/context switches
5871         * AppDomain.cs (CreateDomain): Return transparant proxy for appdomain object
5872
5873 2003-02-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5874
5875         * AppDomain.cs: implemented AppendPrivatePath, ClearPrivatePath
5876         and ClearShadowCopyPath and fixed GetType ().
5877
5878         * Attribute.cs: clean up.
5879
5880         * Console.cs: removed UnixConsoleEncoding. Use Default.
5881
5882 2003-02-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5883
5884         * Attribute.cs: fixed all IsDefined overloads. Gotta fix
5885         GetCustomAttributes later.
5886
5887 2003-01-31  Patrik Torstensson
5888
5889         * Buffer.cs: Changed access level of BlockCopyInternal
5890
5891 Thu Jan 30 19:54:30 CET 2003 Paolo Molaro <lupus@ximian.com>
5892
5893         * String.cs, IntegerFormatter.cs: use const where appropriate.
5894
5895 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5896
5897         * MonoCustomAttrs.cs: fixed GetBase () for Type. Thanks to Zoltan for
5898         reporting.
5899
5900 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5901
5902         * MonoCustomAttrs.cs: fixed shortcut in GetCustomAttributes.
5903         The argument ICustomAttributeProvider can be of other types different
5904         from Type. Handle it.
5905
5906 2003-01-28  Zoltan Varga  <vargaz@freemail.hu>
5907
5908         * DateTime.cs: fix FromFileTime so the time returned by 
5909         File::GetLastModificationTime etc. is in the correct timezone.
5910
5911 2003-01-28  Patrik Torstensson
5912         * Exception.cs: reverted formating/endline changes (sorry guys)
5913
5914 2003-01-28  Patrik Torstensson
5915
5916         * MarshalByRefObject.cs: implemented GetObjectIdentity
5917         * Exception.cs: added support for remote exceptions
5918
5919 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5920
5921         * DateTime.cs: fixed bug #37225.
5922
5923 2003-01-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5924
5925         * Enum.cs: Clone the arrays in GetNames and GetValues. Thanks lupus!
5926
5927 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
5928
5929         * AppDomain.cs: Added DoTypeResolve method which will be called by
5930         the runtime to raise TypeResolve events.
5931
5932 2003-01-27  Duncan Mak  <duncan@ximian.com>
5933
5934         * Enum.cs (ToType): Implement this using Convert.ToType.
5935
5936 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
5937
5938         * Math.cs: Remove Pow's implementation body as it was wrong.  The
5939         C code does the right thing.  The code was trying to handle a
5940         number of cases, and that was incorrect.
5941
5942 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5943
5944         * CharEnumerator.cs: fix to Current by crainaj@hotmail.com. Closes
5945         bug #37113.
5946
5947 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5948
5949         * Enum.cs: added caching to GetInfo.
5950
5951 2003-01-23  Dick Porter  <dick@ximian.com>
5952
5953         * Environment.cs (System): Implemented ExitCode
5954
5955 2003-01-23  Zoltan Varga  <vargaz@freemail.hu>
5956
5957         * Type.cs (IsInstanceOfType): fixed regression caused by the change
5958         to IsSubclassOf().
5959
5960 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5961
5962         * MonoType.cs: re-added lines that were removed in the previous commit.
5963
5964 2003-01-16  Lluis Sanchez Gual <lsg@ctv.es>
5965
5966         * Type.cs: corrected property IsSerializable. It should always return
5967         true for enums and delegates
5968         * MonoType.cs: added serialization support.
5969         * Delegate.cs: added serialization support.
5970         * DBNull.cs: added serialization support.
5971         * UnitySerializationHolder.cs: supports serialization of Assembly,
5972         MonoType and DBNull.
5973         * DelegateSerializationHolder.cs: added.
5974
5975 2003-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5976
5977         * Exception.cs: changed default message to match MS one.
5978
5979 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
5980
5981         * String.cs: Fixed bug with CompareOrdinal
5982
5983 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5984
5985         * Enum.cs: implements IFormattable.
5986
5987 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5988
5989         * AppDomain.cs: implemented DoCallBack method.
5990         * MonoType.cs:
5991         (GetConstructorImpl): when the flag is BindingFlags.Default, set it to
5992         Public, Instance.
5993
5994         NUnit2 tests start moving.
5995
5996 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5997
5998         * Activator.cs: fixed bug #36052. Also added checks to avoid trying to
5999         instantiate an abstract class.
6000
6001 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6002
6003         * Type.cs:
6004         (IsSubclassOf): return false when null. Use != instead of Equals.
6005
6006 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6007
6008         * Type.cs: fixed IsSubclassOf. Patch from Zoltan Varga.
6009
6010 Fri Jan 3 20:18:51 CET 2003 Paolo Molaro <lupus@ximian.com>
6011
6012         * MonoType.cs: fixed Namespace property for nested types.
6013
6014 Fri Jan 3 16:18:27 CET 2003 Paolo Molaro <lupus@ximian.com>
6015
6016         * MonoCustomAttrs.cs: create properly typed arrays when returning
6017         arrays of attributes of a given type.
6018
6019 Fri Jan 3 11:10:14 CET 2003 Paolo Molaro <lupus@ximian.com>
6020
6021         * MonoType.cs: fixed MemberType property for nested types.
6022
6023 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6024
6025         * String.cs: fixed bug #36209.
6026
6027 2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>
6028
6029         * Activator.cs: implemented method GetObject.
6030
6031 2002-12-28  Marcus Urban <mathpup@mylinuxisp.com>
6032
6033         * Activator.cs: Since the documentation indicates the method
6034         either succeeds or throws one of the listed exceptions, we weren't
6035         expecting that CreateInstance might be returning null.
6036
6037         For more information on the bug, see http://bugs.ximian.com/show_bug.cgi?id=36109
6038
6039 2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>
6040
6041         * MarshalByRefObject.cs: implemented CreateObjRef.
6042
6043 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6044
6045         * DateTime.cs: fixed bug #30076.
6046         * TimeZone.cs: provide the parameter name in a exception.
6047
6048 2002-12-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6049
6050         * DecimalFormatter.cs: fixed bug #35560.
6051
6052 Wed Dec 4 16:04:28 CET 2002 Paolo Molaro <lupus@ximian.com>
6053
6054         * Type.cs: implemented GetInterfaceMap (needs an updated runtime).
6055
6056 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6057
6058         * Array.cs: use Object.Equals (obj, obj) to compare objects to avoid
6059         nulls. Fixes #34909.
6060
6061 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6062
6063         * AppDomain.cs: DoAssemblyResolve now returns when one of the handlers
6064         returns a non-null assembly.
6065
6066 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6067
6068         * MulticastDelegate.cs: make GetInvocationList work for more than 1
6069         delegate.
6070
6071 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6072
6073         * MulticastDelegate.cs: implemented GetInvocationList. I'll check later
6074         if this is the correct order of invocation.
6075
6076 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6077
6078         * Type.cs: changed the signature of internal_from_name. Modified
6079         the overloads of GetType to use it and check the typeName argument.
6080         Implemented FindInterfaces.
6081
6082 2002-11-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6083
6084         * MarshalByRefObject.cs: undo latest changes. It breaks the build by
6085         some obscure reasons (try make -f makefile.gnu using a corlib which has
6086         the modified version).
6087
6088 2002-11-26  Miguel de Icaza  <miguel@ximian.com>
6089
6090         * String.cs (Concat): Reduce the number of compares required. 
6091
6092 Mon Nov 18 17:54:22 CET 2002 Paolo Molaro <lupus@ximian.com>
6093
6094         * Activator.cs: throw a MissingMethodException if the default
6095         constructor is not found in CreateInstance.
6096
6097 2002-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6098
6099         * String.cs:
6100         (Equals (str, str)): use 'as' instead of casting to object.
6101         (Equals (obj)): check the length of the strings (until now,
6102         "Hello".Equals ((object) "Hellow World!) was true!).
6103
6104 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6105
6106         * MonoType.cs: implemented GetEvent (name, flags).
6107
6108 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6109
6110         * AppDomain.cs: implemented a couple of methods called from the runtime
6111         to fire AssemblyLoad and AssemblyResolve events.
6112
6113 2002-10-31  Dick Porter  <dick@ximian.com>
6114
6115         * Environment.cs: MonoIO methods now have an error parameter
6116
6117 2002-10-29  Zoltan Varga  <vargaz@freemail.hu>
6118
6119         * Enum.cs: Added support for whitespaces in Enum:Parse().
6120
6121 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6122
6123         * Type.cs: fixed GetProperty (string, Type []) and removed get_property
6124         internal call. Closes bug #32992.
6125
6126 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6127
6128         * Exception.cs: display the inner exception, if any, in ToString ().
6129
6130 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6131
6132         * Environment.cs: fixed StackTrace property.
6133
6134 2002-10-16  Nick Drochak  <ndrochak@gol.com>
6135
6136         * Enum.cs (Parse): Then fix the code so that it works too.
6137
6138 2002-10-15  Nick Drochak  <ndrochak@gol.com>
6139
6140         * Enum.cs (Parse): Use unsigned casts to avoid compiler warnings.
6141
6142 2002-10-12  Nick Drochak  <ndrochak@gol.com>
6143
6144         * IntegerFormatter.cs: Fix compiler warnings.
6145
6146 2002-10-11  Tim Haynes <thaynes@openlinksw.com>
6147
6148         * Type.cs (GetConstructors): Use the correct flags.
6149
6150 2002-10-09  Nick Drochak  <ndrochak@gol.com>
6151
6152         * IntegerFormatter.cs: Suppress insignificant leading zeros
6153
6154 Fri Sep 27 15:06:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
6155
6156         * MonoCustomAttrs.cs: applied patch by "Si Jingnan"
6157         <stonewell@21cn.com> to return also derived types.
6158
6159 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6160
6161         * Activator.cs: little fix in CreateInstance (Type, bool).
6162
6163 2002-09-19  Duncan Mak  <duncan@ximian.com>
6164
6165         * Array.cs (CopyTo): Revert back to 1.40, this is stopping
6166         I18N/Common from building right now.
6167
6168 2002-09-19  Nick Drochak  <ndrochak@gol.com>
6169
6170         * Array.cs (CopyTo): Account for Object type and base (primitive) types
6171         * Type.cs (IsAssignableFrom): return false for a null parameter
6172
6173 2002-09-19  Nick Drochak <ndrochak@gol.com>
6174
6175         * Array.cs (CopyTo): Check that source type can be cast automatically
6176         to the destination type.
6177
6178 2002-09-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6179
6180         * Type.cs: implemented IsAssignableFrom, DefaultBinder and
6181         GetDefaultMembers.
6182
6183 2002-09-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6184
6185         * Char.cs: implemented ToString (char)
6186         * IntegerFormatter.cs: made it internal.
6187
6188 2002-09-13  Nick Drochak  <ndrochak@gol.com>
6189
6190         * Enum.cs (Format): handle the "d" format for both signed and unsigned
6191         underlying types.
6192
6193 2002-09-12  Dick Porter  <dick@ximian.com>
6194
6195         * UIntPtr.cs: Remove the [StructLayout(LayoutKind.Auto)]
6196         attribute, as there doesn't appear to be any struct
6197         layout-depending code here (and corcompare says it should be
6198         LayoutKind.Sequential)
6199
6200         * Decimal.cs: Stub out missing methods, add
6201         [DecimalConstantAttribute] to the constant fields (as shown by
6202         corcompare).
6203
6204         * LocalDataStoreSlot.cs: 
6205         * Environment.cs: 
6206         * Char.cs: 
6207         * Array.cs: Stub out missing methods.
6208
6209         * TypedReference.cs: 
6210         * ArgIterator.cs: Stub out
6211
6212         * AppDomainSetup.cs: 
6213         * AppDomain.cs: Stub out missing methods, add missing
6214         ClassInterface(ClassInterfaceType.None) attribute.
6215
6216 2002-09-12  Nick Drochak  <ndrochak@gol.com>
6217
6218         * Double.cs (ToString): Throw exception when "X" format is passed in.
6219
6220 Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
6221
6222         * MonoType.cs: implemented Module property.
6223
6224 Wed Sep 11 12:49:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
6225
6226         * MonoType.cs, Type.cs: implemented InvokeMember.
6227
6228 Wed Sep 11 11:06:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
6229
6230         * Delegate.cs: check the type passed to CreateDelegate is a Delegate
6231         type. Check the method signature matches.
6232
6233 Sat Sep 7 10:16:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
6234
6235         * RuntimeMethodHandle.cs: implemented GetFunctionPointer().
6236
6237 2002-09-06  Miguel de Icaza  <miguel@ximian.com>
6238
6239         * Console.cs: Specify an encoder, otherwise we will get the UTF8
6240         encoder that by default emits the byte markers.
6241
6242 Fri Sep 6 20:14:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
6243
6244         * Delegate.cs: look also for non-public methods until we have the
6245         security checks in place.
6246
6247 Fri Sep 6 12:20:06 CEST 2002 Paolo Molaro <lupus@ximian.com>
6248
6249         * MonoType.cs: consider also the full name in GetInterface.
6250
6251 Fri Sep 6 12:11:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6252
6253         * MonoType.cs: implemented GetMembers, GetConstructorImpl and
6254         GetMethodImpl using the binder.
6255         * Type.cs: GetConstructorImpl/GetConstructor fixes.
6256
6257 2002-09-03  Jonathan Pryor <jonpryor@vt.edu>
6258         * Enum.cs: Get rid of warning CS0162.
6259
6260 2002-09-04  Miguel de Icaza  <miguel@ximian.com>
6261
6262         * Double.cs, Single.cs, Char.cs, Boolean.cs: Use internal for the
6263         actual value instead of public.
6264
6265         * LocalDataStoreSlot.cs: Make constructor internal.
6266
6267         * Int16.cs, UInt16.cs, Int32.cs, UInt32.cs, Int64.cs, UInt64.cs,
6268         SByte.cs, Byte.cs, Char.cs: Use internal for the actual value
6269         instead of public.
6270
6271 2002-09-03  Jonathan Pryor <jonpryor@vt.edu>
6272         * Enum.cs: Fixed Enum.Format so that the "x" format specifier would work
6273                    properly.
6274
6275 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6276
6277         * DateTime.cs: fixed buglet.
6278
6279 Tue Aug 27 16:39:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
6280
6281         * MonoType.cs: speedup access to common data.
6282
6283 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6284
6285         * Double.cs: implemented TryParse.
6286
6287         * Math.cs: PowImpl is now private.
6288
6289         * MissingFieldException.cs: implemented Message.
6290
6291         * RuntimeMethodHandle.cs: stubbed GetFunctionPointer.
6292
6293         * _AppDomain.cs: Uncommented ToString.
6294
6295 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6296
6297         * Type.cs:
6298         (IsValueTypeImpl): it's virtual, not abstract. Implemented.
6299
6300 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6301
6302         * ArgumentException.cs: use the field instead of the property for
6303         param_name.
6304
6305         * ArgumentOutOfRangeException.cs: modified Message.
6306
6307         * DateTime.cs: 
6308         (_DoParse): throw out of range exception for year. Removed check
6309         for month (it's done in the constructor).
6310
6311 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
6312
6313         * Environment.cs: Implemented OSVersion property.
6314
6315 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
6316
6317         * Exception.cs: set stack_trace to null
6318
6319 Wed Aug 21 13:02:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
6320
6321         * AppDomain.cs: implemented ToString().
6322
6323 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6324
6325         * AppDomain.cs: securityInfo can be null in CreateDomain.
6326
6327 2002-08-19  Dick Porter  <dick@ximian.com>
6328
6329         * MonoType.cs: Add a space before the Assembly name in
6330         AssemblyQualifiedName (needed for resource files so the MS runtime
6331         can load types)
6332
6333 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6334
6335         * AppDomain.cs: parameter name when throwing ArgumentNullException.
6336
6337         * ArgumentException.cs: modified Message to do what MS does.
6338
6339         * ArgumentNullException.cs: don't use {0} in message.
6340
6341         * Exception.cs: use Message property in ToString ().
6342
6343 2002-08-14  Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>
6344
6345         * WeakReference.cs: Changed the constructor and GetObjectData
6346         method needed for ISerializable implementation in order to be
6347         compatible with SOAP generated by MS.
6348
6349 Wed Aug 14 17:34:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
6350
6351         * MonoType.cs, Type.cs: DeclaringType/ReflectedType fixes.
6352
6353 2002-08-12  Dietmar Maurer  <dietmar@ximian.com>
6354
6355         * Exception.cs (ToString): changed the ouput format.
6356
6357 2002-08-07  Dietmar Maurer  <dietmar@ximian.com>
6358
6359         * MonoType.cs: moved get_method icall to this class, we can
6360         remove it as soon someone provides a full featured GetMethodImpl.
6361
6362         * Type.cs: use GetMethodImpl everywhere.
6363
6364         * Delegate.cs: new CreateDelegate implementations.
6365
6366 2002-08-06  Tim Coleman <tim@timcoleman.com>
6367         * MonoType.cs: 
6368                 Fix bug #28582.  Now checks parameters for properties
6369                 in GetPropertyImpl.
6370
6371 2002-08-04  Nick Drochak  <ndrochak@gol.com>
6372
6373         * Buffer.cs: Throw correct exception in GetByte() and SetByte().
6374
6375 2002-08-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6376
6377         * String.cs:
6378         (FormatSpecifier): allow white space between the comman and the width
6379         specifier.
6380
6381 2002-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6382
6383         * Int32.cs:
6384         * Int64.cs:
6385         * UInt32.cs:
6386         * UInt64.cs: fixed bug #28050. May be a MS bug?
6387
6388 Thu Jul 18 14:47:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
6389
6390         * MonoType.cs: fix IsArrayImpl.
6391
6392 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6393
6394         * String.cs: make ToLower (culture) and ToUpper (culture) use the
6395         default ToLower and ToUpper and don't throw NotImplemented.
6396
6397 Sat Jul 13 15:09:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
6398
6399         * Type.cs: make GettTypeCode an icall. Test implementation of
6400         GetMember().
6401
6402 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6403
6404         * AppDomainSetup.cs: implemented LoaderOptimization.
6405
6406 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6407
6408         * Activator.cs: some more intermediate results checking in
6409         in CreateInstance and CreateInstanceFrom and use GetConstructor and
6410         Invoke only with Type [] until the other overloaded versions work.
6411
6412 2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6413
6414         * Activator.cs: reformatted. Implemented CreateInstance* methods
6415         that return ObjectHandle.
6416
6417         * AppDomain.cs: implemented CreateInstance*AndUnwrap methods.
6418
6419 2002-07-03  Nick Drochak  <ndrochak@gol.com>
6420
6421         * Decimal.cs (Divide): Short cut the case where the dividend is 0 (and
6422         the divisor is not) and avoid the icall, which seems to have a bug.
6423
6424 2002-07-03  Nick Drochak  <ndrochak@gol.com>
6425
6426         * Double.cs (CompareTo): Correctly handle the case where the instance
6427         is NaN. Also return 0 if the values are equal.
6428
6429 2002/07/03  Nick Drochak <ndrochak@gol.com>
6430
6431         * MissingMethodException: Add missing Message property
6432         * MissingMemberException: Add missing Message property
6433
6434 2002-06-30  Nick Drochak  <ndrochak@gol.com>
6435
6436         * Double.cs (CompareTo): Just see which is bigger.  Don't use the
6437         subtraction trick, it doesn't work when the values have a diference of
6438         less than one.
6439
6440         * Single.cs (CompareTo): same
6441
6442 2002-06-27  Martin Baulig  <martin@gnome.org>
6443
6444         * UIntPtr.cs (UIntPtr.Zero): Use an explicit `u' suffix in the
6445         constructor argument.  [FIXME: The implicit conversion to an
6446         unsigned integer doesn't work with mcs.]
6447
6448 2002-06-26  Martin Baulig  <martin@gnome.org>
6449
6450         * DecimalFormatter.cs: Removed MSTEST stuff, use `System',
6451         not `S = System'.  This file now compiles with mcs.
6452
6453         * String.cs: Removed the already ifdef-outed __arglist Concat function
6454         to make it compile with mcs.
6455
6456 2002-06-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6457
6458         * IntegerFormatter.cs:
6459         (FormatParse.FormatNumber): fixed custom format for negative numbers.
6460
6461 2002-06-21  Martin Baulig  <martin@gnome.org>
6462
6463         * Double.cs: Replace the private `enum State' with constants since this
6464         will avoid some bigger headaches in mcs.
6465
6466 Thu Jun 20 17:51:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
6467
6468         * TimeSpan.cs: do not pollute the namespace with the
6469         System.Parser name.
6470
6471 2002-06-18  Nick Drochak  <ndrochak@gol.com>
6472
6473         * ArgumentException.cs: Use the message given in the constructor when
6474         accessing the Message property.  Thanks to Dietmar for the help with 
6475         "base".
6476
6477 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
6478
6479         * MonoType.cs: GetField is now a InternalCall
6480
6481 2002-06-13  Nick Drochak  <ndrochak@gol.com>
6482
6483         * DateTime.cs: (Parse): Accept dates that have no hour,min,sec. in the
6484         sortable format(s), e.g. "2002-02-25"
6485
6486 2002/06/12  Nick Drochak <ndrochak@gol.com>
6487
6488         * Random.cs (Next): Fix math error.  Return a number within the range.
6489
6490 2002-06-12  Nick Drochak  <ndrochak@gol.com>
6491
6492         * String.cs (IndexOf): Return -1 if start index is equal to string
6493         length.
6494
6495 2002-06-10  Duncan Mak  <duncan@ximian.com>
6496
6497         * Convert.cs (ToDouble): Remove rounding in ToDouble (float).
6498         (ToType): Added null field in conversionTable to avoid
6499         IndexOutOfRangeException. Changed what exceptions we throw to match
6500         the spec.
6501         
6502 2002-06-11  Nick Drochak  <ndrochak@gol.com>
6503
6504         * Int64.cs (Parse): Added unique strings to the messages where we throw
6505         a FormatException. Needed these to debug, so just left them in since
6506         they might be useful later. Fixed Currency parsing where we weren't
6507         looking at CurrencyDecimalSeparator, etc.
6508
6509 2002-06-09  Lawrence Pit  <loz@cable.a2000.nl>
6510
6511         * DateTime.cs: fixes to pass tests M0 to M6:
6512                 if yy pattern then year values >= 30 are in 20th century
6513                 rfc1123 pattern is always in GMT, therefor useutc must be false
6514         made GetNow() internal static so it can be called from TimeZone.
6515         * TimeZone.cs: removed dependency on year 2002 from initialization of 
6516         current timezone.
6517
6518 2002-06-09  Duncan Mak  <duncan@ximian.com>
6519
6520         * Convert.cs (ToType): Rearranged what Exceptions we throw to
6521         match MS behavior.
6522
6523 2002-06-08  Duncan Mak  <duncan@ximian.com>
6524
6525         * Decimal.cs: Added support for the IConvertible interface.
6526
6527 2002-06-08  Martin Baulig  <martin@gnome.org>
6528
6529         * Enum.cs (IsDefined): `value' may be of the enum's type itself, it
6530         doesn't necessarily need to be of the enum's underlying type.
6531
6532 2002/06/07  Nick Drochak <ndrochak@gol.com>
6533
6534         * String.cs: Add [Serializable] to class
6535         * SByte.cs (Parse): Add [CLSCompliant(false)] to all the overloads
6536
6537 2002-06-04  Nick Drochak  <ndrochak@gol.com>
6538
6539         * Double.cs (Parse): Recognize the group separator string, but still we
6540         don't check the format for the proper number of digits between
6541         separators. Also throw OverflowException when we get Pos or Neg
6542         Infinity from runtime.
6543
6544 2002-06-03  Duncan Mak  <duncan@ximian.com>
6545
6546         * Convert.cs (ToDouble): Fixed ToDouble (byte value).
6547
6548 Mon Jun 3 12:18:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
6549
6550         * Type.cs: fixed GetTypeCode.
6551
6552 2002-06-02  Duncan Mak  <duncan@ximian.com>
6553
6554         * Convert.cs (ToInt16): use Convert.ToInt16 (int) instead of a direct
6555         cast from an int so that we throw OverFlowException correctly.
6556         
6557         (ToInt64): Use a new 64bit version of ConvertToBase.
6558         
6559         (ConvertToBase): Add checks for overflow (checks Int32.MinValue
6560         and Int32.MaxValue).
6561
6562         (ConvertFromBase64): New 64-bit version of ConvertFromBase.
6563
6564 2002-06-02  Nick Drochak  <ndrochak@gol.com>
6565
6566         * Convert.cs (ToSByte): Check for special value.
6567         * Single.cs (Parse): 
6568         * UInt16.cs (Parse):
6569         * UInt32.cs (Parse): Throw OverflowException if negative
6570
6571 2002-06-02  Duncan Mak  <duncan@ximian.com>
6572
6573         * Convert.cs (DBNull): Point it to DBNull.Value.
6574         (IsDBNull): Instead of checking typecodes, just check to see if
6575         it's the same as the DBNull field.
6576
6577 2002-06-02  Nick Drochak  <ndrochak@gol.com>
6578
6579         * Convert.cs (ConvertFromBase): Detect bad digits correctly.
6580
6581 2002-06-02  Duncan Mak  <duncan@ximian.com>
6582
6583         * Char.cs (Parse): Simplify the Exception handling.
6584
6585         * Convert.cs (ToDecimal): Remove call to Math.Round () when
6586         converting from a float.
6587
6588 2002-05-30  Martin Baulig  <martin@gnome.org>
6589
6590         * MonoType.cs (GetInterface): Implemented.
6591
6592 Thu May 23 17:17:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
6593
6594         * Activator.cs: implemented CreateInstance ().
6595
6596 2002-05-22  Duncan Mak  <duncan@ximian.com>
6597
6598         * Convert.cs (ConvertToBase): Added new 64bit version.
6599         (BuildConvertedString64): New 64bit version of
6600         BuildConvertedString.
6601
6602         This fixes bug 25068.
6603
6604         (ConvertFromBase): Added additional test for checking if the
6605         digits are valid. Thanks to Miguel for coming up with this test.
6606
6607         This fixes bug 25071.
6608         
6609 2002-05-21  Duncan Mak  <duncan@ximian.com>
6610
6611         * Convert.cs (ToType): Rearranged to fit the new layout of
6612         conversionTable.
6613
6614         (conversionTable): Rearranged to fit the layout of the
6615         System.TypeCode enum.
6616
6617         This should fix bug 25075.
6618         
6619 2002-05-21  Duncan Mak  <duncan@ximian.com>
6620
6621         * Convert.cs (ToString): Fixed the ToString methods. Previously I had
6622         mixed up the two code paths, one for converting to a specific base
6623         (this case), another from converting from a foreign base to base10
6624         (used by ToInt16|32|64 (string, int)). This fixes bug 25068.
6625
6626         * Convert.cs (ToByte)
6627         (ToSByte): Fixed bug 25074. Added more bits to ConvertFromBase so
6628         that we won't confuse FormatException with OverflowException.
6629
6630 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>
6631
6632         * Environment.cs: CommandLine missed spaces between arguments.
6633         Implemented StackTrace. Returning MachineName in UserDomainName
6634         instead of null.
6635         
6636 Tue May 21 17:25:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
6637
6638         * MonoCustomAttrs.cs: handle inherit argument.
6639
6640 2002-05-21  Nick Drochak  <ndrochak@gol.com>
6641
6642         * Math.cs (Pow): Change icall method name and insert parameter
6643         checks in for infinities and NaN.
6644
6645 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
6646
6647         * Double.cs (Parse): Reimplement by cleaning up the string first,
6648         and then passing to strtof in the mono runtime.
6649
6650         * Single.cs (Parse): Use the Double implementation and cast to
6651         float. 
6652
6653 2002-05-21  Nick Drochak  <ndrochak@gol.com>
6654
6655         * Math.cs 
6656                 (Ceiling): Check for "special" values
6657                 (Floor): Check for "special" values
6658                 (Round): Fix off-by-one error on decimal shifting
6659
6660 2002-05-20  Lawrence Pit  <loz@cable.a2000.nl>
6661
6662         * DateTime.cs: ToString () using "G" format specifier 
6663
6664 2002-05-19  Martin Baulig  <martin@gnome.org>
6665
6666         * Convert.cs (FromBase64CharArray): Do correct exception handling.
6667
6668 2002-05-19  Martin Baulig  <martin@gnome.org>
6669
6670         * Convert.cs (FromBase64CharArray): Convert the char array using
6671         System.Text.UTF8Encoding, not UnicodeEncoding (which is UTF-16) to
6672         a byte array.
6673
6674 2002-05-17  Miguel de Icaza  <miguel@ximian.com>
6675
6676         * MonoType.cs: Style changes.
6677
6678         * Type.cs: Style changes.
6679
6680 2002-05-16  Piers Haken <piersh@friksit.com
6681
6682         * UInt64.cs: fix declaration of IConvertible.To* overrides.
6683
6684 2002-05-16  Nick Drochak  <ndrochak@gol.com>
6685
6686         * BitConverter.cs (ToString): Add parameter check for invalid start 
6687         index.
6688
6689         * Console.cs: Use AutoFlush on the StreamWriter for stdin and stdout
6690         now that StreamWriter uses buffering
6691
6692 2002-05-14  Miguel de Icaza  <miguel@ximian.com>
6693
6694         * Double.cs: Oops.  Also handle exponents without finding a dot.
6695
6696 2002-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6697
6698         * ChangeLog: removed empty entry at the top of the file.
6699
6700         * Int32.cs: made static functions used by Parse internal.
6701
6702         * Int64.cs:
6703         * UInt32.cs:
6704         * UInt64.cs: removed static fucntions used by Parse and use the ones
6705         in Int32.cs
6706
6707 2002-05-12  Daniel Morgan <danmorg@sc.rr.com>
6708
6709         * IServiceProvider.cs: added using System
6710
6711 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
6712
6713         * Single.cs: copied ToString() and Parse() methods from 
6714         Double to Single and modified a tiny bit for Single.  
6715         There is still a FIXME for Double and Single about
6716         passing the format and provider info to the icall too.
6717
6718 2002-05-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6719
6720         * Int32.cs:
6721         * Int64.cs:
6722         * UInt32.cs:
6723         * UInt64.cs (Parse): don't use Char.IsNumber to test for hex digits.
6724         Don't use a delegate to test for valid digits.
6725
6726 2002-05-01  Duncan Mak  <duncan@ximian.com>
6727
6728         * Convert.cs: 
6729         * Math.cs: Added missing CLSCompliant attributes where necessary.
6730         
6731 2002-04-30  Duncan Mak  <duncan@ximian.com>
6732
6733         * ArgumentException.cs (Message): 
6734         * ArgumentOutOfRangeException.cs (Message): Added.
6735
6736 2002-04-30  Nick Drochak  <ndrochak@gol.com>
6737
6738         * MonoType.cs: Remove unused variable and eliminate a compiler warning.
6739
6740 Mon Apr 29 15:32:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
6741
6742         * Environment.cs: support for Exit(), CommandLine, CommandLineArgs ().
6743
6744 2002-04-28  Duncan Mak  <duncan@ximian.com>
6745
6746         * DivideByZeroException.cs: Added missing serialization constructor.
6747
6748         * UnauthorizedAccessException.cs: Added the missing Serializable attribute.
6749
6750 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6751
6752         * Math.cs: fix Floor () and Round (). Closes #23960.
6753
6754 2002-04-27  Nick Drochak  <ndrochak@gol.com>
6755
6756         * Array.cs (IList.Contains): Should throw a RankException if this is 
6757         called on a Rank > 1 array. Not in the docs, but this is what the 
6758         MS.NET does.
6759
6760 2002-04-26  Duncan Mak  <duncan@ximian.com>
6761
6762         * MissingMemberException.cs: Made the message variable 'protected'
6763         instead of 'private', so that we can see it in
6764         MissingMethodException and MissingFieldException.
6765
6766         * MissingFieldException.cs:
6767         * MissingMethodException.cs: Added missing (string, string)
6768         constructor, and also the Message property.
6769
6770 2002-04-26  Martin Baulig  <martin@gnome.org>
6771
6772         * Enum.cs: Implemented the IConvertible methods.
6773
6774 2002-04-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6775
6776         * SByte.cs: little change in Parse (string) to avoid incorrect
6777         OverflowException thrown (reported by nickd).
6778
6779 2002-04-22  Miguel de Icaza  <miguel@ximian.com>
6780
6781         * ValueType.cs: Add Serializable attribute.
6782
6783         * String.cs: ifdef-out out the __arglist Concat function until I
6784         add support for that to mcs.
6785
6786 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
6787
6788         * AppDomain.cs (GetValue): usage of the correct icall (bug)
6789
6790 Wed Apr 24 21:15:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
6791
6792         * GC.cs: implement most of the methods as icalls.
6793
6794 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6795
6796         * DecimalFormatter.cs (ToString): return correct value when the
6797         decimal number is 0.
6798
6799 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
6800         
6801         * Type.cs (GetProperty): fixed call syntax (needs an empty array not null)
6802         * MonoType.cs (GetPropertyImpl) : basic implementation (ignores types, bindingAttr, modifiers)
6803
6804 2002-04-24  Nick Drochak  <ndrochak@gol.com>
6805
6806         * Double.cs (Parse): Handle case where there are no digits before the 
6807         decimal point, such as ".1".
6808
6809 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6810
6811         * Int32.cs:
6812         * UInt32.cs:
6813         * Int64.cs:
6814         * UInt64.cs: fixed bug #23738 (hex numbers parsed wrong).
6815
6816 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
6817
6818         * String.cs (Split): fixed invalid split of count 0 and 1.
6819         
6820 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
6821         
6822         * String.cs (LastIndexOf): fixed argument checking.
6823         * String.cs (Equals): made internal for performace.
6824
6825 2002-04-23  Nick Drochak  <ndrochak@gol.com>
6826
6827         * String.cs (Join): check argument and throw exception if needed
6828
6829 2002-04-23  Nick Drochak  <ndrochak@gol.com>
6830
6831         * String.cs (StartsWith): check argument and throw exception if needed
6832
6833 2002-04-22  Nick Drochak  <ndrochak@gol.com>
6834
6835         * String.cs (IndexOfAny): check arguments and throw exceptions as
6836         neccessary.  ALso remove some debug WriteLines.
6837
6838 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
6839
6840         * String.cs: use internal constructors
6841         buf fix in Concat.
6842
6843 Thu Apr 18 17:16:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
6844
6845         * MonoType.cs: make GetElementType its own icall.
6846
6847 2002-04-18  Nick Drochak <ndrochak@gol.com>
6848
6849         * String.cs: Modified file. Re-add methods needed by the unit tests.
6850
6851 Thu Apr 18 12:38:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
6852
6853         * String.cs: some code speedups and restored GetTypeCode().
6854
6855 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
6856
6857         * String.cs: New implementation using internal calls.
6858         
6859 2002-04-16  Nick Drochak  <ndrochak@gol.com>
6860
6861         * DecimalFormatter.cs: Trim off excess null characters from the string
6862         that decimal2string gives back.
6863
6864 2002-04-16  Nick Drochak  <ndrochak@gol.com>
6865
6866         * String.cs (SubString): revert my change.  I can't reproduce the
6867         problem anymore.
6868
6869 2002-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6870
6871         * Attribute.cs: added GetHashCode and Equals.
6872
6873 2002-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6874
6875         * Enum.cs: little improvements to Format ().
6876
6877 Thu Apr 11 12:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
6878
6879         * String.cs: internalcall GetHashCode().
6880         * Array.cS: optimize access to elements.
6881
6882 Wed Apr 10 21:20:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
6883
6884         * String.cs: make IndexOfAny() use an internalcall.
6885
6886 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6887
6888         * Int32.cs:
6889         * UInt32.cs:
6890         * Int64.cs: 
6891         * UInt64.cs: fixed error when testing for validity of flags.
6892
6893 2002-04-11  Nick Drochak  <ndrochak@gol.com>
6894
6895         * Double.cs: Use an internal call for ToString(). This is just a simple
6896         implementation to get away from throwing a NotImplementedException.
6897
6898 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6899
6900         * Int32.cs:
6901         * UInt32.cs:
6902         * Int64.cs: 
6903         * UInt64.cs: changed Type.GetType () by typeof (), as suggested by
6904         lupus.
6905
6906         * Int32.cs:
6907         * Int64.cs: throw an OverFlowException when parsing a string 
6908         containing a dot followed by any non '0' number.
6909
6910 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6911
6912         * Byte.cs:
6913         * UInt16.cs:
6914         * UInt32.cs:
6915         * UInt64.cs: added complex Parse ().
6916
6917 2002-04-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6918
6919         * SByte.cs:
6920         * Int16.cs:
6921         * Int32.cs:
6922         * Int64.cs: added complex Parse ().
6923
6924 2002-04-09  Nick Drochak  <ndrochak@gol.com>
6925
6926         * Array.cs (BinarySearch): Add checks on paramters before using them
6927         and throw exceptions as needed.
6928
6929         * Enum.cs (Format): Check if [Flags] is applied to enum and convert
6930         "G" format to "F" if so.
6931
6932 Tue Apr 9 13:12:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
6933
6934         * MonoCustomAttrs.cs: return arrays of type Attribute[]
6935         instead of object[].
6936
6937 2002/04/09  Nick Drochak <ndrochak@gol.com>
6938
6939         * String.cs (Substring): Copy only non-null characters to the new
6940         string.
6941
6942 2002-04-09  Nick Drochak  <ndrochak@gol.com>
6943
6944         * IntegerFormatter.cs: Don't use a format character to indicate a
6945         custom format was passed in. It was using 'z' to indicate a custom
6946         format, but really it should throw a format exception if the user
6947         tries to use "z" as the format string. Now it does.
6948
6949         * Activator.cs: New File.
6950
6951 2002-04-08  Nick Drochak  <ndrochak@gol.com>
6952
6953         * Enum.cs (ToString): Big ugly fix for the case where [Flags] is
6954         applied to an enum. Need to handle the different possible integer
6955         types of an enum somehow.  Can anyone say generics?
6956
6957 Mon Apr  8 06:22:42  2002 Piers Haken <piersh@friskit.com>
6958
6959         * Convert.cs: switched the To*(object) methods to use
6960         IConvertible directly instead of calling ChangeType
6961
6962 Sat Apr 6 20:08:41 CEST 2002 Paolo Molaro <lupus@ximian.com>
6963
6964         * ValueType.cs: make Equals() an internalcall.
6965
6966 Fri Apr 5 15:38:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
6967
6968         * Type.cs: also look for nested types in FindMembers.
6969         * MonoType.cs: make GetNestedTypes() an internalcall.
6970
6971 2002-04-05  Nick Drochak  <ndrochak@gol.com>
6972
6973         * Enum.cs (Parse): Handle different underlying types.
6974
6975 2002/04/04 Nick Drochak <ndrochak@gol.com>
6976
6977         * Enum.cs (IsDefined): Throw exception when type of value to look for
6978         is not the correct one.  Attempt to have it work with string values
6979         too, but not sure if the unit tests are getting that far yet.
6980
6981 2002-04-04  Nick Drochak  <ndrochak@gol.com>
6982
6983         * Decimal.cs: Fix a couple of typos.
6984
6985 Wed Apr 3 19:46:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
6986
6987         * Enum.cs: the values array is of the enum and not of the underlying
6988         type. Updates and some bug fixes.
6989         * MonoType.cs: make the internalcall return FullName instead of the
6990         assembly qualified name.
6991         * Type.cs: make ToString () simply return FullName.
6992
6993 2002-04-03  Nick Drochak  <ndrochak@gol.com>
6994
6995         * Type.cs (GetTypeCode): provide some of the implementation for this
6996         method.  It's still too simplistic to be considered complete.
6997
6998 2002-04-02  Dietmar Maurer  <dietmar@ximian.com>
6999
7000         * Object.cs: fixed FieldGetter/FieldSetter signature
7001
7002 2002-04-02  Nick Drochak  <ndrochak@gol.com>
7003
7004         * Environment.cs: add MonoTODO's on parts that should have it.
7005
7006 2002-04-01  Nick Drochak  <ndrochak@gol.com>
7007
7008         * Enum.cs: added reality checks (check parameters to most methods that
7009         need them).
7010
7011 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
7012
7013         * Object.cs: added FieldGetter/FieldSetter
7014
7015 2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7016
7017         * IntegerFormatter.cs: fixed initialization error in static
7018         constructor.
7019
7020 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
7021
7022         * Delegate.cs: added new field to store a trampoline function
7023
7024 2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7025
7026         * IntegerFormatter.cs: added workaround for bug #22668. First patch to
7027         make custom format strings work (not fully functional yet).
7028
7029 2002/03/28  Nick Drochak <ndrochak@gol.com>
7030
7031         * IntegerFormatter.cs: Change class from internal to public.  Add
7032         necessary [CLSCompliant(false)] attributes.
7033
7034 2002-03-27  Duco Fijma  <duco@lorentz.xs4all.nl>
7035         * _AppDomain.cs, AppDomain.cs: renamed method GetDate to GetData
7036         (was a typo)
7037
7038 2002-03-28  Nick Drochak  <ndrochak@gol.com>
7039
7040         * Type.cs: Added MonoTODO tags on members that have FIXME, etc.
7041
7042 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>
7043
7044         * Console.cs: Modified to get std handles from MonoIO.
7045         * Environment.cs: removed PAL dependencies.
7046
7047 2002-03-25  Miguel de Icaza  <miguel@ximian.com>
7048
7049         * String.cs (System): Removed internal enumeration, because
7050         bootstrapping the corlib at this point does not support
7051         enumerations. 
7052
7053         * IntPtr.cs: Temporary work-around until I fix the assembly
7054         attributes bug.
7055
7056 2002-03-24  Martin Baulig  <martin@gnome.org>
7057
7058         * Enum.cs (GetValues): According to the docu this is sorted after
7059         values, not names.
7060
7061         * String.cs (System): Removed enumeration, because it is pretty
7062         hard to support enumerations in /nostdlib mode for the core types.
7063
7064 Tue Mar 19 18:18:49 CET 2002 Paolo Molaro <lupus@ximian.com>
7065
7066         * Array.cs: move error handling in the catch block.
7067         * MulticastDelegate.cs: remove == and != operators that were
7068         removed with the delegate changes (when you add stuff, please do not
7069         remove existing functionality!).
7070         * Type.cs: if a property is not found in a type, search for it
7071         in the parent types, too.
7072
7073 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
7074         
7075         * Math.cs: changed to use icall instead of PAL.
7076
7077 2002-03-18  Dietmar Maurer  <dietmar@ximian.com>
7078
7079         * Double.cs: added check for NaN (Bug [22082])
7080
7081 2002-03-19  Nick Drochak  <ndrochak@gol.com>
7082
7083         * Enum.cs (Equals): check for null and throw if it is.
7084         * Enum.cs (Format): check for null parameters and throw if necessary.
7085         This method still needs more argument checking.
7086
7087 2002-03-18  Dietmar Maurer  <dietmar@ximian.com>
7088
7089         * Enum.cs (Equals): check if Enums are of the same type
7090
7091 2002-03-18  Nick Drochak  <ndrochak@gol.com>
7092
7093         * Double.cs: Explicitly handle comparisons in CompareTo() for
7094         Positive/Negative Infinity and NaN. Unit Test now passes on Linux.
7095
7096         * Enum.cs(CompareTo): Check types of values before trying to compare.
7097         Throw exceptions if types are invalid or don't match.
7098
7099 2002-03-14  Miguel de Icaza  <miguel@ximian.com>
7100
7101         * Array.cs: Add some extra debugging information.
7102
7103 2002-03-15  Nick Drochak  <ndrochak@gol.com>
7104
7105         * Array.cs: Added IList and IEnumerable. 
7106
7107 2002-03-14  Miguel de Icaza  <miguel@ximian.com>
7108
7109         * UInt64.cs, UInt32.cs, UInt16.cs: Mark public parse methods as
7110         NonCLSCompliant. 
7111
7112 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
7113
7114         * Delegate.cs (Equals): also compare method_ptr 
7115         (GetHashCode): returm method_ptr as hash
7116
7117 2002-03-13  Duco Fijma  <duco@lorentz.xs4all.n>
7118         * TimeSpan.cs: removed the use of Custom Numeric Format Strings,
7119         such as 42.ToString("0000000"), as these are (currently) not implemented
7120         in System.IntegerFormatter. TimeSpan luckely can do with Standard
7121         Numeric Format Strings, such as 42.ToString("D7").
7122
7123 2002-03-12  Duncan Mak  <duncan@ximian.com>
7124
7125         * FieldAccessException.cs: 
7126         * MethodAccessException.cs: 
7127         * PlatformNotSupportedException.cs: Inherit from
7128         MemberAccessException, not SystemException.
7129
7130         * ObsoleteAttribute.cs: Made Message and IsError properties
7131         instead of fields.
7132
7133 Tue Mar 12 19:21:18 CET 2002 Paolo Molaro <lupus@ximian.com>
7134
7135         * GC.cs: make SuppressFinalize() a nop.
7136         * Delegate.cs: fix == operator.
7137
7138 2002-03-13  Nick Drochak  <ndrochak@gol.com>
7139
7140         * Enum.cs: Add IConvertible methods. Cyclic dependancy fixed in the
7141         runtime that goes with this patch.
7142
7143 2002-03-10  Martin Baulig  <martin@gnome.org>
7144
7145         * Int32.cs (Parse): Correctly parse negative numbers.
7146
7147 2002-03-08  Martin Baulig  <martin@gnome.org>
7148
7149         * String.cs (Split): Really fix it this time. Also adding several new
7150         testcase to the testsuite.       
7151
7152 2002-03-08  Martin Baulig  <martin@gnome.org>
7153
7154         * Array.cs (Copy): Optimized: removed duplicate null check, removed
7155         two duplicate GetLowerBound() calls and one duplicate IsValueType.
7156
7157 Fri Mar 8 18:49:19 CET 2002 Paolo Molaro <lupus@ximian.com>
7158
7159         * Object.cs: commit my hacked GetHashCode(): it's good enough for now.
7160         * String.cs: use the dumb code for IndexOf(string): this is worth
7161         15-20 % speedup in mcs compile with mint.
7162
7163 Fri Mar 8 12:45:44 CET 2002 Paolo Molaro <lupus@ximian.com>
7164
7165         * String.cs: revert change to Split() that broke the compiler (hi martin!:-).
7166
7167 2002-03-07  Martin Baulig  <martin@gnome.org>
7168
7169         * String.cs (Join): Throw an ArgumentNullException.
7170         (LastIndexOf (string,int,int)): This method does a backwards search,
7171         so startIndex points to the end of value, not to its beginning. Don't
7172         throw an exception if startIndex equals this.Length. Always return -1
7173         if startIndex is smaller than the length of value.
7174         (Replace (string,string)): Replace all occurences of oldValue.
7175         If newValue is null, all occurences of oldValue are to be removed.
7176         (Split (char[],int)): Return an empty array if maxCount is zero, throw
7177         an ArgumentOutOfRangeException if it's less than zero. Return maxValue
7178         elements, not maxValue+1.
7179
7180 Thu Mar 7 17:16:06 CET 2002 Paolo Molaro <lupus@ximian.com>
7181
7182         * MonoType.cs: make GetEvents() an internal call.
7183         * MulticastDelegate.cs: copy the passed in array.
7184
7185 2002-03-06  Martin Baulig  <martin@gnome.org>
7186
7187         * Array.cs (Copy): Use FastCopy when appropriate and do correct
7188         exception handling.
7189
7190 2002-03-06  Duco Fijma  <duco@lorentz.xs4all.nl>
7191         * CharEnumerator.cs: fixes to CharEnumertor.MoveNext, fixing 
7192         some of the failures found be new tests (see ChangeLog in 
7193         Test/System). Comments added to this method, based on
7194         the representation invariant of this class, that (try to) explain
7195         why it now should be correct.
7196
7197 2002-03-06  Dietmar Maurer  <dietmar@ximian.com>
7198
7199         * Int64.cs (Parse): bug fix for max. negative value. 
7200
7201 2002-03-07  Nick Drochak  <ndrochak@gol.com>
7202
7203         * RuntimeTypeHandle.cs: Add Serializable attribute as the docs say.
7204         I need to understand what the difference between the attribute and
7205         the interface is.
7206
7207 2002-03-06  Martin Baulig  <martin@gnome.org>
7208
7209         * Array.cs (Copy): Always throw an ArrayTypeMismatchException, not
7210         an InvalidCastException if the widening conversion failed. See
7211         testcases #M94-#M96.
7212
7213         * Array.cs (CopyTo): Bug fix from Ajay Dwivedi, correctly handle
7214         arrays with non-zero lower bounds. Also adding testcases #F10-#F13
7215         for this.
7216
7217         * Array.cs (CopyTo): Reverted my last change, it was incorrect.
7218         (Copy): Actually allow copying multi-dimensional arrays.
7219
7220 2002-03-05  Duncan Mak  <duncan@ximian.com>
7221
7222         * Convert.cs:
7223         (DBNull) Added the missing field.
7224         (IsDBNull) Fixed typo.
7225         (ToByte (string, int)) Implemented.
7226         (ToString (byte, int)) Implemented.
7227         (ConvertToBase)
7228         (BuildConvertedString) internal functions used for converting values to
7229         a specific base.
7230
7231         * Int16.cs: 
7232         * Int32.cs:
7233         * Int64.cs:
7234         * Single.cs:
7235         * UInt16.cs: 
7236         * UInt32.cs: Implemented the IConvertible interface.    
7237
7238         * CharEnumerator.cs: Renamed to variables to be clearer and
7239         changed some of the tests to conform to the 1.0 spec.
7240
7241 2002-03-06  Martin Baulig  <martin@gnome.org>
7242
7243         * Array.cs (Copy): Calculate absolute array position here and use
7244         GetValueImpl() and SetValueImpl() with that position. We can now
7245         copy multi-dimensional arrays.
7246         (CopyTo): Small bug fix.
7247
7248 2002-03-05  Duco Fijma  <duco@lorentz.xs4all.nl>
7249
7250         * Version.cs: CompareTo changed according the LAMESPEC discovered by 
7251         Nick (See VersionTest.cs).
7252         * CharEnumerator.cs: fixed two bugs in MoveNext. It had an off-by-one
7253         error comparing the current position (idx) against the length of the
7254         string iterated and it set idx to an unrecognized special value (-2)
7255
7256 Tue Mar 5 17:34:14 CET 2002 Paolo Molaro <lupus@ximian.com>
7257
7258         * SByte.cs, UInt64.cs: implement IConvertible interface. Nobody wants
7259         to do this dirty work, but someone has to do it (and I need it to pass
7260         the "200 sample tests compiled on linux" mark).
7261
7262 2002-03-06  Nick Drochak  <ndrochak@gol.com>
7263
7264         * Attribute.cs
7265         * DecimalFormatter.cs
7266         * Delegate.cs
7267         * Double.cs
7268         * GC.cs
7269         * Int16.cs
7270         * Int32.cs
7271         * MonoType.cs
7272         * RuntimeMethodHandle.cs
7273         * RuntimeTypeHandle.cs
7274         * String.cs
7275         * Type.cs:
7276                 Add [MonoTODO]'s to places where we currently throw a
7277                 NotImplementedException.
7278
7279 2002-03-05  Dietmar Maurer  <dietmar@ximian.com>
7280
7281         * Int16.cs (Parse): do not overflow on max negative value
7282
7283         * Int32.cs (Parse): do not overflow on max negative value
7284
7285 Mon Mar 4 20:36:05 CET 2002 Paolo Molaro <lupus@ximian.com>
7286
7287         * Type.cs: fixed IsClass.
7288         * MonoType.cs: fixed MemberType, IsPrimitiveImpl, IsPointerImpl,
7289         IsByRefImpl. Added GetInterfaces().
7290         * IServiceProvider.cs: compilation fix.
7291
7292 Mon Mar 4 18:37:03 CET 2002 Paolo Molaro <lupus@ximian.com>
7293
7294         * Array.cs: allow copying an empty array to an empty array.
7295
7296 Mon Mar 4 17:59:16 CET 2002 Paolo Molaro <lupus@ximian.com>
7297
7298         * String.cs: fixed LastIndexOf (string) to do a bit of argument
7299         checking.
7300
7301 2002-03-04  Duco Fijma  <duco@lorentz.xs4all.nl>
7302         * Version.cs: many fixes to failures found by the newly created
7303         test cases for this class. Specifically, the CompareTo member
7304         returned wrong values due to the use of Int32.MaxValue as a special
7305         value indicating an "undefined" version component. Also implemented the
7306         missing operators (==, <, >, etc.), one missing constructor and
7307         and some exception throwing.
7308
7309 2002-03-04  Nick Drochak  <ndrochak@gol.com>
7310
7311         * IServiceProvider.cs: Add missing attribute: ComVisible(false)
7312         * Attribute.cs: Add missing attributes: Serializable and
7313         AttributeUsage(AttributeTargets.All)
7314
7315 Mon Mar 4 11:26:49 CET 2002 Paolo Molaro <lupus@ximian.com>
7316
7317         * MonoType.cs: implemented GetConstructors(), GetFields(),
7318         GetMethods(), GetProperties().
7319         * Object.cs: added debugging icall obj_address().
7320         * Type.cs: fixed the binding flags for some Get* methods.
7321         Implemented FindMembers() as calls to the specific GetMember
7322         methods.
7323
7324 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
7325         * BitConverter.cs: fixed one little bug: ToString(s, n, 0) 
7326         should give an exception for n>=s.Length.
7327
7328 2002-03-01  Martin Baulig  <martin@gnome.org>
7329
7330         * Array.cs: More argument checking and bug fixing.
7331
7332 2002-03-01  Miguel de Icaza  <miguel@ximian.com>
7333
7334         * BitConverter.cs: Indentation match
7335
7336         * AppDomain.cs: Added MonoTODOs to this too.
7337
7338         * Buffer.cs: Added MonoTODOs to this.
7339
7340 2002-03-01  Martin Baulig  <martin@gnome.org>
7341
7342         * Array.cs: Added argument checking to all methods where it was missing.
7343
7344 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>
7345
7346         * BitConverter.cs: Fixed bugs in ToString methods
7347
7348 Fri Mar 1 15:20:00 CET 2002 Paolo Molaro <lupus@ximian.com>
7349
7350         * MulticastDelegate.cs: implement operators so mcs3 can be used on linux.
7351
7352 2002-03-01  Nick Drochak  <ndrochak@gol.com>
7353
7354         * BitConverter.cs: Throw ArgumentException like mscorlib, instead of
7355         ArgumentOutOfRangeException like the docs say.
7356
7357 2002-03-01  Martin Baulig  <martin@gnome.org>
7358
7359         * Enum.cs (CompareTo): Correctly override this method from IComparable.
7360
7361         * Console.cs (setIn, setOut, setError): It's called SetIn, SetOut, SetError.
7362
7363 2002-02-28  Martin Baulig  <martin@gnome.org>
7364
7365         * String.cs: This file now passes the testsuite on Linux :-)
7366         
7367         * String.cs (Intern, IsInterned): The interncalls are now called _Intern and _IsInterned;
7368         make them private and provide C# wrappers which do proper argument checking.
7369
7370         * String.cs (Format): Correctly handle escaped brackets.
7371
7372         * String.cs (_CompareChar): New internal function which compares two chars.
7373         (_Compare): Provide an internal compare method which can do all sorts of
7374         comparision and call it from all the Compare() methods. Also fixed a lot of
7375         bugs here, this code now actually passes the testsuite.
7376
7377 2002-02-28  Duncan Mak  <duncan@ximian.com>
7378
7379         * Convert.cs: Added the missing methods. The new class status page
7380         kicks ass, it even found my typos! Woohoo!
7381         (ConvertFromBase): Moved the Exception throwing in here and
7382         removed the other occurances so it's all centralized now.
7383         (ISDBNull): Implemented.
7384         (GetTypeCode): Implemented.
7385
7386 2002-02-27  Duco Fijma  <duco@lorentz.xs4all.nl>
7387         * Guid.cs: Guid.ToString("") and Guid.ToString(null) is now understood as Guid.ToString("D") 
7388         just as in mscorlib. There is (probably) a documentation bug in the MS FrameWork SDK, which
7389         states that a lacking format should be interpreted as "N".  
7390         Also added [Serializable] attribute
7391         * TimeSpan.cs: some formatting and added the [Serializable] attribute
7392
7393 2002-02-26  Duncan Mak  <duncan@ximian.com>
7394
7395         * WeakReference.cs: Committed for Ajay Kumar Dwivedi.   
7396
7397 2002-02-26  Martin Baulig  <martin@gnome.org>
7398
7399         * TimeZone.cs: Use an internal enum rather than magic numbers to access the
7400         fields of the interncall GetTimeZoneData.
7401
7402         * DateTime.cs: Implemented Parse and fixed a few bugs.
7403
7404         * String.cs (TrimStart): Small fix.
7405
7406 2002-02-26  Martin Baulig  <martin@gnome.org>
7407
7408         * DateTime.cs: ParseExact is now fully functional.
7409
7410         * String.cs (TrimEnd): Small fix.
7411
7412 2002-02-26  Duco Fijma <duco@lorentz.xs4all.nl>
7413         * TimeSpan.cs: Added method TimeSpan.FromMilliseconds, mysteriously 
7414         missing for about six months.
7415
7416 Tue Feb 26 14:21:19 CET 2002 Paolo Molaro <lupus@ximian.com>
7417
7418         * UInt64.cs: fixed Parse method () to handle some of the NumberStyle flags.
7419
7420 2002-02-26  Martin Baulig  <martin@gnome.org>
7421
7422         * DateTime.cs: Miguel already committed this, but there was still a
7423         ChangeLog entry for this missing ....
7424         We're now reusing functionality from TimeSpan, printing dates is
7425         fully implemented, currently working on parsing.
7426
7427         * TimeZone.cs: Fully implemented this. There's a new InternCall in the
7428         runtime for this.
7429
7430 Fri Feb 22 18:47:08 CET 2002 Paolo Molaro <lupus@ximian.com>
7431
7432         * MonoType.cs: disable constructor.
7433         * Object.cs: make GetType() an internalcall.
7434         * Type.cs: added correct bindingflags to GetMethods ().
7435         All such calls should be reviewed to use the correct flags.
7436
7437 Thu Feb 21 19:23:46 CET 2002 Paolo Molaro <lupus@ximian.com>
7438
7439         * Type.cs, MonoType.cs: type_is_subtype_of () changed to include extra
7440         argument.
7441
7442 Thu Feb 21 16:56:51 CET 2002 Paolo Molaro <lupus@ximian.com>
7443
7444         * Type.cs: implemented IsAssignableFrom.
7445
7446 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>
7447         * Guid.cs: fixed Guid.Guid(string) ctor. Changed format:
7448         "{0xdddddddd,0xdddd,0xdddd,{0xdd},{0xdd},{0xdd},{0xdd},{0xdd},{0xdd}}" 
7449         to "{0xdddddddd,0xdddd,0xdddd,{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd}}" 
7450         The former is documented by Microsoft. The latter is how they
7451         actually implemented it in mscorlib:-)
7452
7453 Tue Feb 19 20:34:35 CET 2002 Paolo Molaro <lupus@ximian.com>
7454
7455         * MonoCustomAttrs.cs: hooks to get the custom attributes from the
7456         runtime.
7457         * MonoType.cs: Implemented custom attributes methods.
7458
7459
7460 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>
7461         * Guid.cs: 
7462
7463 Tue Feb 19 20:34:35 CET 2002 Paolo Molaro <lupus@ximian.com>
7464
7465         * MonoCustomAttrs.cs: hooks to get the custom attributes from the
7466         runtime.
7467         * MonoType.cs: Implemented custom attributes methods.
7468
7469 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
7470
7471         * Array.cs (CopyTo): use GetLength() instead of GetUpperBound() 
7472
7473 2002-02-19  Duncan Mak  <duncan@ximian.com>
7474
7475         * Convert.cs: Finished up the missing methods in Convert. Added a
7476         new private method ConvertFromBase.
7477
7478 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
7479
7480         * String.cs: impl. IConvertible interface
7481
7482 2002-02-18  Duco Fijma <duco@lorentz.xs4all.nl>
7483         * Guid.cs: actual implementation for Guid.Guid(string) Ctor
7484
7485 2002-02-18  Duncan Mak  <duncan@ximian.com>
7486
7487         * Convert.cs: Changed from using Type.GetType (string) to just
7488         typeof (). Probably will speed things up a bit?         
7489
7490 2002-02-18  Ajay Kumar Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>
7491
7492         * Array.cs:         
7493         1. Fix for GetUpperBound to return correct values
7494         2. made some Properties virtual
7495         3. Adds IsFixedSize and IsReadOnly properties.
7496         4. changes CreateInstance(Type,int[],int[]) to throw Exception
7497         when third arg is null. InternalCall CreateInstance changed to  
7498         CreateInstanceImpl
7499         5. Fixed array.GetUpperBound at a couple of places
7500         6. IndexOf and LastIndexOf now use Object.Equals instead of "=="
7501         7. Added two FIXME's in BinarySearch functions.
7502
7503 2002-02-17  Duncan Mak  <duncan@ximian.com>
7504
7505         * TimeZone.cs:  Applied the rest of Ajay's patch for    
7506         IsDaylightSavingTime. Thanks a lot for the nice explanation of how
7507         it works!
7508
7509 2002-02-17  Duco Fijma  <duco@lorentz.xs4all.nl>
7510         * Guid.cs: added stub for Guid(string) ctor
7511
7512 2002-02-17  Duncan Mak  <duncan@ximian.com>
7513
7514         * Convert.cs: Near-complete implementation of Convert.cs
7515
7516         Added all the To* methods taking (object) and
7517         (object, IFormatProvider) as parameters.
7518
7519         Added [CLSCompliant (false)] attributes to methods dealing with
7520         unsigned types.
7521
7522         Added the missing section on converting to and from DateTime. Only
7523         6 missing methods, all marked with MonoTODOs. Will tackle them later.           
7524
7525 2002-02-16  Duncan Mak  <duncan@ximian.com>
7526
7527         * TimeZone.cs: patch from Ajay Kumar Dwivedi (adwiv@yahoo.com) to
7528         make IsDaylightSavingTime (DateTime) call 
7529         IsDaylightSavingTime (DateTime, DaylightTime).  
7530         
7531         Added internal class CurrentTimeZone from Ajay. It needs more work
7532         to fill in the appropriate internal calls.
7533         
7534 Sat Feb 16 12:41:41 CET 2002 Paolo Molaro <lupus@ximian.com>
7535
7536         * Type.cs: fix IsClass.
7537
7538 Sat Feb 16 12:02:02 CET 2002 Paolo Molaro <lupus@ximian.com>
7539
7540         * String.cs: fix Trim().
7541
7542 Fri Feb 15 21:02:46 CET 2002 Paolo Molaro <lupus@ximian.com>
7543
7544         * String.cs: fix more off by one errors.
7545
7546 Thu Feb 14 18:54:09 CET 2002 Paolo Molaro <lupus@ximian.com>
7547
7548         * MonoType.cs: fix IsValueTypeImpl.
7549         * Type.cs: fix IsEnum. Implement Equals methods.
7550
7551 Wed Feb 13 21:50:13 CET 2002 Paolo Molaro <lupus@ximian.com>
7552
7553         * Int32.cs: implement IConvertible interface.
7554         
7555 2002-02-12  Duncan Mak  <duncan@ximian.com>
7556
7557         * TimeZone.cs: Implemented and added to CVS.
7558
7559 2002-02-11  Duncan Mak  <duncan@ximian.com>
7560
7561         * Convert.cs: Implemented the ChangeType () methods.
7562
7563 Mon Feb 11 19:48:58 CET 2002 Paolo Molaro <lupus@ximian.com>
7564
7565         * Array.cs: make Clone() an internal call.
7566
7567 2002-02-09  Duco Fijma <duco@lorentz.xs4all.nl>
7568         * Changed Guid.NewGuid so that it can use both System.Random and 
7569           System.Security.Cryptography.RandomNumberGenerator
7570
7571 2002-02-09  Duco Fijma <duco@lorentz.xs4all.nl>
7572         * First version of Guid.NewGuid
7573
7574 2002-02-08  Duncan Mak  <duncan@ximian.com>
7575
7576         * RuntimeArgumentHandle.cs: Added to CVS.
7577
7578 Fri Feb 8 19:14:54 CET 2002 Paolo Molaro <lupus@ximian.com>
7579
7580         * CrossAppDomainDelegate.cs, AssemblyLoadEventHandler.cs,
7581         UnhandledExceptionEventHandler.cs: added delegates.
7582
7583 Fri Feb 8 18:06:20 CET 2002 Paolo Molaro <lupus@ximian.com>
7584
7585         * MarshalByRefObject.cs: add ToString () method
7586         (apparently needed by nunit).
7587         * _AppDomain.cs: uncomment ToString(): dietmar fixed the bug triggered
7588         by it in the runtime.
7589
7590 2002-02-08  Dan Lewis <dihlewis@yahoo.co.uk>
7591         
7592         * String.cs (Format): implemented
7593
7594 2002-02-07  Duncan Mak  <duncan@ximian.com>
7595         
7596         * DuplicateWaitObjectException:
7597         * InvalidCastException:
7598         * NotImplementedException:
7599         * NotSupportedException:
7600         * NullReferenceException:
7601         * OutOfMemoryException:
7602         * OverflowException:
7603         * RankException:
7604         * StackOverflowException.cs:
7605         * UnauthorizedAccessException: Added missing constructor used for serialization.
7606
7607 2002-02-07  Dietmar Maurer  <dietmar@ximian.com>
7608
7609         * String.cs (System.Compare): bug fix 
7610
7611 2002-02-06  Dietmar Maurer  <dietmar@ximian.com>
7612
7613         * Enum.cs (Parse,  GetHashCode): impl. 
7614
7615 2002-02-05  Duncan Mak  <duncan@ximian.com>
7616
7617         * DBNull.cs: This is my first crack at the DBNull class. I think I
7618         actually got most of the IConvertible methods right, but I haven't
7619         done the research to test whether or not this is the correct
7620         behavior. IConvertible.ToType () is the most iffy of all, IMHO.
7621
7622         * DllNotFoundException.cs: Inherits from TypeLoadException, not SystemException.
7623
7624 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
7625
7626         * Enum.cs: added more functionality (GetName, ToObject, Equals)
7627
7628 2002-01-31  Duncan Mak  <duncan@ximian.com>
7629
7630         * InvalidOperationException.cs:
7631         * NotFiniteNumberException.cs:
7632         * ObjectDisposedException.cs:
7633         * TypeInitializationException.cs: Added missing bits for serialization/
7634         
7635         * AppDomainUnloadedException.cs:
7636         * ApplicationException.cs:
7637         * ArgumentOutOfRangeException.cs:
7638         * ArithmeticException.cs:
7639         * ArrayTypeMismatchException:
7640         * BadImageFormatException.cs:
7641         * Exception.cs:
7642         * MissingMemberException.cs:
7643         * TypeLoadException.cs: Added missing bits for serialization.
7644
7645 2002-01-30  Duco Fijma <duco@lorentz.xs4all.nl>
7646         * Guid.cs: implemented everything but Guid.NewGuid
7647
7648 Tue Jan 29 22:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>
7649
7650         * _AppDomain.cs: remove ToString() method: it doesn't seem right 
7651         to have it in this interface and it screws up the method vtable setup.
7652
7653 2002-01-28  Andrei Zmievski <andrei@php.net>
7654
7655         * Double.cs: implemented IConvertible interface.
7656
7657 2002-01-28  Miguel de Icaza  <miguel@ximian.com>
7658
7659         * ArgumentException.cs: Implement serialization constructor.
7660         (GetObjectData): Implement serializer.
7661         
7662         * ArgumentNullException.cs: Implement serialization constructor.
7663
7664         * Exception.cs: Implement serialization constructor.
7665         (GetObjectData): Implement serializer.
7666
7667 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7668
7669         * DateTime.cs (UnixEpoch): The Begining of the Unix epoch.
7670
7671 2002-01-23  Duncan Mak  <duncan@ximian.com>
7672
7673         * EntryPointNotFoundException.cs:
7674         * FormatException: Added missing constructor and related bits.
7675
7676         * TypeLoadException: Added missing constructor, methods and properties.
7677
7678 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
7679
7680         * AppDomain.cs (GetAssemblies): Use foreach construct instead of
7681         manually getting the enumerator.
7682
7683         (AppDomain.AppDomain): Prime the loaded assemblies with the
7684         assemblies loaded by the runtime in our behalf.
7685
7686         * AppDomainSetup.cs: Remove private keyword, that is the default.
7687         Add a new property DisallowPublisherPolicy.
7688
7689         * AppDomain.cs (AppDomain.GetAssemblies): Implement.
7690
7691 Tue Jan 22 22:51:48 CET 2002 Paolo Molaro <lupus@ximian.com>
7692
7693         * MonoType.cs, Type.cs: many updates, corrected implementation,
7694         completed stubs.
7695
7696 2002-01-20  Andrei Zmievski <andrei@php.net>
7697
7698         * Byte.cs:
7699         * Char.cs: implemented IConvertible interface.
7700
7701         * Boolean.cs: use our own ToString() method directly.
7702
7703 2002-01-20  Duncan Mak  <duncan@ximian.com>
7704
7705         * Files I commited recently: Fixed indentation style.
7706
7707 2002-01-20 Nick Drochak  <ndrochak@gol.com>
7708
7709         * SerializableAttribute.cs: this attrib can be used on enums, structs, 
7710         and delegates too. Added the appropriate usage flags.
7711
7712 2002-01-18  Duncan Mak  <duncan@ximian.com>
7713
7714         * CharEnumerator.cs: Implemented.
7715         * String.cs (System): Fixed the GetEnumerator () method(s).
7716
7717         * ObsoleteAttribute.cs:
7718         * STAThreadAttribute.cs:
7719         * MTAThreadAttribute.cs:
7720         * ThreadStaticAttribute.cs:
7721         * LoaderOptimizationAttribute.cs:
7722         * PlatformNotSupportedException.cs:
7723         * LoaderOptimization.cs: Added to CVS.
7724
7725 2002-01-18  Duncan Mak  <duncan@ximian.com>
7726
7727         * AppDomainUnloadedException.cs:
7728         * MethodAccessException.cs:
7729         * ContextMarshalException.cs:
7730         * CannotUnloadAppDomainException.cs:
7731         * DllNotFoundException.cs:
7732         * EntryPointNotFoundException.cs:
7733         * FieldAccessException.cs:
7734         * TypeUnloadedException.cs:
7735         * MissingFieldException.cs: Added to CVS.
7736
7737         * ApplicationException.cs: 
7738         * MemberAccessException.cs:
7739         * MissingMemberException.cs
7740         * MissingMethodException.cs:
7741         * SystemException.cs: Added [Serializable] attribute.
7742
7743         * Exception.cs: Added [Serializable] attribute, made properties
7744         'Message', 'Source' and 'StackTrace' virtual methods, per 1.0
7745         spec.
7746
7747         * ContextStaticAttribute.cs: Added [Serializable] attribute and
7748         put in the missing constructor.
7749
7750         * Environment.cs: Commented out references to
7751         EnvironmentPermissionAttribute, because they're just stubbed out
7752         right now and has no implementation.
7753
7754 2002-01-16  Andrei Zmievski <andrei@php.net>
7755
7756         * Boolean.cs: implemented IConvertible interface
7757
7758 2002-01-15  Nick Drochak  <ndrochak@gol.com>
7759
7760         * ResolveEventArgs.cs: class should derive from EventArgs.
7761
7762 2002-01-14  Miguel de Icaza  <miguel@ximian.com>
7763
7764         * String.cs (System): Use DefaultMemberName for the String class.
7765
7766 Mon Jan 14 17:06:40 CET 2002 Paolo Molaro <lupus@ximian.com>
7767
7768         * String.cs: use IndexerName in index char accessor.
7769
7770 Thu Jan 10 21:05:23 CET 2002 Paolo Molaro <lupus@ximian.com>
7771
7772         * MonoType.cs: add rank to MonoTypeInfo and implement GetArrayRank.
7773         * String.c: eliminate 64k+ method calls in search.
7774         * Type.cs: handle byref and array types in ToString ().
7775
7776 2002-01-09  Duco Fijma <duco@lorentz.xs4all.nl>
7777
7778         * Guid.cs: created first version
7779
7780 2002-01-10  Dietmar Maurer  <dietmar@ximian.com>
7781
7782         * MonoType.cs: added missing TypeAttributes to MonoTypeInfo 
7783
7784 Wed Jan 9 19:35:07 CET 2002 Paolo Molaro <lupus@ximian.com>
7785
7786         * MulticastDelegate.cs: add == and != operator stubs.
7787         * String.cs: check for null in == operator.
7788         * Type.cs: use a virtual method to get TypeAttributes.
7789
7790 Tue Jan  8 23:30:19 EST 2002 Matt Kimball <matt@kimball.net>
7791         * String.cs: Fixed several off-by-one errors in LastIndexOf* methods
7792
7793 2002-01-09  Nick Drochak  <ndrochak@gol.com>
7794         
7795         * Environment.cs: Comment out Security attribute and put a MonoTODO
7796         there as a reminder.  We need mcs magic to handle security attributes in
7797         corlib.
7798
7799 2002-01-07  Duco Fijma <duco@lorentz.xs4all.nl>
7800         * Created IAppDomainSetup.cs
7801
7802 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>
7803         * Created System._AppDomain interface in _AppDomain.cs
7804
7805 2002-01-06  Nick Drochak  <ndrochak@gol.com>
7806
7807         * ResolveEventArgs.cs: New File, completely implemented! ;)
7808
7809 Sat Jan 5 15:53:50 CET 2002 Paolo Molaro <lupus@ximian.com>
7810
7811         * Enum.cs: dummy ToString impl.
7812         * String.cs: dummy format implementations to get compiler errors
7813         somewhat working.
7814         * Type.cs: implemented filter delegates. FindMembers runs the filter, now.
7815
7816 2002-01-05  Ravi Pratap  <ravi@ximian.com>
7817
7818         * TODOAttribute.cs : Augment some more; provide two constructors
7819         with support for a comment too.
7820
7821 2002-01-05  Nick Drochak  <ndrochak@gol.com>
7822
7823         * Uncommented those MonoTODO's now that Ravi's got
7824         the class in there
7825
7826 2001-01-04  Ravi Pratap  <ravi@ximian.com>
7827
7828         * TODOAttribute.cs : Actually add this time ;-)
7829
7830         Change name to MonoTODO.
7831
7832 2002-01-04  Jeffrey Stedfast  <fejj@ximian.com>
7833
7834         * String.cs (Trim): Fixed a few logic bugs in the code that
7835         calculated how much to trim off the end of the string.
7836
7837 2001-01-04  Nick Drochak  <ndrochak@gol.com>
7838         
7839         * Commented out the [TODO] attributes for now.  We don't have the
7840         class written.  Also changed it to [MonoTODO]
7841
7842 2002-01-04  Ravi Pratap  <ravi@ximian.com>
7843
7844         * TODOAttribute.cs : Add. We use this attribute to tag all bits in
7845         our class libraries that are incomplete.
7846
7847         * Array.cs : Apply attribute wherever we find a FIXME which says
7848         we need something to be implemented there.
7849
7850         * Int32.cs : Ditto.
7851
7852         * MulticastDelegate.cs : Ditto.
7853
7854         * RuntimeFieldHandler.cs, RuntimeMethodHandle.cs,
7855         RuntimeTypeHandle.cs : Ditto.
7856
7857         * String.cs : Ditto.
7858
7859         * Type.cs : Ditto.
7860
7861         * Byte.cs, Char.cs, ContextBoundObject.cs, DateTime.cs, Delegate.cs : Ditto.
7862
7863         * Enum.cs, Environment.cs, Exception.cs, Int64.cs, SByte.cs, Single.cs, 
7864         UInt16.cs, UInt32.cs, ValueType.cs: Ditto.
7865
7866         * Byte.cs, Char.cs, ContextBoundObject.cs, DateTime.cs,
7867         Delegate.cs : Ditto.
7868
7869         * Enum.cs, Environment.cs, Exception.cs, Int64.cs, SByte.cs,
7870         Single.cs, UInt16.cs, UInt32.cs, ValueType.cs: Ditto.
7871         
7872 Thu Jan 3 23:24:04 CET 2002 Paolo Molaro <lupus@ximian.com>
7873
7874         * Delegate.cs: add Remove() stub.
7875         * Enum.cs: add ToObject().
7876         * Type.cs: add IsEnum property.
7877
7878 2002-01-03  Kristian Rietveld  <kris@gtk.org>
7879
7880         * Convert.cs: add non-CLS-compliant ToBoolean methods for char,
7881         DateTime and object.
7882
7883 2001-12-30  Nick Drochak  <ndrochak@gol.com>
7884
7885         * Byte.cs (Parse): Add comments to aid in testing.
7886
7887 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
7888
7889         * Char.cs (Parse): Implement.
7890
7891         * Byte.cs (Parse): Implement a fast parser.
7892         
7893         * SByte.cs (Parse): Implement a fast parser.
7894
7895         * UInt16.cs (Parse): Implement a fast parser.
7896         
7897         * Int16.cs (Parse): Implement a fast parser.
7898
7899         * UInt32.cs (Parse): Implement a fast parser.
7900
7901         * Int32.cs (Parse): Implement a fast parser.
7902
7903 Fri Dec 21 15:14:52 CET 2001 Paolo Molaro <lupus@ximian.com>
7904
7905         * Array.cs: fix null ref in sort code.
7906         * UInt64.cs: add bare-bones parse.
7907
7908 Thu Dec 20 15:29:52 CET 2001 Paolo Molaro <lupus@ximian.com>
7909         
7910         * Byte.cs: removed use of Regexes.
7911
7912 Tue Dec 18 18:39:54 CET 2001 Paolo Molaro <lupus@ximian.com>
7913
7914         * Enum.cs: implemented GetValues(), GetNames(), GetName(),
7915         IsDefined(), GetUnderlyingType().
7916         * String.cs: fix one instance of Compare().
7917         * Type.cs: implemented GetProperties(), GetProperty().
7918
7919 Thu Dec 13 20:10:57 CET 2001 Paolo Molaro <lupus@ximian.com>
7920
7921         * Array.cs: implement CopyTo ().
7922         * Char.cs: implement ToString ().
7923         * Exception.cs: bugfix.
7924         * Int32.cs: bare-bones Parse ().
7925         * MonoType.cs: query the needed info with an internalcall.
7926         * String.cs: speedups, bugfixes, reduced copies.
7927         * Type.cs: added missing fields. Implemented many of the Is*
7928         properties. Implemented GetMethod(), GetConstructor(), GetMethods(),
7929         GetFields(), FindMembers(), ToString().
7930         
7931 2001-12-11  Dick Porter  <dick@ximian.com>
7932
7933         * DateTime.cs: Implemented FromFileTime() and ToFileTime()
7934
7935         * Console.cs: Use handles rather than casting file descriptors
7936
7937 2001-12-08  Nick Drochak  <ndrochak@gol.com>
7938
7939         * Byte.cs (Parse): Start implementation. Parse(string) works, but
7940         now we need to handle other formats
7941
7942 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>
7943
7944         * DateTime.cs: added an icall to GetNow()
7945
7946 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
7947
7948         * Double.cs: added the parse method from Bob Smith
7949
7950 2001-11-28  Miguel de Icaza  <miguel@ximian.com>
7951
7952         * UInt64.cs: ditto.
7953
7954         * UInt32.cs: ditto.
7955
7956         * Int32.cs (Int32.CompareTo): Fix because we can not just
7957         substract the values.
7958
7959         Return possitive value if the object is null.
7960
7961         * Boolean.cs: (Boolean.CompareTo): ditto.
7962
7963         * Int16.cs (Int16.CompareTo): ditto.
7964
7965         * Byte.cs (Byte.CompareTo): ditto.
7966
7967         * SByte.cs (SByte.CompareTo): ditto.
7968
7969         * Char.cs (Char.CompareTo): ditto.
7970         
7971         * Decimal.cs (Decimal.CompareTo): ditto.
7972
7973         * Int64.cs (Int64.CompareTo): ditto.
7974
7975         * Single.cs: Ditto.
7976
7977         * UInt16.cs: Ditto.
7978
7979 2001-11-28  Nick Drochak <ndrochak@gol.com>
7980
7981         * Byte.cs: Throw NotImplementedException for Parse.
7982
7983 2001-11-27  Derek Holden  <dholden@draper.com>
7984
7985         * IntegerFormatter.cs: Formatting of type "Number" was not
7986         using NumberFormatInfo.NumberNegativePattern.
7987
7988 2001-11-26  Dick Porter  <dick@ximian.com>
7989
7990         * LocalDataStoreSlot.cs: No need to delete a system TLS slot in
7991         the finalise routine any more
7992
7993 2001-11-21  Miguel de Icaza  <miguel@ximian.com>
7994
7995         * ApplicationException.cs: internationalize by adding calls to
7996         Locale.GetText ().  And throw NotImplementedExceptions on calls
7997         that we have to implement.
7998
7999         * Version.cs: Ditto.
8000
8001         * ValueType.cs: ditto.
8002
8003         * UnauthorizedAccessException.cs: ditto.
8004
8005         * UInt32.cs: ditto.
8006
8007         * UInt64.cs: ditto.
8008
8009         * UInt16.cs: ditto.
8010
8011         * TypeLoadException.cs: ditto
8012
8013         * TypeInitializationException.cs: ditto.
8014
8015         * Type.cs: ditto.
8016
8017         * TimeSpan.cs: ditto.
8018
8019         * SystemException.cs: ditto.
8020
8021         * String.cs: ditto.
8022
8023         * StackOverflowException.cs: ditto.x
8024
8025         * Single.cs: ditto.
8026
8027         * SByte.cs: ditto.
8028
8029         * RuntimeTypeHandle.cs: ditto.
8030
8031         * RuntimeMethodHandle.cs: ditto.
8032
8033         * RuntimeFieldHandle.cs: ditto.
8034
8035         * Random.cs: ditto.
8036
8037         * OutOfMemoryException.cs: ditto.
8038
8039         * OperatingSystem.cs: ditto.
8040
8041         * ObjectDisposedException.cs: ditto.
8042
8043         * NullReferenceException.cs: ditto.
8044
8045         * NotImplementedException.cs: ditto.
8046
8047         * NotFiniteNumberException.cs: ditto.o
8048
8049         * MulticastNotSupportedException.cs: ditto.
8050
8051         * MissingMethodException.cs: ditto.
8052
8053         * MemberAccessException.cs: ditto.
8054
8055         * Math.cs: ditto.
8056
8057         * InvalidCastException.cs: ditto.
8058
8059         * IntegerFormatter.cs: ditto.
8060
8061         * Int32.cs: ditto.
8062
8063         * Int16.cs: ditto.
8064
8065         * IndexOutOfRangeException.cs: ditto.
8066
8067         * Environment.cs: ditto
8068
8069         * Enum.cs: ditto.
8070
8071         * DuplicateWaitObjectException.cs: ditto.
8072
8073         * DivideByZeroException.cs: ditto.
8074
8075         * Delegate.cs: ditto
8076
8077         * DecimalFormatter.cs: ditto.
8078
8079         * Decimal.cs: ditto.
8080
8081         * DateTime.cs: ditto.
8082
8083         * Convert.cs: ditto.
8084
8085         * Char.cs: ditto.
8086
8087         * Byte.cs: ditto.
8088
8089         * Boolean.cs: ditto.
8090
8091         * ArrayTypeMismatchException.cs: ditto.
8092
8093         * ArithmeticException.cs: ditto.
8094
8095         * ArgumentOutOfRangeException.cs: ditto.
8096
8097         * ArgumentNullException.cs: ditto.
8098
8099         * Enum.cs: Make it derive from ValueType, add CompareTo method.
8100
8101         * Attribute.cs: Reformat.
8102
8103 2001-11-14  Miguel de Icaza  <miguel@ximian.com>
8104
8105         * Decimal.cs, Double.cs, Byte.cs, Char.cs, Int16, UInt16, Int32,
8106         UInt32, Int64, UInt64, SByte, Single (CompareTo): Throw the
8107         exception if the value is null too.
8108
8109         * Char.cs (CompareTo): ditto.
8110
8111         * ApplicationException.cs: Added constructor that does serialization.
8112
8113         * ParamArrayAttribute.cs: Define attribute correctly.
8114
8115 Wed Nov 14 16:31:19 CET 2001 Paolo Molaro <lupus@ximian.com>
8116
8117         * AppDomain.cs: rename dummy interface _AppDomain to AppDomain_Intf.
8118         * Array.cs: fix Array.Copy.
8119         * AssemblyLoadEventArgs.cs: rename field.
8120         * CLSCompliantAttribute.cs: use correct name for the class.
8121         * Char.cs: fix IsLetter.
8122         * Console.cs, DateTime.cs, Decimal.cs, IConvertible.cs, Math.cs,
8123         SByte.cs, UInt16.cs, UInt32.cs, UInt64.cs, UIntPtr.cs: CLSCompliant updates.
8124         * Convert.cs: CLSCompliant updates, add ChangeType() methods.
8125         * Delegate.cs: renamed target field to m_target.
8126         * Enum.cs: added missing methods.
8127         * MonoType.cs: add a constructor and some needed properties.
8128         * Object.cs: implement GetType().
8129         * String.cs: CLSCompliant updates. Fixes everywhere to remove the
8130         ending 0 char.
8131         * Type.cs: add missing methods/properties.
8132
8133 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
8134
8135         * AttributeUseage.cs: Should define AttributeUsageAttribute.
8136
8137         * CLSCompliant.cs: Marked with AttributeUsage attribute.
8138
8139         * Decimal.cs: Fixed CLSCompliant attributes.
8140
8141         * Type.cs: changed _impl to internal (needs to be accessable by
8142         subclasses).
8143
8144         (TypeHandle): Marked as abstract, implementation removed.
8145
8146         (IsNotPublic, IsPublic, GetMethods, GetPropery, GetConstructor,
8147         GetMethod): Added stub implementations so NUnit would link against
8148         corlib
8149
8150 Tue Nov 6 09:11:43 CET 2001 Paolo Molaro <lupus@ximian.com>
8151
8152         * AppDomain.cs: use an internal constructor for AssemblyBuilder.
8153
8154 2001-11-05  Miguel de Icaza  <miguel@ximian.com>
8155
8156         * NonSerializedAttribute.cs: Add AttributeUsage rules for this
8157         attribute. 
8158
8159 Fri Nov 2 18:23:15 CET 2001 Paolo Molaro <lupus@ximian.com>
8160
8161         * String.cs: fix a couple of bugs.
8162         * AppDomain.cs: use new AppBuilder constructor.
8163         * Buffer.cs, GC.cs, NonSerializedAttribute.cs,
8164         NotImplementedException.cs, ObjectDisposedException.cs,
8165         UnauthorizedAccessException.cs: add implementation.
8166         * OverflowException.cs: fix class name.
8167
8168 2001-10-28  Jeffrey Stedfast  <fejj@ximian.com>
8169
8170         * String.cs: Don't use a terminating nil char for our internal
8171         array.
8172
8173 2001-10-27  Miguel de Icaza  <miguel@ximian.com>
8174
8175         * Delegate.cs (Delegate.CombineImpl): Implement.
8176         (Delegate.Combine): Implement.
8177
8178         * MulticastDelegate.cs (MulticastDelegate.Equals): Implement.
8179
8180         (MulticastDelegate.CombineImpl): This was not as trivial as I
8181         thought. 
8182
8183         * ContextStaticAttribute.cs: Added AttributeUsage to
8184         ContextStaticAttribute. 
8185
8186         * FlagsAttribute.cs: Add AttributeUsage to FlagsAttribute
8187
8188 2001-10-15  Martin Weindel <martin.weindel@t-online.de>
8189
8190         * added Decimal.cs * added DecimalFormatter.cs (internal class
8191         used from System.Decimal)
8192
8193 2001-10-11  Thomas Neidhart <tome@sbox.tugraz.at>
8194
8195         * Convert.cs: Added methods for Base64 transforming just used the
8196           existing System.Security.Cryptography.ToBase64Transform, should
8197           be changed to use a stand-alone class, e.g. Base64Encoder
8198           
8199 2001-10-10  Derek Holden  <dholden@draper.com>
8200
8201         * IntegerFormatter.cs: Added. Implements ToString for all the
8202         integer data types for all the format types.
8203
8204         * Byte.cs: Using IntegerFormatter for ToString's.
8205
8206         * SByte.cs: Using IntegerFormatter for ToString's.
8207
8208         * Int16.cs: Using IntegerFormatter for ToString's.
8209
8210         * Int32.cs: Using IntegerFormatter for ToString's.
8211
8212         * Int64.cs: Using IntegerFormatter for ToString's.
8213
8214         * UInt16.cs: Using IntegerFormatter for ToString's.
8215
8216         * UInt32.cs: Using IntegerFormatter for ToString's.
8217
8218         * UInt64.cs: Using IntegerFormatter for ToString's.
8219
8220 2001-10-07  Miguel de Icaza  <miguel@ximian.com>
8221
8222         * Exception.cs: Implement bits of serialization.
8223
8224         * RuntimeFieldHandle.cs: Implement Serialization features.
8225
8226         * Type.cs: Implement TypeHandle property.
8227
8228 2001-09-28  Dick Porter  <dick@ximian.com>
8229
8230         * LocalDataStoreSlot.cs: Implemented
8231
8232 Tue Sep 25 19:58:14 CEST 2001 Paolo Molaro <lupus@ximian.com>
8233
8234         * String.cs: fix off-by-one error in Trim().
8235
8236 Tue Sep 25 18:52:14 CEST 2001 Paolo Molaro <lupus@ximian.com>
8237
8238         * Type.cs: added GetType () method.
8239
8240 Tue Sep 25 17:29:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
8241
8242         * MissingMethodException.cs, MissingMemberException.cs,
8243         MemberAccessException.cs: added.
8244
8245 Tue Sep 25 16:46:43 CEST 2001 Paolo Molaro <lupus@ximian.com>
8246
8247         * String.cs: don't access the string array out of bounds in
8248         LastIndexOf.  * Type.cs: fix return type of the Assembly property.
8249
8250 Mon Sep 24 20:35:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
8251
8252         * String.cs: make Intern and IsIntern internalcalls.
8253
8254 2001-09-13  Dick Porter  <dick@ximian.com>
8255
8256         * Type.cs: Added a stub for the IsValueType property.
8257
8258         * SystemException.cs (System): Added the other constructor, so
8259         that System.Threading exceptions can inherit it.
8260
8261 2001-09-08  Jeffrey Stedfast  <fejj@ximian.com>
8262
8263         * String.cs (TrimStart): Don't keep looping through the trimchars
8264         once we've found a match.
8265         (TrimEnd): Same here.
8266         (Trim): And finally here.
8267
8268 2001-09-07  Ravi Pratap  <ravi@ximian.com>
8269
8270         * Char.cs (IsLetterOrDigit): Implement.
8271         (IsLower): Implement, but we need to be Unicode aware.
8272         (IsNumber): Implement.
8273         (IsPunctuation): Implement.
8274         (IsWhiteSpace): Implement.
8275         (ToUpper): Fix to subtract 32 from the ASCII value, not 33 :)
8276         (ToLower): Same here.
8277
8278 2001-09-04  Miguel de Icaza  <miguel@ximian.com>
8279
8280         * Object.cs: Shortcut, if (a == b) then return true.
8281
8282 Fri Sep 7 18:34:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
8283
8284         * Delegate.cs: we need a pointer to the method thunk in
8285         the delegate object.
8286
8287 Fri Sep 7 12:28:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
8288
8289         * AsyncCallback.cs, common.src: add AsyncCallback delegate.
8290
8291 2001-09-06  Jeffrey Stedfast  <fejj@ximian.com>
8292
8293         * String.cs (System): Don't mix uint and int.
8294
8295 2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>
8296
8297         * String.cs (BoyerMoore): Modified to not use pointers and to instead
8298         use indexes.
8299         (IndexOf): Use BoyerMoore.
8300
8301 2001-09-02  Miguel de Icaza  <miguel@ximian.com>
8302
8303         * All over: Use the autogenerated enumerations from the ECMA
8304         documentation that Sergey wrote.
8305         
8306         * PlatformID.cs: Add Unix definition.
8307
8308         * OperatingSystem.cs: Use Unix instead of Linux here.
8309
8310         * MarshalByRefObject.cs: Mark class as [Serializable].
8311
8312 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
8313
8314         * Console.cs: impl. (write only)
8315         implemented the stdin stuff
8316
8317         * Int32.cs: impl. real op_Equal
8318
8319 2001-08-24  Miguel de Icaza  <miguel@ximian.com>
8320
8321         * (common.src): Removed IAsyncResult as it is not on CVS yet.
8322
8323         * UIntPtr.cs: Removed CLSCompliant attribute before the namespace,
8324         as it breaks the build.
8325
8326 2001-08-23  Michael Lambert <michaellambert@email.com>
8327
8328         * IntPtr.cs: Optimized unsafe declaration, implemented GetObjectData, 
8329         added CLSCompliant attribute
8330
8331         * IAsyncResult.cs: Added
8332
8333         * common.src: Added IAsyncResult.cs
8334
8335 2001-08-23  Michael Lambert <michaellambert@email.com>
8336
8337         * UIntPtr.cs: Added
8338
8339         * common.src: Added UIntPtr.cs
8340
8341 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
8342
8343         * Attribute.cs: uncomment some code to make it compile again
8344
8345         * mono.src: removed duplicated Attribute.cs
8346
8347 2001-08-16  Nick Drochak <ndrochak@gol.com>
8348
8349         * Attribute.cs: implemented all methods except GetHashCode()
8350
8351         * common.src: added Attribute.cs so it would compile in
8352
8353 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>
8354
8355         * Object.cs: changed MemberWiseClone to MemberwiseClone, and
8356         marked it as InternalCall
8357         
8358         * common.src: removed UriFormatException.cs because the file is
8359         not there.
8360
8361         * RuntimeTypeHandle.cs: replaced IntrPtr with IntPtr
8362         * Char.cs: replaced byte with char
8363
8364         * Array.cs: make it work with the mono interpreter
8365
8366 2001-08-06  Miguel de Icaza  <miguel@ximian.com>
8367
8368         * Version.cs: Make the class sealed
8369
8370 2001-08-08  Bob Smith  <bob@thestuff.net>
8371
8372         * Random.cs: Many compile fixes.
8373         * Random.cs: I read a bad spec. Class updated to match real spec.
8374
8375 2001-08-06  Miguel de Icaza  <miguel@ximian.com>
8376
8377         * IntPtr.cs: Added and Completed implementation.
8378
8379         * Uri.cs: Add a note.
8380
8381 2001-08-06  Bob Smith  <bob@thestuff.net>
8382
8383         * Random.cs: Compile fix. Needs more testing.
8384
8385 2001-08-06 Garrett Rooney <rooneg@electricjellyfish.net>
8386
8387         * Uri.cs: Initial Implementation.  Parsing needs to be fixed to take 
8388         into account IPv6 addresses, url encoding needs to be implemented, and 
8389         various minor methods need to be written, but this is a decent start.
8390
8391 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>
8392
8393         * common.src: added Object.cs
8394
8395         * mono.src: added ValueType.cs
8396
8397 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
8398
8399         * Math.cs: replaced libc with libm
8400
8401 2001-08-02  Bob Smith  <bob@thestuff.net>
8402
8403         * Random.cs: Implemented. Needs testing.
8404
8405 2001-08-02  Miguel de Icaza  <miguel@ximian.com>
8406
8407         * IServiceProvider.cs, EventHandler.cs: New files.
8408
8409 2001-08-02  Marcel Narings  <marcel@narings.nl>
8410         
8411         * DateTime.cs: Cleaned up a bit. Added the Add* family members.
8412         Added exceptions. Added IConvertible. Still needs some platform 
8413         dependend stuff, the Parse and ToString members
8414
8415 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
8416
8417         * Type.cs (GetTypeFromHandle): added placeholder 
8418
8419 2001-07-24  Derek Holden  <dholden@draper.com>
8420
8421         * Boolean.cs: Formatted to code style standard. Added GetTypeCode
8422         which is really an IConvertible defined method.
8423
8424         * Byte.cs: Added a missing Parse method. Put in Parse and ToString
8425         behavior, still need to do the main Parse and ToString.
8426
8427         * Char.cs: Added a bunch of missing ECMA methods. Commented a
8428         specification discrepency. Still didn't any unicode stuff, though
8429         every IsFoo(char c) method has an IsFoo(string, index)
8430         counterpart, added wrappers for those.
8431         
8432         * Convert.cs: Fixed NaN/Inf checking and double/float
8433         rounding. Added ToType for IConvertible classes
8434
8435         * Double.cs: Fixed ECMA min and max values. Added IsInfinity /
8436         IsNaN methods. Changed Inf/NaN internals.
8437
8438         * IConvertible.cs: Added comments for using
8439         Convert.ToType. Changed return values to draft base values.
8440
8441         * Int16.cs: Added a missing Parse statement. Put in behavior for
8442         overloaded ToString and Parse methods.
8443
8444         * Int32.cs: Added a missing Parse statement. Put in behavior for
8445         overloaded ToString and Parse methods.
8446
8447         * Int64.cs: Added a missing Parse statement. Put in behavior for
8448         overloaded ToString and Parse methods.
8449         
8450         * Single.cs: Put in ECMA epsilon value. Added IsInfinity / IsNaN
8451         methods. Changed Inf/NaN internals.
8452
8453         * SByte.cs: Added a missing Parse method. Put in Parse and
8454         ToString behavior, still need to do the main Parse and ToString.
8455
8456         * UInt16.cs: Added a missing Parse statement. Put in behavior for
8457         overloaded ToString and Parse methods.
8458
8459         * UInt32.cs: Added a missing Parse statement. Put in behavior for
8460         overloaded ToString and Parse methods.
8461
8462         * UInt64.cs: Added a missing Parse statement. Put in behavior for
8463         overloaded ToString and Parse methods.
8464         
8465 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
8466
8467         * MulticastDelegate.cs: New File.
8468
8469         * Delegate.cs: New file.
8470
8471         * Enum.cs: New file.
8472
8473         * Attribute.cs: New file.
8474
8475         * Type.cs: New file.
8476
8477         * ParamArrayAttribute.cs: New file.
8478
8479         * RuntimeTypeHandle.cs: New file.
8480
8481         * MulticastDelegate.cs: Added.
8482
8483         * DateTime.cs: Added
8484
8485         * Delegate.cs: Added
8486
8487 2001-07-18  Michael Lambert <michaellambert@email.com>
8488
8489         * AttributeTargets.cs: Add.
8490
8491 2001-07-19  Jeffrey Stedfast  <fejj@ximian.com>
8492
8493         * Char.cs: Made ToUpper and ToLower public methods.
8494
8495         * String.cs: Lots and lots of compile fixes - just need to write
8496         DateTime.cs and this should build completely now.
8497
8498 2001-07-19  Bob Smith (bob@thestuff.net)
8499
8500         * Math.cs: Implemented. 
8501
8502 2001-07-19  Miguel de Icaza  <miguel@ximian.com>
8503
8504         * String.cs: Removed tolower and toupper.
8505
8506         * Char.cs: Moved ToLower and ToUpper from string to here. 
8507
8508         * Convert.cs ToByte (float value), ToByte (double value) Use IsNan
8509         instead of comparing the value to Nan.
8510
8511 2001-07-19  Duco Fijma (duco@lorentz.xs4all.nl)
8512
8513         * TimeSpan.cs: New implementation.
8514
8515 2001-07-18  Scott Sanders <scott@stonecobra.com>
8516
8517          * UriFormatExcpetion.cs: Add - 85% complete
8518
8519 2001-07-17  Jeffrey Stedfast  <fejj@ximian.com>
8520
8521         * String.cs (IndexOf): Slight optimization that allows skipping
8522         over a few chars here and there. This isn't as good as using my
8523         Boyer-Moore implementation, however, Boyer-Moore is only really
8524         good for long strings (I plan on making the code decide which
8525         string search algorithm it should use on-the-fly at some point).
8526         (LastIndexOf): Fix to work correctly.
8527         (BoyerMoore): Took out some unneeded code and fixed an edge-case.
8528
8529 2001-07-16  Michael Lambert <michaellambert@email.com>
8530
8531         * EventArgs.cs: Add.
8532         
8533 2001-07-16  Miguel de Icaza  <miguel@ximian.com>
8534
8535         * Version.cs: Remove my buggy comment.
8536
8537 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>
8538
8539         * String.cs: Spelling error of IComparable, object's
8540         MemberwiseClone cannot be overridden.  Made indexer valid for now,
8541         but not sure what to do about this in the long run.  Seems to be a
8542         couple bugs in csc.exe having to do with multiple pointer defs in
8543         the same statement, and returning subclasses of a class in the
8544         return type of an interface function implementation.  Also moved
8545         operators inside of class definition.
8546
8547 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>
8548
8549         * String.cs: A tom of compile fixes, although we still don't compile.
8550
8551         * IConvertible.cs: The To*Int64() methods return *Int64's, not
8552         *Int32's. Also, it's ToDateTime() not ToDateType().
8553
8554 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>
8555
8556         * String.cs: Apparently I needed to at least write stubs for the
8557         IConvertible interfaces. *sigh*
8558
8559 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>
8560
8561         * String.cs: Many logic/other fixes and better usage of the
8562         features of c#
8563         (tolower): New convenience method to help condense code.
8564         (toupper): Another new helper method.
8565         (Compare): Use the new helper methods.
8566         (ToLower): use tolower().
8567         (ToUpper): use toupper().
8568         (LastIndexOfAny): Implemented.
8569         (BoyerMoore): New private helper method that implements a modified
8570         version of the Boyer-Moore search algorithm. Noothing uses it yet
8571         as I'm not 100% sure it even works properly with unicode strings
8572         not to mention it uses a huge lookup-table :-)
8573         (Split): Implemented.
8574
8575 2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>
8576
8577         * TODO: Added things that need to be finished in System.String
8578
8579         * String.cs: New source file implementing the System.String class
8580
8581 2001-07-12  Sean MacIsaac  <macisaac@ximian.com>
8582
8583         * TypeCode.cs: UInt64 was UInt63.
8584
8585         * Object.cs: Fixed a numer of compiler errors.
8586
8587         * Array.cs: Fixed some compiler errors.
8588
8589         * IComparable.cs: Fixed some compiler errors.
8590
8591         * ICloneable.cs: Fixed some compiler errors.
8592
8593         * IConvertible.cs: Fixed some compiler errors.
8594
8595         * IFormattable.cs: Fixed a compiler error.
8596
8597         * IFormatProvider.cs: Fixed a compiler error.
8598
8599         * IDisposable.cs: Fixed a compiler error.
8600
8601         * IFormatProvider.cs: Added public accesability type to
8602         IFormatProvider.
8603
8604         * Exception.cs: Added a using statement to remove compile time
8605         error.
8606
8607         * ApplicationException.cs: Removed a ; that was causing a compiler
8608         error.
8609
8610         * Int16.cs: Fixed some compiler errors.
8611
8612         * Int32.cs: Fixed some compiler errors.
8613
8614         * Int64.cs: Fixed some compiler errors.
8615
8616         * SystemException.cs: Fixed a compiler error.
8617
8618         * UInt16.cs: Fixed some compiler errors.
8619
8620         * UInt32.cs: Fixed some compiler errors.
8621
8622         * UInt64.cs: Fixed some compiler errors.
8623
8624         * Void.cs: Fixed a compiler error.      
8625
8626 2001-07-12  Joe Shaw  <joe@ximian.com>
8627
8628         * Array.cs: Fix backwards parameters to Array.SetValue()
8629         throughout.
8630         (BinarySearch): Fix backward logic surrounding whether to call
8631         value.CompareTo or comparer.Compare.
8632         (LastIndexOf): Stop being stupid. I am so not used to strongly
8633         bounded arrays...
8634         (Sort): Implement a quicksort.
8635
8636 2001-07-11  Joe Shaw  <joe@ximian.com>
8637
8638         * Array.cs: Change all instances of trying to access an array with
8639         the index operator to calls to GetValue and SetValue, and add
8640         InternalGetValue and InternalSetValue which are internal calls
8641         into the runtime. Ew.
8642
8643 2001-07-10  Joe Shaw  <joe@ximian.com>
8644
8645         * Array.cs: Implemented everything but Sort().
8646
8647 2001-07-09  Jeffrey Stedfast  <fejj@ximian.com>
8648
8649         * Object.cs (Object::Equals): Object variable name is `o'.
8650
8651 2001-07-06  Joe Shaw  <joe@ximian.com>
8652
8653         * Int16.cs, Int32.cs, Int64.cs, UInt16.cs, UInt32.cs, UInt64.cs:
8654         Implement the IComparable and IFormattable interfaces. Fix a typo
8655         (publig -> public)
8656
8657         * ApplicationException.cs, ArgumentException.cs,
8658         ArgumentNullException.cs, ArgumentOutOfRangeException.cs,
8659         ArtithmeticException.cs, ArrayTypeMismatchException.cs,
8660         DivideByZeroException.cs, DuplicateWaitObjectException.cs,
8661         ExecutionEngineException.cs, FormatException.cs,
8662         IndexOutOfRangeException.cs, InvalidCastException.cs,
8663         InvalidOperationException.cs, InvalidProgramException.cs,
8664         MulticateNotSupportedException.cs, NotFiniteNumberException.cs,
8665         NotSupportedException.cs, NullReferenceException.cs,
8666         OutOfMemoryException.cs, OverflowException.cs, RankException.cs,
8667         StackOverflowException.cs, SystemException.cs,
8668         TypeInitializationException.cs: Added all of the exceptions
8669         specified by the language spec. Mmmm... bloat.
8670
8671 2001-07-06  Miguel de Icaza  <miguel@ximian.com>
8672
8673         * Int64.cs, Int32.cs: Put.  Parsing and ToString missing.  Should
8674         do a generic routine all of these guys use.
8675
8676         * Int16.cs: identified missing methods.
8677
8678         * UInt16.cs, UInt32.cs, UInt64.cs: Add.
8679
8680 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
8681
8682         * TypeCode.cs: Implement
8683
8684         * Void.cs: Implement.
8685
8686         * TODO: Add file to keep track of pending tasks.
8687
8688         * Object.cs, ValueType.cs: Implement.