2005-03-10 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mono / utils / ChangeLog
index 15a6949cc61f293c14c13897755ec84416d9d278..f19c351b8cf46be04825ebbb559a9e4bfb3a17f6 100644 (file)
@@ -1,3 +1,31 @@
+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>