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