summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-12-22 08:29:06 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-12-22 08:29:06 +0000
commitc2794647a476bd7a124c7e543cb2f2a6bbada466 (patch)
treee956c5a225aa9ac7d958ce77d97147186f356369 /ChangeLog.pre-2-0
parent9504ea2f6f125954badb7278fcbddeace79be32d (diff)
Add (undefined) HAVE_C99_VSNPRINTF.
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 Tor Lillqvist <tml@iki.fi> * gobject.def: Add g_signal_get_invocation_hint.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-014
1 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 358c2cc1a..207eafe27 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,3 +1,17 @@
+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)