diff options
author | Manish Singh <yosh@gimp.org> | 2002-12-12 22:59:55 +0000 |
---|---|---|
committer | Manish Singh <yosh@src.gnome.org> | 2002-12-12 22:59:55 +0000 |
commit | 96670b2085ac958b2e5ac9617cab04fb61f053aa (patch) | |
tree | 8523a15e771f625bf5a4b72a2d194361b5626af1 /ChangeLog | |
parent | 98ccd05da3e4306e049d40a4c6114087c26c7635 (diff) | |
download | glib-96670b2085ac958b2e5ac9617cab04fb61f053aa.tar.gz glib-96670b2085ac958b2e5ac9617cab04fb61f053aa.tar.bz2 glib-96670b2085ac958b2e5ac9617cab04fb61f053aa.zip |
pull in trio if host printf doesn't have a known way of printing 64-bit
Thu Dec 12 14:58:55 2002 Manish Singh <yosh@gimp.org>
* configure.in: pull in trio if host printf doesn't have a known
way of printing 64-bit ints.
* glib/gmacros.h: remove extra whitespace at the end
* glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT
instead of hardcoding "%llu"
* tests/testglib.c: remove obsolete conditionals using G_HAVE_GINT64,
we always have it now.
* tests/type-test.c: same as above, and for G_G[U]INT64_FORMAT as
well.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +Thu Dec 12 14:58:55 2002 Manish Singh <yosh@gimp.org> + + * configure.in: pull in trio if host printf doesn't have a known + way of printing 64-bit ints. + + * glib/gmacros.h: remove extra whitespace at the end + + * glib/gscanner.c (g_scanner_unexp_token): use G_GUINT64_FORMAT + instead of hardcoding "%llu" + + * tests/testglib.c: remove obsolete conditionals using G_HAVE_GINT64, + we always have it now. + + * tests/type-test.c: same as above, and for G_G[U]INT64_FORMAT as + well. + Thu Dec 12 13:52:58 2002 Owen Taylor <otaylor@redhat.com> * m4macros/glib-gettext.m4: AC_PREREQ(2.53) here; convinces |