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:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:03 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2016-01-29 21:17:06 +0300
commitb03e60628764d66654147bfc7a7e1a3242559888 (patch)
tree3599b29c7f180a5cb3e8cea3e875d26b8ecdeeb4 /mcs/class/Mono.C5
parentbf5947a0fd2b523c30833605ee69b2b041aa43f4 (diff)
Remove ChangeLog files from the repo
They weren't updated in the last 6 years and aren't helpful anymore (e.g. by causing unrelated matches during git grep searches).
Diffstat (limited to 'mcs/class/Mono.C5')
-rw-r--r--mcs/class/Mono.C5/ChangeLog82
1 files changed, 0 insertions, 82 deletions
diff --git a/mcs/class/Mono.C5/ChangeLog b/mcs/class/Mono.C5/ChangeLog
deleted file mode 100644
index e59f89aed41..00000000000
--- a/mcs/class/Mono.C5/ChangeLog
+++ /dev/null
@@ -1,82 +0,0 @@
-2009-08-06 Zoltan Varga <vargaz@gmail.com>
-
- * *.*: Applied patch from Marcus Griep <marcus@griep.us>. Update
- C5 to v.1.1.0.
-
-2009-07-17 Zoltan Varga <vargaz@gmail.com>
-
- * add-conditional.pl Makefile: Applied patch from Marcus Griep
- <marcus@griep.us>. Remove workarounds for compiling this assembly in the
- net 1.1 profile.
-
-2006-03-07 Martin Baulig <martin@ximian.com>
-
- * Test/hashing/HashDictionaryTests.cs: Temporarily disable some
- more failing tests.
-
- * Test/hashing/HashTableTests.cs: Likewise.
- * Test/hashing/HashBagTests.cs: Likewise.
-
-2006-03-07 Martin Baulig <martin@ximian.com>
-
- * Test/Records.cs: Temporarily disable these tests.
-
-2006-03-06 Martin Baulig <martin@ximian.com>
-
- * C5/AssemblyInfo.cs: Add `[assembly: AssemblyDelaySign (true)]'
- and `[assembly: AssemblyKeyFile ("c5.pub")]'.
-
-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.
-
-2005-06-27 Ben Maurer <bmaurer@ximian.com>
-
- * Makefile: don't install on the 1.x profiles.
-
-2005-04-29 Martin Baulig <martin@ximian.com>
-
- Reflect latest API changes.
-
- * C5/Collections.cs (EnumerableBase): Explicitly implement
- System.Collections.IEnumerable.GetEnumerator().
-
- * Makefile: Add `nowarn:169'.
-
-2004-11-26 Martin Baulig <martin@ximian.com>
-
- * Makefile: Removed `NO_TEST = yes'.
-
-2004-11-25 Raja R Harinath <rharinath@novell.com>
-
- * Makefile (EXTRA_DISTFILES): Distribute LICENCE.txt and keys.
-
-2004-11-19 Martin Baulig <martin@ximian.com>
-
- * C5/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.
-
- * C5/linkedlists/LinkedList.cs: Added workaround for bug #57747.
-
-2004-08-16 Martin Baulig <martin@ximian.com>
-
- Importing version 0.5 of C5, http://www.itu.dk/research/c5/.
-