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