2009-01-22 Atsushi Enomoto <atsushi@ximian.com>
[mono.git] / eglib / ChangeLog
index 4a4ce2a678f218dcaf9f828521dcecdc39cc35fc..c421a095449fd81c6cc859f1c6c8340df87fa72a 100644 (file)
@@ -1,3 +1,32 @@
+2009-01-19  Bill Holmes  <billholmes54@gmail.com>
+
+       * gmisc-win32.c (g_path_is_absolute):  Adding support for UNC
+         paths on Windows.
+
+       Contributed under MIT/X11 license.
+
+2009-01-08  Bill Holmes  <billholmes54@gmail.com>
+
+       * winconfig.h, src/gfile-posix.c :
+         Fixing the MSVC builds.
+
+       Contributed under MIT/X11 license.
+
+2009-01-07  Miguel de Icaza  <miguel@novell.com>
+
+       * src/gfile-posix.c: Move g_get_current_dir, as it is a
+       POSIX-esque feature, and some other systems do not have current
+       directories. 
+
+       * src/glib.h (G_LOCK_DEFINE, G_LOCK_DEFINE_STATIC): 
+
+       Embedded support from Paolo's work on quack.
+       
+       * configure.ac: check for strtok_r, langinfo.h and iconv.h
+       
+       * src/gpath.c (strtok_r): Add a strtok_r implementation if it is
+       not available on the target system.
+
 2008-11-05  Bill Holmes  <billholmes54@gmail.com>
 
        * src/gutf8.c, src/unicode-data.h, src/gunicode.c :