glib/glib
Tim Janik 4193614b1c make the datalists a safe type (not using a generic gpointer) by expecting
Fri Sep 18 18:46:14 1998  Tim Janik  <timj@gtk.org>

        * glib.h:
        * gdataset.c: make the datalists a safe type (not using a generic
        gpointer) by expecting a GData* argument in the g_datalist functions.
        provide g_dataset_foreach() and g_datalist_foreach() functions that
        allow a GDataForeachFunc function to walk the data lists.
        (g_dataset_destroy_internal): made this function truely reentrant (i.e.
        can be called from within destroy notifiers as well).
        the *_foreach functions are _not_ reentrant (unless all the other
        dataset and datalist functions).
1998-09-18 18:16:49 +00:00
..
garray.c check for all three inline keywords individually. 1998-09-07 09:43:54 +00:00
gbacktrace.c removed this function which was not publically exported in glib.h. to 1998-08-24 05:26:53 +00:00
gcache.c Initial revision 1998-06-10 23:21:14 +00:00
gcompletion.c indentation fixes. 1998-07-25 03:03:01 +00:00
gdataset.c make the datalists a safe type (not using a generic gpointer) by expecting 1998-09-18 18:16:49 +00:00
gerror.c removed this function which was not publically exported in glib.h. to 1998-08-24 05:26:53 +00:00
ghash.c Mostly changes to GArray code. See ChangeLog. 1998-09-02 07:44:02 +00:00
glib.h make the datalists a safe type (not using a generic gpointer) by expecting 1998-09-18 18:16:49 +00:00
glist.c Initial revision 1998-06-10 23:21:14 +00:00
gmem.c use g_mem_chunk_alloc0() to allocate the memchunk, so the correct size of 1998-09-05 06:53:43 +00:00
gmessages.c check for all three inline keywords individually. 1998-09-07 09:43:54 +00:00
gnode.c version bump to 1.1.3, binary age 0, interface age 0. 1998-08-16 21:14:11 +00:00
gprimes.c Mostly changes to GArray code. See ChangeLog. 1998-09-02 07:44:02 +00:00
grel.c new function g_log_set_always_fatal() to set an additional fatal_mask for 1998-08-18 03:50:35 +00:00
gscanner.c check for all three inline keywords individually. 1998-09-07 09:43:54 +00:00
gslist.c Initial revision 1998-06-10 23:21:14 +00:00
gstrfuncs.c new function g_strnfill() to return a new string of specified length, 1998-09-02 14:57:10 +00:00
gstring.c removed this function which was not publically exported in glib.h. to 1998-08-24 05:26:53 +00:00
gtimer.c Initial revision 1998-06-10 23:21:14 +00:00
gtree.c check for key_compare_func != NULL (reported by Michal Kara). 1998-09-18 02:12:32 +00:00
gutils.c #include <errno.h> 1998-09-08 04:10:30 +00:00
Makefile.am Update to libtool-1.2b, change library versioning scheme to drop 1998-09-15 19:08:11 +00:00