mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-08 00:48:45 +02:00
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.
This commit is contained in:
committed by
Tor Lillqvist
parent
52e231144f
commit
267009b913
@@ -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:
|
||||
|
Reference in New Issue
Block a user