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