glib/gmodule
Tim Janik a8ff1b4fce fixed errernerous code wrt to thread specific error string allocation
Wed Feb 10 07:56:33 1999  Tim Janik  <timj@gtk.org>

        * gmodule.c (g_module_error): fixed errernerous code wrt to thread
        specific error string allocation handling.

Wed Feb 10 06:20:30 1999  Tim Janik  <timj@gtk.org>

        * gmutex.c (g_static_private_set): invoke destroy notifier when
        overwriting values, initialize new array fields with NULL.
        (g_static_private_free_data): do not skip destroy notification for
        data == NULL.

        * gutils.c (g_direct_equal): compare pointer values directly instead
        of just their guint values which is a loosing conversion for
        sizeof(gpointer)==8 systems.
        (g_get_any_init): restructured code so we don't use endless loops like
        while (1), which boil down to an ugly alias for goto.
        strip ,.* from the real name.
1999-02-10 08:06:26 +00:00
..
.cvsignore Shut up cvs 1999-01-05 20:28:45 +00:00
AUTHORS initial import of gmodule. 1998-08-09 08:32:18 +00:00
ChangeLog fixed errernerous code wrt to thread specific error string allocation 1999-02-10 08:06:26 +00:00
COPYING initial import of gmodule. 1998-08-09 08:32:18 +00:00
gmodule-dl.c Add braces to eliminate an ambiguous else warning. 1999-01-21 18:07:20 +00:00
gmodule-dld.c Merge in current Win32 version. Almost no Unix code touched. 1999-01-16 23:46:42 +00:00
gmodule-win32.c Merge in current Win32 version. Almost no Unix code touched. 1999-01-16 23:46:42 +00:00
gmodule.c fixed errernerous code wrt to thread specific error string allocation 1999-02-10 08:06:26 +00:00
gmodule.def applied glib-tml-981120-0, change log appended below. 1998-11-25 03:02:56 +00:00
gmodule.h removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmoduleconf.h.in removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
gmoduleconf.h.win32 New function that returns the message string for a Win32 error code. 1998-10-27 04:11:32 +00:00
libgplugin_a.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
libgplugin_b.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00
Makefile.am Xsed isn't valid here, don't use it 1999-01-28 04:43:35 +00:00
testgmodule.c removed dummy structure definitions for struct _GCache, _GTree, _GTimer, 1998-10-27 04:11:34 +00:00