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