* AssemblyNameTest.cs: Added tests for Clone and serialization without
[mono.git] / mono / utils / ChangeLog
index 4ba899c1e3e59199d2ce5dff374b479fb64f0d9e..ec6ccf6e480072ed3c95e8f1c594893ab5b5f3fa 100644 (file)
@@ -1,3 +1,90 @@
+2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * mono-compiler.h: Added defines to make it easier to compile mono and
+       it's unmanaged tools using the Microsoft C compiler (VS.NET 2005).
+
+2005-02-27  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c: Pass MAP_32BIT to mmap on amd64 to force generated
+       code to have 32 bit addresses.
+
+Fri Feb 25 14:54:19 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * mono-compiler.h: amd64 can't handle local-exec in PIC libs.
+
+Thu Feb 24 15:18:05 CET 2005 Paolo Molaro <lupus@ximian.com>
+
+       * Makefile.am, mono-compiler.h: added header to deal with 
+       compiler-specific bugs and features.
+
+2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-logger.c (mono_trace_is_traced): Fix comment.
+
+       * mono-logger.h mono-logger.c (mono_trace_is_traced): New helper function.
+
+2005-01-15  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c (new_codechunk): Initialize pagesize in the dynamic
+       case as well.
+
+2004-12-23  Ben Maurer  <bmaurer@ximian.com>
+
+       * strtod.c: add `cosnt' to some arrays to get them on shareable pages.
+
+Tue Dec 7 17:53:01 CET 2004 Paolo Molaro <lupus@ximian.com>
+
+       * mono-codeman.c: align bsize so the returned pointer
+       is aligned also for dynamic methods.
+
+2004-10-26  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c: Fall back to malloc if MAP_ANON is not defined.
+
+2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c (new_codechunk): Set malloc'ed code pages as 
+       executable.
+
+2004-09-07  Bernie Solomon  <bernard@ugsolutions.com>
+
+       * mono-sha1.c: Remove uint32 and int32 types completely
+
+2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c (new_codechunk): Remove g_assert_not_reached ().
+       
+       * mono-codeman.c (new_codechunk): Fix windows build.
+
+       * mono-codeman.h mono-codeman.c: Generalize so it can be used to
+       allocate code for dynamic methods (one method per code manager).
+
+2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-logger.c (mono_trace_set_mask_string): Fix AOT tracing constant.
+
+2004-07-28  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-codeman.c (mono_code_manager_invalidate): Invalidate with
+       x86 break on AMD64 too.
+
+2004-07-23  zovarga  <vargaz@freemail.hu>
+
+       * monobitset.c (my_g_bit_nth_msf): Add workaround for glib 2.2 bug on
+       64 bit platforms.
+
+2004-07-09  Ben Maurer  <bmaurer@ximain.com>
+       
+       * mono-hash.c: register gc roots
+
+2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
+
+       * mono-logger.h mono-logger.c: Added AOT component.
+
+2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
+
+       * strtod.c: Use gint32 for 32 bit types.
+
 2004-06-29  Zoltan Varga  <vargaz@freemail.hu>
 
        * mono-sha1.c: Use gint32 for 32 types. Fixes random memory corruption