X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Futils%2FChangeLog;h=4bb6fedb2d72d4ca8288ca88f35dc45665c04a60;hb=b988341a3f7dba7b7c08deaf9790451870072472;hp=f567aee4317e1cd81f9b0b493d8e8f1d3774678b;hpb=3e56ffa9165b898a7a74e6c17a675131aada5306;p=mono.git diff --git a/mono/utils/ChangeLog b/mono/utils/ChangeLog index f567aee4317..4bb6fedb2d7 100644 --- a/mono/utils/ChangeLog +++ b/mono/utils/ChangeLog @@ -1,3 +1,49 @@ + +Wed Jan 24 23:20:17 CET 2007 Paolo Molaro + + * mono-codeman.c: don't call mono_mprotect() on windows. + +2007-01-20 Zoltan Varga + + * monobitset.h: monobitset.c: Move MonoBitSet type definition to + the header file. Add fast macro based versions of most bitset + operations and optimize the rest a bit. + +Mon Dec 18 18:59:08 CET 2006 Paolo Molaro + + * mono-dl.h, mono-dl.c, Makefile.am: implementation + of dynamic loading API. + +Wed Dec 13 17:21:40 CET 2006 Paolo Molaro + + * mono-mmap.c, mono-mmap.h: use guint64 instead of off_t. + +2006-12-12 Atsushi Enomoto + + * mono-mmap.c : win32 build fix. + +Mon Dec 11 17:24:49 CET 2006 Paolo Molaro + + * mono-codeman.c: changed to use the mono-mmap.h API. + +Mon Dec 11 15:08:27 CET 2006 Paolo Molaro + + * mono-mmap.c, mono-mmap.h, Makefile.am: introduced mmap-like API. + +Mon Nov 27 16:03:58 CET 2006 Paolo Molaro + + * strtod.c: fix, again, 64 bit issues. + +2006-11-25 Miguel de Icaza + + * strtod.c: Upgrade this implementation to the one from: + http://www.netlib.org/fp/ + + Fixed a few warnings, and added the header thta we had to + autodetect the FPU setup to use. + + This should fix the hang when running the corlib test suite. + 2006-10-18 Miguel de Icaza * mono-ehash.c (mono_g_hash_table_destroy): Use mg_free, not