From 87c7aeb93bd654776f59805a342ad913031034f3 Mon Sep 17 00:00:00 2001 From: Tim Janik Date: Sat, 24 Jul 1999 18:50:58 +0000 Subject: 18:36. incorporated proposed cleanups from gtk-devel-list. Sat Jul 24 20:11:35 1999 Tim Janik * merged GLib 1.3.0 with glib-1.2.3 from Fri Jul 16 22:18:36. * incorporated proposed cleanups from gtk-devel-list. * bumped version number to GLib-1.3.1 * glib.h: * gqueue.c: * gstring.c: * glist.c: removed string tokenisation (we got g_strsplit() and g_strjoin() already) and readline functions. s/g_list_delete/g_list_delete_link. implemented g_slist_delete_link. removed notion of g_ATEXIT() macro in glib.h, this is an *internal* macro, g_atexit() is provided for public consumption. added GTrashStack inline utility functions. reimplement double eneded queues. removed GStack implementation, people can use a queue or a (singly) linked list for this task. deprecated g_strescape(), we need the SunOS variants here. * gdate.c: added DEBUG_MSG() macro to wrap old messages. * *.*: CVS merges. * upgrade to libtool 1.3.3. --- .cvsignore | 1 + 1 file changed, 1 insertion(+) (limited to '.cvsignore') diff --git a/.cvsignore b/.cvsignore index 02f97e634..f8e026f7f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -25,3 +25,4 @@ testgdateparser glibconfig-sysdefs.h glib.spec stamp-h.in +glibconfig.h.win32 -- cgit v1.2.3