summaryrefslogtreecommitdiff
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* docs: Rename README.in to README.md for GitLabPhilip Withnall2018-06-151-2/+2
| | | | | | | | | | | | There seems to be little point in substituting the version number into README (using autotools). Rename it to README.md and distribute that verbatim (with autotools and Meson) instead. Autotools still requires that README exists, so leave a stub README file in place which redirects people to README.md. This can be dropped when we drop autotools support. Signed-off-by: Philip Withnall <withnall@endlessm.com>
* UpdatesMatthias Clasen2005-12-261-1/+1
|
* Changed my e-mail address. Removed my e-mail address.Sebastian Wilhelmi2003-02-111-1/+1
| | | | | | | 2003-02-11 Sebastian Wilhelmi <seppi@seppi.de> * AUTHORS: Changed my e-mail address. * glib/grand.c: Removed my e-mail address.
* Updates.Owen Taylor2002-03-081-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.
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-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.
* New files to implement the Mersenne Twister Pseudo Random NumberSebastian Wilhelmi1999-04-091-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.
* Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1999-02-251-17/+18
| | | | | | | Increment version to 1.2.0. -Shawn amundson@gtk.org
* Fixed some minor comment typos and added myself to AUTHORS in gtk+.Raph Levien1998-08-061-1/+1
|
* Released GLib 1.1.1GLIB_1_1_1PDT 1998 Shawn T. Amundson1998-08-051-0/+4
| | | | | | Tue Aug 4 19:54:06 PDT 1998 Shawn T. Amundson <amundson@gkt.org> * Released GLib 1.1.1
* version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1998-08-041-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.
* Initial revisionOwen Taylor1998-06-101-0/+1