index
:
uclibc-ng.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libc
/
stdio
/
printf.c
Age
Commit message (
Expand
)
Author
2001-02-28
Fix a buglet regarding floating point output for ?nprintf functions.
Manuel Novoa III
2001-02-27
stdio mostly rewritten... passes lots of tests now.
Manuel Novoa III
2001-02-19
Lots of stdio cleanups. Several bug fixes, addition of a number of functions
Manuel Novoa III
2001-02-15
Add vdprintf function. Note: will be rewritten to check if file descriptor h...
Manuel Novoa III
2001-01-30
Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!
Manuel Novoa III
2001-01-28
Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) and
Manuel Novoa III
2001-01-27
Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked
Manuel Novoa III
2001-01-12
Cannot portably pass a short via va_args, since it will be
Eric Andersen
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-12-20
A number of updates from Manuel Novoa III. Things look good...
Eric Andersen
2000-10-09
Bug ugly formatting update
Eric Andersen
2000-08-11
Add in snprintf and vsnprintf
Eric Andersen
2000-05-14
Initial revision
Erik Andersen