mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 19:36:18 +01:00
87c7aeb93b
Sat Jul 24 20:11:35 1999 Tim Janik <timj@gtk.org> * 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.
31 lines
1005 B
Plaintext
31 lines
1005 B
Plaintext
Original Authors
|
|
----------------
|
|
Peter Mattis <petm@xcf.berkeley.edu>
|
|
Spencer Kimball <spencer@xcf.berkeley.edu>
|
|
Josh MacDonald <jmacd@xcf.berkeley.edu>
|
|
|
|
Please do not mail the original authors asking questions about this
|
|
version of GLib.
|
|
|
|
GLib Team
|
|
---------
|
|
Shawn T. Amundson <amundson@gimp.org>
|
|
Jeff Garzik <jgarzik@pobox.com>
|
|
Raja R Harinath <harinath@cs.umn.edu>
|
|
Tim Janik <timj@gtk.org>
|
|
Elliot Lee <sopwith@redhat.com>
|
|
Tor Lillqvist <tml@iki.fi>
|
|
Paolo Molaro <lupus@debian.org>
|
|
Havoc Pennington <hp@pobox.com>
|
|
Manish Singh <yosh@gimp.org>
|
|
Owen Taylor <otaylor@gtk.org>
|
|
Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
|
|
|
The random number generator "Mersenne Twister", which is used by GLib,
|
|
was developed and originally coded by:
|
|
Makoto Matsumoto <matumoto@math.keio.ac.jp>
|
|
Takuji Nishimura <nisimura@math.keio.ac.jp>
|
|
|
|
There are also many others who have contributed patches and fixes;
|
|
we thank them, for helping us in advancing GLIB.
|