e53b897c07360aa60da1196d243c3722a86e90c9
[mono.git] / mcs / class / corlib / System / ChangeLog
1 2001-07-06  Joe Shaw  <joe@ximian.com>
2
3         * Int16.cs, Int32.cs, Int64.cs, UInt16.cs, UInt32.cs, UInt64.cs:
4         Implement the IComparable and IFormattable interfaces. Fix a
5         typo (publig -> public)
6
7         * ApplicationException.cs, ArgumentException.cs,
8         ArgumentNullException.cs, ArgumentOutOfRangeException.cs,
9         ArtithmeticException.cs, ArrayTypeMismatchException.cs,
10         DivideByZeroException.cs, DuplicateWaitObjectException.cs,
11         ExecutionEngineException.cs, FormatException.cs,
12         IndexOutOfRangeException.cs, InvalidCastException.cs,
13         InvalidOperationException.cs, InvalidProgramException.cs,
14         MulticateNotSupportedException.cs, NotFiniteNumberException.cs,
15         NotSupportedException.cs, NullReferenceException.cs,
16         OutOfMemoryException.cs, OverflowException.cs, RankException.cs,
17         StackOverflowException.cs, SystemException.cs,
18         TypeInitializationException.cs: Added all of the exceptions
19         specified by the language spec. Mmmm... bloat.
20
21 2001-07-06  Miguel de Icaza  <miguel@ximian.com>
22
23         * Int64.cs, Int32.cs: Put.  Parsing and ToString missing.  Should
24         do a generic routine all of these guys use.
25
26         * Int16.cs: identified missing methods.
27
28         * UInt16.cs, UInt32.cs, UInt64.cs: Add.
29
30 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
31
32         * TypeCode.cs: Implement
33
34         * Void.cs: Implement.
35
36         * TODO: Add file to keep track of pending tasks.
37
38         * Object.cs, ValueType.cs: Implement.
39