Merge pull request #2261 from BrzVlad/fix-arm-fast-tls-master
[mono.git] / mcs / class / Mono.C5 / ChangeLog
index 371ca103fce40ee83d8aade8e48da1d203cdfbe3..e59f89aed41865b2c238719a31d84267293c4fd9 100644 (file)
@@ -1,3 +1,41 @@
+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.