2007-08-06 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / utils / ChangeLog
index 6c1ffb4220a4f117a33050fa3b01e28a22796179..facf1f6fc015b375d7854436603552e664e91ab8 100644 (file)
@@ -1,3 +1,176 @@
+2007-07-31  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-dl.c (w32_dlerror): Fix call to FormatMessage (). Fixes #82260.
+
+2007-07-27  Mark Probst  <mark.probst@gmail.com>
+
+       * mono-membar.h: Memory barriers.
+
+2007-06-13  Mark Probst  <mark.probst@gmail.com>
+
+       * mono-codeman.c (mono_code_manager_reserve): Gather dynamic code
+       allocation stats.
+
+2007-06-06  Mark Probst  <mark.probst@gmail.com>
+
+       * mono-internal-hash.c: Fixed a bug in the remove entry code.
+
+2007-06-04  Mark Probst  <mark.probst@gmail.com>
+
+       * Makefile.am:
+       * mono-internal-hash.c, mono-internal-hash.h: Hash table which
+       uses the value themselves as nodes, hence doesn't have to allocate
+       nodes.
+
+2007-05-24  Jonathan Chambers  <joncham@gmail.com>
+
+       * mono-path.c: Add configure checks for header files.
+       * mono-codeman.c: Add configure checks for header files.
+       * mono-poll.h: Add configure checks for header files.
+       * mono-stdlib.c: Add configure checks for header files.
+       
+       Code is contributed under MIT/X11 license.
+
+2007-03-09  Jonathan Chambers  <joncham@gmail.com>
+
+       * mono-dl.c:  Use Unicode characters for Win32 functions.
+       
+       Code is contributed under MIT/X11 license.
+        
+2007-01-26  Robert Jordan  <robertj@gmx.net>
+
+       * mono-dl.c (w32_find_symbol): Implement in-proc symbol lookup
+       for Win32.
+
+Fri Jan 26 13:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mono-dl.h, mono-dl.c: make symbols internal and fixes.
+
+Wed Jan 24 23:20:17 CET 2007 Paolo Molaro <lupus@ximian.com>
+
+       * mono-codeman.c: don't call mono_mprotect() on windows.
+
+2007-01-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * 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 <lupus@ximian.com>
+
+       * mono-dl.h, mono-dl.c, Makefile.am: implementation
+       of dynamic loading API.
+
+Wed Dec 13 17:21:40 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-mmap.c, mono-mmap.h: use guint64 instead of off_t.
+
+2006-12-12  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * mono-mmap.c : win32 build fix.
+
+Mon Dec 11 17:24:49 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-codeman.c: changed to use the mono-mmap.h API.
+
+Mon Dec 11 15:08:27 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-mmap.c, mono-mmap.h, Makefile.am: introduced mmap-like API.
+
+Mon Nov 27 16:03:58 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * strtod.c: fix, again, 64 bit issues.
+
+2006-11-25  Miguel de Icaza  <miguel@novell.com>
+
+       * 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  <miguel@novell.com>
+
+       * mono-ehash.c (mono_g_hash_table_destroy): Use mg_free, not
+       g_free. 
+
+2006-10-17  Miguel de Icaza  <miguel@novell.com>
+
+       * mono-ehash.c: Use the new eglib hash implementation;   Currently
+       only Boehm is supported. 
+
+Tue Oct 10 09:53:07 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * strtod.c: teleport to the new millennium.
+
+2006-10-09  Miguel de Icaza  <miguel@novell.com>
+
+       * strtod.c: Replace the BSD implementation which was fairly old
+       and complex with a cleaner version from Tcl/Tk.   Fixes the hang
+       that we have in the Double parsing tests in our class libraries.
+
+2006-09-12  Zoltan Varga  <vargaz@gmail.com>
+
+       * strtod.c (IEEE_8087): Applied patch from Sergey Tikhonov <tsv@solvo.ru>. Define
+       IEEE_8087 for alpha as well.
+
+2006-09-04  Robert Jordan  <robertj@gmx.net>
+
+       * mono-stdlib.c (mono_mkstemp): Fix mkstemp's loop.
+
+2006-08-30  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-codeman.c: Align code to a 16 byte boundary on amd64 too.
+
+2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile.am:
+       * mono-stdlib.[ch]: mkstemp implementation.
+
+2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Makefile.am:
+       * mono-path.[ch]: new files with functions to handle/resolve paths.
+
+2006-08-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-compiler.h: Fix TLS definitions so libmono can be loaded dynamically as a
+       module. Fixes #78767.
+
+Wed May 17 19:00:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-hash.h, mono-hash.c: changed the code so we're able to
+       specify if the key or value or both are managed objects.
+
+2006-04-10  Zoltan Varga  <vargaz@gmail.com>
+
+       * monobitset.c (mono_bitset_sub): Use src->size since the assert 
+       guarantees it is less than dest->size.
+
+Mon Apr 10 12:28:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monobitset.c: cap size in mono_bitset_sub () to
+       avoid reading uninit memory.
+
+Wed Mar 29 16:39:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
+
+       * mono-counters.c: initialize the next pointer.
+
+Mon Mar 20 14:50:35 CET 2006 Paolo Molaro <lupus@ximian.com>
+
+       * monobitset.c, monobitset.h: added mono_bitset_find_first_unset ().
+
+2006-03-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * monobitset.c: Guard inline asm with #ifdef __GNUC__.
+
+       * monobitset.c (mono_bitset_find_first): Turn a g_return_val_if_fail
+       into an assert.
+
+       * mono-compiler.h (MONO_INTERNAL): Disable this on the VC build.
+
 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
 
        * monobitset.h monobitset.c: Merge lots of optimizations from the linear-il