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