2007-09-05 Marek Safar <marek.safar@gmail.com>
[mono.git] / eglib / ChangeLog
index fe6a1673d498260f16c7c539fee6bf789e496eba..d837ecd2e8429407f7244a3791679c67bd54e6ee 100644 (file)
@@ -1,3 +1,24 @@
+2007-06-13  Jonathan Chambers <joncham@gmail.com>
+       
+       * src/gunicode.c: Add g_unichar_isxdigit and g_unichar_xdigit_value.
+       * src/gmisc.c: Add g_win32_getlocale stub.
+       * src/glib.h: Add declarations of above functions,
+       GFreeFunc typedef, and CLAMP, GUINT_TO_LE, and threading
+       macros.
+       
+       * test/string-util.c: Fix warning.
+       * test/utf8.c: Add test for g_unichar_xdigit_value.
+       
+       Contribution is licensed as MIT/X11.
+
+2007-05-05  Aaron Bockover  <abockover@novell.com>
+
+       * src/gstr.c:
+       * src/glib.h: Added g_ascii_tolower implementation; make g_ascii_strdown
+       use it to do the transformation
+
+       * test/string-util.c: Added a test for g_ascii_strdown
+
 2007-04-27  Jonathan Chambers <joncham@gmail.com>
        
        * src/gstr.c: Fix off by one error in g_strdup allocation.