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:
authorRaja R Harinath <harinath@hurrynot.org>2005-02-22 16:45:20 +0300
committerRaja R Harinath <harinath@hurrynot.org>2005-02-22 16:45:20 +0300
commit4d824b1f4cee6ac86a42a5671fc5a2405b389113 (patch)
treeb0b4deff4d74e5352b40fa1c687606754fc4033b /mcs/errors/ChangeLog
parent0ccb8776dfdb4dad6bff98dcfd036306b6372c6e (diff)
* cs0534-3.cs, cs0534-4.cs, CS0534-3-lib.cs, CS0534-4-lib.cs: New
files based on #71134. * Makefile (all-local): Add CS0534-3-lib.dll and CS0534-4-lib.dll. svn path=/trunk/mcs/; revision=41036
Diffstat (limited to 'mcs/errors/ChangeLog')
-rw-r--r--mcs/errors/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/errors/ChangeLog b/mcs/errors/ChangeLog
index 8980783f7d8..c80f1a369b6 100644
--- a/mcs/errors/ChangeLog
+++ b/mcs/errors/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-22 Raja R Harinath <rharinath@novell.com>
+
+ * cs0534-3.cs, cs0534-4.cs, CS0534-3-lib.cs, CS0534-4-lib.cs: New
+ files based on #71134.
+ * Makefile (all-local): Add CS0534-3-lib.dll and CS0534-4-lib.dll.
+
2005-02-21 Raja R Harinath <rharinath@novell.com>
* cs1594-1.cs, cs1594-2.cs, cs1594-3.cs: New tests based on #68955.