2009-10-23 Alp Toker <alp@nuanti.com>
[mono.git] / mono / utils / ChangeLog
index afa6b87b6f306f23b138d01d4465c6c87f258028..7ab38a005da8e724d37c16fa9c2339fe5677ef7f 100644 (file)
@@ -1,3 +1,78 @@
+2009-10-23  Alp Toker  <alp@nuanti.com>
+
+       Fix embedding API breakage from r144688. mono-compiler.h is an internal
+       header and should not be shipped:
+
+       * Makefile.am: Include newly added public header mono-error.h in HEADERS so
+       it gets installed.
+
+2009-10-23 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * Makefile.am: Fix make dist.
+
+2009-10-22 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * mono-compiler.h: Add MONO_DEPRECATED.
+
+2009-10-22 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * mono-error.c, mono-error.h, mono-error-internal.h: New error handling
+       structures and functions.
+
+       * Makefile.am: Add new files.
+
+2009-10-12  Joel W. Reed <joelwreed@gmail.com>
+
+       * mono-networkinterfaces.c, mono-networkinterfaces.h: Read
+       network statistics from "/proc/net/dev" for performance counters.
+
+       Code is contributed under MIT/X11 license.
+
+2009-09-29  Zoltan Varga  <vargaz@gmail.com>
+
+       * mono-compiler.h (MONO_INTERNAL): Disable this on solaris as it produces a
+       millions of warnings during compilation.
+
+2009-09-25  Jonathan Chambers  <joncham@gmail.com>
+
+       * mono-logger.c: Include mono-compiler.h for __func__ on MSVC.
+
+       Code is contributed under MIT/X11 license.
+
+2009-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * mono-sha1.c: Update documentation.
+
+2009-09-02 Rodrigo Kumpera  <rkumpera@novell.com>
+
+       * mono-md5.c: Update documentation.
+
+2009-09-02  Sebastien Pouliot  <sebastien@ximian.com>
+
+       * mono-dl.c (mono_dl_open): Don't leak module if name is NULL
+       * mono-md5.c (mono_md5_get_digest_from_file): Close 'fp' even on
+       success (just like we do for sha1)
+
+2009-08-21  Mark Probst  <mark.probst@gmail.com>
+
+       * mono-hash.c: When creating a hash table, if the keys are managed
+       objects, assert that we have a hash function.  Remove the
+       rehashing after GC marking.
+
+2009-08-18  Christian Hergert  <chris@dronelabs.com>
+
+       * strtod.c: Fix warnings for uninitialized variables.
+
+2009-08-18  Christian Hergert  <chris@dronelabs.com>
+
+       * mono-proclib.c:
+       * mono-counters.c: Fix printf warnings.
+
+2009-08-12  Mark Probst  <mark.probst@gmail.com>
+
+       * mono-hash.c (mono_g_hash_mark): If the keys are managed objects,
+       rehash the table after marking.
+
 2009-08-10 Gonzalo Paniagua Javier <gonzalo@novell.com>
 
        * monobitset.h: add comment.