A few changes to resolve scoping for default constructors
[mono.git] / mono / utils / ChangeLog
1
2 Fri Sep 13 15:56:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
3
4         * mono-digest.h, mono-sha1.c: Added mono_digest_get_public_token()
5         to get the public key token from a public key.
6
7 Thu Jul 25 13:59:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
8
9         * mono-digest.h, mono-md5.c, mono-sha1.c: MD5 and SHA1
10         implementations.
11
12 Mon Jun 3 15:59:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
13
14         * strtod.c: make __bsd_dtoa() always return malloc()ed memory.
15
16 Mon Jun 3 15:42:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
17
18         * monobitset.c, monobitset.h: documentation and fixes from
19         Dennis Haney.
20
21 Sat Jun 1 14:10:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
22
23         * monobitset.c: fix my screwup pointed out by Lawrence Pit
24         (loz@cable.a2000.nl).
25
26 Fri May 31 15:34:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
27
28         * monobitset.c, monobitset.h: fixes. added mono_bitset_foreach().
29
30 Wed May 22 12:42:06 CEST 2002 Paolo Molaro <lupus@ximian.com>
31
32         * monobitset.c: use our own bit_nth_lsf since the glib one is buggy.
33         Add more tests. mono_bitset_find_first (set, -1) will work correctly
34         now.
35
36 2002-05-09  Dietmar Maurer  <dietmar@ximian.com>
37
38         * monobitset.c: use memcmp instead of memcpy
39
40 Thu May 9 17:23:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
41
42         * monobitset.c, monibitset.h: bit set data structure.
43         Not included in the build yet because the jit has some symbol clashes
44         with it.
45
46 Mon Mar 25 12:50:53 CET 2002 Paolo Molaro <lupus@ximian.com>
47
48         * First checkin: libmonoutils is meant to hold some utility
49         data structures and bits that are usefult to the rest of the project
50         and don't require metadata/runtime support.
51         mono-hash is a GC-safe hash table: i.e. you can store GC-allocated
52         data in it.
53