summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)AuthorFilesLines
2005-12-26UpdatesMatthias Clasen1-1/+1
2003-02-11Changed my e-mail address. Removed my e-mail address.Sebastian Wilhelmi1-1/+1
2003-02-11 Sebastian Wilhelmi <seppi@seppi.de> * AUTHORS: Changed my e-mail address. * glib/grand.c: Removed my e-mail address.
2002-03-08Updates.Owen Taylor1-11/+21
Fri Mar 8 00:15:29 2002 Owen Taylor <otaylor@redhat.com> * README.in: Updates. * README.in: Add warnings about current encoding problems with .po files and error logging functions. * configure.in: Check for bind_textdomain_codeset(). * glib/gutils.c (_glib_gettext): Call bind_textdomain_codeset, if present. * INSTALL.in: Some updates. * AUTHORS: Updates. * Makefile.am (EXTRA_DIST): Remove TODO.xml from EXTRA_DIST. * docs/Makefile.am (EXTRA_DIST): Remove Changes-2.0.txt from EXTRA_DIST.
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-4/+4
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.
1999-04-09New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi1-0/+5
1999-04-09 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * grand.c, tests/rand-test.c: New files to implement the Mersenne Twister Pseudo Random Number Generator. * glib.h, AUTHORS, Makefile.am, tests/Makefile.am: Changed accordingly.
1999-02-25Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1-17/+18
Increment version to 1.2.0. -Shawn amundson@gtk.org
1998-08-06Fixed some minor comment typos and added myself to AUTHORS in gtk+.Raph Levien1-1/+1
1998-08-05Released GLib 1.1.1GLIB_1_1_1PDT 1998 Shawn T. Amundson1-0/+4
Tue Aug 4 19:54:06 PDT 1998 Shawn T. Amundson <amundson@gkt.org> * Released GLib 1.1.1
1998-08-04version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1-1/+20
Tue Aug 4 15:17:54 1998 Tim Janik <timj@gtk.org> * configure.in: version bump to 1.1.1, binary age 1, interface age 0. * NEWS: updates. * README: updates. * INSTALL: updates and fixes. * COPYING: include the GNU LGPL, rather than shipping an empty file. * AUTHORS: listed original authors here, and added people who made significant improvements to glib. * glib.h: * gutils.c: implement g_get_current_dir() which returns a newly allocated string, instead of a g_getcwd() variant that operates on a static buffer. export glib_interface_age and glib_binary_age. as a convenience, macro definitions have been added for g_node_insert_data, g_node_insert_data_before, g_node_append_data and g_node_prepend_data. * testglib.c: minor cleanups, print current dir.
1998-06-10Initial revisionOwen Taylor1-0/+1