2007-08-06 Rodrigo Kumpera <rkumpera@novell.com>
[mono.git] / mono / utils / ChangeLog
index 3bff1528cf8cd82289719083adb9b3a9a95fc849..facf1f6fc015b375d7854436603552e664e91ab8 100644 (file)
@@ -1,3 +1,65 @@
+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>