abandon the use of ATEXIT(), we keep the fallback macros for backwards

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().
This commit is contained in:
Tim Janik
1998-09-08 04:00:13 +00:00
committed by Tim Janik
parent ce7ffeb304
commit 1d59832946
12 changed files with 200 additions and 26 deletions

View File

@@ -1,3 +1,12 @@
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