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/Mono.C5/ChangeLog')
-rw-r--r--mcs/class/Mono.C5/ChangeLog24
1 files changed, 5 insertions, 19 deletions
diff --git a/mcs/class/Mono.C5/ChangeLog b/mcs/class/Mono.C5/ChangeLog
index ba428cdeacb..7617ccc1f7e 100644
--- a/mcs/class/Mono.C5/ChangeLog
+++ b/mcs/class/Mono.C5/ChangeLog
@@ -1,20 +1,6 @@
-2006-02-16 Martin Baulig <martin@ximian.com>
-
- Importing version 1.0 of C5, http://www.itu.dk/research/c5/.
-
- * C5/trees/RedBlackTreeBag.cs: Added autogenerated file.
- * C5/linkedlists/HashedLinkedList.cs: Likewise.
- * C5/arrays/HashedArrayList.cs: Likewise.
-
- * PreProcess/: Removed; we keep the autogenerated files in SVN.
-
-2006-02-16 Martin Baulig <martin@ximian.com>
-
- * C5/: New directory containing all the source code.
-
2005-07-10 Kamil Skalski <nazgul@nemerle.org>
- * C5/Builder.cs: Use MakeGenericType instead of BindGenericParameters.
+ * Builder.cs: Use MakeGenericType instead of BindGenericParameters.
2005-06-27 Ben Maurer <bmaurer@ximian.com>
@@ -24,7 +10,7 @@
Reflect latest API changes.
- * C5/Collections.cs (EnumerableBase): Explicitly implement
+ * Collections.cs (EnumerableBase): Explicitly implement
System.Collections.IEnumerable.GetEnumerator().
* Makefile: Add `nowarn:169'.
@@ -39,14 +25,14 @@
2004-11-19 Martin Baulig <martin@ximian.com>
- * C5/Wrappers.cs: Removed all the FIXME's. GMCS can now compile the
+ * Wrappers.cs: Removed all the FIXME's. GMCS can now compile the
original, unmodified code :-)
2004-11-12 Martin Baulig <martin@ximian.com>
- * C5/Wrappers.cs: Added workaround for #69082.
+ * Wrappers.cs: Added workaround for #69082.
- * C5/linkedlists/LinkedList.cs: Added workaround for bug #57747.
+ * linkedlists/LinkedList.cs: Added workaround for bug #57747.
2004-08-16 Martin Baulig <martin@ximian.com>