summaryrefslogtreecommitdiff
path: root/NEWS
AgeCommit message (Collapse)AuthorFilesLines
2002-12-16=== Released 2.1.5 ===GLIB_2_1_5Owen Taylor1-0/+16
Mon Dec 16 17:31:50 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.5 === * configure.in: Version 2.1.5, interface age 2. * NEWS: Updated.
2002-12-11=== Release 2.1.4 ===GLIB_2_1_4Owen Taylor1-0/+18
Wed Dec 11 17:53:34 2002 Owen Taylor <otaylor@redhat.com> * === Release 2.1.4 === * NEWS: Updates.
2002-12-02=== Released 2.1.3 ===GLIB_2_1_3Owen Taylor1-0/+98
Mon Dec 2 16:34:13 2002 Owen Taylor <otaylor@redhat.com> * === Released 2.1.3 === * NEWS: Updated. [ Unmerged change from stable from May 16 ] * autogen.sh: Remove check for GNU gettext, since it was causing problems for Solaris CVS builds. (#81885, Hidetoshi Tajima.)
2002-03-28Remove warning about g_print, etc, encoding.Owen Taylor1-0/+25
Thu Mar 28 18:22:53 2002 Owen Taylor <otaylor@redhat.com> * README: Remove warning about g_print, etc, encoding. * NEWS: Updates. * glib/gmessages.c (g_log_default_handler): Use %lu (plus a cast) when printing out pid_t arguments. (#76770, Morten Welinder) * glib/gstrfuncs.c (g_strdup_vprintf): Check the result of vasprintf(), return NULL on failure. (#76802, Akira Tagoh) * tests/testglib.c (TEST): Supress a warning with some GCC versions.
2002-03-08Final updates for 2.0.0Owen Taylor1-0/+20
Fri Mar 8 10:20:46 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Final updates for 2.0.0 * glib/gstrfuncs.c: Convert the results of strerror() and strsignal() to UTF-8. * glib/gconvert.c glib/gdir.c glib/giochannel.c glib/giounix.c glib/giowin32.c: Use g_strerror(), not strerror().
2002-03-08spelling fixOwen Taylor1-1/+1
2002-02-241.3.15, binary, interface age 0.GLIB_1_3_15Owen Taylor1-0/+14
Sat Feb 23 21:36:51 2002 Owen Taylor <otaylor@redhat.com> * configure.in: 1.3.15, binary, interface age 0. * NEWS: Updated.
2002-02-171.3.14GLIB_1_3_14Owen Taylor1-1/+2
Sun Feb 17 11:37:06 2002 Owen Taylor <otaylor@redhat.com> * 1.3.14 * glib/glibintl.h: Error out of config.h wasn't included rather than including it, since config.h must be the first thing included. * glib/gconvert.c glib/gmarkup.c glib/gshell.c glib/gspawn.c glib/gunibreak.c glib/gunidecomp.c glib/guniprop.c: Include config.h as the first thing. (#71704, Morten Welinder)
2002-02-15Updated.Owen Taylor1-0/+15
Fri Feb 15 10:41:51 2002 Owen Taylor <otaylor@redhat.com> * NEWS: Updated. * configure.in: Require autoconf-2.52, run AC_SYS_LARGEFILE. (#71410, Sven Neumann) * glib/giounix.c glib/giowin32.c glib/giochannel.[ch]: Change offset type for g_io_channel_seek[_position] to gint64.
2002-02-09Register transformations for gint64, guint64. (#70780, patch from AndyOwen Taylor1-3/+3
Fri Feb 8 23:52:27 2002 Owen Taylor <otaylor@redhat.com> * gobject/gvaluetransform.c: Register transformations for gint64, guint64. (#70780, patch from Andy Wingo) * configure.in: Handle missing G_GINT64_FORMAT, G_GUINT64_FORMAT ... harder to require GNU libc than GCC. * NEWS: Some cleanups that I had setting around.
2002-01-29fixed spellingSven Neumann1-2/+2
2002-01-291.3.13Owen Taylor1-0/+1
Tue Jan 29 14:06:22 2002 Owen Taylor <otaylor@redhat.com> * 1.3.13 * NEWS: Update to include last change.
2002-01-291.3.13Owen Taylor1-0/+10
Tue Jan 29 11:18:44 2002 Owen Taylor <otaylor@redhat.com> * 1.3.13 * NEWS: Updated. * configure.in: Micro == 13, binary age, interface age 0. [ binary breakage was return type of g_signal_connect_object(), probably could have used binary age == 0, but a little safer not to.] * configure.in: Remove configure warning.
2001-12-231.3.12, binary, interface age 0.Owen Taylor1-0/+17
Sat Dec 22 12:08:56 2001 Owen Taylor <otaylor@redhat.com> * configure.in: 1.3.12, binary, interface age 0. * NEWS: Updated.
2001-11-22Version 11, interface, binary age 0.Owen Taylor1-0/+20
Thu Nov 22 13:14:18 2001 Owen Taylor <otaylor@redhat.com> * configure.in (GLIB_MICRO_VERSION): Version 11, interface, binary age 0. * NEWS: Updated. * tests/Makefile.am (libmoduletestplugin_[ab]_la_LDFLAGS): Add dummy -rpath argument. On some (but not all) platforms, libtool will only build a convenience library without this. (#63486, Dan Winship) * Makefile.am (EXTRA_DIST): Add README.in, INSTALL.in - autoconf-2.5x checks for 'make dist' in the tarball when you make distcheck. * glib/Makefile.am (EXTRA_DIST): Distribute makefile.msc/mingw.in, glib.rc.in. * tests/patterntest.c: Include string.h. * glib/gpattern.c (g_utf8_reverse): doc parsing fix.
2001-11-22use g_type_check_is_value_type() instead of g_type_value_table_peek().Tim Janik1-0/+37
Thu Nov 22 03:30:57 2001 Tim Janik <timj@gtk.org> * gvalue.h (G_TYPE_IS_VALUE): use g_type_check_is_value_type() instead of g_type_value_table_peek(). * gtype.[hc] (type_check_is_value_type_U): speed up check LOCK-less by caching lookups in node->mutatable_has_value_table. * gtype.[hc]: removed locks where possible. partly based on patches from owen and alex.
2001-10-25Version 1.3.10, interface age, binary age = 0.Owen Taylor1-0/+19
Wed Oct 24 11:10:54 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.10, interface age, binary age = 0. * NEWS: Updates Thu Oct 25 12:01:41 2001 Owen Taylor <otaylor@redhat.com> * tests/Makefile.am: Temporarily remove mainloop-test, since it prevents distcheck.
2001-09-25Version 1.3.9 (binary, interface == 0)Owen Taylor1-0/+11
Tue Sep 25 11:34:22 2001 Owen Taylor <otaylor@redhat.com> * configure.in: Version 1.3.9 (binary, interface == 0) * glib/gstrfuncs.c (g_ascii_strdown): Change g_ascii_strup/strdown to take a 'len' argument to match g_utf8_strup/strdown. This hopefully will also make it more obvious that they duplicate the string rather than acting like g_strup/strdown. (Suggestion from Matthias Clasen, #59550)
2001-09-18up version number to 1.3.8, interface age 0, binary age 0.Tim Janik1-0/+24
Tue Sep 18 22:57:33 2001 Tim Janik <timj@gtk.org> * configure.in (GLIB_MICRO_VERSION): up version number to 1.3.8, interface age 0, binary age 0. * NEWS: updates. Tue Sep 18 23:09:02 2001 Tim Janik <timj@gtk.org> * gparam.[hc]: rename *nick and *blurb fields to catch direct accesses in third party code. provide g_param_get_nick(), g_param_get_blurb() and g_param_get_name() accessors.
2001-09-04Version 1.3.7GLIB_1_3_7Owen Taylor1-12/+12
Mon Sep 3 23:29:51 2001 Owen Taylor <otaylor@redhat.com> * Version 1.3.7 * Makefile.am (EXTRA_DIST): Distribute po/po2tbl.sed.in * Makefile.am: Remove references to glib.rc[.in] * NEWS: Various additions.
2001-09-03updates for 1.3.7 release.Tim Janik1-0/+18
Tue Sep 4 01:50:24 2001 Tim Janik <timj@gtk.org> * NEWS: updates for 1.3.7 release. Tue Sep 4 01:49:18 2001 Tim Janik <timj@gtk.org> * gsourceclosure.c: make closure_callback_funcs static, added some g_return_if_fail() statements.
2001-06-12updatedHavoc Pennington1-0/+14
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
2001-05-04Released 1.3.5GLIB_1_3_5Owen Taylor1-0/+7
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.
2001-04-17Released 1.3.4GLIB_1_3_4Owen Taylor1-0/+7
Tue Apr 17 11:47:07 2001 Owen Taylor <otaylor@redhat.com> * Released 1.3.4 * NEWS: Updated
2001-04-03updates.Tim Janik1-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.
2000-11-17Released 1.3.2GLIB_1_3_2Owen Taylor1-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.
2000-06-29updatedOwen Taylor1-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.
1999-10-14removed useless g_string(x) macro that cluttered the namespace and wasTim Janik1-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.
1999-08-15eliminate memset() call, since string.h has not neccessarily been includedTim Janik1-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).
1999-08-02glib.h gstrfuncs.c Rename g_strccpy to g_strcompress and g_strecpy toTor Lillqvist1-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.
1999-07-2418:36. incorporated proposed cleanups from gtk-devel-list.Tim Janik1-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.
1999-04-09Increment some version numbers, add warning to configure.GLIB_1_3_0Shawn Amundson1-0/+4
Increment some version numbers, add warning to configure. -Shawn amundson@gtk.org
1999-02-25Increment version to 1.2.0.GLIB_1_2_0Shawn Amundson1-0/+21
Increment version to 1.2.0. -Shawn amundson@gtk.org
1999-02-16version=1.1.16GLIB_1_1_16CST 1999 Shawn T. Amundson1-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
1999-02-04version=1.1.15GLIB_1_1_15PST 1999 Shawn T. Amundson1-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
1999-01-28version=1.1.14GLIB_1_1_14CST 1999 Shawn T. Amundson1-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
1999-01-17updates for 1.1.13.Tim Janik1-0/+14
Mon Jan 18 00:02:46 1999 Tim Janik <timj@gtk.org> * NEWS: updates for 1.1.13.
1999-01-04Released GLib 1.1.12GLIB_1_1_12CST 1999 Shawn T. Amundson1-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.
1998-12-31Released GLib 1.1.11GLIB_1_1_11CST 1998 Shawn T. Amundson1-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
1998-12-24Released GLib 1.1.10GLIB_1_1_10CST 1998 Shawn T. Amundson1-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
1998-12-17Released GLib 1.1.9GLIB_1_1_9CST 1998 Shawn T. Amundson1-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
1998-12-16Released GLib 1.1.8GLIB_1_1_8CST 1998 Shawn T. Amundson1-0/+1
Tue Dec 15 23:16:05 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.8
1998-12-16Overview of Changes in GLib 1.1.8:Owen Taylor1-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.
1998-12-11Released GLib 1.1.7GLIB_1_1_7CST 1998 Shawn T. Amundson1-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
1998-12-09Released GLib 1.1.6GLIB_1_1_6CST 1998 Shawn T. Amundson1-0/+2
Tue Dec 8 12:18:38 CST 1998 Shawn T. Amundson <amundson@gtk.org> * Released GLib 1.1.6 * NEWS: updated
1998-12-02NEWS: README: glib.spec: docs/glib-config.1: Incremented versions toCST 1998 Shawn T. Amundson1-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.
1998-11-23NEWS: README: configure.in: glib.spec: Updated to version 1.1.5GLIB_1_1_5CST 1998 Shawn T. Amundson1-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
1998-10-25Released GLib 1.1.4GLIB_1_1_4CST 1998 Shawn T. Amundson1-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
1998-09-21NEWS file update for upcoming release of GLib + GModule version 1.1.3,Tim Janik1-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.
1998-08-24removed this function which was not publically exported in glib.h. toTim Janik1-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.