summaryrefslogtreecommitdiff
path: root/INSTALL
Commit message (Collapse)AuthorAgeFilesLines
* fix negative exponent handling (numbers<0).Tim Janik2001-07-101-2/+2
| | | | | | | | | | | | | | Fri Jul 6 00:02:41 2001 Tim Janik <timj@gtk.org> * glib/gmessages.c (printf_string_upper_bound): fix negative exponent handling (numbers<0). * glib/gutils.h (g_bit_storage): take a gulong as argument. same for g_bit_nth_lsf() and g_bit_nth_msf() as mask. Tue Jul 10 18:50:16 2001 Tim Janik <timj@gtk.org> * gsignal.h (struct _GSignalQuery): fix misplaced comment.
* updatedHavoc Pennington2001-06-121-2/+2
| | | | | | | | | | | | | | 2001-06-11 Havoc Pennington <hp@redhat.com> * NEWS: updated * configure.in (GLIB_MICRO_VERSION): increment version to 1.3.6 2001-06-12 Havoc Pennington <hp@redhat.com> * Makefile.am (glib-mkenums): don't put $(srcdir)/glib-mkenums in bin_SCRIPTS, that breaks make install. Instead put 'glib-mkenums' in bin_SCRIPTS and cp it into builddir
* Released 1.3.5GLIB_1_3_5Owen Taylor2001-05-041-2/+2
| | | | | | | | | | | Fri May 4 11:49:18 2001 Owen Taylor <otaylor@redhat.com> * Released 1.3.5 * NEWS: Updated * configure.in (GLIB_MICRO_VERSION): Up version to 1.3.5, interface/binary age 0.
* Remove warnings about conflicts with the stable version.GLIB_1_3_3Owen Taylor2001-04-171-2/+4
| | | | | | | | | | | | | | | Mon Apr 16 12:04:52 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Remove warnings about conflicts with the stable version. * glib-2.0.m4: Fix some of the error text to be halfway up to date. * README.in INSTALL.in: Add these to generate README, INSTAL (as in the stable branch). Update. * HACKING: Update.
* Create wrapper functions for iconv() so that we can transparently use theOwen Taylor2000-11-121-0/+20
| | | | | | | | | | | | | | | | | | | Sun Nov 12 18:34:32 2000 Owen Taylor <otaylor@redhat.com> * gconvert.[ch]: Create wrapper functions for iconv() so that we can transparently use the native iconv, libiconv, or (in the future) a mini-iconv included with glib. * glib-config-2.0.in glib-2.0.pc.in: Include @ICONV_LIBS@ * INSTALL: Added note about libiconv. * configure.in: Add checks for libiconv from pango. If EILSEQ is not defined in errno.h add define for it into glibconfig.h so g_iconv can use it. (Note, recompiling from a system without EILSEQ to a system with EILSEQ will break binary compatibility)
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Increment some version numbers, add warning to configure.GLIB_1_3_0Shawn Amundson1999-04-091-2/+2
| | | | | | | Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
* Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1999-02-251-2/+2
| | | | | | | Increment version to 1.2.0. -Shawn amundson@gtk.org
* version=1.1.16GLIB_1_1_16CST 1999 Shawn T. Amundson1999-02-161-2/+2
| | | | | | | | | | | | | | | Tue Feb 16 14:08:59 CST 1999 Shawn T. Amundson <amundson@gtk.org> * NEWS README INSTALL config.h.win32 configure.in glib.spec glibconfig.h.win32 docs/glib-config.1: version=1.1.16 * Released GLib 1.1.16
* version=1.1.15GLIB_1_1_15PST 1999 Shawn T. Amundson1999-02-041-2/+2
| | | | | | | | | | | | | Thu Feb 4 01:45:01 PST 1999 Shawn T. Amundson <amundson@gtk.org> * ChangeLog NEWS README configure.in glib.spec docs/glib-config.1: version=1.1.15 * Released GLib 1.1.15
* version=1.1.14GLIB_1_1_14CST 1999 Shawn T. Amundson1999-01-281-2/+2
| | | | | | | | | | | | | Wed Jan 27 23:21:50 CST 1999 Shawn T. Amundson <amundson@gtk.org> * INSTALL NEWS README configure.in glib.spec docs/glib-config.1: version=1.1.14 * Released GLib 1.1.14
* Released GLib 1.1.13GLIB_1_1_13CST 1999 Shawn T. Amundson1999-01-171-2/+2
| | | | | | | | | | Sun Jan 17 17:13:54 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.13 * README: INSTALL: docs/glib-config: ver=1.1.13
* Released GLib 1.1.12GLIB_1_1_12CST 1999 Shawn T. Amundson1999-01-041-2/+2
| | | | | | | | | | | | | | | | Mon Jan 4 02:58:13 CST 1999 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.12 * INSTALL: NEWS: README: configure.in: glib.spec: docs/glib-config.1: version=1.1.12 * tests/Makefile.am: fixed so it works properly with builddir and srcdir.
* Released GLib 1.1.11GLIB_1_1_11CST 1998 Shawn T. Amundson1998-12-311-2/+2
| | | | | | | | | | | | Wed Dec 30 18:24:57 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.11 * INSTALL: NEWS: README: configure.in: docs/glib-config.1: version=1.1.11
* Released GLib 1.1.10GLIB_1_1_10CST 1998 Shawn T. Amundson1998-12-241-5/+5
| | | | | | | | | | | | Wed Dec 23 00:43:25 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.10 * INSTALL: NEWS: README: configure.in: docs/glib-config.1: version=1.1.10
* Released GLib 1.1.9GLIB_1_1_9CST 1998 Shawn T. Amundson1998-12-171-2/+2
| | | | | | | | | | | | | Wed Dec 16 23:04:26 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.9 * INSTALL: NEWS: README: configure.in: glib.spec: docs/glib-config.1: version=1.1.9
* Released GLib 1.1.8GLIB_1_1_8CST 1998 Shawn T. Amundson1998-12-161-2/+2
| | | | | | Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.8
* Released GLib 1.1.7GLIB_1_1_7CST 1998 Shawn T. Amundson1998-12-111-2/+2
| | | | | | | | | | | | | Thu Dec 10 21:49:39 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.7 * INSTALL: NEWS: README: configure.in: glib.spec: docs/glib-config.1: Increased version to 1.1.7
* NEWS: README: glib.spec: docs/glib-config.1: Incremented versions toCST 1998 Shawn T. Amundson1998-12-021-2/+2
| | | | | | | | | | Tue Dec 1 23:01:44 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: glib.spec: docs/glib-config.1: Incremented versions to 1.1.6.
* NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5CST 1998 Shawn T. Amundson1998-11-231-2/+2
| | | | | | | | | | | | Sat Nov 21 14:57:39 CST 1998 Shawn T. Amundson <amundson@gtk.org> * INSTALL: NEWS: README: configure.in: glib.spec: Updated to version 1.1.5 * Released GLib 1.1.5
* Released GLib 1.1.4GLIB_1_1_4CST 1998 Shawn T. Amundson1998-10-251-2/+2
| | | | | | | | | | | | | | | | | | | | | | Sun Oct 25 01:24:01 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.4 * docs/Makefile.am: * docs/.cvsignore * docs/glib-config.1: * docs/glib.texi: Moved docs from gtk and created glib-config.1 from gtk-config.1 in gtk * configure.in: * Makefile.am: * sanity_check: added in docs directory, change rule 'release' to 'snapshot' and created a new 'release' rule for doing the distribution. Added in a 'sanity' rule. * NEWS: * README: * INSTALL: Updated for the release
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Sun Aug 16 20:28:27 1998 Tim Janik <timj@gtk.org> * version bump to 1.1.3, binary age 0, interface age 0. * glib.h: be nice to platforms that don't have gint64 and don't issue #warning on every compilation. since glib doesn't require gint64 itself, packages that need gint64 should test for this themselves. * glib.h: * gutils.c: added a new function g_vsnprintf(). Fri Aug 14 16:41:53 1998 Tim Janik <timj@gtk.org> * glib.h: added static inline functions for bit mask tests: g_bit_nth_lsf, g_bit_nth_msf and g_bit_storage. Fri Aug 13 14:23:37 1998 Tim Janik <timj@gtk.org> * glib.h: * gmessages.c: revised the message handling system, which is now based on a new mechanism g_log*. most of the assertment macros got adapted to feature the new g_log() call with an additional specification of the log level in a preprocessor macro G_LOG_DOMAIN. if G_LOG_DOMAIN is undefined upon the includion of glib.h, it'll be defined with a value of (NULL) and thus preserves the original bahaviour for warning and error messages. the message handler setting functions for g_warning, g_error and g_message are only provided for backwards compatibility and might get removed somewhen. * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain to "GLib" upon compilation. we currently have to add this definition to the DEFS variable. * testglib.c: we need an ugly #undef G_LOG_DOMAIN at the start of this file currently, since automake doesn't support per target _CFLAGS yet. * glib.h: changed some gints to gbooleans, made a few const corrections, removed some superfluous G_STMT_START{}G_STMT_END wrappers, added some in other required places. * gnode.c: (g_node_prepend): (g_node_insert_before): (g_node_insert): (g_node_append_data): (g_node_prepend_data): (g_node_insert_data_before): (g_node_insert_data): (g_node_append): return (node), so these macros/functions can be usefully chained with g_node_new(). [GModule] Fri Aug 14 02:24:39 1998 Tim Janik <timj@gtk.org> * Makefile.am: feature the G_LOG_DOMAIN macro to set the log domain to "GModule" upon compilation. we currently have to add this definition to the DEFS variable. * testgmodule.c: we need an ugly #undef G_LOG_DOMAIN at the start of this file currently, since automake doesn't support per target _CFLAGS yet.
* Released GLib 1.1.2GLIB_1_1_2PDT 1998 Shawn T. Amundson1998-08-051-2/+2
| | | | | | Wed Aug 5 10:04:29 PDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.2
* version bump to 1.1.1, binary age 1, interface age 0. updates. updates.Tim Janik1998-08-041-4/+4
| | | | | | | | | | | | | | | | | | | | | | | 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.
* Released GLib 1.1.0GLIB_1_1_0CDT 1998 Shawn T. Amundson1998-07-271-0/+67
| | | | | | Mon Jul 27 00:17:30 CDT 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.0
* Initial revisionOwen Taylor1998-06-101-0/+0