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:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-07-18 13:15:35 +0400
committerAndreas N <andreas@mono-cvs.ximian.com>2003-07-18 13:15:35 +0400
commit2585d511edb686aa64f086fb362c2485650dfde1 (patch)
tree6b2cd55c2b17df9ea8edbdc10ad8e8a79a4803b1
parent83b9e6e64f993820148f1f2150cd63de82274da0 (diff)
2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
* System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed svn path=/trunk/mcs/; revision=16387
-rw-r--r--mcs/class/System/ChangeLog6
-rwxr-xr-xmcs/class/System/System.dll.sources2
2 files changed, 6 insertions, 2 deletions
diff --git a/mcs/class/System/ChangeLog b/mcs/class/System/ChangeLog
index 7cf7fa4f47f..e51f80f0134 100644
--- a/mcs/class/System/ChangeLog
+++ b/mcs/class/System/ChangeLog
@@ -1,3 +1,7 @@
+2003-07-18 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
+
+ * System.dll.sources: Assembly/Locale.cs added, Globalization.Locale.cs removed
+
2003-07-18 Peter Williams <peter@newton.cx>
* Makefile (EXTRA_DISTFILES): Oops, NUnit.Prefs is not
@@ -6,7 +10,7 @@
2003-07-17 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
- * Assembly/Consts.cs: added
+ * System.dll.sources: Assembly/Consts.cs added
2003-07-16 Peter Williams <peter@newton.cx>
diff --git a/mcs/class/System/System.dll.sources b/mcs/class/System/System.dll.sources
index e8affe49712..4642aa0f5d6 100755
--- a/mcs/class/System/System.dll.sources
+++ b/mcs/class/System/System.dll.sources
@@ -1,5 +1,6 @@
Assembly/AssemblyInfo.cs
Assembly/Consts.cs
+Assembly/Locale.cs
Microsoft.CSharp/CSharpCodeCompiler.cs
Microsoft.CSharp/CSharpCodeGenerator.cs
Microsoft.CSharp/CSharpCodeProvider.cs
@@ -378,7 +379,6 @@ System.Diagnostics/TraceLevel.cs
System.Diagnostics/TraceListenerCollection.cs
System.Diagnostics/TraceListener.cs
System.Diagnostics/TraceSwitch.cs
-System.Globalization/Locale.cs
System.IO/ErrorEventArgs.cs
System.IO/ErrorEventHandler.cs
System.IO/FileSystemEventArgs.cs