summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a buglet regarding floating point output for ?nprintf functions.Manuel Novoa III2001-02-281-1/+2
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-274-459/+542
* Fix a couple of bugs in _fopen and fclose, plus change a few internals.Manuel Novoa III2001-02-192-60/+83
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-194-275/+384
* Add vdprintf function. Note: will be rewritten to check if file descriptor h...Manuel Novoa III2001-02-152-1/+12
* Fix stdin/stdout/stderr for now.Manuel Novoa III2001-02-151-0/+4
* Remove now irrelevant comment.Eric Andersen2001-02-091-3/+0
* Silence warnings -- add func declaration.Eric Andersen2001-02-091-0/+1
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-1/+34
* Fix a couple of bugs in printf. Add floating pt output for doubles. Yeah!Manuel Novoa III2001-01-302-7/+44
* Really fixed 0-pad bug this time. ;-) Code-size reductions if sizeof(int) andManuel Novoa III2001-01-281-54/+62
* Fixed (hopefully) 0-pad bug in printf. Added asprintf function. ReworkedManuel Novoa III2001-01-272-31/+71
* Fixed stderr initialization bug (mine).Manuel Novoa III2001-01-241-1/+1
* Fix static buffer used initialization for FIXED_BUFFERS > 2.Manuel Novoa III2001-01-171-4/+13
* Cannot portably pass a short via va_args, since it will beEric Andersen2001-01-121-2/+2
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-113-173/+97
* A number of updates from Manuel Novoa III. Things look good...Eric Andersen2000-12-201-220/+398
* A few cleanups. Fix fflush so it remembers to init stdio.Eric Andersen2000-12-121-8/+10
* Several updates from W. GreathouseEric Andersen2000-11-301-19/+21
* Some cleanups from Manuel Novoa III <mnovoa3@bellsouth.net>,Eric Andersen2000-11-172-2/+5
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-158-22/+135
* Fix doc blunder.Eric Andersen2000-11-043-8/+8
* Make spelling of uClibc be consistant.Eric Andersen2000-11-043-3/+3
* More cleanups. Fix things so tinylogin compiles.Eric Andersen2000-11-041-2/+2
* Add some more stuff -- {get|set}mntent, getline, getdelim, etc.Eric Andersen2000-10-263-1/+103
* Strip all object files of all non global symbols and .note andEric Andersen2000-10-201-1/+8
* Makefile updateEric Andersen2000-10-121-1/+1
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-114-1/+92
* Bug ugly formatting updateEric Andersen2000-10-095-1413/+1398
* Dependancy updateEric Andersen2000-10-071-3/+0
* Fix all the makefiles. Clean up some warnings, cleanup some headers.Eric Andersen2000-10-041-26/+40
* Add in snprintf and vsnprintfEric Andersen2000-08-112-76/+104
* Lots and lots of cleanups.Eric Andersen2000-07-062-53/+57
* Many bugfixes, header cleanups, etc. Added abort and glob.Eric Andersen2000-07-051-1/+0
* Some more makefile fixes.Erik Andersen2000-05-161-4/+5
* Some makefile updates to make it behave a bit better/consistently.Erik Andersen2000-05-141-8/+3
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-4/+4
* Initial revision0_9_1Erik Andersen2000-05-144-0/+1901