2003-01-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / corlib / System / ChangeLog
1 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * MonoCustomAttrs.cs: fixed GetBase () for Type. Thanks to Zoltan for
4         reporting.
5
6 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7
8         * MonoCustomAttrs.cs: fixed shortcut in GetCustomAttributes.
9         The argument ICustomAttributeProvider can be of other types different
10         from Type. Handle it.
11
12 2003-01-28  Zoltan Varga  <vargaz@freemail.hu>
13
14         * DateTime.cs: fix FromFileTime so the time returned by 
15         File::GetLastModificationTime etc. is in the correct timezone.
16
17 2003-01-28  Patrik Torstensson
18         * Exception.cs: reverted formating/endline changes (sorry guys)
19
20 2003-01-28  Patrik Torstensson
21
22         * MarshalByRefObject.cs: implemented GetObjectIdentity
23         * Exception.cs: added support for remote exceptions
24
25 2003-01-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
26
27         * DateTime.cs: fixed bug #37225.
28
29 2003-01-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
30
31         * Enum.cs: Clone the arrays in GetNames and GetValues. Thanks lupus!
32
33 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
34
35         * AppDomain.cs: Added DoTypeResolve method which will be called by
36         the runtime to raise TypeResolve events.
37
38 2003-01-27  Duncan Mak  <duncan@ximian.com>
39
40         * Enum.cs (ToType): Implement this using Convert.ToType.
41
42 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
43
44         * Math.cs: Remove Pow's implementation body as it was wrong.  The
45         C code does the right thing.  The code was trying to handle a
46         number of cases, and that was incorrect.
47
48 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
49
50         * CharEnumerator.cs: fix to Current by crainaj@hotmail.com. Closes
51         bug #37113.
52
53 2003-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
54
55         * Enum.cs: added caching to GetInfo.
56
57 2003-01-23  Dick Porter  <dick@ximian.com>
58
59         * Environment.cs (System): Implemented ExitCode
60
61 2003-01-23  Zoltan Varga  <vargaz@freemail.hu>\r
62 \r
63         * Type.cs (IsInstanceOfType): fixed regression caused by the change\r
64         to IsSubclassOf().\r
65 \r
66 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
67 \r
68         * MonoType.cs: re-added lines that were removed in the previous commit.\r
69 \r
70 2003-01-16  Lluis Sanchez Gual <lsg@ctv.es>\r
71 \r
72         * Type.cs: corrected property IsSerializable. It should always return\r
73         true for enums and delegates\r
74         * MonoType.cs: added serialization support.\r
75         * Delegate.cs: added serialization support.\r
76         * DBNull.cs: added serialization support.\r
77         * UnitySerializationHolder.cs: supports serialization of Assembly,\r
78         MonoType and DBNull.\r
79         * DelegateSerializationHolder.cs: added.\r
80 \r
81 2003-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
82 \r
83         * Exception.cs: changed default message to match MS one.\r
84 \r
85 2003-01-12  Patrik Torstensson <totte@race-x-change.com>\r
86 \r
87         * String.cs: Fixed bug with CompareOrdinal\r
88 \r
89 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
90 \r
91         * Enum.cs: implements IFormattable.\r
92 \r
93 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
94 \r
95         * AppDomain.cs: implemented DoCallBack method.\r
96         * MonoType.cs:\r
97         (GetConstructorImpl): when the flag is BindingFlags.Default, set it to\r
98         Public, Instance.\r
99 \r
100         NUnit2 tests start moving.\r
101 \r
102 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
103 \r
104         * Activator.cs: fixed bug #36052. Also added checks to avoid trying to\r
105         instantiate an abstract class.\r
106 \r
107 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
108 \r
109         * Type.cs:\r
110         (IsSubclassOf): return false when null. Use != instead of Equals.\r
111 \r
112 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
113 \r
114         * Type.cs: fixed IsSubclassOf. Patch from Zoltan Varga.\r
115 \r
116 Fri Jan 3 20:18:51 CET 2003 Paolo Molaro <lupus@ximian.com>\r
117 \r
118         * MonoType.cs: fixed Namespace property for nested types.\r
119 \r
120 Fri Jan 3 16:18:27 CET 2003 Paolo Molaro <lupus@ximian.com>\r
121 \r
122         * MonoCustomAttrs.cs: create properly typed arrays when returning\r
123         arrays of attributes of a given type.\r
124 \r
125 Fri Jan 3 11:10:14 CET 2003 Paolo Molaro <lupus@ximian.com>\r
126 \r
127         * MonoType.cs: fixed MemberType property for nested types.\r
128 \r
129 2003-01-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
130 \r
131         * String.cs: fixed bug #36209.\r
132 \r
133 2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>\r
134 \r
135         * Activator.cs: implemented method GetObject.\r
136 \r
137 2002-12-28  Marcus Urban <mathpup@mylinuxisp.com>\r
138 \r
139         * Activator.cs: Since the documentation indicates the method\r
140         either succeeds or throws one of the listed exceptions, we weren't\r
141         expecting that CreateInstance might be returning null.\r
142 \r
143         For more information on the bug, see http://bugs.ximian.com/show_bug.cgi?id=36109\r
144 \r
145 2002-12-20 Lluis Sanchez Gual <lsg@ctv.es>\r
146 \r
147         * MarshalByRefObject.cs: implemented CreateObjRef.\r
148 \r
149 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
150 \r
151         * DateTime.cs: fixed bug #30076.\r
152         * TimeZone.cs: provide the parameter name in a exception.\r
153 \r
154 2002-12-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
155 \r
156         * DecimalFormatter.cs: fixed bug #35560.\r
157 \r
158 Wed Dec 4 16:04:28 CET 2002 Paolo Molaro <lupus@ximian.com>\r
159 \r
160         * Type.cs: implemented GetInterfaceMap (needs an updated runtime).\r
161 \r
162 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
163 \r
164         * Array.cs: use Object.Equals (obj, obj) to compare objects to avoid\r
165         nulls. Fixes #34909.\r
166 \r
167 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
168 \r
169         * AppDomain.cs: DoAssemblyResolve now returns when one of the handlers\r
170         returns a non-null assembly.\r
171 \r
172 2002-12-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
173 \r
174         * MulticastDelegate.cs: make GetInvocationList work for more than 1\r
175         delegate.\r
176 \r
177 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
178 \r
179         * MulticastDelegate.cs: implemented GetInvocationList. I'll check later\r
180         if this is the correct order of invocation.\r
181 \r
182 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
183 \r
184         * Type.cs: changed the signature of internal_from_name. Modified\r
185         the overloads of GetType to use it and check the typeName argument.\r
186         Implemented FindInterfaces.\r
187 \r
188 2002-11-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
189 \r
190         * MarshalByRefObject.cs: undo latest changes. It breaks the build by\r
191         some obscure reasons (try make -f makefile.gnu using a corlib which has\r
192         the modified version).\r
193 \r
194 2002-11-26  Miguel de Icaza  <miguel@ximian.com>\r
195 \r
196         * String.cs (Concat): Reduce the number of compares required. \r
197 \r
198 Mon Nov 18 17:54:22 CET 2002 Paolo Molaro <lupus@ximian.com>\r
199 \r
200         * Activator.cs: throw a MissingMethodException if the default\r
201         constructor is not found in CreateInstance.\r
202 \r
203 2002-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
204 \r
205         * String.cs:\r
206         (Equals (str, str)): use 'as' instead of casting to object.\r
207         (Equals (obj)): check the length of the strings (until now,\r
208         "Hello".Equals ((object) "Hellow World!) was true!).\r
209 \r
210 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
211 \r
212         * MonoType.cs: implemented GetEvent (name, flags).\r
213 \r
214 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
215 \r
216         * AppDomain.cs: implemented a couple of methods called from the runtime\r
217         to fire AssemblyLoad and AssemblyResolve events.\r
218 \r
219 2002-10-31  Dick Porter  <dick@ximian.com>\r
220 \r
221         * Environment.cs: MonoIO methods now have an error parameter\r
222 \r
223 2002-10-29  Zoltan Varga  <vargaz@freemail.hu>\r
224 \r
225         * Enum.cs: Added support for whitespaces in Enum:Parse().\r
226 \r
227 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
228 \r
229         * Type.cs: fixed GetProperty (string, Type []) and removed get_property\r
230         internal call. Closes bug #32992.\r
231 \r
232 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
233 \r
234         * Exception.cs: display the inner exception, if any, in ToString ().\r
235 \r
236 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
237 \r
238         * Environment.cs: fixed StackTrace property.\r
239 \r
240 2002-10-16  Nick Drochak  <ndrochak@gol.com>\r
241 \r
242         * Enum.cs (Parse): Then fix the code so that it works too.\r
243 \r
244 2002-10-15  Nick Drochak  <ndrochak@gol.com>\r
245 \r
246         * Enum.cs (Parse): Use unsigned casts to avoid compiler warnings.\r
247 \r
248 2002-10-12  Nick Drochak  <ndrochak@gol.com>\r
249 \r
250         * IntegerFormatter.cs: Fix compiler warnings.\r
251 \r
252 2002-10-11  Tim Haynes <thaynes@openlinksw.com>\r
253 \r
254         * Type.cs (GetConstructors): Use the correct flags.\r
255 \r
256 2002-10-09  Nick Drochak  <ndrochak@gol.com>\r
257 \r
258         * IntegerFormatter.cs: Suppress insignificant leading zeros\r
259 \r
260 Fri Sep 27 15:06:29 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
261 \r
262         * MonoCustomAttrs.cs: applied patch by "Si Jingnan"\r
263         <stonewell@21cn.com> to return also derived types.\r
264 \r
265 2002-09-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
266 \r
267         * Activator.cs: little fix in CreateInstance (Type, bool).\r
268 \r
269 2002-09-19  Duncan Mak  <duncan@ximian.com>\r
270 \r
271         * Array.cs (CopyTo): Revert back to 1.40, this is stopping\r
272         I18N/Common from building right now.\r
273 \r
274 2002-09-19  Nick Drochak  <ndrochak@gol.com>\r
275 \r
276         * Array.cs (CopyTo): Account for Object type and base (primitive) types\r
277         * Type.cs (IsAssignableFrom): return false for a null parameter\r
278 \r
279 2002-09-19  Nick Drochak <ndrochak@gol.com>\r
280 \r
281         * Array.cs (CopyTo): Check that source type can be cast automatically\r
282         to the destination type.\r
283 \r
284 2002-09-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
285 \r
286         * Type.cs: implemented IsAssignableFrom, DefaultBinder and\r
287         GetDefaultMembers.\r
288 \r
289 2002-09-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
290 \r
291         * Char.cs: implemented ToString (char)\r
292         * IntegerFormatter.cs: made it internal.\r
293 \r
294 2002-09-13  Nick Drochak  <ndrochak@gol.com>\r
295 \r
296         * Enum.cs (Format): handle the "d" format for both signed and unsigned\r
297         underlying types.\r
298 \r
299 2002-09-12  Dick Porter  <dick@ximian.com>\r
300 \r
301         * UIntPtr.cs: Remove the [StructLayout(LayoutKind.Auto)]\r
302         attribute, as there doesn't appear to be any struct\r
303         layout-depending code here (and corcompare says it should be\r
304         LayoutKind.Sequential)\r
305 \r
306         * Decimal.cs: Stub out missing methods, add\r
307         [DecimalConstantAttribute] to the constant fields (as shown by\r
308         corcompare).\r
309 \r
310         * LocalDataStoreSlot.cs: \r
311         * Environment.cs: \r
312         * Char.cs: \r
313         * Array.cs: Stub out missing methods.\r
314 \r
315         * TypedReference.cs: \r
316         * ArgIterator.cs: Stub out\r
317 \r
318         * AppDomainSetup.cs: \r
319         * AppDomain.cs: Stub out missing methods, add missing\r
320         ClassInterface(ClassInterfaceType.None) attribute.\r
321 \r
322 2002-09-12  Nick Drochak  <ndrochak@gol.com>\r
323 \r
324         * Double.cs (ToString): Throw exception when "X" format is passed in.\r
325 \r
326 Wed Sep 11 15:26:34 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
327 \r
328         * MonoType.cs: implemented Module property.\r
329 \r
330 Wed Sep 11 12:49:51 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
331 \r
332         * MonoType.cs, Type.cs: implemented InvokeMember.\r
333 \r
334 Wed Sep 11 11:06:43 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
335 \r
336         * Delegate.cs: check the type passed to CreateDelegate is a Delegate\r
337         type. Check the method signature matches.\r
338 \r
339 Sat Sep 7 10:16:52 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
340 \r
341         * RuntimeMethodHandle.cs: implemented GetFunctionPointer().\r
342 \r
343 2002-09-06  Miguel de Icaza  <miguel@ximian.com>\r
344 \r
345         * Console.cs: Specify an encoder, otherwise we will get the UTF8\r
346         encoder that by default emits the byte markers.\r
347 \r
348 Fri Sep 6 20:14:04 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
349 \r
350         * Delegate.cs: look also for non-public methods until we have the\r
351         security checks in place.\r
352 \r
353 Fri Sep 6 12:20:06 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
354 \r
355         * MonoType.cs: consider also the full name in GetInterface.\r
356 \r
357 Fri Sep 6 12:11:28 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
358 \r
359         * MonoType.cs: implemented GetMembers, GetConstructorImpl and\r
360         GetMethodImpl using the binder.\r
361         * Type.cs: GetConstructorImpl/GetConstructor fixes.\r
362 \r
363 2002-09-03  Jonathan Pryor <jonpryor@vt.edu>\r
364         * Enum.cs: Get rid of warning CS0162.\r
365 \r
366 2002-09-04  Miguel de Icaza  <miguel@ximian.com>\r
367 \r
368         * Double.cs, Single.cs, Char.cs, Boolean.cs: Use internal for the\r
369         actual value instead of public.\r
370 \r
371         * LocalDataStoreSlot.cs: Make constructor internal.\r
372 \r
373         * Int16.cs, UInt16.cs, Int32.cs, UInt32.cs, Int64.cs, UInt64.cs,\r
374         SByte.cs, Byte.cs, Char.cs: Use internal for the actual value\r
375         instead of public.\r
376 \r
377 2002-09-03  Jonathan Pryor <jonpryor@vt.edu>\r
378         * Enum.cs: Fixed Enum.Format so that the "x" format specifier would work\r
379                    properly.\r
380 \r
381 2002-08-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
382 \r
383         * DateTime.cs: fixed buglet.\r
384 \r
385 Tue Aug 27 16:39:47 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
386 \r
387         * MonoType.cs: speedup access to common data.\r
388 \r
389 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
390 \r
391         * Double.cs: implemented TryParse.\r
392 \r
393         * Math.cs: PowImpl is now private.\r
394 \r
395         * MissingFieldException.cs: implemented Message.\r
396 \r
397         * RuntimeMethodHandle.cs: stubbed GetFunctionPointer.\r
398 \r
399         * _AppDomain.cs: Uncommented ToString.\r
400 \r
401 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
402 \r
403         * Type.cs:\r
404         (IsValueTypeImpl): it's virtual, not abstract. Implemented.\r
405 \r
406 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
407 \r
408         * ArgumentException.cs: use the field instead of the property for\r
409         param_name.\r
410 \r
411         * ArgumentOutOfRangeException.cs: modified Message.\r
412 \r
413         * DateTime.cs: \r
414         (_DoParse): throw out of range exception for year. Removed check\r
415         for month (it's done in the constructor).\r
416 \r
417 2002-08-21  Miguel de Icaza  <miguel@ximian.com>\r
418 \r
419         * Environment.cs: Implemented OSVersion property.\r
420 \r
421 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>\r
422 \r
423         * Exception.cs: set stack_trace to null\r
424 \r
425 Wed Aug 21 13:02:20 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
426 \r
427         * AppDomain.cs: implemented ToString().\r
428 \r
429 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
430 \r
431         * AppDomain.cs: securityInfo can be null in CreateDomain.\r
432 \r
433 2002-08-19  Dick Porter  <dick@ximian.com>\r
434 \r
435         * MonoType.cs: Add a space before the Assembly name in\r
436         AssemblyQualifiedName (needed for resource files so the MS runtime\r
437         can load types)\r
438 \r
439 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
440 \r
441         * AppDomain.cs: parameter name when throwing ArgumentNullException.\r
442 \r
443         * ArgumentException.cs: modified Message to do what MS does.\r
444 \r
445         * ArgumentNullException.cs: don't use {0} in message.\r
446 \r
447         * Exception.cs: use Message property in ToString ().\r
448 \r
449 2002-08-14  Cesar Octavio Lopez Nataren <cesar@ciencias.unam.mx>\r
450 \r
451         * WeakReference.cs: Changed the constructor and GetObjectData\r
452         method needed for ISerializable implementation in order to be\r
453         compatible with SOAP generated by MS.\r
454 \r
455 Wed Aug 14 17:34:07 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
456 \r
457         * MonoType.cs, Type.cs: DeclaringType/ReflectedType fixes.\r
458 \r
459 2002-08-12  Dietmar Maurer  <dietmar@ximian.com>\r
460 \r
461         * Exception.cs (ToString): changed the ouput format.\r
462 \r
463 2002-08-07  Dietmar Maurer  <dietmar@ximian.com>\r
464 \r
465         * MonoType.cs: moved get_method icall to this class, we can\r
466         remove it as soon someone provides a full featured GetMethodImpl.\r
467 \r
468         * Type.cs: use GetMethodImpl everywhere.\r
469 \r
470         * Delegate.cs: new CreateDelegate implementations.\r
471 \r
472 2002-08-06  Tim Coleman <tim@timcoleman.com>\r
473         * MonoType.cs: \r
474                 Fix bug #28582.  Now checks parameters for properties\r
475                 in GetPropertyImpl.\r
476 \r
477 2002-08-04  Nick Drochak  <ndrochak@gol.com>\r
478 \r
479         * Buffer.cs: Throw correct exception in GetByte() and SetByte().\r
480 \r
481 2002-08-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
482 \r
483         * String.cs:\r
484         (FormatSpecifier): allow white space between the comman and the width\r
485         specifier.\r
486 \r
487 2002-07-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
488 \r
489         * Int32.cs:\r
490         * Int64.cs:\r
491         * UInt32.cs:\r
492         * UInt64.cs: fixed bug #28050. May be a MS bug?\r
493 \r
494 Thu Jul 18 14:47:03 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
495 \r
496         * MonoType.cs: fix IsArrayImpl.\r
497 \r
498 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
499 \r
500         * String.cs: make ToLower (culture) and ToUpper (culture) use the\r
501         default ToLower and ToUpper and don't throw NotImplemented.\r
502 \r
503 Sat Jul 13 15:09:01 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
504 \r
505         * Type.cs: make GettTypeCode an icall. Test implementation of\r
506         GetMember().\r
507 \r
508 2002-07-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
509 \r
510         * AppDomainSetup.cs: implemented LoaderOptimization.\r
511 \r
512 2002-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
513 \r
514         * Activator.cs: some more intermediate results checking in\r
515         in CreateInstance and CreateInstanceFrom and use GetConstructor and\r
516         Invoke only with Type [] until the other overloaded versions work.\r
517 \r
518 2002-07-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
519 \r
520         * Activator.cs: reformatted. Implemented CreateInstance* methods\r
521         that return ObjectHandle.\r
522 \r
523         * AppDomain.cs: implemented CreateInstance*AndUnwrap methods.\r
524 \r
525 2002-07-03  Nick Drochak  <ndrochak@gol.com>\r
526 \r
527         * Decimal.cs (Divide): Short cut the case where the dividend is 0 (and\r
528         the divisor is not) and avoid the icall, which seems to have a bug.\r
529 \r
530 2002-07-03  Nick Drochak  <ndrochak@gol.com>\r
531 \r
532         * Double.cs (CompareTo): Correctly handle the case where the instance\r
533         is NaN. Also return 0 if the values are equal.\r
534 \r
535 2002/07/03  Nick Drochak <ndrochak@gol.com>\r
536 \r
537         * MissingMethodException: Add missing Message property\r
538         * MissingMemberException: Add missing Message property\r
539 \r
540 2002-06-30  Nick Drochak  <ndrochak@gol.com>\r
541 \r
542         * Double.cs (CompareTo): Just see which is bigger.  Don't use the\r
543         subtraction trick, it doesn't work when the values have a diference of\r
544         less than one.\r
545 \r
546         * Single.cs (CompareTo): same\r
547 \r
548 2002-06-27  Martin Baulig  <martin@gnome.org>\r
549 \r
550         * UIntPtr.cs (UIntPtr.Zero): Use an explicit `u' suffix in the\r
551         constructor argument.  [FIXME: The implicit conversion to an\r
552         unsigned integer doesn't work with mcs.]\r
553 \r
554 2002-06-26  Martin Baulig  <martin@gnome.org>\r
555 \r
556         * DecimalFormatter.cs: Removed MSTEST stuff, use `System',\r
557         not `S = System'.  This file now compiles with mcs.\r
558 \r
559         * String.cs: Removed the already ifdef-outed __arglist Concat function\r
560         to make it compile with mcs.\r
561 \r
562 2002-06-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
563 \r
564         * IntegerFormatter.cs:\r
565         (FormatParse.FormatNumber): fixed custom format for negative numbers.\r
566 \r
567 2002-06-21  Martin Baulig  <martin@gnome.org>\r
568 \r
569         * Double.cs: Replace the private `enum State' with constants since this\r
570         will avoid some bigger headaches in mcs.\r
571 \r
572 Thu Jun 20 17:51:44 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
573 \r
574         * TimeSpan.cs: do not pollute the namespace with the\r
575         System.Parser name.\r
576 \r
577 2002-06-18  Nick Drochak  <ndrochak@gol.com>\r
578 \r
579         * ArgumentException.cs: Use the message given in the constructor when\r
580         accessing the Message property.  Thanks to Dietmar for the help with \r
581         "base".\r
582 \r
583 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>\r
584 \r
585         * MonoType.cs: GetField is now a InternalCall\r
586 \r
587 2002-06-13  Nick Drochak  <ndrochak@gol.com>\r
588 \r
589         * DateTime.cs: (Parse): Accept dates that have no hour,min,sec. in the\r
590         sortable format(s), e.g. "2002-02-25"\r
591 \r
592 2002/06/12  Nick Drochak <ndrochak@gol.com>\r
593 \r
594         * Random.cs (Next): Fix math error.  Return a number within the range.\r
595 \r
596 2002-06-12  Nick Drochak  <ndrochak@gol.com>\r
597 \r
598         * String.cs (IndexOf): Return -1 if start index is equal to string\r
599         length.\r
600 \r
601 2002-06-10  Duncan Mak  <duncan@ximian.com>\r
602 \r
603         * Convert.cs (ToDouble): Remove rounding in ToDouble (float).\r
604         (ToType): Added null field in conversionTable to avoid\r
605         IndexOutOfRangeException. Changed what exceptions we throw to match\r
606         the spec.\r
607         \r
608 2002-06-11  Nick Drochak  <ndrochak@gol.com>\r
609 \r
610         * Int64.cs (Parse): Added unique strings to the messages where we throw\r
611         a FormatException. Needed these to debug, so just left them in since\r
612         they might be useful later. Fixed Currency parsing where we weren't\r
613         looking at CurrencyDecimalSeparator, etc.\r
614 \r
615 2002-06-09  Lawrence Pit  <loz@cable.a2000.nl>\r
616 \r
617         * DateTime.cs: fixes to pass tests M0 to M6:\r
618                 if yy pattern then year values >= 30 are in 20th century\r
619                 rfc1123 pattern is always in GMT, therefor useutc must be false\r
620         made GetNow() internal static so it can be called from TimeZone.\r
621         * TimeZone.cs: removed dependency on year 2002 from initialization of \r
622         current timezone.\r
623 \r
624 2002-06-09  Duncan Mak  <duncan@ximian.com>\r
625 \r
626         * Convert.cs (ToType): Rearranged what Exceptions we throw to\r
627         match MS behavior.\r
628 \r
629 2002-06-08  Duncan Mak  <duncan@ximian.com>\r
630 \r
631         * Decimal.cs: Added support for the IConvertible interface.\r
632 \r
633 2002-06-08  Martin Baulig  <martin@gnome.org>\r
634 \r
635         * Enum.cs (IsDefined): `value' may be of the enum's type itself, it\r
636         doesn't necessarily need to be of the enum's underlying type.\r
637 \r
638 2002/06/07  Nick Drochak <ndrochak@gol.com>\r
639 \r
640         * String.cs: Add [Serializable] to class\r
641         * SByte.cs (Parse): Add [CLSCompliant(false)] to all the overloads\r
642 \r
643 2002-06-04  Nick Drochak  <ndrochak@gol.com>\r
644 \r
645         * Double.cs (Parse): Recognize the group separator string, but still we\r
646         don't check the format for the proper number of digits between\r
647         separators. Also throw OverflowException when we get Pos or Neg\r
648         Infinity from runtime.\r
649 \r
650 2002-06-03  Duncan Mak  <duncan@ximian.com>\r
651 \r
652         * Convert.cs (ToDouble): Fixed ToDouble (byte value).\r
653 \r
654 Mon Jun 3 12:18:18 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
655 \r
656         * Type.cs: fixed GetTypeCode.\r
657 \r
658 2002-06-02  Duncan Mak  <duncan@ximian.com>\r
659 \r
660         * Convert.cs (ToInt16): use Convert.ToInt16 (int) instead of a direct\r
661         cast from an int so that we throw OverFlowException correctly.\r
662         \r
663         (ToInt64): Use a new 64bit version of ConvertToBase.\r
664         \r
665         (ConvertToBase): Add checks for overflow (checks Int32.MinValue\r
666         and Int32.MaxValue).\r
667 \r
668         (ConvertFromBase64): New 64-bit version of ConvertFromBase.\r
669 \r
670 2002-06-02  Nick Drochak  <ndrochak@gol.com>\r
671 \r
672         * Convert.cs (ToSByte): Check for special value.\r
673         * Single.cs (Parse): \r
674         * UInt16.cs (Parse):\r
675         * UInt32.cs (Parse): Throw OverflowException if negative\r
676 \r
677 2002-06-02  Duncan Mak  <duncan@ximian.com>\r
678 \r
679         * Convert.cs (DBNull): Point it to DBNull.Value.\r
680         (IsDBNull): Instead of checking typecodes, just check to see if\r
681         it's the same as the DBNull field.\r
682 \r
683 2002-06-02  Nick Drochak  <ndrochak@gol.com>\r
684 \r
685         * Convert.cs (ConvertFromBase): Detect bad digits correctly.\r
686 \r
687 2002-06-02  Duncan Mak  <duncan@ximian.com>\r
688 \r
689         * Char.cs (Parse): Simplify the Exception handling.\r
690 \r
691         * Convert.cs (ToDecimal): Remove call to Math.Round () when\r
692         converting from a float.\r
693 \r
694 2002-05-30  Martin Baulig  <martin@gnome.org>\r
695 \r
696         * MonoType.cs (GetInterface): Implemented.\r
697 \r
698 Thu May 23 17:17:28 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
699 \r
700         * Activator.cs: implemented CreateInstance ().\r
701 \r
702 2002-05-22  Duncan Mak  <duncan@ximian.com>\r
703 \r
704         * Convert.cs (ConvertToBase): Added new 64bit version.\r
705         (BuildConvertedString64): New 64bit version of\r
706         BuildConvertedString.\r
707 \r
708         This fixes bug 25068.\r
709 \r
710         (ConvertFromBase): Added additional test for checking if the\r
711         digits are valid. Thanks to Miguel for coming up with this test.\r
712 \r
713         This fixes bug 25071.\r
714         \r
715 2002-05-21  Duncan Mak  <duncan@ximian.com>\r
716 \r
717         * Convert.cs (ToType): Rearranged to fit the new layout of\r
718         conversionTable.\r
719 \r
720         (conversionTable): Rearranged to fit the layout of the\r
721         System.TypeCode enum.\r
722 \r
723         This should fix bug 25075.\r
724         \r
725 2002-05-21  Duncan Mak  <duncan@ximian.com>\r
726 \r
727         * Convert.cs (ToString): Fixed the ToString methods. Previously I had\r
728         mixed up the two code paths, one for converting to a specific base\r
729         (this case), another from converting from a foreign base to base10\r
730         (used by ToInt16|32|64 (string, int)). This fixes bug 25068.\r
731 \r
732         * Convert.cs (ToByte)\r
733         (ToSByte): Fixed bug 25074. Added more bits to ConvertFromBase so\r
734         that we won't confuse FormatException with OverflowException.\r
735 \r
736 2002-05-22  Lawrence Pit  <loz@cable.a2000.nl>\r
737 \r
738         * Environment.cs: CommandLine missed spaces between arguments.\r
739         Implemented StackTrace. Returning MachineName in UserDomainName\r
740         instead of null.\r
741         \r
742 Tue May 21 17:25:49 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
743 \r
744         * MonoCustomAttrs.cs: handle inherit argument.\r
745 \r
746 2002-05-21  Nick Drochak  <ndrochak@gol.com>\r
747 \r
748         * Math.cs (Pow): Change icall method name and insert parameter\r
749         checks in for infinities and NaN.\r
750 \r
751 2002-05-13  Miguel de Icaza  <miguel@ximian.com>\r
752 \r
753         * Double.cs (Parse): Reimplement by cleaning up the string first,\r
754         and then passing to strtof in the mono runtime.\r
755 \r
756         * Single.cs (Parse): Use the Double implementation and cast to\r
757         float. \r
758 \r
759 2002-05-21  Nick Drochak  <ndrochak@gol.com>\r
760 \r
761         * Math.cs \r
762                 (Ceiling): Check for "special" values\r
763                 (Floor): Check for "special" values\r
764                 (Round): Fix off-by-one error on decimal shifting\r
765 \r
766 2002-05-20  Lawrence Pit  <loz@cable.a2000.nl>\r
767 \r
768         * DateTime.cs: ToString () using "G" format specifier \r
769 \r
770 2002-05-19  Martin Baulig  <martin@gnome.org>\r
771 \r
772         * Convert.cs (FromBase64CharArray): Do correct exception handling.\r
773 \r
774 2002-05-19  Martin Baulig  <martin@gnome.org>\r
775 \r
776         * Convert.cs (FromBase64CharArray): Convert the char array using\r
777         System.Text.UTF8Encoding, not UnicodeEncoding (which is UTF-16) to\r
778         a byte array.\r
779 \r
780 2002-05-17  Miguel de Icaza  <miguel@ximian.com>\r
781 \r
782         * MonoType.cs: Style changes.\r
783 \r
784         * Type.cs: Style changes.\r
785 \r
786 2002-05-16  Piers Haken <piersh@friksit.com\r
787 \r
788         * UInt64.cs: fix declaration of IConvertible.To* overrides.\r
789 \r
790 2002-05-16  Nick Drochak  <ndrochak@gol.com>\r
791 \r
792         * BitConverter.cs (ToString): Add parameter check for invalid start \r
793         index.\r
794 \r
795         * Console.cs: Use AutoFlush on the StreamWriter for stdin and stdout\r
796         now that StreamWriter uses buffering\r
797 \r
798 2002-05-14  Miguel de Icaza  <miguel@ximian.com>\r
799 \r
800         * Double.cs: Oops.  Also handle exponents without finding a dot.\r
801 \r
802 2002-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
803 \r
804         * ChangeLog: removed empty entry at the top of the file.\r
805 \r
806         * Int32.cs: made static functions used by Parse internal.\r
807 \r
808         * Int64.cs:\r
809         * UInt32.cs:\r
810         * UInt64.cs: removed static fucntions used by Parse and use the ones\r
811         in Int32.cs\r
812 \r
813 2002-05-12  Daniel Morgan <danmorg@sc.rr.com>\r
814 \r
815         * IServiceProvider.cs: added using System\r
816 \r
817 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>\r
818 \r
819         * Single.cs: copied ToString() and Parse() methods from \r
820         Double to Single and modified a tiny bit for Single.  \r
821         There is still a FIXME for Double and Single about\r
822         passing the format and provider info to the icall too.\r
823 \r
824 2002-05-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
825 \r
826         * Int32.cs:\r
827         * Int64.cs:\r
828         * UInt32.cs:\r
829         * UInt64.cs (Parse): don't use Char.IsNumber to test for hex digits.\r
830         Don't use a delegate to test for valid digits.\r
831 \r
832 2002-05-01  Duncan Mak  <duncan@ximian.com>\r
833 \r
834         * Convert.cs: \r
835         * Math.cs: Added missing CLSCompliant attributes where necessary.\r
836         \r
837 2002-04-30  Duncan Mak  <duncan@ximian.com>\r
838 \r
839         * ArgumentException.cs (Message): \r
840         * ArgumentOutOfRangeException.cs (Message): Added.\r
841 \r
842 2002-04-30  Nick Drochak  <ndrochak@gol.com>\r
843 \r
844         * MonoType.cs: Remove unused variable and eliminate a compiler warning.\r
845 \r
846 Mon Apr 29 15:32:02 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
847 \r
848         * Environment.cs: support for Exit(), CommandLine, CommandLineArgs ().\r
849 \r
850 2002-04-28  Duncan Mak  <duncan@ximian.com>\r
851 \r
852         * DivideByZeroException.cs: Added missing serialization constructor.\r
853 \r
854         * UnauthorizedAccessException.cs: Added the missing Serializable attribute.\r
855 \r
856 2002-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
857 \r
858         * Math.cs: fix Floor () and Round (). Closes #23960.\r
859 \r
860 2002-04-27  Nick Drochak  <ndrochak@gol.com>\r
861 \r
862         * Array.cs (IList.Contains): Should throw a RankException if this is \r
863         called on a Rank > 1 array. Not in the docs, but this is what the \r
864         MS.NET does.\r
865 \r
866 2002-04-26  Duncan Mak  <duncan@ximian.com>\r
867 \r
868         * MissingMemberException.cs: Made the message variable 'protected'\r
869         instead of 'private', so that we can see it in\r
870         MissingMethodException and MissingFieldException.\r
871 \r
872         * MissingFieldException.cs:\r
873         * MissingMethodException.cs: Added missing (string, string)\r
874         constructor, and also the Message property.\r
875 \r
876 2002-04-26  Martin Baulig  <martin@gnome.org>\r
877 \r
878         * Enum.cs: Implemented the IConvertible methods.\r
879 \r
880 2002-04-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
881 \r
882         * SByte.cs: little change in Parse (string) to avoid incorrect\r
883         OverflowException thrown (reported by nickd).\r
884 \r
885 2002-04-22  Miguel de Icaza  <miguel@ximian.com>\r
886 \r
887         * ValueType.cs: Add Serializable attribute.\r
888 \r
889         * String.cs: ifdef-out out the __arglist Concat function until I\r
890         add support for that to mcs.\r
891 \r
892 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>\r
893 \r
894         * AppDomain.cs (GetValue): usage of the correct icall (bug)\r
895 \r
896 Wed Apr 24 21:15:44 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
897 \r
898         * GC.cs: implement most of the methods as icalls.\r
899 \r
900 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
901 \r
902         * DecimalFormatter.cs (ToString): return correct value when the\r
903         decimal number is 0.\r
904 \r
905 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>\r
906         \r
907         * Type.cs (GetProperty): fixed call syntax (needs an empty array not null)\r
908         * MonoType.cs (GetPropertyImpl) : basic implementation (ignores types, bindingAttr, modifiers)\r
909 \r
910 2002-04-24  Nick Drochak  <ndrochak@gol.com>\r
911 \r
912         * Double.cs (Parse): Handle case where there are no digits before the \r
913         decimal point, such as ".1".\r
914 \r
915 2002-04-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
916 \r
917         * Int32.cs:\r
918         * UInt32.cs:\r
919         * Int64.cs:\r
920         * UInt64.cs: fixed bug #23738 (hex numbers parsed wrong).\r
921 \r
922 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>\r
923 \r
924         * String.cs (Split): fixed invalid split of count 0 and 1.\r
925         \r
926 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>\r
927         \r
928         * String.cs (LastIndexOf): fixed argument checking.\r
929         * String.cs (Equals): made internal for performace.\r
930 \r
931 2002-04-23  Nick Drochak  <ndrochak@gol.com>\r
932 \r
933         * String.cs (Join): check argument and throw exception if needed\r
934 \r
935 2002-04-23  Nick Drochak  <ndrochak@gol.com>\r
936 \r
937         * String.cs (StartsWith): check argument and throw exception if needed\r
938 \r
939 2002-04-22  Nick Drochak  <ndrochak@gol.com>\r
940 \r
941         * String.cs (IndexOfAny): check arguments and throw exceptions as\r
942         neccessary.  ALso remove some debug WriteLines.\r
943 \r
944 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>\r
945 \r
946         * String.cs: use internal constructors\r
947         buf fix in Concat.\r
948 \r
949 Thu Apr 18 17:16:15 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
950 \r
951         * MonoType.cs: make GetElementType its own icall.\r
952 \r
953 2002-04-18  Nick Drochak <ndrochak@gol.com>\r
954 \r
955         * String.cs: Modified file. Re-add methods needed by the unit tests.\r
956 \r
957 Thu Apr 18 12:38:32 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
958 \r
959         * String.cs: some code speedups and restored GetTypeCode().\r
960 \r
961 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>\r
962 \r
963         * String.cs: New implementation using internal calls.\r
964         \r
965 2002-04-16  Nick Drochak  <ndrochak@gol.com>\r
966 \r
967         * DecimalFormatter.cs: Trim off excess null characters from the string\r
968         that decimal2string gives back.\r
969 \r
970 2002-04-16  Nick Drochak  <ndrochak@gol.com>\r
971 \r
972         * String.cs (SubString): revert my change.  I can't reproduce the\r
973         problem anymore.\r
974 \r
975 2002-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
976 \r
977         * Attribute.cs: added GetHashCode and Equals.\r
978 \r
979 2002-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
980 \r
981         * Enum.cs: little improvements to Format ().\r
982 \r
983 Thu Apr 11 12:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
984 \r
985         * String.cs: internalcall GetHashCode().\r
986         * Array.cS: optimize access to elements.\r
987 \r
988 Wed Apr 10 21:20:19 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
989 \r
990         * String.cs: make IndexOfAny() use an internalcall.\r
991 \r
992 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
993 \r
994         * Int32.cs:\r
995         * UInt32.cs:\r
996         * Int64.cs: \r
997         * UInt64.cs: fixed error when testing for validity of flags.\r
998 \r
999 2002-04-11  Nick Drochak  <ndrochak@gol.com>\r
1000 \r
1001         * Double.cs: Use an internal call for ToString(). This is just a simple\r
1002         implementation to get away from throwing a NotImplementedException.\r
1003 \r
1004 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1005 \r
1006         * Int32.cs:\r
1007         * UInt32.cs:\r
1008         * Int64.cs: \r
1009         * UInt64.cs: changed Type.GetType () by typeof (), as suggested by\r
1010         lupus.\r
1011 \r
1012         * Int32.cs:\r
1013         * Int64.cs: throw an OverFlowException when parsing a string \r
1014         containing a dot followed by any non '0' number.\r
1015 \r
1016 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1017 \r
1018         * Byte.cs:\r
1019         * UInt16.cs:\r
1020         * UInt32.cs:\r
1021         * UInt64.cs: added complex Parse ().\r
1022 \r
1023 2002-04-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1024 \r
1025         * SByte.cs:\r
1026         * Int16.cs:\r
1027         * Int32.cs:\r
1028         * Int64.cs: added complex Parse ().\r
1029 \r
1030 2002-04-09  Nick Drochak  <ndrochak@gol.com>\r
1031 \r
1032         * Array.cs (BinarySearch): Add checks on paramters before using them\r
1033         and throw exceptions as needed.\r
1034 \r
1035         * Enum.cs (Format): Check if [Flags] is applied to enum and convert\r
1036         "G" format to "F" if so.\r
1037 \r
1038 Tue Apr 9 13:12:09 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
1039 \r
1040         * MonoCustomAttrs.cs: return arrays of type Attribute[]\r
1041         instead of object[].\r
1042 \r
1043 2002/04/09  Nick Drochak <ndrochak@gol.com>\r
1044 \r
1045         * String.cs (Substring): Copy only non-null characters to the new\r
1046         string.\r
1047 \r
1048 2002-04-09  Nick Drochak  <ndrochak@gol.com>\r
1049 \r
1050         * IntegerFormatter.cs: Don't use a format character to indicate a\r
1051         custom format was passed in. It was using 'z' to indicate a custom\r
1052         format, but really it should throw a format exception if the user\r
1053         tries to use "z" as the format string. Now it does.\r
1054 \r
1055         * Activator.cs: New File.\r
1056 \r
1057 2002-04-08  Nick Drochak  <ndrochak@gol.com>\r
1058 \r
1059         * Enum.cs (ToString): Big ugly fix for the case where [Flags] is\r
1060         applied to an enum. Need to handle the different possible integer\r
1061         types of an enum somehow.  Can anyone say generics?\r
1062 \r
1063 Mon Apr  8 06:22:42  2002 Piers Haken <piersh@friskit.com>\r
1064 \r
1065         * Convert.cs: switched the To*(object) methods to use\r
1066         IConvertible directly instead of calling ChangeType\r
1067 \r
1068 Sat Apr 6 20:08:41 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
1069 \r
1070         * ValueType.cs: make Equals() an internalcall.\r
1071 \r
1072 Fri Apr 5 15:38:54 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
1073 \r
1074         * Type.cs: also look for nested types in FindMembers.\r
1075         * MonoType.cs: make GetNestedTypes() an internalcall.\r
1076 \r
1077 2002-04-05  Nick Drochak  <ndrochak@gol.com>\r
1078 \r
1079         * Enum.cs (Parse): Handle different underlying types.\r
1080 \r
1081 2002/04/04 Nick Drochak <ndrochak@gol.com>\r
1082 \r
1083         * Enum.cs (IsDefined): Throw exception when type of value to look for\r
1084         is not the correct one.  Attempt to have it work with string values\r
1085         too, but not sure if the unit tests are getting that far yet.\r
1086 \r
1087 2002-04-04  Nick Drochak  <ndrochak@gol.com>\r
1088 \r
1089         * Decimal.cs: Fix a couple of typos.\r
1090 \r
1091 Wed Apr 3 19:46:00 CEST 2002 Paolo Molaro <lupus@ximian.com>\r
1092 \r
1093         * Enum.cs: the values array is of the enum and not of the underlying\r
1094         type. Updates and some bug fixes.\r
1095         * MonoType.cs: make the internalcall return FullName instead of the\r
1096         assembly qualified name.\r
1097         * Type.cs: make ToString () simply return FullName.\r
1098 \r
1099 2002-04-03  Nick Drochak  <ndrochak@gol.com>\r
1100 \r
1101         * Type.cs (GetTypeCode): provide some of the implementation for this\r
1102         method.  It's still too simplistic to be considered complete.\r
1103 \r
1104 2002-04-02  Dietmar Maurer  <dietmar@ximian.com>\r
1105 \r
1106         * Object.cs: fixed FieldGetter/FieldSetter signature\r
1107 \r
1108 2002-04-02  Nick Drochak  <ndrochak@gol.com>\r
1109 \r
1110         * Environment.cs: add MonoTODO's on parts that should have it.\r
1111 \r
1112 2002-04-01  Nick Drochak  <ndrochak@gol.com>\r
1113 \r
1114         * Enum.cs: added reality checks (check parameters to most methods that\r
1115         need them).\r
1116 \r
1117 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>\r
1118 \r
1119         * Object.cs: added FieldGetter/FieldSetter\r
1120 \r
1121 2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1122 \r
1123         * IntegerFormatter.cs: fixed initialization error in static\r
1124         constructor.\r
1125 \r
1126 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>\r
1127 \r
1128         * Delegate.cs: added new field to store a trampoline function\r
1129 \r
1130 2002-03-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>\r
1131 \r
1132         * IntegerFormatter.cs: added workaround for bug #22668. First patch to\r
1133         make custom format strings work (not fully functional yet).\r
1134 \r
1135 2002/03/28  Nick Drochak <ndrochak@gol.com>\r
1136 \r
1137         * IntegerFormatter.cs: Change class from internal to public.  Add\r
1138         necessary [CLSCompliant(false)] attributes.\r
1139 \r
1140 2002-03-27  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1141         * _AppDomain.cs, AppDomain.cs: renamed method GetDate to GetData\r
1142         (was a typo)\r
1143 \r
1144 2002-03-28  Nick Drochak  <ndrochak@gol.com>\r
1145 \r
1146         * Type.cs: Added MonoTODO tags on members that have FIXME, etc.\r
1147 \r
1148 2002-03-27  Dan Lewis  <dihlewis@yahoo.co.uk>\r
1149 \r
1150         * Console.cs: Modified to get std handles from MonoIO.\r
1151         * Environment.cs: removed PAL dependencies.\r
1152 \r
1153 2002-03-25  Miguel de Icaza  <miguel@ximian.com>\r
1154 \r
1155         * String.cs (System): Removed internal enumeration, because\r
1156         bootstrapping the corlib at this point does not support\r
1157         enumerations. \r
1158 \r
1159         * IntPtr.cs: Temporary work-around until I fix the assembly\r
1160         attributes bug.\r
1161 \r
1162 2002-03-24  Martin Baulig  <martin@gnome.org>\r
1163 \r
1164         * Enum.cs (GetValues): According to the docu this is sorted after\r
1165         values, not names.\r
1166 \r
1167         * String.cs (System): Removed enumeration, because it is pretty\r
1168         hard to support enumerations in /nostdlib mode for the core types.\r
1169 \r
1170 Tue Mar 19 18:18:49 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1171 \r
1172         * Array.cs: move error handling in the catch block.\r
1173         * MulticastDelegate.cs: remove == and != operators that were\r
1174         removed with the delegate changes (when you add stuff, please do not\r
1175         remove existing functionality!).\r
1176         * Type.cs: if a property is not found in a type, search for it\r
1177         in the parent types, too.\r
1178 \r
1179 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>\r
1180         \r
1181         * Math.cs: changed to use icall instead of PAL.\r
1182 \r
1183 2002-03-18  Dietmar Maurer  <dietmar@ximian.com>\r
1184 \r
1185         * Double.cs: added check for NaN (Bug [22082])\r
1186 \r
1187 2002-03-19  Nick Drochak  <ndrochak@gol.com>\r
1188 \r
1189         * Enum.cs (Equals): check for null and throw if it is.\r
1190         * Enum.cs (Format): check for null parameters and throw if necessary.\r
1191         This method still needs more argument checking.\r
1192 \r
1193 2002-03-18  Dietmar Maurer  <dietmar@ximian.com>\r
1194 \r
1195         * Enum.cs (Equals): check if Enums are of the same type\r
1196 \r
1197 2002-03-18  Nick Drochak  <ndrochak@gol.com>\r
1198 \r
1199         * Double.cs: Explicitly handle comparisons in CompareTo() for\r
1200         Positive/Negative Infinity and NaN. Unit Test now passes on Linux.\r
1201 \r
1202         * Enum.cs(CompareTo): Check types of values before trying to compare.\r
1203         Throw exceptions if types are invalid or don't match.\r
1204 \r
1205 2002-03-14  Miguel de Icaza  <miguel@ximian.com>\r
1206 \r
1207         * Array.cs: Add some extra debugging information.\r
1208 \r
1209 2002-03-15  Nick Drochak  <ndrochak@gol.com>\r
1210 \r
1211         * Array.cs: Added IList and IEnumerable. \r
1212 \r
1213 2002-03-14  Miguel de Icaza  <miguel@ximian.com>\r
1214 \r
1215         * UInt64.cs, UInt32.cs, UInt16.cs: Mark public parse methods as\r
1216         NonCLSCompliant. \r
1217 \r
1218 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>\r
1219 \r
1220         * Delegate.cs (Equals): also compare method_ptr \r
1221         (GetHashCode): returm method_ptr as hash\r
1222 \r
1223 2002-03-13  Duco Fijma  <duco@lorentz.xs4all.n>\r
1224         * TimeSpan.cs: removed the use of Custom Numeric Format Strings,\r
1225         such as 42.ToString("0000000"), as these are (currently) not implemented\r
1226         in System.IntegerFormatter. TimeSpan luckely can do with Standard\r
1227         Numeric Format Strings, such as 42.ToString("D7").\r
1228 \r
1229 2002-03-12  Duncan Mak  <duncan@ximian.com>\r
1230 \r
1231         * FieldAccessException.cs: \r
1232         * MethodAccessException.cs: \r
1233         * PlatformNotSupportedException.cs: Inherit from\r
1234         MemberAccessException, not SystemException.\r
1235 \r
1236         * ObsoleteAttribute.cs: Made Message and IsError properties\r
1237         instead of fields.\r
1238 \r
1239 Tue Mar 12 19:21:18 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1240 \r
1241         * GC.cs: make SuppressFinalize() a nop.\r
1242         * Delegate.cs: fix == operator.\r
1243 \r
1244 2002-03-13  Nick Drochak  <ndrochak@gol.com>\r
1245 \r
1246         * Enum.cs: Add IConvertible methods. Cyclic dependancy fixed in the\r
1247         runtime that goes with this patch.\r
1248 \r
1249 2002-03-10  Martin Baulig  <martin@gnome.org>\r
1250 \r
1251         * Int32.cs (Parse): Correctly parse negative numbers.\r
1252 \r
1253 2002-03-08  Martin Baulig  <martin@gnome.org>\r
1254 \r
1255         * String.cs (Split): Really fix it this time. Also adding several new\r
1256         testcase to the testsuite.       \r
1257 \r
1258 2002-03-08  Martin Baulig  <martin@gnome.org>\r
1259 \r
1260         * Array.cs (Copy): Optimized: removed duplicate null check, removed\r
1261         two duplicate GetLowerBound() calls and one duplicate IsValueType.\r
1262 \r
1263 Fri Mar 8 18:49:19 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1264 \r
1265         * Object.cs: commit my hacked GetHashCode(): it's good enough for now.\r
1266         * String.cs: use the dumb code for IndexOf(string): this is worth\r
1267         15-20 % speedup in mcs compile with mint.\r
1268 \r
1269 Fri Mar 8 12:45:44 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1270 \r
1271         * String.cs: revert change to Split() that broke the compiler (hi martin!:-).\r
1272 \r
1273 2002-03-07  Martin Baulig  <martin@gnome.org>\r
1274 \r
1275         * String.cs (Join): Throw an ArgumentNullException.\r
1276         (LastIndexOf (string,int,int)): This method does a backwards search,\r
1277         so startIndex points to the end of value, not to its beginning. Don't\r
1278         throw an exception if startIndex equals this.Length. Always return -1\r
1279         if startIndex is smaller than the length of value.\r
1280         (Replace (string,string)): Replace all occurences of oldValue.\r
1281         If newValue is null, all occurences of oldValue are to be removed.\r
1282         (Split (char[],int)): Return an empty array if maxCount is zero, throw\r
1283         an ArgumentOutOfRangeException if it's less than zero. Return maxValue\r
1284         elements, not maxValue+1.\r
1285 \r
1286 Thu Mar 7 17:16:06 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1287 \r
1288         * MonoType.cs: make GetEvents() an internal call.\r
1289         * MulticastDelegate.cs: copy the passed in array.\r
1290 \r
1291 2002-03-06  Martin Baulig  <martin@gnome.org>\r
1292 \r
1293         * Array.cs (Copy): Use FastCopy when appropriate and do correct\r
1294         exception handling.\r
1295 \r
1296 2002-03-06  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1297         * CharEnumerator.cs: fixes to CharEnumertor.MoveNext, fixing \r
1298         some of the failures found be new tests (see ChangeLog in \r
1299         Test/System). Comments added to this method, based on\r
1300         the representation invariant of this class, that (try to) explain\r
1301         why it now should be correct.\r
1302 \r
1303 2002-03-06  Dietmar Maurer  <dietmar@ximian.com>\r
1304 \r
1305         * Int64.cs (Parse): bug fix for max. negative value. \r
1306 \r
1307 2002-03-07  Nick Drochak  <ndrochak@gol.com>\r
1308 \r
1309         * RuntimeTypeHandle.cs: Add Serializable attribute as the docs say.\r
1310         I need to understand what the difference between the attribute and\r
1311         the interface is.\r
1312 \r
1313 2002-03-06  Martin Baulig  <martin@gnome.org>\r
1314 \r
1315         * Array.cs (Copy): Always throw an ArrayTypeMismatchException, not\r
1316         an InvalidCastException if the widening conversion failed. See\r
1317         testcases #M94-#M96.\r
1318 \r
1319         * Array.cs (CopyTo): Bug fix from Ajay Dwivedi, correctly handle\r
1320         arrays with non-zero lower bounds. Also adding testcases #F10-#F13\r
1321         for this.\r
1322 \r
1323         * Array.cs (CopyTo): Reverted my last change, it was incorrect.\r
1324         (Copy): Actually allow copying multi-dimensional arrays.\r
1325 \r
1326 2002-03-05  Duncan Mak  <duncan@ximian.com>\r
1327 \r
1328         * Convert.cs:\r
1329         (DBNull) Added the missing field.\r
1330         (IsDBNull) Fixed typo.\r
1331         (ToByte (string, int)) Implemented.\r
1332         (ToString (byte, int)) Implemented.\r
1333         (ConvertToBase)\r
1334         (BuildConvertedString) internal functions used for converting values to\r
1335         a specific base.\r
1336 \r
1337         * Int16.cs: \r
1338         * Int32.cs:\r
1339         * Int64.cs:\r
1340         * Single.cs:\r
1341         * UInt16.cs: \r
1342         * UInt32.cs: Implemented the IConvertible interface.    \r
1343 \r
1344         * CharEnumerator.cs: Renamed to variables to be clearer and\r
1345         changed some of the tests to conform to the 1.0 spec.\r
1346 \r
1347 2002-03-06  Martin Baulig  <martin@gnome.org>\r
1348 \r
1349         * Array.cs (Copy): Calculate absolute array position here and use\r
1350         GetValueImpl() and SetValueImpl() with that position. We can now\r
1351         copy multi-dimensional arrays.\r
1352         (CopyTo): Small bug fix.\r
1353 \r
1354 2002-03-05  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1355 \r
1356         * Version.cs: CompareTo changed according the LAMESPEC discovered by \r
1357         Nick (See VersionTest.cs).\r
1358         * CharEnumerator.cs: fixed two bugs in MoveNext. It had an off-by-one\r
1359         error comparing the current position (idx) against the length of the\r
1360         string iterated and it set idx to an unrecognized special value (-2)\r
1361 \r
1362 Tue Mar 5 17:34:14 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1363 \r
1364         * SByte.cs, UInt64.cs: implement IConvertible interface. Nobody wants\r
1365         to do this dirty work, but someone has to do it (and I need it to pass\r
1366         the "200 sample tests compiled on linux" mark).\r
1367 \r
1368 2002-03-06  Nick Drochak  <ndrochak@gol.com>\r
1369 \r
1370         * Attribute.cs\r
1371         * DecimalFormatter.cs\r
1372         * Delegate.cs\r
1373         * Double.cs\r
1374         * GC.cs\r
1375         * Int16.cs\r
1376         * Int32.cs\r
1377         * MonoType.cs\r
1378         * RuntimeMethodHandle.cs\r
1379         * RuntimeTypeHandle.cs\r
1380         * String.cs\r
1381         * Type.cs:\r
1382                 Add [MonoTODO]'s to places where we currently throw a\r
1383                 NotImplementedException.\r
1384 \r
1385 2002-03-05  Dietmar Maurer  <dietmar@ximian.com>\r
1386 \r
1387         * Int16.cs (Parse): do not overflow on max negative value\r
1388 \r
1389         * Int32.cs (Parse): do not overflow on max negative value\r
1390 \r
1391 Mon Mar 4 20:36:05 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1392 \r
1393         * Type.cs: fixed IsClass.\r
1394         * MonoType.cs: fixed MemberType, IsPrimitiveImpl, IsPointerImpl,\r
1395         IsByRefImpl. Added GetInterfaces().\r
1396         * IServiceProvider.cs: compilation fix.\r
1397 \r
1398 Mon Mar 4 18:37:03 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1399 \r
1400         * Array.cs: allow copying an empty array to an empty array.\r
1401 \r
1402 Mon Mar 4 17:59:16 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1403 \r
1404         * String.cs: fixed LastIndexOf (string) to do a bit of argument\r
1405         checking.\r
1406 \r
1407 2002-03-04  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1408         * Version.cs: many fixes to failures found by the newly created\r
1409         test cases for this class. Specifically, the CompareTo member\r
1410         returned wrong values due to the use of Int32.MaxValue as a special\r
1411         value indicating an "undefined" version component. Also implemented the\r
1412         missing operators (==, <, >, etc.), one missing constructor and\r
1413         and some exception throwing.\r
1414 \r
1415 2002-03-04  Nick Drochak  <ndrochak@gol.com>\r
1416 \r
1417         * IServiceProvider.cs: Add missing attribute: ComVisible(false)\r
1418         * Attribute.cs: Add missing attributes: Serializable and\r
1419         AttributeUsage(AttributeTargets.All)\r
1420 \r
1421 Mon Mar 4 11:26:49 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1422 \r
1423         * MonoType.cs: implemented GetConstructors(), GetFields(),\r
1424         GetMethods(), GetProperties().\r
1425         * Object.cs: added debugging icall obj_address().\r
1426         * Type.cs: fixed the binding flags for some Get* methods.\r
1427         Implemented FindMembers() as calls to the specific GetMember\r
1428         methods.\r
1429 \r
1430 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1431         * BitConverter.cs: fixed one little bug: ToString(s, n, 0) \r
1432         should give an exception for n>=s.Length.\r
1433 \r
1434 2002-03-01  Martin Baulig  <martin@gnome.org>\r
1435 \r
1436         * Array.cs: More argument checking and bug fixing.\r
1437 \r
1438 2002-03-01  Miguel de Icaza  <miguel@ximian.com>\r
1439 \r
1440         * BitConverter.cs: Indentation match\r
1441 \r
1442         * AppDomain.cs: Added MonoTODOs to this too.\r
1443 \r
1444         * Buffer.cs: Added MonoTODOs to this.\r
1445 \r
1446 2002-03-01  Martin Baulig  <martin@gnome.org>\r
1447 \r
1448         * Array.cs: Added argument checking to all methods where it was missing.\r
1449 \r
1450 2002-03-01  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1451 \r
1452         * BitConverter.cs: Fixed bugs in ToString methods\r
1453 \r
1454 Fri Mar 1 15:20:00 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1455 \r
1456         * MulticastDelegate.cs: implement operators so mcs3 can be used on linux.\r
1457 \r
1458 2002-03-01  Nick Drochak  <ndrochak@gol.com>\r
1459 \r
1460         * BitConverter.cs: Throw ArgumentException like mscorlib, instead of\r
1461         ArgumentOutOfRangeException like the docs say.\r
1462 \r
1463 2002-03-01  Martin Baulig  <martin@gnome.org>\r
1464 \r
1465         * Enum.cs (CompareTo): Correctly override this method from IComparable.\r
1466 \r
1467         * Console.cs (setIn, setOut, setError): It's called SetIn, SetOut, SetError.\r
1468 \r
1469 2002-02-28  Martin Baulig  <martin@gnome.org>\r
1470 \r
1471         * String.cs: This file now passes the testsuite on Linux :-)\r
1472         \r
1473         * String.cs (Intern, IsInterned): The interncalls are now called _Intern and _IsInterned;\r
1474         make them private and provide C# wrappers which do proper argument checking.\r
1475 \r
1476         * String.cs (Format): Correctly handle escaped brackets.\r
1477 \r
1478         * String.cs (_CompareChar): New internal function which compares two chars.\r
1479         (_Compare): Provide an internal compare method which can do all sorts of\r
1480         comparision and call it from all the Compare() methods. Also fixed a lot of\r
1481         bugs here, this code now actually passes the testsuite.\r
1482 \r
1483 2002-02-28  Duncan Mak  <duncan@ximian.com>\r
1484 \r
1485         * Convert.cs: Added the missing methods. The new class status page\r
1486         kicks ass, it even found my typos! Woohoo!\r
1487         (ConvertFromBase): Moved the Exception throwing in here and\r
1488         removed the other occurances so it's all centralized now.\r
1489         (ISDBNull): Implemented.\r
1490         (GetTypeCode): Implemented.\r
1491 \r
1492 2002-02-27  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1493         * Guid.cs: Guid.ToString("") and Guid.ToString(null) is now understood as Guid.ToString("D") \r
1494         just as in mscorlib. There is (probably) a documentation bug in the MS FrameWork SDK, which\r
1495         states that a lacking format should be interpreted as "N".  \r
1496         Also added [Serializable] attribute\r
1497         * TimeSpan.cs: some formatting and added the [Serializable] attribute\r
1498 \r
1499 2002-02-26  Duncan Mak  <duncan@ximian.com>\r
1500 \r
1501         * WeakReference.cs: Committed for Ajay Kumar Dwivedi.   \r
1502 \r
1503 2002-02-26  Martin Baulig  <martin@gnome.org>\r
1504 \r
1505         * TimeZone.cs: Use an internal enum rather than magic numbers to access the\r
1506         fields of the interncall GetTimeZoneData.\r
1507 \r
1508         * DateTime.cs: Implemented Parse and fixed a few bugs.\r
1509 \r
1510         * String.cs (TrimStart): Small fix.\r
1511 \r
1512 2002-02-26  Martin Baulig  <martin@gnome.org>\r
1513 \r
1514         * DateTime.cs: ParseExact is now fully functional.\r
1515 \r
1516         * String.cs (TrimEnd): Small fix.\r
1517 \r
1518 2002-02-26  Duco Fijma <duco@lorentz.xs4all.nl>\r
1519         * TimeSpan.cs: Added method TimeSpan.FromMilliseconds, mysteriously \r
1520         missing for about six months.\r
1521 \r
1522 Tue Feb 26 14:21:19 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1523 \r
1524         * UInt64.cs: fixed Parse method () to handle some of the NumberStyle flags.\r
1525 \r
1526 2002-02-26  Martin Baulig  <martin@gnome.org>\r
1527 \r
1528         * DateTime.cs: Miguel already committed this, but there was still a\r
1529         ChangeLog entry for this missing ....\r
1530         We're now reusing functionality from TimeSpan, printing dates is\r
1531         fully implemented, currently working on parsing.\r
1532 \r
1533         * TimeZone.cs: Fully implemented this. There's a new InternCall in the\r
1534         runtime for this.\r
1535 \r
1536 Fri Feb 22 18:47:08 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1537 \r
1538         * MonoType.cs: disable constructor.\r
1539         * Object.cs: make GetType() an internalcall.\r
1540         * Type.cs: added correct bindingflags to GetMethods ().\r
1541         All such calls should be reviewed to use the correct flags.\r
1542 \r
1543 Thu Feb 21 19:23:46 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1544 \r
1545         * Type.cs, MonoType.cs: type_is_subtype_of () changed to include extra\r
1546         argument.\r
1547 \r
1548 Thu Feb 21 16:56:51 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1549 \r
1550         * Type.cs: implemented IsAssignableFrom.\r
1551 \r
1552 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>\r
1553         * Guid.cs: fixed Guid.Guid(string) ctor. Changed format:\r
1554         "{0xdddddddd,0xdddd,0xdddd,{0xdd},{0xdd},{0xdd},{0xdd},{0xdd},{0xdd}}" \r
1555         to "{0xdddddddd,0xdddd,0xdddd,{0xdd,0xdd,0xdd,0xdd,0xdd,0xdd}}" \r
1556         The former is documented by Microsoft. The latter is how they\r
1557         actually implemented it in mscorlib:-)\r
1558 \r
1559 Tue Feb 19 20:34:35 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1560 \r
1561         * MonoCustomAttrs.cs: hooks to get the custom attributes from the\r
1562         runtime.\r
1563         * MonoType.cs: Implemented custom attributes methods.\r
1564 \r
1565 \r
1566 2002-02-21  Duco Fijma <duco@lorentz.xs4all.nl>\r
1567         * Guid.cs: \r
1568 \r
1569 Tue Feb 19 20:34:35 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1570 \r
1571         * MonoCustomAttrs.cs: hooks to get the custom attributes from the\r
1572         runtime.\r
1573         * MonoType.cs: Implemented custom attributes methods.\r
1574 \r
1575 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>\r
1576 \r
1577         * Array.cs (CopyTo): use GetLength() instead of GetUpperBound() \r
1578 \r
1579 2002-02-19  Duncan Mak  <duncan@ximian.com>\r
1580 \r
1581         * Convert.cs: Finished up the missing methods in Convert. Added a\r
1582         new private method ConvertFromBase.\r
1583 \r
1584 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>\r
1585 \r
1586         * String.cs: impl. IConvertible interface\r
1587 \r
1588 2002-02-18  Duco Fijma <duco@lorentz.xs4all.nl>\r
1589         * Guid.cs: actual implementation for Guid.Guid(string) Ctor\r
1590 \r
1591 2002-02-18  Duncan Mak  <duncan@ximian.com>\r
1592 \r
1593         * Convert.cs: Changed from using Type.GetType (string) to just\r
1594         typeof (). Probably will speed things up a bit?         \r
1595 \r
1596 2002-02-18  Ajay Kumar Dwivedi <AjayKumar.Dwivedi@dresdner-bank.com>\r
1597 \r
1598         * Array.cs:         \r
1599         1. Fix for GetUpperBound to return correct values\r
1600         2. made some Properties virtual\r
1601         3. Adds IsFixedSize and IsReadOnly properties.\r
1602         4. changes CreateInstance(Type,int[],int[]) to throw Exception\r
1603         when third arg is null. InternalCall CreateInstance changed to  \r
1604         CreateInstanceImpl\r
1605         5. Fixed array.GetUpperBound at a couple of places\r
1606         6. IndexOf and LastIndexOf now use Object.Equals instead of "=="\r
1607         7. Added two FIXME's in BinarySearch functions.\r
1608 \r
1609 2002-02-17  Duncan Mak  <duncan@ximian.com>\r
1610 \r
1611         * TimeZone.cs:  Applied the rest of Ajay's patch for    \r
1612         IsDaylightSavingTime. Thanks a lot for the nice explanation of how\r
1613         it works!\r
1614 \r
1615 2002-02-17  Duco Fijma  <duco@lorentz.xs4all.nl>\r
1616         * Guid.cs: added stub for Guid(string) ctor\r
1617 \r
1618 2002-02-17  Duncan Mak  <duncan@ximian.com>\r
1619 \r
1620         * Convert.cs: Near-complete implementation of Convert.cs\r
1621 \r
1622         Added all the To* methods taking (object) and\r
1623         (object, IFormatProvider) as parameters.\r
1624 \r
1625         Added [CLSCompliant (false)] attributes to methods dealing with\r
1626         unsigned types.\r
1627 \r
1628         Added the missing section on converting to and from DateTime. Only\r
1629         6 missing methods, all marked with MonoTODOs. Will tackle them later.           \r
1630 \r
1631 2002-02-16  Duncan Mak  <duncan@ximian.com>\r
1632 \r
1633         * TimeZone.cs: patch from Ajay Kumar Dwivedi (adwiv@yahoo.com) to\r
1634         make IsDaylightSavingTime (DateTime) call \r
1635         IsDaylightSavingTime (DateTime, DaylightTime).  \r
1636         \r
1637         Added internal class CurrentTimeZone from Ajay. It needs more work\r
1638         to fill in the appropriate internal calls.\r
1639         \r
1640 Sat Feb 16 12:41:41 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1641 \r
1642         * Type.cs: fix IsClass.\r
1643 \r
1644 Sat Feb 16 12:02:02 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1645 \r
1646         * String.cs: fix Trim().\r
1647 \r
1648 Fri Feb 15 21:02:46 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1649 \r
1650         * String.cs: fix more off by one errors.\r
1651 \r
1652 Thu Feb 14 18:54:09 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1653 \r
1654         * MonoType.cs: fix IsValueTypeImpl.\r
1655         * Type.cs: fix IsEnum. Implement Equals methods.\r
1656 \r
1657 Wed Feb 13 21:50:13 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1658 \r
1659         * Int32.cs: implement IConvertible interface.\r
1660         \r
1661 2002-02-12  Duncan Mak  <duncan@ximian.com>\r
1662 \r
1663         * TimeZone.cs: Implemented and added to CVS.\r
1664 \r
1665 2002-02-11  Duncan Mak  <duncan@ximian.com>\r
1666 \r
1667         * Convert.cs: Implemented the ChangeType () methods.\r
1668 \r
1669 Mon Feb 11 19:48:58 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1670 \r
1671         * Array.cs: make Clone() an internal call.\r
1672 \r
1673 2002-02-09  Duco Fijma <duco@lorentz.xs4all.nl>\r
1674         * Changed Guid.NewGuid so that it can use both System.Random and \r
1675           System.Security.Cryptography.RandomNumberGenerator\r
1676 \r
1677 2002-02-09  Duco Fijma <duco@lorentz.xs4all.nl>\r
1678         * First version of Guid.NewGuid\r
1679 \r
1680 2002-02-08  Duncan Mak  <duncan@ximian.com>\r
1681 \r
1682         * RuntimeArgumentHandle.cs: Added to CVS.\r
1683 \r
1684 Fri Feb 8 19:14:54 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1685 \r
1686         * CrossAppDomainDelegate.cs, AssemblyLoadEventHandler.cs,\r
1687         UnhandledExceptionEventHandler.cs: added delegates.\r
1688 \r
1689 Fri Feb 8 18:06:20 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1690 \r
1691         * MarshalByRefObject.cs: add ToString () method\r
1692         (apparently needed by nunit).\r
1693         * _AppDomain.cs: uncomment ToString(): dietmar fixed the bug triggered\r
1694         by it in the runtime.\r
1695 \r
1696 2002-02-08  Dan Lewis <dihlewis@yahoo.co.uk>\r
1697         \r
1698         * String.cs (Format): implemented\r
1699 \r
1700 2002-02-07  Duncan Mak  <duncan@ximian.com>\r
1701         \r
1702         * DuplicateWaitObjectException:\r
1703         * InvalidCastException:\r
1704         * NotImplementedException:\r
1705         * NotSupportedException:\r
1706         * NullReferenceException:\r
1707         * OutOfMemoryException:\r
1708         * OverflowException:\r
1709         * RankException:\r
1710         * StackOverflowException.cs:\r
1711         * UnauthorizedAccessException: Added missing constructor used for serialization.\r
1712 \r
1713 2002-02-07  Dietmar Maurer  <dietmar@ximian.com>\r
1714 \r
1715         * String.cs (System.Compare): bug fix \r
1716 \r
1717 2002-02-06  Dietmar Maurer  <dietmar@ximian.com>\r
1718 \r
1719         * Enum.cs (Parse,  GetHashCode): impl. \r
1720 \r
1721 2002-02-05  Duncan Mak  <duncan@ximian.com>\r
1722 \r
1723         * DBNull.cs: This is my first crack at the DBNull class. I think I\r
1724         actually got most of the IConvertible methods right, but I haven't\r
1725         done the research to test whether or not this is the correct\r
1726         behavior. IConvertible.ToType () is the most iffy of all, IMHO.\r
1727 \r
1728         * DllNotFoundException.cs: Inherits from TypeLoadException, not SystemException.\r
1729 \r
1730 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>\r
1731 \r
1732         * Enum.cs: added more functionality (GetName, ToObject, Equals)\r
1733 \r
1734 2002-01-31  Duncan Mak  <duncan@ximian.com>\r
1735 \r
1736         * InvalidOperationException.cs:\r
1737         * NotFiniteNumberException.cs:\r
1738         * ObjectDisposedException.cs:\r
1739         * TypeInitializationException.cs: Added missing bits for serialization/\r
1740         \r
1741         * AppDomainUnloadedException.cs:\r
1742         * ApplicationException.cs:\r
1743         * ArgumentOutOfRangeException.cs:\r
1744         * ArithmeticException.cs:\r
1745         * ArrayTypeMismatchException:\r
1746         * BadImageFormatException.cs:\r
1747         * Exception.cs:\r
1748         * MissingMemberException.cs:\r
1749         * TypeLoadException.cs: Added missing bits for serialization.\r
1750 \r
1751 2002-01-30  Duco Fijma <duco@lorentz.xs4all.nl>\r
1752         * Guid.cs: implemented everything but Guid.NewGuid\r
1753 \r
1754 Tue Jan 29 22:32:36 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1755 \r
1756         * _AppDomain.cs: remove ToString() method: it doesn't seem right \r
1757         to have it in this interface and it screws up the method vtable setup.\r
1758 \r
1759 2002-01-28  Andrei Zmievski <andrei@php.net>\r
1760 \r
1761         * Double.cs: implemented IConvertible interface.\r
1762 \r
1763 2002-01-28  Miguel de Icaza  <miguel@ximian.com>\r
1764 \r
1765         * ArgumentException.cs: Implement serialization constructor.\r
1766         (GetObjectData): Implement serializer.\r
1767         \r
1768         * ArgumentNullException.cs: Implement serialization constructor.\r
1769 \r
1770         * Exception.cs: Implement serialization constructor.\r
1771         (GetObjectData): Implement serializer.\r
1772 \r
1773 2002-01-23  Miguel de Icaza  <miguel@ximian.com>\r
1774 \r
1775         * DateTime.cs (UnixEpoch): The Begining of the Unix epoch.\r
1776 \r
1777 2002-01-23  Duncan Mak  <duncan@ximian.com>\r
1778 \r
1779         * EntryPointNotFoundException.cs:\r
1780         * FormatException: Added missing constructor and related bits.\r
1781 \r
1782         * TypeLoadException: Added missing constructor, methods and properties.\r
1783 \r
1784 2002-01-23  Miguel de Icaza  <miguel@ximian.com>\r
1785 \r
1786         * AppDomain.cs (GetAssemblies): Use foreach construct instead of\r
1787         manually getting the enumerator.\r
1788 \r
1789         (AppDomain.AppDomain): Prime the loaded assemblies with the\r
1790         assemblies loaded by the runtime in our behalf.\r
1791 \r
1792         * AppDomainSetup.cs: Remove private keyword, that is the default.\r
1793         Add a new property DisallowPublisherPolicy.\r
1794 \r
1795         * AppDomain.cs (AppDomain.GetAssemblies): Implement.\r
1796 \r
1797 Tue Jan 22 22:51:48 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1798 \r
1799         * MonoType.cs, Type.cs: many updates, corrected implementation,\r
1800         completed stubs.\r
1801 \r
1802 2002-01-20  Andrei Zmievski <andrei@php.net>\r
1803 \r
1804         * Byte.cs:\r
1805         * Char.cs: implemented IConvertible interface.\r
1806 \r
1807         * Boolean.cs: use our own ToString() method directly.\r
1808 \r
1809 2002-01-20  Duncan Mak  <duncan@ximian.com>\r
1810 \r
1811         * Files I commited recently: Fixed indentation style.\r
1812 \r
1813 2002-01-20 Nick Drochak  <ndrochak@gol.com>\r
1814 \r
1815         * SerializableAttribute.cs: this attrib can be used on enums, structs, \r
1816         and delegates too. Added the appropriate usage flags.\r
1817 \r
1818 2002-01-18  Duncan Mak  <duncan@ximian.com>\r
1819 \r
1820         * CharEnumerator.cs: Implemented.\r
1821         * String.cs (System): Fixed the GetEnumerator () method(s).\r
1822 \r
1823         * ObsoleteAttribute.cs:\r
1824         * STAThreadAttribute.cs:\r
1825         * MTAThreadAttribute.cs:\r
1826         * ThreadStaticAttribute.cs:\r
1827         * LoaderOptimizationAttribute.cs:\r
1828         * PlatformNotSupportedException.cs:\r
1829         * LoaderOptimization.cs: Added to CVS.\r
1830 \r
1831 2002-01-18  Duncan Mak  <duncan@ximian.com>\r
1832 \r
1833         * AppDomainUnloadedException.cs:\r
1834         * MethodAccessException.cs:\r
1835         * ContextMarshalException.cs:\r
1836         * CannotUnloadAppDomainException.cs:\r
1837         * DllNotFoundException.cs:\r
1838         * EntryPointNotFoundException.cs:\r
1839         * FieldAccessException.cs:\r
1840         * TypeUnloadedException.cs:\r
1841         * MissingFieldException.cs: Added to CVS.\r
1842 \r
1843         * ApplicationException.cs: \r
1844         * MemberAccessException.cs:\r
1845         * MissingMemberException.cs\r
1846         * MissingMethodException.cs:\r
1847         * SystemException.cs: Added [Serializable] attribute.\r
1848 \r
1849         * Exception.cs: Added [Serializable] attribute, made properties\r
1850         'Message', 'Source' and 'StackTrace' virtual methods, per 1.0\r
1851         spec.\r
1852 \r
1853         * ContextStaticAttribute.cs: Added [Serializable] attribute and\r
1854         put in the missing constructor.\r
1855 \r
1856         * Environment.cs: Commented out references to\r
1857         EnvironmentPermissionAttribute, because they're just stubbed out\r
1858         right now and has no implementation.\r
1859 \r
1860 2002-01-16  Andrei Zmievski <andrei@php.net>\r
1861 \r
1862         * Boolean.cs: implemented IConvertible interface\r
1863 \r
1864 2002-01-15  Nick Drochak  <ndrochak@gol.com>\r
1865 \r
1866         * ResolveEventArgs.cs: class should derive from EventArgs.\r
1867 \r
1868 2002-01-14  Miguel de Icaza  <miguel@ximian.com>\r
1869 \r
1870         * String.cs (System): Use DefaultMemberName for the String class.\r
1871 \r
1872 Mon Jan 14 17:06:40 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1873 \r
1874         * String.cs: use IndexerName in index char accessor.\r
1875 \r
1876 Thu Jan 10 21:05:23 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1877 \r
1878         * MonoType.cs: add rank to MonoTypeInfo and implement GetArrayRank.\r
1879         * String.c: eliminate 64k+ method calls in search.\r
1880         * Type.cs: handle byref and array types in ToString ().\r
1881 \r
1882 2002-01-09  Duco Fijma <duco@lorentz.xs4all.nl>\r
1883 \r
1884         * Guid.cs: created first version\r
1885 \r
1886 2002-01-10  Dietmar Maurer  <dietmar@ximian.com>\r
1887 \r
1888         * MonoType.cs: added missing TypeAttributes to MonoTypeInfo \r
1889 \r
1890 Wed Jan 9 19:35:07 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1891 \r
1892         * MulticastDelegate.cs: add == and != operator stubs.\r
1893         * String.cs: check for null in == operator.\r
1894         * Type.cs: use a virtual method to get TypeAttributes.\r
1895 \r
1896 Tue Jan  8 23:30:19 EST 2002 Matt Kimball <matt@kimball.net>\r
1897         * String.cs: Fixed several off-by-one errors in LastIndexOf* methods\r
1898 \r
1899 2002-01-09  Nick Drochak  <ndrochak@gol.com>\r
1900         \r
1901         * Environment.cs: Comment out Security attribute and put a MonoTODO\r
1902         there as a reminder.  We need mcs magic to handle security attributes in\r
1903         corlib.\r
1904 \r
1905 2002-01-07  Duco Fijma <duco@lorentz.xs4all.nl>\r
1906         * Created IAppDomainSetup.cs\r
1907 \r
1908 2002-01-06  Duco Fijma <duco@lorentz.xs4all.nl>\r
1909         * Created System._AppDomain interface in _AppDomain.cs\r
1910 \r
1911 2002-01-06  Nick Drochak  <ndrochak@gol.com>\r
1912 \r
1913         * ResolveEventArgs.cs: New File, completely implemented! ;)\r
1914 \r
1915 Sat Jan 5 15:53:50 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1916 \r
1917         * Enum.cs: dummy ToString impl.\r
1918         * String.cs: dummy format implementations to get compiler errors\r
1919         somewhat working.\r
1920         * Type.cs: implemented filter delegates. FindMembers runs the filter, now.\r
1921 \r
1922 2002-01-05  Ravi Pratap  <ravi@ximian.com>\r
1923 \r
1924         * TODOAttribute.cs : Augment some more; provide two constructors\r
1925         with support for a comment too.\r
1926 \r
1927 2002-01-05  Nick Drochak  <ndrochak@gol.com>\r
1928 \r
1929         * Uncommented those MonoTODO's now that Ravi's got\r
1930         the class in there\r
1931 \r
1932 2001-01-04  Ravi Pratap  <ravi@ximian.com>\r
1933 \r
1934         * TODOAttribute.cs : Actually add this time ;-)\r
1935 \r
1936         Change name to MonoTODO.\r
1937 \r
1938 2002-01-04  Jeffrey Stedfast  <fejj@ximian.com>\r
1939 \r
1940         * String.cs (Trim): Fixed a few logic bugs in the code that\r
1941         calculated how much to trim off the end of the string.\r
1942 \r
1943 2001-01-04  Nick Drochak  <ndrochak@gol.com>\r
1944         \r
1945         * Commented out the [TODO] attributes for now.  We don't have the\r
1946         class written.  Also changed it to [MonoTODO]\r
1947 \r
1948 2002-01-04  Ravi Pratap  <ravi@ximian.com>\r
1949 \r
1950         * TODOAttribute.cs : Add. We use this attribute to tag all bits in\r
1951         our class libraries that are incomplete.\r
1952 \r
1953         * Array.cs : Apply attribute wherever we find a FIXME which says\r
1954         we need something to be implemented there.\r
1955 \r
1956         * Int32.cs : Ditto.\r
1957 \r
1958         * MulticastDelegate.cs : Ditto.\r
1959 \r
1960         * RuntimeFieldHandler.cs, RuntimeMethodHandle.cs,\r
1961         RuntimeTypeHandle.cs : Ditto.\r
1962 \r
1963         * String.cs : Ditto.\r
1964 \r
1965         * Type.cs : Ditto.\r
1966 \r
1967         * Byte.cs, Char.cs, ContextBoundObject.cs, DateTime.cs, Delegate.cs : Ditto.\r
1968 \r
1969         * Enum.cs, Environment.cs, Exception.cs, Int64.cs, SByte.cs, Single.cs, \r
1970         UInt16.cs, UInt32.cs, ValueType.cs: Ditto.\r
1971 \r
1972         * Byte.cs, Char.cs, ContextBoundObject.cs, DateTime.cs,\r
1973         Delegate.cs : Ditto.\r
1974 \r
1975         * Enum.cs, Environment.cs, Exception.cs, Int64.cs, SByte.cs,\r
1976         Single.cs, UInt16.cs, UInt32.cs, ValueType.cs: Ditto.\r
1977         \r
1978 Thu Jan 3 23:24:04 CET 2002 Paolo Molaro <lupus@ximian.com>\r
1979 \r
1980         * Delegate.cs: add Remove() stub.\r
1981         * Enum.cs: add ToObject().\r
1982         * Type.cs: add IsEnum property.\r
1983 \r
1984 2002-01-03  Kristian Rietveld  <kris@gtk.org>\r
1985 \r
1986         * Convert.cs: add non-CLS-compliant ToBoolean methods for char,\r
1987         DateTime and object.\r
1988 \r
1989 2001-12-30  Nick Drochak  <ndrochak@gol.com>\r
1990 \r
1991         * Byte.cs (Parse): Add comments to aid in testing.\r
1992 \r
1993 2001-12-21  Miguel de Icaza  <miguel@ximian.com>\r
1994 \r
1995         * Char.cs (Parse): Implement.\r
1996 \r
1997         * Byte.cs (Parse): Implement a fast parser.\r
1998         \r
1999         * SByte.cs (Parse): Implement a fast parser.\r
2000 \r
2001         * UInt16.cs (Parse): Implement a fast parser.\r
2002         \r
2003         * Int16.cs (Parse): Implement a fast parser.\r
2004 \r
2005         * UInt32.cs (Parse): Implement a fast parser.\r
2006 \r
2007         * Int32.cs (Parse): Implement a fast parser.\r
2008 \r
2009 Fri Dec 21 15:14:52 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2010 \r
2011         * Array.cs: fix null ref in sort code.\r
2012         * UInt64.cs: add bare-bones parse.\r
2013 \r
2014 Thu Dec 20 15:29:52 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2015         \r
2016         * Byte.cs: removed use of Regexes.\r
2017 \r
2018 Tue Dec 18 18:39:54 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2019 \r
2020         * Enum.cs: implemented GetValues(), GetNames(), GetName(),\r
2021         IsDefined(), GetUnderlyingType().\r
2022         * String.cs: fix one instance of Compare().\r
2023         * Type.cs: implemented GetProperties(), GetProperty().\r
2024 \r
2025 Thu Dec 13 20:10:57 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2026 \r
2027         * Array.cs: implement CopyTo ().\r
2028         * Char.cs: implement ToString ().\r
2029         * Exception.cs: bugfix.\r
2030         * Int32.cs: bare-bones Parse ().\r
2031         * MonoType.cs: query the needed info with an internalcall.\r
2032         * String.cs: speedups, bugfixes, reduced copies.\r
2033         * Type.cs: added missing fields. Implemented many of the Is*\r
2034         properties. Implemented GetMethod(), GetConstructor(), GetMethods(),\r
2035         GetFields(), FindMembers(), ToString().\r
2036         \r
2037 2001-12-11  Dick Porter  <dick@ximian.com>\r
2038 \r
2039         * DateTime.cs: Implemented FromFileTime() and ToFileTime()\r
2040 \r
2041         * Console.cs: Use handles rather than casting file descriptors\r
2042 \r
2043 2001-12-08  Nick Drochak  <ndrochak@gol.com>\r
2044 \r
2045         * Byte.cs (Parse): Start implementation. Parse(string) works, but\r
2046         now we need to handle other formats\r
2047 \r
2048 2001-12-06  Dietmar Maurer  <dietmar@ximian.com>\r
2049 \r
2050         * DateTime.cs: added an icall to GetNow()\r
2051 \r
2052 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>\r
2053 \r
2054         * Double.cs: added the parse method from Bob Smith\r
2055 \r
2056 2001-11-28  Miguel de Icaza  <miguel@ximian.com>\r
2057 \r
2058         * UInt64.cs: ditto.\r
2059 \r
2060         * UInt32.cs: ditto.\r
2061 \r
2062         * Int32.cs (Int32.CompareTo): Fix because we can not just\r
2063         substract the values.\r
2064 \r
2065         Return possitive value if the object is null.\r
2066 \r
2067         * Boolean.cs: (Boolean.CompareTo): ditto.\r
2068 \r
2069         * Int16.cs (Int16.CompareTo): ditto.\r
2070 \r
2071         * Byte.cs (Byte.CompareTo): ditto.\r
2072 \r
2073         * SByte.cs (SByte.CompareTo): ditto.\r
2074 \r
2075         * Char.cs (Char.CompareTo): ditto.\r
2076         \r
2077         * Decimal.cs (Decimal.CompareTo): ditto.\r
2078 \r
2079         * Int64.cs (Int64.CompareTo): ditto.\r
2080 \r
2081         * Single.cs: Ditto.\r
2082 \r
2083         * UInt16.cs: Ditto.\r
2084 \r
2085 2001-11-28  Nick Drochak <ndrochak@gol.com>\r
2086 \r
2087         * Byte.cs: Throw NotImplementedException for Parse.\r
2088 \r
2089 2001-11-27  Derek Holden  <dholden@draper.com>\r
2090 \r
2091         * IntegerFormatter.cs: Formatting of type "Number" was not\r
2092         using NumberFormatInfo.NumberNegativePattern.\r
2093 \r
2094 2001-11-26  Dick Porter  <dick@ximian.com>\r
2095 \r
2096         * LocalDataStoreSlot.cs: No need to delete a system TLS slot in\r
2097         the finalise routine any more\r
2098 \r
2099 2001-11-21  Miguel de Icaza  <miguel@ximian.com>\r
2100 \r
2101         * ApplicationException.cs: internationalize by adding calls to\r
2102         Locale.GetText ().  And throw NotImplementedExceptions on calls\r
2103         that we have to implement.\r
2104 \r
2105         * Version.cs: Ditto.\r
2106 \r
2107         * ValueType.cs: ditto.\r
2108 \r
2109         * UnauthorizedAccessException.cs: ditto.\r
2110 \r
2111         * UInt32.cs: ditto.\r
2112 \r
2113         * UInt64.cs: ditto.\r
2114 \r
2115         * UInt16.cs: ditto.\r
2116 \r
2117         * TypeLoadException.cs: ditto\r
2118 \r
2119         * TypeInitializationException.cs: ditto.\r
2120 \r
2121         * Type.cs: ditto.\r
2122 \r
2123         * TimeSpan.cs: ditto.\r
2124 \r
2125         * SystemException.cs: ditto.\r
2126 \r
2127         * String.cs: ditto.\r
2128 \r
2129         * StackOverflowException.cs: ditto.x\r
2130 \r
2131         * Single.cs: ditto.\r
2132 \r
2133         * SByte.cs: ditto.\r
2134 \r
2135         * RuntimeTypeHandle.cs: ditto.\r
2136 \r
2137         * RuntimeMethodHandle.cs: ditto.\r
2138 \r
2139         * RuntimeFieldHandle.cs: ditto.\r
2140 \r
2141         * Random.cs: ditto.\r
2142 \r
2143         * OutOfMemoryException.cs: ditto.\r
2144 \r
2145         * OperatingSystem.cs: ditto.\r
2146 \r
2147         * ObjectDisposedException.cs: ditto.\r
2148 \r
2149         * NullReferenceException.cs: ditto.\r
2150 \r
2151         * NotImplementedException.cs: ditto.\r
2152 \r
2153         * NotFiniteNumberException.cs: ditto.o\r
2154 \r
2155         * MulticastNotSupportedException.cs: ditto.\r
2156 \r
2157         * MissingMethodException.cs: ditto.\r
2158 \r
2159         * MemberAccessException.cs: ditto.\r
2160 \r
2161         * Math.cs: ditto.\r
2162 \r
2163         * InvalidCastException.cs: ditto.\r
2164 \r
2165         * IntegerFormatter.cs: ditto.\r
2166 \r
2167         * Int32.cs: ditto.\r
2168 \r
2169         * Int16.cs: ditto.\r
2170 \r
2171         * IndexOutOfRangeException.cs: ditto.\r
2172 \r
2173         * Environment.cs: ditto\r
2174 \r
2175         * Enum.cs: ditto.\r
2176 \r
2177         * DuplicateWaitObjectException.cs: ditto.\r
2178 \r
2179         * DivideByZeroException.cs: ditto.\r
2180 \r
2181         * Delegate.cs: ditto\r
2182 \r
2183         * DecimalFormatter.cs: ditto.\r
2184 \r
2185         * Decimal.cs: ditto.\r
2186 \r
2187         * DateTime.cs: ditto.\r
2188 \r
2189         * Convert.cs: ditto.\r
2190 \r
2191         * Char.cs: ditto.\r
2192 \r
2193         * Byte.cs: ditto.\r
2194 \r
2195         * Boolean.cs: ditto.\r
2196 \r
2197         * ArrayTypeMismatchException.cs: ditto.\r
2198 \r
2199         * ArithmeticException.cs: ditto.\r
2200 \r
2201         * ArgumentOutOfRangeException.cs: ditto.\r
2202 \r
2203         * ArgumentNullException.cs: ditto.\r
2204 \r
2205         * Enum.cs: Make it derive from ValueType, add CompareTo method.\r
2206 \r
2207         * Attribute.cs: Reformat.\r
2208 \r
2209 2001-11-14  Miguel de Icaza  <miguel@ximian.com>\r
2210 \r
2211         * Decimal.cs, Double.cs, Byte.cs, Char.cs, Int16, UInt16, Int32,\r
2212         UInt32, Int64, UInt64, SByte, Single (CompareTo): Throw the\r
2213         exception if the value is null too.\r
2214 \r
2215         * Char.cs (CompareTo): ditto.\r
2216 \r
2217         * ApplicationException.cs: Added constructor that does serialization.\r
2218 \r
2219         * ParamArrayAttribute.cs: Define attribute correctly.\r
2220 \r
2221 Wed Nov 14 16:31:19 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2222 \r
2223         * AppDomain.cs: rename dummy interface _AppDomain to AppDomain_Intf.\r
2224         * Array.cs: fix Array.Copy.\r
2225         * AssemblyLoadEventArgs.cs: rename field.\r
2226         * CLSCompliantAttribute.cs: use correct name for the class.\r
2227         * Char.cs: fix IsLetter.\r
2228         * Console.cs, DateTime.cs, Decimal.cs, IConvertible.cs, Math.cs,\r
2229         SByte.cs, UInt16.cs, UInt32.cs, UInt64.cs, UIntPtr.cs: CLSCompliant updates.\r
2230         * Convert.cs: CLSCompliant updates, add ChangeType() methods.\r
2231         * Delegate.cs: renamed target field to m_target.\r
2232         * Enum.cs: added missing methods.\r
2233         * MonoType.cs: add a constructor and some needed properties.\r
2234         * Object.cs: implement GetType().\r
2235         * String.cs: CLSCompliant updates. Fixes everywhere to remove the\r
2236         ending 0 char.\r
2237         * Type.cs: add missing methods/properties.\r
2238 \r
2239 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>\r
2240 \r
2241         * AttributeUseage.cs: Should define AttributeUsageAttribute.\r
2242 \r
2243         * CLSCompliant.cs: Marked with AttributeUsage attribute.\r
2244 \r
2245         * Decimal.cs: Fixed CLSCompliant attributes.\r
2246 \r
2247         * Type.cs: changed _impl to internal (needs to be accessable by\r
2248         subclasses).\r
2249 \r
2250         (TypeHandle): Marked as abstract, implementation removed.\r
2251 \r
2252         (IsNotPublic, IsPublic, GetMethods, GetPropery, GetConstructor,\r
2253         GetMethod): Added stub implementations so NUnit would link against\r
2254         corlib\r
2255 \r
2256 Tue Nov 6 09:11:43 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2257 \r
2258         * AppDomain.cs: use an internal constructor for AssemblyBuilder.\r
2259 \r
2260 2001-11-05  Miguel de Icaza  <miguel@ximian.com>\r
2261 \r
2262         * NonSerializedAttribute.cs: Add AttributeUsage rules for this\r
2263         attribute. \r
2264 \r
2265 Fri Nov 2 18:23:15 CET 2001 Paolo Molaro <lupus@ximian.com>\r
2266 \r
2267         * String.cs: fix a couple of bugs.\r
2268         * AppDomain.cs: use new AppBuilder constructor.\r
2269         * Buffer.cs, GC.cs, NonSerializedAttribute.cs,\r
2270         NotImplementedException.cs, ObjectDisposedException.cs,\r
2271         UnauthorizedAccessException.cs: add implementation.\r
2272         * OverflowException.cs: fix class name.\r
2273 \r
2274 2001-10-28  Jeffrey Stedfast  <fejj@ximian.com>\r
2275 \r
2276         * String.cs: Don't use a terminating nil char for our internal\r
2277         array.\r
2278 \r
2279 2001-10-27  Miguel de Icaza  <miguel@ximian.com>\r
2280 \r
2281         * Delegate.cs (Delegate.CombineImpl): Implement.\r
2282         (Delegate.Combine): Implement.\r
2283 \r
2284         * MulticastDelegate.cs (MulticastDelegate.Equals): Implement.\r
2285 \r
2286         (MulticastDelegate.CombineImpl): This was not as trivial as I\r
2287         thought. \r
2288 \r
2289         * ContextStaticAttribute.cs: Added AttributeUsage to\r
2290         ContextStaticAttribute. \r
2291 \r
2292         * FlagsAttribute.cs: Add AttributeUsage to FlagsAttribute\r
2293 \r
2294 2001-10-15  Martin Weindel <martin.weindel@t-online.de>\r
2295 \r
2296         * added Decimal.cs * added DecimalFormatter.cs (internal class\r
2297         used from System.Decimal)\r
2298 \r
2299 2001-10-11  Thomas Neidhart <tome@sbox.tugraz.at>\r
2300 \r
2301         * Convert.cs: Added methods for Base64 transforming just used the\r
2302           existing System.Security.Cryptography.ToBase64Transform, should\r
2303           be changed to use a stand-alone class, e.g. Base64Encoder\r
2304           \r
2305 2001-10-10  Derek Holden  <dholden@draper.com>\r
2306 \r
2307         * IntegerFormatter.cs: Added. Implements ToString for all the\r
2308         integer data types for all the format types.\r
2309 \r
2310         * Byte.cs: Using IntegerFormatter for ToString's.\r
2311 \r
2312         * SByte.cs: Using IntegerFormatter for ToString's.\r
2313 \r
2314         * Int16.cs: Using IntegerFormatter for ToString's.\r
2315 \r
2316         * Int32.cs: Using IntegerFormatter for ToString's.\r
2317 \r
2318         * Int64.cs: Using IntegerFormatter for ToString's.\r
2319 \r
2320         * UInt16.cs: Using IntegerFormatter for ToString's.\r
2321 \r
2322         * UInt32.cs: Using IntegerFormatter for ToString's.\r
2323 \r
2324         * UInt64.cs: Using IntegerFormatter for ToString's.\r
2325 \r
2326 2001-10-07  Miguel de Icaza  <miguel@ximian.com>\r
2327 \r
2328         * Exception.cs: Implement bits of serialization.\r
2329 \r
2330         * RuntimeFieldHandle.cs: Implement Serialization features.\r
2331 \r
2332         * Type.cs: Implement TypeHandle property.\r
2333 \r
2334 2001-09-28  Dick Porter  <dick@ximian.com>\r
2335 \r
2336         * LocalDataStoreSlot.cs: Implemented\r
2337 \r
2338 Tue Sep 25 19:58:14 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2339 \r
2340         * String.cs: fix off-by-one error in Trim().\r
2341 \r
2342 Tue Sep 25 18:52:14 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2343 \r
2344         * Type.cs: added GetType () method.\r
2345 \r
2346 Tue Sep 25 17:29:02 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2347 \r
2348         * MissingMethodException.cs, MissingMemberException.cs,\r
2349         MemberAccessException.cs: added.\r
2350 \r
2351 Tue Sep 25 16:46:43 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2352 \r
2353         * String.cs: don't access the string array out of bounds in\r
2354         LastIndexOf.  * Type.cs: fix return type of the Assembly property.\r
2355 \r
2356 Mon Sep 24 20:35:24 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2357 \r
2358         * String.cs: make Intern and IsIntern internalcalls.\r
2359 \r
2360 2001-09-13  Dick Porter  <dick@ximian.com>\r
2361 \r
2362         * Type.cs: Added a stub for the IsValueType property.\r
2363 \r
2364         * SystemException.cs (System): Added the other constructor, so\r
2365         that System.Threading exceptions can inherit it.\r
2366 \r
2367 2001-09-08  Jeffrey Stedfast  <fejj@ximian.com>\r
2368 \r
2369         * String.cs (TrimStart): Don't keep looping through the trimchars\r
2370         once we've found a match.\r
2371         (TrimEnd): Same here.\r
2372         (Trim): And finally here.\r
2373 \r
2374 2001-09-07  Ravi Pratap  <ravi@ximian.com>\r
2375 \r
2376         * Char.cs (IsLetterOrDigit): Implement.\r
2377         (IsLower): Implement, but we need to be Unicode aware.\r
2378         (IsNumber): Implement.\r
2379         (IsPunctuation): Implement.\r
2380         (IsWhiteSpace): Implement.\r
2381         (ToUpper): Fix to subtract 32 from the ASCII value, not 33 :)\r
2382         (ToLower): Same here.\r
2383 \r
2384 2001-09-04  Miguel de Icaza  <miguel@ximian.com>\r
2385 \r
2386         * Object.cs: Shortcut, if (a == b) then return true.\r
2387 \r
2388 Fri Sep 7 18:34:48 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2389 \r
2390         * Delegate.cs: we need a pointer to the method thunk in\r
2391         the delegate object.\r
2392 \r
2393 Fri Sep 7 12:28:01 CEST 2001 Paolo Molaro <lupus@ximian.com>\r
2394 \r
2395         * AsyncCallback.cs, common.src: add AsyncCallback delegate.\r
2396 \r
2397 2001-09-06  Jeffrey Stedfast  <fejj@ximian.com>\r
2398 \r
2399         * String.cs (System): Don't mix uint and int.\r
2400 \r
2401 2001-09-04  Jeffrey Stedfast  <fejj@ximian.com>\r
2402 \r
2403         * String.cs (BoyerMoore): Modified to not use pointers and to instead\r
2404         use indexes.\r
2405         (IndexOf): Use BoyerMoore.\r
2406 \r
2407 2001-09-02  Miguel de Icaza  <miguel@ximian.com>\r
2408 \r
2409         * All over: Use the autogenerated enumerations from the ECMA\r
2410         documentation that Sergey wrote.\r
2411         \r
2412         * PlatformID.cs: Add Unix definition.\r
2413 \r
2414         * OperatingSystem.cs: Use Unix instead of Linux here.\r
2415 \r
2416         * MarshalByRefObject.cs: Mark class as [Serializable].\r
2417 \r
2418 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>\r
2419 \r
2420         * Console.cs: impl. (write only)\r
2421         implemented the stdin stuff\r
2422 \r
2423         * Int32.cs: impl. real op_Equal\r
2424 \r
2425 2001-08-24  Miguel de Icaza  <miguel@ximian.com>\r
2426 \r
2427         * (common.src): Removed IAsyncResult as it is not on CVS yet.\r
2428 \r
2429         * UIntPtr.cs: Removed CLSCompliant attribute before the namespace,\r
2430         as it breaks the build.\r
2431 \r
2432 2001-08-23  Michael Lambert <michaellambert@email.com>\r
2433 \r
2434         * IntPtr.cs: Optimized unsafe declaration, implemented GetObjectData, \r
2435         added CLSCompliant attribute\r
2436 \r
2437         * IAsyncResult.cs: Added\r
2438 \r
2439         * common.src: Added IAsyncResult.cs\r
2440 \r
2441 2001-08-23  Michael Lambert <michaellambert@email.com>\r
2442 \r
2443         * UIntPtr.cs: Added\r
2444 \r
2445         * common.src: Added UIntPtr.cs\r
2446 \r
2447 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>\r
2448 \r
2449         * Attribute.cs: uncomment some code to make it compile again\r
2450 \r
2451         * mono.src: removed duplicated Attribute.cs\r
2452 \r
2453 2001-08-16  Nick Drochak <ndrochak@gol.com>\r
2454 \r
2455         * Attribute.cs: implemented all methods except GetHashCode()\r
2456 \r
2457         * common.src: added Attribute.cs so it would compile in\r
2458 \r
2459 2001-08-10  Dietmar Maurer  <dietmar@ximian.com>\r
2460 \r
2461         * Object.cs: changed MemberWiseClone to MemberwiseClone, and\r
2462         marked it as InternalCall\r
2463         \r
2464         * common.src: removed UriFormatException.cs because the file is\r
2465         not there.\r
2466 \r
2467         * RuntimeTypeHandle.cs: replaced IntrPtr with IntPtr\r
2468         * Char.cs: replaced byte with char\r
2469 \r
2470         * Array.cs: make it work with the mono interpreter\r
2471 \r
2472 2001-08-06  Miguel de Icaza  <miguel@ximian.com>\r
2473 \r
2474         * Version.cs: Make the class sealed\r
2475 \r
2476 2001-08-08  Bob Smith  <bob@thestuff.net>\r
2477 \r
2478         * Random.cs: Many compile fixes.\r
2479         * Random.cs: I read a bad spec. Class updated to match real spec.\r
2480 \r
2481 2001-08-06  Miguel de Icaza  <miguel@ximian.com>\r
2482 \r
2483         * IntPtr.cs: Added and Completed implementation.\r
2484 \r
2485         * Uri.cs: Add a note.\r
2486 \r
2487 2001-08-06  Bob Smith  <bob@thestuff.net>\r
2488 \r
2489         * Random.cs: Compile fix. Needs more testing.\r
2490 \r
2491 2001-08-06 Garrett Rooney <rooneg@electricjellyfish.net>\r
2492 \r
2493         * Uri.cs: Initial Implementation.  Parsing needs to be fixed to take \r
2494         into account IPv6 addresses, url encoding needs to be implemented, and \r
2495         various minor methods need to be written, but this is a decent start.\r
2496 \r
2497 2001-08-06  Dietmar Maurer  <dietmar@ximian.com>\r
2498 \r
2499         * common.src: added Object.cs\r
2500 \r
2501         * mono.src: added ValueType.cs\r
2502 \r
2503 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>\r
2504 \r
2505         * Math.cs: replaced libc with libm\r
2506 \r
2507 2001-08-02  Bob Smith  <bob@thestuff.net>\r
2508 \r
2509         * Random.cs: Implemented. Needs testing.\r
2510 \r
2511 2001-08-02  Miguel de Icaza  <miguel@ximian.com>\r
2512 \r
2513         * IServiceProvider.cs, EventHandler.cs: New files.\r
2514 \r
2515 2001-08-02  Marcel Narings  <marcel@narings.nl>\r
2516         \r
2517         * DateTime.cs: Cleaned up a bit. Added the Add* family members.\r
2518         Added exceptions. Added IConvertible. Still needs some platform \r
2519         dependend stuff, the Parse and ToString members\r
2520 \r
2521 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>\r
2522 \r
2523         * Type.cs (GetTypeFromHandle): added placeholder \r
2524 \r
2525 2001-07-24  Derek Holden  <dholden@draper.com>\r
2526 \r
2527         * Boolean.cs: Formatted to code style standard. Added GetTypeCode\r
2528         which is really an IConvertible defined method.\r
2529 \r
2530         * Byte.cs: Added a missing Parse method. Put in Parse and ToString\r
2531         behavior, still need to do the main Parse and ToString.\r
2532 \r
2533         * Char.cs: Added a bunch of missing ECMA methods. Commented a\r
2534         specification discrepency. Still didn't any unicode stuff, though\r
2535         every IsFoo(char c) method has an IsFoo(string, index)\r
2536         counterpart, added wrappers for those.\r
2537         \r
2538         * Convert.cs: Fixed NaN/Inf checking and double/float\r
2539         rounding. Added ToType for IConvertible classes\r
2540 \r
2541         * Double.cs: Fixed ECMA min and max values. Added IsInfinity /\r
2542         IsNaN methods. Changed Inf/NaN internals.\r
2543 \r
2544         * IConvertible.cs: Added comments for using\r
2545         Convert.ToType. Changed return values to draft base values.\r
2546 \r
2547         * Int16.cs: Added a missing Parse statement. Put in behavior for\r
2548         overloaded ToString and Parse methods.\r
2549 \r
2550         * Int32.cs: Added a missing Parse statement. Put in behavior for\r
2551         overloaded ToString and Parse methods.\r
2552 \r
2553         * Int64.cs: Added a missing Parse statement. Put in behavior for\r
2554         overloaded ToString and Parse methods.\r
2555         \r
2556         * Single.cs: Put in ECMA epsilon value. Added IsInfinity / IsNaN\r
2557         methods. Changed Inf/NaN internals.\r
2558 \r
2559         * SByte.cs: Added a missing Parse method. Put in Parse and\r
2560         ToString behavior, still need to do the main Parse and ToString.\r
2561 \r
2562         * UInt16.cs: Added a missing Parse statement. Put in behavior for\r
2563         overloaded ToString and Parse methods.\r
2564 \r
2565         * UInt32.cs: Added a missing Parse statement. Put in behavior for\r
2566         overloaded ToString and Parse methods.\r
2567 \r
2568         * UInt64.cs: Added a missing Parse statement. Put in behavior for\r
2569         overloaded ToString and Parse methods.\r
2570         \r
2571 2001-07-20  Miguel de Icaza  <miguel@ximian.com>\r
2572 \r
2573         * MulticastDelegate.cs: New File.\r
2574 \r
2575         * Delegate.cs: New file.\r
2576 \r
2577         * Enum.cs: New file.\r
2578 \r
2579         * Attribute.cs: New file.\r
2580 \r
2581         * Type.cs: New file.\r
2582 \r
2583         * ParamArrayAttribute.cs: New file.\r
2584 \r
2585         * RuntimeTypeHandle.cs: New file.\r
2586 \r
2587         * MulticastDelegate.cs: Added.\r
2588 \r
2589         * DateTime.cs: Added\r
2590 \r
2591         * Delegate.cs: Added\r
2592 \r
2593 2001-07-18  Michael Lambert <michaellambert@email.com>\r
2594 \r
2595         * AttributeTargets.cs: Add.\r
2596 \r
2597 2001-07-19  Jeffrey Stedfast  <fejj@ximian.com>\r
2598 \r
2599         * Char.cs: Made ToUpper and ToLower public methods.\r
2600 \r
2601         * String.cs: Lots and lots of compile fixes - just need to write\r
2602         DateTime.cs and this should build completely now.\r
2603 \r
2604 2001-07-19  Bob Smith (bob@thestuff.net)\r
2605 \r
2606         * Math.cs: Implemented. \r
2607 \r
2608 2001-07-19  Miguel de Icaza  <miguel@ximian.com>\r
2609 \r
2610         * String.cs: Removed tolower and toupper.\r
2611 \r
2612         * Char.cs: Moved ToLower and ToUpper from string to here. \r
2613 \r
2614         * Convert.cs ToByte (float value), ToByte (double value) Use IsNan\r
2615         instead of comparing the value to Nan.\r
2616 \r
2617 2001-07-19  Duco Fijma (duco@lorentz.xs4all.nl)\r
2618 \r
2619         * TimeSpan.cs: New implementation.\r
2620 \r
2621 2001-07-18  Scott Sanders <scott@stonecobra.com>\r
2622 \r
2623          * UriFormatExcpetion.cs: Add - 85% complete\r
2624 \r
2625 2001-07-17  Jeffrey Stedfast  <fejj@ximian.com>\r
2626 \r
2627         * String.cs (IndexOf): Slight optimization that allows skipping\r
2628         over a few chars here and there. This isn't as good as using my\r
2629         Boyer-Moore implementation, however, Boyer-Moore is only really\r
2630         good for long strings (I plan on making the code decide which\r
2631         string search algorithm it should use on-the-fly at some point).\r
2632         (LastIndexOf): Fix to work correctly.\r
2633         (BoyerMoore): Took out some unneeded code and fixed an edge-case.\r
2634 \r
2635 2001-07-16  Michael Lambert <michaellambert@email.com>\r
2636 \r
2637         * EventArgs.cs: Add.\r
2638         \r
2639 2001-07-16  Miguel de Icaza  <miguel@ximian.com>\r
2640 \r
2641         * Version.cs: Remove my buggy comment.\r
2642 \r
2643 2001-07-15  Sean MacIsaac  <macisaac@ximian.com>\r
2644 \r
2645         * String.cs: Spelling error of IComparable, object's\r
2646         MemberwiseClone cannot be overridden.  Made indexer valid for now,\r
2647         but not sure what to do about this in the long run.  Seems to be a\r
2648         couple bugs in csc.exe having to do with multiple pointer defs in\r
2649         the same statement, and returning subclasses of a class in the\r
2650         return type of an interface function implementation.  Also moved\r
2651         operators inside of class definition.\r
2652 \r
2653 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>\r
2654 \r
2655         * String.cs: A tom of compile fixes, although we still don't compile.\r
2656 \r
2657         * IConvertible.cs: The To*Int64() methods return *Int64's, not\r
2658         *Int32's. Also, it's ToDateTime() not ToDateType().\r
2659 \r
2660 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>\r
2661 \r
2662         * String.cs: Apparently I needed to at least write stubs for the\r
2663         IConvertible interfaces. *sigh*\r
2664 \r
2665 2001-07-14  Jeffrey Stedfast  <fejj@ximian.com>\r
2666 \r
2667         * String.cs: Many logic/other fixes and better usage of the\r
2668         features of c#\r
2669         (tolower): New convenience method to help condense code.\r
2670         (toupper): Another new helper method.\r
2671         (Compare): Use the new helper methods.\r
2672         (ToLower): use tolower().\r
2673         (ToUpper): use toupper().\r
2674         (LastIndexOfAny): Implemented.\r
2675         (BoyerMoore): New private helper method that implements a modified\r
2676         version of the Boyer-Moore search algorithm. Noothing uses it yet\r
2677         as I'm not 100% sure it even works properly with unicode strings\r
2678         not to mention it uses a huge lookup-table :-)\r
2679         (Split): Implemented.\r
2680 \r
2681 2001-07-13  Jeffrey Stedfast  <fejj@ximian.com>\r
2682 \r
2683         * TODO: Added things that need to be finished in System.String\r
2684 \r
2685         * String.cs: New source file implementing the System.String class\r
2686 \r
2687 2001-07-12  Sean MacIsaac  <macisaac@ximian.com>\r
2688 \r
2689         * TypeCode.cs: UInt64 was UInt63.\r
2690 \r
2691         * Object.cs: Fixed a numer of compiler errors.\r
2692 \r
2693         * Array.cs: Fixed some compiler errors.\r
2694 \r
2695         * IComparable.cs: Fixed some compiler errors.\r
2696 \r
2697         * ICloneable.cs: Fixed some compiler errors.\r
2698 \r
2699         * IConvertible.cs: Fixed some compiler errors.\r
2700 \r
2701         * IFormattable.cs: Fixed a compiler error.\r
2702 \r
2703         * IFormatProvider.cs: Fixed a compiler error.\r
2704 \r
2705         * IDisposable.cs: Fixed a compiler error.\r
2706 \r
2707         * IFormatProvider.cs: Added public accesability type to\r
2708         IFormatProvider.\r
2709 \r
2710         * Exception.cs: Added a using statement to remove compile time\r
2711         error.\r
2712 \r
2713         * ApplicationException.cs: Removed a ; that was causing a compiler\r
2714         error.\r
2715 \r
2716         * Int16.cs: Fixed some compiler errors.\r
2717 \r
2718         * Int32.cs: Fixed some compiler errors.\r
2719 \r
2720         * Int64.cs: Fixed some compiler errors.\r
2721 \r
2722         * SystemException.cs: Fixed a compiler error.\r
2723 \r
2724         * UInt16.cs: Fixed some compiler errors.\r
2725 \r
2726         * UInt32.cs: Fixed some compiler errors.\r
2727 \r
2728         * UInt64.cs: Fixed some compiler errors.\r
2729 \r
2730         * Void.cs: Fixed a compiler error.      \r
2731 \r
2732 2001-07-12  Joe Shaw  <joe@ximian.com>\r
2733 \r
2734         * Array.cs: Fix backwards parameters to Array.SetValue()\r
2735         throughout.\r
2736         (BinarySearch): Fix backward logic surrounding whether to call\r
2737         value.CompareTo or comparer.Compare.\r
2738         (LastIndexOf): Stop being stupid. I am so not used to strongly\r
2739         bounded arrays...\r
2740         (Sort): Implement a quicksort.\r
2741 \r
2742 2001-07-11  Joe Shaw  <joe@ximian.com>\r
2743 \r
2744         * Array.cs: Change all instances of trying to access an array with\r
2745         the index operator to calls to GetValue and SetValue, and add\r
2746         InternalGetValue and InternalSetValue which are internal calls\r
2747         into the runtime. Ew.\r
2748 \r
2749 2001-07-10  Joe Shaw  <joe@ximian.com>\r
2750 \r
2751         * Array.cs: Implemented everything but Sort().\r
2752 \r
2753 2001-07-09  Jeffrey Stedfast  <fejj@ximian.com>\r
2754 \r
2755         * Object.cs (Object::Equals): Object variable name is `o'.\r
2756 \r
2757 2001-07-06  Joe Shaw  <joe@ximian.com>\r
2758 \r
2759         * Int16.cs, Int32.cs, Int64.cs, UInt16.cs, UInt32.cs, UInt64.cs:\r
2760         Implement the IComparable and IFormattable interfaces. Fix a typo\r
2761         (publig -> public)\r
2762 \r
2763         * ApplicationException.cs, ArgumentException.cs,\r
2764         ArgumentNullException.cs, ArgumentOutOfRangeException.cs,\r
2765         ArtithmeticException.cs, ArrayTypeMismatchException.cs,\r
2766         DivideByZeroException.cs, DuplicateWaitObjectException.cs,\r
2767         ExecutionEngineException.cs, FormatException.cs,\r
2768         IndexOutOfRangeException.cs, InvalidCastException.cs,\r
2769         InvalidOperationException.cs, InvalidProgramException.cs,\r
2770         MulticateNotSupportedException.cs, NotFiniteNumberException.cs,\r
2771         NotSupportedException.cs, NullReferenceException.cs,\r
2772         OutOfMemoryException.cs, OverflowException.cs, RankException.cs,\r
2773         StackOverflowException.cs, SystemException.cs,\r
2774         TypeInitializationException.cs: Added all of the exceptions\r
2775         specified by the language spec. Mmmm... bloat.\r
2776 \r
2777 2001-07-06  Miguel de Icaza  <miguel@ximian.com>\r
2778 \r
2779         * Int64.cs, Int32.cs: Put.  Parsing and ToString missing.  Should\r
2780         do a generic routine all of these guys use.\r
2781 \r
2782         * Int16.cs: identified missing methods.\r
2783 \r
2784         * UInt16.cs, UInt32.cs, UInt64.cs: Add.\r
2785 \r
2786 2001-06-26  Miguel de Icaza  <miguel@ximian.com>\r
2787 \r
2788         * TypeCode.cs: Implement\r
2789 \r
2790         * Void.cs: Implement.\r
2791 \r
2792         * TODO: Add file to keep track of pending tasks.\r
2793 \r
2794         * Object.cs, ValueType.cs: Implement.\r