bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

another platform *printf bug


From: Eric Blake
Subject: another platform *printf bug
Date: Wed, 11 Apr 2007 20:29:42 +0000 (UTC)
User-agent: Loom/3.14 (http://gmane.org/)

Up till today, newlib has this bug:

$ printf %.f 1234
1234
$ printf %.F 1234
1F+03

basically, it is treating %F like %e, with rather comical results.  This bug 
bites cygwin 1.5.x (but not 1.7.0).  And printf-posix and friends currently do 
not test for it.

-- 
Eric Blake






reply via email to

[Prev in Thread] Current Thread [Next in Thread]