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