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/ChangeLog26
1 files changed, 0 insertions, 26 deletions
diff --git a/mcs/class/corlib/System/ChangeLog b/mcs/class/corlib/System/ChangeLog
index d07ee07070c..b345b93f069 100644
--- a/mcs/class/corlib/System/ChangeLog
+++ b/mcs/class/corlib/System/ChangeLog
@@ -1,29 +1,3 @@
-2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
-
- * Environment.cs: (ExpandEnvironmentVariables) don't nullify the case
- insensitive environment variables hashtable once we create it.
-
-2004-08-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * DateTime.cs : When hour format is "hh", MS.NET (maybe incorrectly)
- allows 12, that should not be accepted (13 is rejected) and
- interpreted as 0. This fixes bug 63376.
-
-2004-08-17 Sebastien Pouliot <sebastien@ximian.com>
-
- * Version.cs: Fixed Clone so we can use it on versions with only
- major/minor or major/minor/build.
-
-2004-07-07 Geoff Norton <gnorton@customerdna.com>
-
- * Monotype.cs: Patch for bug #58844. Dont throw exceptions right away;
- pass through all the possibly BindingInfo's and keep a bool value as to the type
- of exception we might need to throw;
-
-2004-07-07 Geoff Norton <gnorton@customerdna.com>
-
- * Patch to fix bug #58973
-
2004-06-25 Ben Maurer <bmaurer@ximian.com>
* Environment.cs: GetFolderPath has new behavior. r=miguel