summaryrefslogtreecommitdiff
path: root/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* updates.Tim Janik2001-04-031-211/+22
| | | | | | | | | | | | Tue Apr 3 20:22:59 2001 Tim Janik <timj@gtk.org> * NEWS: updates. * NEWS.pre-1-3: take over old news. Tue Apr 3 20:23:24 2001 Tim Janik <timj@gtk.org> * NEWS: updates.
* Released 1.3.2GLIB_1_3_2Owen Taylor2000-11-171-0/+39
| | | | | | | | | | | Fri Nov 17 15:43:00 2000 Owen Taylor <otaylor@redhat.com> * Released 1.3.2 * NEWS: Update. * tests/Makefile.am (dist-hook): Add code to distribute markup test files.
* updatedOwen Taylor2000-06-291-1/+7
| | | | | | | | | | | | | | | | | | | | | | Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com> * NEWS: updated * Makefile.am: added snapcheck target to go along with snapshot * gstring.c glib.h (g_string_hash): Add g_string_hash to go along with g_string_equal. Tue Jun 27 12:40:23 EDT 2000 David A. Wheeler <dwheeler@dwheeler.com> * glib.h: Added g_string_equal for comparing GStrings; changed g_str_equal so it returns gboolean (instead of gint). * gstring.c: Modified GString implementation to support embedded ASCII NUL ('\0') characters, and implemented g_string_equal. * testglib.c tests/string-test.c: Added tests for g_string_equal and tests for proper handling of embedded ASCII NUL characters.
* removed useless g_string(x) macro that cluttered the namespace and wasTim Janik1999-10-141-1/+2
| | | | | | | | | | Tue Oct 12 14:17:12 1999 Tim Janik <timj@gtk.org> * glib.h: removed useless g_string(x) macro that cluttered the namespace and was just a poor wrapper around the cpp '#' symbol, use #x if you need to work around this. added new macro G_STRINGIFY(arg) that will convert arg to a string, no matter whether it contains macros or not.
* eliminate memset() call, since string.h has not neccessarily been includedTim Janik1999-08-151-0/+2
| | | | | | | | | | | | | | | Sun Aug 15 02:47:14 1999 Tim Janik <timj@gtk.org> * glib.h (g_trash_stack_pop): eliminate memset() call, since string.h has not neccessarily been included prior to glib.h. Mon Aug 2 21:03:10 1999 Tim Janik <timj@gtk.org> * configure.in: added --enable-msg-prefix option. * gmessages.c (g_log_default_handler): feature "prg_name (pid:%u): " if --enable-msg-prefix was selected (use "(process:%u): " if g_get_prgname () returns NULL, along the lines of g_on_error_query).
* glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist1999-08-021-1/+2
| | | | | | | | | | | | | * glib.h * gstrfuncs.c * tests/strfunc-test.c: Rename g_strccpy to g_strcompress and g_strecpy to g_strescape per Tim Janik's suggestion. Dropped the destination parameter, always g_malloc a new string. Fix bug in g_strcompress, octal digits were gobbled up without limit, should use max three. Sources that use g_strescape must have ifdefs to be compilable both with GLib 1.2 and 1.3.
* 18:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1999-07-241-4/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+4
| | | | | | | 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-0/+21
| | | | | | | Increment version to 1.2.0. -Shawn amundson@gtk.org
* version=1.1.16GLIB_1_1_16CST 1999 Shawn T. Amundson1999-02-161-0/+5
| | | | | | | | | | | | | | | 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-0/+7
| | | | | | | | | | | | | 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-0/+6
| | | | | | | | | | | | | 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
* updates for 1.1.13.Tim Janik1999-01-171-0/+14
| | | | | | Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org> * NEWS: updates for 1.1.13.
* Released GLib 1.1.12GLIB_1_1_12CST 1999 Shawn T. Amundson1999-01-041-0/+7
| | | | | | | | | | | | | | | | 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-1/+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-0/+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-0/+6
| | | | | | | | | | | | | 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-0/+1
| | | | | | Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.8
* Overview of Changes in GLib 1.1.8:Owen Taylor1998-12-161-0/+11
| | | | | | | | | | | | * Added threading support - The ability to specify a set of functions to be used for locking at runtime. - Default implementations of locking functions for pthreads, Solaris threads, and (experimentally) NSPR. - All static variables should now properly locked. - Enhancements to the generic main-loop mechanism to be thread-safe. (It is used for the main-loop in GTK+ as of GTK+-1.1.8) * Portability fixes.
* Released GLib 1.1.7GLIB_1_1_7CST 1998 Shawn T. Amundson1998-12-111-0/+4
| | | | | | | | | | | | | 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
* Released GLib 1.1.6GLIB_1_1_6CST 1998 Shawn T. Amundson1998-12-091-0/+2
| | | | | | | | Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.6 * NEWS: updated
* NEWS: README: glib.spec: docs/glib-config.1: Incremented versions toCST 1998 Shawn T. Amundson1998-12-021-0/+15
| | | | | | | | | | 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-0/+30
| | | | | | | | | | | | 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-0/+7
| | | | | | | | | | | | | | | | | | | | | | 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
* NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1998-09-211-4/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Sep 21 02:22:12 1998 Tim Janik <timj@gtk.org> * NEWS file update for upcoming release of GLib + GModule version 1.1.3, binary age 0, interface age 0. (GModule uses the same version numbers as GLib.) * glib.h: swap the inclusion of of float.h and limits.h to work around a egcs 1.1 oddity on Solaris 2.5.1 (fix provided by Per Abrahamsen <abraham@dina.kvl.dk>). * glib.h: * gscanner.c: renamed the GValue union to GTokenValue, this should not affect source compatibility in most cases. * ghash.c: added some g_return_if_fail() statements. make g_hash_table_lookup_node() an inline function so we save an extra function invokation on lookups. Mon Sep 21 01:54:48 1998 Tim Janik <timj@gtk.org> * gmodule.h: * gmodule.c: renamed old _de_init functionality to _unload. modules are now expected to export: G_MODULE_EXPORT const gchar* g_module_check_init (GModule *module); and G_MODULE_EXPORT void g_module_unload (GModule *module); returning a string other than NULL from g_module_check_init() will prevent the module from being loaded. a call to g_module_make_resident() from g_module_unload() will prevent the module from being unloaded and still make it resident.
* removed this function which was not publically exported in glib.h. toTim Janik1998-08-241-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mon Aug 24 02:08:56 1998 Tim Janik <timj@gtk.org> * glib.h: * gstring.c: * gstrfuncs.c: (g_vsprintf): removed this function which was not publically exported in glib.h. to export it, it should have been named differently in the first place, since its semantics differ from vsprintf(). apart from that, it was a possible cause for problems since it worked on a previously allocated memory area and was used in a lot places of glib. exporting it would have been a guararant for problems with threaded programs. (g_printf_string_upper_bound): exported this function to return a string size, guarranteed to be big enough to hold the fully expanded format+args string. added 'q', 'L' and 'll' flag handling. in fact, the newly allocated area is in most cases much bigger than required. (g_strdup_vprintf()): new function returning a newly allocated string containing the contents of *format and associated args (size is calculated with g_printf_string_upper_bound()). (g_strdup_printf): new function which wraps g_strdup_vprintf(). * configure.in: check for va_copy() or __va_copy() alternatively. check whether va_lists can be copyied by value. * glib.h: provide a definition for G_VA_COPY. * glib.h: * gmessages.c: (g_logv): (g_vsnprintf): pass va_lists by value, not by reference, since this causes problems on platforms that implement va_list as as arrays. internaly, use G_VA_COPY (new_arg, org_arg); va_end (new_arg); to produce a second va_list variable, if multiple passes are required. changed all callers. * glib.h: * gerror.h: renamed g_debug() to g_on_error_query(), cleaned up a bit. renamed g_stack_trace() to g_on_error_stack_trace() since both functions cluttered different namespaces. there is an appropriate comment in glib.h now that explains the unix and gdb specific dependencies of both functions. removed g_attach_process(). g_on_error_stack_trace() should probably be handled with caution, i've seem several different linux versions (2.0.x) become unstable after invokation of this function.
* version bump to 1.1.3, binary age 0, interface age 0.Tim Janik1998-08-161-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-0/+5
| | | | | | 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-0/+5
| | | | | | | | | | | | | | | | | | | | | | | 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.
* news updateTim Janik1998-07-271-0/+19
|
* Initial revisionOwen Taylor1998-06-101-0/+0