Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/corlib/System/ChangeLog')
-rw-r--r--mcs/class/corlib/System/ChangeLog57
1 files changed, 0 insertions, 57 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index a725b277a6e..9160a4323ff 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,61 +1,13 @@
-2006-02-26 Gert Driesen <drieseng@users.souceforge.net>
-
- * DecimalFormatter.cs: Removed obsolete class, as it has been replaced
- by NumberFormatter.
- * DoubleFormatter.cs: Same.
- * SingleFormatter.cs: Same.
-
-2006-02-21 Marek Safar <marek.safar@seznam.cz>
-
- * String.cs (Equals): Optimized for speed.
-
-2006-02-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * TermInfoDriver.cs: patch by Mike Hull that fixes bug #77518.
-
-Mon Feb 20 11:19:54 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * MonoType.cs: patch from Joachim Ante <joe@otee.dk> to
- improve error messages.
-
2006-02-15 Martin Baulig <martin@ximian.com>
* Type.cs (Type.IsGenericInstance): Removed.
-2006-02-14 Ankit Jain <jankit@novell.com>
- Raja R Harinath <rharinath@novell.com>
-
- * ArraySegment.cs (.ctor): Fix bounds check. Rename param 'length' to
- 'count'.
-
-2006-02-11 Zoltan Varga <vargaz@gmail.com>
-
- * TermInfoDriver.cs (CreateKeyInfoFromInt): Fix handling of tab and its
- friends.
-
- * TermInfoDriver.cs (GetWindowDimensions): Obtain the exact terminal
- size using an icall.
- (GetCursorPosition): Convert the row and column to 0 based indexing.
- Also fix reading of large values.
- (CreateKeyInfoFromInt): Convert LF to ConsoleKey.Enter.
-
- * ConsoleDriver.cs (GetTtySize): New icall.
-
2006-02-10 Zoltan Varga <vargaz@gmail.com>
* Array.cs: Fix some methods which previously returned Nullable<T>.
* Nullable.cs: Add T: struct constraint and fix constructor.
-Fri Feb 3 11:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
-
- * String.cs: changed StartsWith/EndsWith to faster versions.
-
-2006-02-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * String.cs: implement 2.0 StartsWith and EndsWith new overloads. Based
- on a patch by Thong Nguyen.
-
2006-01-31 Zoltan Varga <vargaz@gmail.com>
* String.cs: Implement one of the new net 2.0 Split methods.
@@ -74,15 +26,6 @@ Fri Feb 3 11:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
* Console.cs: if InternalCodePage returns -1, use the default encoding.
Also match the UTF8 one properly. Patch by wall_john@sohu.com.
-2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * ModuleHandle.cs : GetPEKind() is not public in 2.0 RTM.
-
-2006-01-16 Alp Toker <alp@atoker.com>
-
- * TimeSpan.cs: Simple implementation of NET 2.0 TryParse() using
- try/catch
-
2006-01-05 Raja R Harinath <rharinath@novell.com>
Fix regressions introduced by the fix to #71300.