summaryrefslogtreecommitdiff
path: root/libc/misc/internals/dtostr.c
AgeCommit message (Collapse)Author
2001-02-27stdio mostly rewritten... passes lots of tests now.Manuel Novoa III
printf now supports long double, plus some bug fixes.
2001-01-30Added some notes. Removed some dead code.Manuel Novoa III
2001-01-30Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III
Modified stdio/Makefile to build printf.c according to Config values for HAS_FLOATS and HAS_LONG_LONG.
2000-12-20A number of updates from Manuel Novoa III. Things look good...Eric Andersen