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
/
include
/
stdio.h
Age
Commit message (
Expand
)
Author
2001-05-21
Wrap getline() inside #ifdef __USE_GNU
Eric Andersen
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
Fix stdin/stdout/stderr (that I broke) and add vdprintf prototype.
Manuel Novoa III
2001-01-27
Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked
Manuel Novoa III
2001-01-17
Increase BUFSIZ to 512 to avoid bug in busybox tar.
Manuel Novoa III
2001-01-11
A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.
Eric Andersen
2000-11-15
Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,
Eric Andersen
2000-10-26
Add some more stuff -- {get|set}mntent, getline, getdelim, etc.
Eric Andersen
2000-08-11
Yet more updates. Getting closer....
Eric Andersen
2000-08-10
More stuff. Down to only 43 missing functions before BusyBox will
Eric Andersen
2000-07-06
Lots and lots of cleanups.
Eric Andersen
2000-07-05
More header file cleanup.
Eric Andersen
2000-05-14
Initial revision
Erik Andersen