2009-02-17 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / utils / ChangeLog
index 454736917215db3f54e513798bb64b364110d169..d7bae1aeac7656127a4167e7627ec0c07d5724c0 100644 (file)
@@ -1,3 +1,92 @@
+2009-02-16  Mark Probst  <mark.probst@gmail.com>
+
+       Contributed under the terms of the MIT/X11 license by Steven
+       Munroe <munroesj@us.ibm.com>.
+
+       * mono-compiler.h: MONO_THREAD_VAR_OFFSET for PPC(64).
+
+2009-02-11  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-filemap.c : Fixing the MSVC build.
+
+       Contributed under MIT/X11 license.
+
+2009-02-03  Miguel de Icaza  <miguel@novell.com>
+
+       * mono-dl.c: Add support for registering in-proc addresses as
+       libraries that can be P/Invoked.   Used in operating systems that
+       lack a dynamic linker. 
+
+       * mono-filemap.c: Integrate Paolo's mono-filemap code here, split
+       some code from mono-mmap. into this file to ease porting.
+
+       * mono-io-portability.c: Use new define to turn off portability
+       features. 
+
+2009-01-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-compiler.h (MONO_THREAD_VAR_OFFSET): Add ARM Linux support.
+
+2009-01-21  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-mmap.c: Applied patch from Koushik Dutta
+       (koush@koushikdutta.com). Rework the #ifdefs so Android could use the mmap
+       implementation.
+
+2009-01-19  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-path.c (mono_path_canonicalize): Adding support for UNC
+          paths on Windows.
+
+       Contributed under MIT/X11 license.
+
+2009-01-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-mmap.c: Applied patch from Koushik Dutta
+       (koush@koushikdutta.com). Add an #ifdef HAVE_SHM_OPEN.
+
+2009-01-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-hash.c: Change the roots to use write barriers when running with
+       SGEN, to avoid scanning all the hash nodes at every minor collection.
+
+2009-01-15  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-hash.c: Rewrite the SGEN specific parts to use a user defined
+       marker function instead of registering each GC node as a hash root.
+
+2009-01-08  Bill Holmes  <billholmes54@gmail.com>
+
+       * mono-dl.c (mono_dl_open): Fix the MSVC build.
+
+       Contributed under MIT/X11 license.
+
+2008-12-19  Miguel de Icaza  <miguel@novell.com>
+
+       * mono-dl.c (mono_dl_open): Do not crash if the platform does not
+       support dlopen.
+
+2008-12-08  Kornél Pál  <kornelpal@gmail.com>
+
+       * mono-time.c (mono_100ns_ticks, PLATFORM_WIN32): Use GetSystemTimeAsFileTime
+       with ULARGE_INTEGER that is more efficient.
+
+       Contributed under MIT/X11 license.
+
+2008-12-02  Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * mono-property-hash.c (mono_property_hash_destroy): Release
+       the root hashtable as well.
+
+2008-11-24  Zoltan Varga  <vargaz@gmail.com>
+
+       * freebsd-elf_common.h (struct): Use uint32_t instead of 
+       u_int32_t to fix the build on opensolaris.
+
+2008-11-18  Zoltan Varga  <vargaz@gmail.com>
+
+       * freebsd-dwarf.h: Add dwarf.h header file from freebsd.
+
 2008-11-14  Andreas Färber  <andreas.faerber@web.de>
 
        * Makefile.am (ENABLE_DTRACE): Re-add dtrace -h flag.