Fri Sep 13 15:56:04 CEST 2002 Paolo Molaro * mono-digest.h, mono-sha1.c: Added mono_digest_get_public_token() to get the public key token from a public key. Thu Jul 25 13:59:34 CEST 2002 Paolo Molaro * mono-digest.h, mono-md5.c, mono-sha1.c: MD5 and SHA1 implementations. Mon Jun 3 15:59:31 CEST 2002 Paolo Molaro * strtod.c: make __bsd_dtoa() always return malloc()ed memory. Mon Jun 3 15:42:50 CEST 2002 Paolo Molaro * monobitset.c, monobitset.h: documentation and fixes from Dennis Haney. Sat Jun 1 14:10:23 CEST 2002 Paolo Molaro * monobitset.c: fix my screwup pointed out by Lawrence Pit (loz@cable.a2000.nl). Fri May 31 15:34:18 CEST 2002 Paolo Molaro * monobitset.c, monobitset.h: fixes. added mono_bitset_foreach(). Wed May 22 12:42:06 CEST 2002 Paolo Molaro * monobitset.c: use our own bit_nth_lsf since the glib one is buggy. Add more tests. mono_bitset_find_first (set, -1) will work correctly now. 2002-05-09 Dietmar Maurer * monobitset.c: use memcmp instead of memcpy Thu May 9 17:23:17 CEST 2002 Paolo Molaro * monobitset.c, monibitset.h: bit set data structure. Not included in the build yet because the jit has some symbol clashes with it. Mon Mar 25 12:50:53 CET 2002 Paolo Molaro * First checkin: libmonoutils is meant to hold some utility data structures and bits that are usefult to the rest of the project and don't require metadata/runtime support. mono-hash is a GC-safe hash table: i.e. you can store GC-allocated data in it.