2010-06-03 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.C5 / ChangeLog
blobe59f89aed41865b2c238719a31d84267293c4fd9
1 2009-08-06  Zoltan Varga  <vargaz@gmail.com>
3         * *.*: Applied patch from Marcus Griep <marcus@griep.us>. Update
4         C5 to v.1.1.0.
6 2009-07-17  Zoltan Varga  <vargaz@gmail.com>
8         * add-conditional.pl Makefile: Applied patch from Marcus Griep 
9         <marcus@griep.us>. Remove workarounds for compiling this assembly in the
10         net 1.1 profile.
12 2006-03-07  Martin Baulig  <martin@ximian.com>
14         * Test/hashing/HashDictionaryTests.cs: Temporarily disable some
15         more failing tests.
17         * Test/hashing/HashTableTests.cs: Likewise.
18         * Test/hashing/HashBagTests.cs: Likewise.
20 2006-03-07  Martin Baulig  <martin@ximian.com>
22         * Test/Records.cs: Temporarily disable these tests.
24 2006-03-06  Martin Baulig  <martin@ximian.com>
26         * C5/AssemblyInfo.cs: Add `[assembly: AssemblyDelaySign (true)]'
27         and `[assembly: AssemblyKeyFile ("c5.pub")]'.
29 2006-02-16  Martin Baulig  <martin@ximian.com>
31         Importing version 1.0 of C5, http://www.itu.dk/research/c5/.
33         * C5/trees/RedBlackTreeBag.cs: Added autogenerated file.
34         * C5/linkedlists/HashedLinkedList.cs: Likewise.
35         * C5/arrays/HashedArrayList.cs: Likewise.
37         * PreProcess/: Removed; we keep the autogenerated files in SVN.
39 2006-02-16  Martin Baulig  <martin@ximian.com>
41         * C5/: New directory containing all the source code.
43 2005-07-10  Kamil Skalski <nazgul@nemerle.org>
45         * C5/Builder.cs: Use MakeGenericType instead of BindGenericParameters.
47 2005-06-27  Ben Maurer  <bmaurer@ximian.com>
49         * Makefile: don't install on the 1.x profiles.
51 2005-04-29  Martin Baulig  <martin@ximian.com>
53         Reflect latest API changes.
55         * C5/Collections.cs (EnumerableBase): Explicitly implement
56         System.Collections.IEnumerable.GetEnumerator(). 
58         * Makefile: Add `nowarn:169'.
60 2004-11-26  Martin Baulig  <martin@ximian.com>
62         * Makefile: Removed `NO_TEST = yes'.
64 2004-11-25  Raja R Harinath  <rharinath@novell.com>
66         * Makefile (EXTRA_DISTFILES): Distribute LICENCE.txt and keys.
68 2004-11-19  Martin Baulig  <martin@ximian.com>
70         * C5/Wrappers.cs: Removed all the FIXME's.  GMCS can now compile the
71         original, unmodified code :-)
73 2004-11-12  Martin Baulig  <martin@ximian.com>
75         * C5/Wrappers.cs: Added workaround for #69082.
77         * C5/linkedlists/LinkedList.cs: Added workaround for bug #57747.
79 2004-08-16  Martin Baulig  <martin@ximian.com>
81         Importing version 0.5 of C5, http://www.itu.dk/research/c5/.