explicitely include the prototypes for inline functions to cure gcc
[platform/upstream/glib.git] / ChangeLog.pre-2-4
index f72e7af..0384734 100644 (file)
@@ -1,3 +1,21 @@
+Fri Sep 11 02:11:46 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: explicitely include the prototypes for inline functions
+       to cure gcc warnings for -Wmissing-prototypes.
+
+Wed Sep  9 02:52:04 PDT 1998 Manish Singh <yosh@gimp.org>
+
+       * configure.in: added -posix check for NeXTStep
+
+Tue Sep  8 05:04:06 1998  Tim Janik  <timj@gtk.org>
+
+       * glib.h: abandon the use of ATEXIT(), we keep the fallback
+       macros for backwards compatibility. people ought to use g_atexit().
+
+       * gutils.c (g_atexit): new function to take over the implementation
+       of ATEXIT. this function is guarranteed to succeed, similar to
+       g_malloc().
+
 Mon Sep  7 20:07:38 PDT 1998 Manish Singh <yosh@gimp.org>
 
        * configure.in: comment the -std1 check and save LIBS properly