[xbuild] Exec task - add support for custom error/warning regex.
[mono.git] / eglib / ChangeLog
index b8ef84942800b329c833d46c8218293dad8ddfbf..204674eb31286ae7168dc1e51262e540393aab90 100644 (file)
@@ -1,3 +1,18 @@
+2010-07-25  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.ac src/eglib-config.h.in src/eglib-config.hw: Define G_GINT64_FORMAT.
+
+2010-07-20  Zoltan Varga  <vargaz@gmail.com>
+
+       * src/glib.h (G_LIKELY): Implement these for gcc properly.
+
+2010-07-19  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gmisc-win32.c (g_getenv): Distinguish between variable not
+       found and an empty variable.
+
+       This should fix 566152
+
 2010-07-19  Zoltan Varga  <vargaz@gmail.com>
 
        * src/glib.h (G_MAXUINT64): Define this. Fixes #623293.