* AssemblyNameTest.cs: Added tests for Clone and serialization without
[mono.git] / mono / utils / ChangeLog
index 15a6949cc61f293c14c13897755ec84416d9d278..ec6ccf6e480072ed3c95e8f1c594893ab5b5f3fa 100644 (file)
@@ -1,3 +1,36 @@
+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>