Fri Aug 1 15:48:53 CEST 2008 Paolo Molaro <lupus@ximian.com>
[mono.git] / eglib / ChangeLog
index cbea05269d2426bcaf17c4d0610df8f6ee49b423..cf49ada0a4548319367c269fff7181f71b2a3910 100644 (file)
@@ -1,9 +1,30 @@
+2008-06-16  Zoltan Varga  <vargaz@gmail.com>
+
+       * src/vasprintf.c (vasprintf): Applied patch from Michail Ushakov 
+       <migelU@gmail.com>. Workaround broken vsnprintf on windows. Fixes
+       #400445.
+
+2008-06-11  Zoltan Varga  <vargaz@gmail.com>
+
+       * src/goutput.c (g_log): Remove unnecessary and incorrect call to 
+       g_strdup_printf (). Fixes #398918.
+
+2008-05-01  Bill Holmes  <billholmes54@gmail.com>
+
+       * src/glib.h : Adding declarations for g_ucs4_to_utf16 and g_utf16_to_ucs4.
+
+       * src/gutf8.c : Adding implementation for g_ucs4_to_utf16 and g_utf16_to_ucs4.
+
+       * test/utf8.c Adding tests for g_ucs4_to_utf16 and g_utf16_to_ucs4.
+
+       Contributed under MIT/X11 license.
+
 2008-04-20  Geoff Norton  <gnorton@novell.com>
 
        * src/gspan.c: Fix the _NSGetEnviron define to prevent an impropoer
        pointer dereference.
 
-2007-03-19  Bill Holmes  <billholmes54@gmail.com>
+2008-03-19  Bill Holmes  <billholmes54@gmail.com>
 
        * src/gpath.c (g_path_is_absolute) : Adding a case for '/'
          on Windows.