[corlib] Improve CancellationTokenSource test
[mono.git] / eglib / ChangeLog
index 1ae1f13e6b333606de3f9ed0a984ab913cf44ab6..204674eb31286ae7168dc1e51262e540393aab90 100644 (file)
@@ -1,3 +1,29 @@
+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.
+
+       * src/eglib-config.hw: Define UINT64_MAX.
+
+2010-07-16 Gonzalo Paniagua Javier <gonzalo@novell.com>
+
+       * src/gmisc-unix.c: include config.h. Fixes bug #609632.
+       Use getpwuid_r instead of getpwent_r.
+
 2010-07-02  Zoltan Varga  <vargaz@gmail.com>
 
        * src/glib.h: Define gboolean as int32_t to match mono_bool.