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