- handle sign of negative zero. use sign dtoa sets
authormartynas <martynas@openbsd.org>
Thu, 10 Jul 2008 18:18:55 +0000 (18:18 +0000)
committermartynas <martynas@openbsd.org>
Thu, 10 Jul 2008 18:18:55 +0000 (18:18 +0000)
commit32e415694f4d7836891937b3034e16a4755b58b8
tree1066b5f0dc11fc48e96b7093a62e9049fba3cb7d
parent20c971ba6db6bcf5bb18ecd485c2faf8e20ddd23
- handle sign of negative zero.  use sign dtoa sets
- remove 'value < 0' cruft, dtoa already clears sign bit for us
discussed with, and tested by phessler@
ok millert@, who noticed to remove now-unused variable, and phessler@
lib/libc/stdio/vfprintf.c