abandon the use of ATEXIT(), we keep the fallback macros for backwards
authorTim Janik <timj@gtk.org>
Tue, 8 Sep 1998 04:00:13 +0000 (04:00 +0000)
committerTim Janik <timj@src.gnome.org>
Tue, 8 Sep 1998 04:00:13 +0000 (04:00 +0000)
commit1d598329467285fb553054cea28b50b1879851ae
tree5100f2f62f9137f56ead0e06e13a662fb62ff80d
parentce7ffeb304183baecf3d7b574732d9d9d5f52566
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().
12 files changed:
ChangeLog
ChangeLog.pre-2-0
ChangeLog.pre-2-10
ChangeLog.pre-2-12
ChangeLog.pre-2-2
ChangeLog.pre-2-4
ChangeLog.pre-2-6
ChangeLog.pre-2-8
glib.h
glib/glib.h
glib/gutils.c
gutils.c