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