2009-02-23 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.C5 / ChangeLog
blob8e7b2861eb11ecdf63651af59614e5cd3df23840
1 2006-03-07  Martin Baulig  <martin@ximian.com>
3         * Test/hashing/HashDictionaryTests.cs: Temporarily disable some
4         more failing tests.
6         * Test/hashing/HashTableTests.cs: Likewise.
7         * Test/hashing/HashBagTests.cs: Likewise.
9 2006-03-07  Martin Baulig  <martin@ximian.com>
11         * Test/Records.cs: Temporarily disable these tests.
13 2006-03-06  Martin Baulig  <martin@ximian.com>
15         * C5/AssemblyInfo.cs: Add `[assembly: AssemblyDelaySign (true)]'
16         and `[assembly: AssemblyKeyFile ("c5.pub")]'.
18 2006-02-16  Martin Baulig  <martin@ximian.com>
20         Importing version 1.0 of C5, http://www.itu.dk/research/c5/.
22         * C5/trees/RedBlackTreeBag.cs: Added autogenerated file.
23         * C5/linkedlists/HashedLinkedList.cs: Likewise.
24         * C5/arrays/HashedArrayList.cs: Likewise.
26         * PreProcess/: Removed; we keep the autogenerated files in SVN.
28 2006-02-16  Martin Baulig  <martin@ximian.com>
30         * C5/: New directory containing all the source code.
32 2005-07-10  Kamil Skalski <nazgul@nemerle.org>
34         * C5/Builder.cs: Use MakeGenericType instead of BindGenericParameters.
36 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
38         * Makefile: don't install on the 1.x profiles.
40 2005-04-29  Martin Baulig  <martin@ximian.com>
42         Reflect latest API changes.
44         * C5/Collections.cs (EnumerableBase): Explicitly implement
45         System.Collections.IEnumerable.GetEnumerator(). 
47         * Makefile: Add `nowarn:169'.
49 2004-11-26  Martin Baulig  <martin@ximian.com>
51         * Makefile: Removed `NO_TEST = yes'.
53 2004-11-25  Raja R Harinath  <rharinath@novell.com>
55         * Makefile (EXTRA_DISTFILES): Distribute LICENCE.txt and keys.
57 2004-11-19  Martin Baulig  <martin@ximian.com>
59         * C5/Wrappers.cs: Removed all the FIXME's.  GMCS can now compile the
60         original, unmodified code :-)
62 2004-11-12  Martin Baulig  <martin@ximian.com>
64         * C5/Wrappers.cs: Added workaround for #69082.
66         * C5/linkedlists/LinkedList.cs: Added workaround for bug #57747.
68 2004-08-16  Martin Baulig  <martin@ximian.com>
70         Importing version 0.5 of C5, http://www.itu.dk/research/c5/.