diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-05-18 16:00:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-05-18 16:00:54 +0000 |
commit | 5df92b7423bb3d07b3b87c27ca9eab1e6f964362 (patch) | |
tree | 68274632ce7fd1577f31bc712c55f7cfa23dad1e /ChangeLog.pre-2-10 | |
parent | 05f143a808c747931ff3f6f483f3c760c2bdce04 (diff) |
Use compile checks for ISO C99 and GNU extension varargs macros syntax and
Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com>
* configure.in gmessages.h: Use compile checks for ISO C99 and GNU
extension varargs macros syntax and store result in glibconfig.h
(G_HAVE_ISO_VARARGS, G_HAVE_GNUC_VARARGS) rather than relying
on checking predefined macros.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 637a1b78c..6b3896145 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,10 @@ +Fri May 18 10:52:23 2001 Owen Taylor <otaylor@redhat.com> + + * configure.in gmessages.h: Use compile checks for ISO C99 and GNU + extension varargs macros syntax and store result in glibconfig.h + (G_HAVE_ISO_VARARGS, G_HAVE_GNUC_VARARGS) rather than relying + on checking predefined macros. + 2001-05-18 Michael Natterer <mitch@convergence.de> * gmarkup.c: don't g_strdup()/g_free() all parsed attributes and @@ -60,7 +67,7 @@ Sun May 13 10:31:17 2001 Owen Taylor <otaylor@redhat.com> Thu May 10 23:21:30 2001 Owen Taylor <otaylor@redhat.com> - * gmessages.c (g_log_write_prefix): Avoid using stderr + * gmessages.c (g_log_write_prefix): Avoid using stdio to be as robust as possible in out-of-memory. * gmessages.c (g_log_default_handler): Remove some dead |