summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2004-05-14 04:58:19 +0000
committerTor Lillqvist <tml@src.gnome.org>2004-05-14 04:58:19 +0000
commit267009b913f89507814ebfdcac8e274bc77105ac (patch)
tree1fd0899cb85ea762a94b0ddda264f793d17e1da7 /ChangeLog.pre-2-8
parent52e231144f5522b188f50a6a7b90bd8dd18c2ae6 (diff)
Handle empty digit string for precision correctly. (#142400)
2004-05-14 Tor Lillqvist <tml@iki.fi> * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string for precision correctly. (#142400) For backward compatibility with the Trio implementation, make "ll" format modifer work on Win32, too. Change into "I64" before passing to the system printf. (#142433) * tests/printf-test.c (main): Add tests for the above.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-811
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index f82906cd9..9873505a8 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,14 @@
+2004-05-14 Tor Lillqvist <tml@iki.fi>
+
+ * glib/gnulib/vasnprintf.c (vasnprintf): Handle empty digit string
+ for precision correctly. (#142400)
+
+ For backward compatibility with the Trio implementation, make "ll"
+ format modifer work on Win32, too. Change into "I64" before
+ passing to the system printf. (#142433)
+
+ * tests/printf-test.c (main): Add tests for the above.
+
2004-05-10 Matthias Clasen <mclasen@redhat.com>
Merge from 2.4: