mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user