Test for the existence of getcwd, and use it only when found.
[platform/upstream/glib.git] / ChangeLog.pre-2-6
index d2dc8c5..3bff784 100644 (file)
@@ -1,3 +1,24 @@
+2000-09-19  Sebastian Wilhelmi  <wilhelmi@ira.uka.de>
+
+       * acconfig.h, configure.in, gutils.c: Test for the existence of
+       getcwd, and use it only when found.
+
+       * glib.h: Only use the gcc-variable-macro-argument-extension for
+       gcc >= 2.4. Both patches from Jonas Oberg <jonas@gnu.org>.
+                                                  
+Mon Sep 18 10:58:21 2000  Owen Taylor  <otaylor@redhat.com>
+
+       * gutf8.c: Implement g_ucs4_to_utf8 which was in
+       the header file but not implemented.
+
+Sun Sep 17 2000 Elliot Lee <sopwith@redhat.com>
+
+       * glib.h configure.in: Define g_alloca() as an
+       alloca-that-works-anywhere.
+       
+       * gconvert.c: Fix warnings which could have caused problems on
+       64-bit platforms.
+
 Sun Sep 10 12:37:40 2000  Owen Taylor  <otaylor@redhat.com>
 
        * glib.h gconvert.c (g_convert): Havoc Pennington's implementation