1.3.12, binary, interface age 0.
[platform/upstream/glib.git] / ChangeLog.pre-2-4
index 833b236..c0d1a7e 100644 (file)
@@ -1,3 +1,74 @@
+Sat Dec 22 12:08:56 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * configure.in: 1.3.12, binary, interface age 0.
+
+       * NEWS: Updated.
+
+2001-12-21  Tor Lillqvist  <tml@iki.fi>
+
+       * config.h.win32.in: Add (undefined) HAVE_C99_VSNPRINTF.
+
+       * glibconfig.h.win32.in: Add definition of G_HAVE_GROWING_STACK.
+
+       * tests/Makefile.am: Rename the progs_LDADD, thread_LDADD and
+       module_LDADD Make macros to progs_ldadd, thread_ldadd and
+       module_ldadd. Newer automakes reserve macros named *_LDADD for
+       the use as LDADDs for targets it knows.
+
+       * glib/giowin32.c: (struct _GIOWin32Watch): 'callback' wasn't used
+       here, either.
+
+2001-12-21  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gfileutils.c (g_file_get_contents): Remove FIXME. (#67063)
+
+2001-12-19  Mark McLoughlin  <mark@skynet.ie>
+
+       * glib/gscanner.c: (g_scanner_unexp_token): fix segfaults.
+
+2001-12-20  Michael Meeks  <michael@ximian.com>
+
+       * glib/giounix.c (struct _GIOUnixWatch): kill 'callback'
+
+Wed Dec 19 23:09:07 2001  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/gconvert.c (g_iconv_open): SGML doc fix.
+
+Tue Dec 18 21:11:10 2001  Tim Janik  <timj@gtk.org>
+
+       * configure.in: add configure check to determine G_HAVE_GROWING_STACK.
+
+2001-12-16  Havoc Pennington  <hp@pobox.com>
+
+       * glib/gfileutils.c (get_contents_regfile): use g_try_malloc and
+       return error on not-enough-memory
+       (get_contents_stdio): ditto
+
+2001-12-17  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gspawn.c, glib/gspawn-win32.c: Use <envar>, not <envvar>.
+
+2001-12-15  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gshell.c, glib/gspawn.c, glib/gspawn-win32.c, glib/gerror.c,
+       glib/gfileutils.c, glib/ghash.c, glib/gmain.c, glib/gasyncqueue.c,
+       glib/gtree.c: Minor markup fixes.
+
+2001-12-14  Havoc Pennington  <hp@pobox.com>
+
+       * glib/gshell.c (g_shell_parse_argv): note on how to free returned
+       vector
+
+2001-12-08  Havoc Pennington  <hp@pobox.com>
+
+       * glib/gspawn.c (fork_exec_with_pipes): include argv[0] in error
+       message about failure to exec
+
+2001-12-13  Matthias Clasen  <matthiasc@poet.de>
+
+       * glib/gconvert.c, glib/giochannel.c, glib/gmain.c,
+       glib/gwin32.c: Revert mistaken change: it is UNIX, not Unix.
+
 Thu Dec 13 05:37:51 2001  Tim Janik  <timj@gtk.org>
 
        * glib/gbsearcharray.[hc]: API revamp to shorten GValueArray