summaryrefslogtreecommitdiffstats
path: root/libc/stdio/stdio.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Silence warnings -- add func declaration.Eric Andersen2001-02-091-0/+1
| | | | -Erik
* Revert stdio to initializing itself. Not quite a pretty but that ensures thatEric Andersen2001-02-091-1/+34
| | | | | | | we don't blow up by using too much stack space, and simplifies the job of supporting new architectures, since they don't have to mess with calling foo init functions in crt0 and cleaning up the resulting damage. -Erik
* 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
|
* A large update from Manuel Novoa III <mnovoa3@bellsouth.net>.Eric Andersen2001-01-111-133/+62
|
* 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-171-0/+2
| | | | and a bit of extra cleanup in the test makefiles.
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-1/+1
| | | | rework include/stdio.h, and fix up the resultant damage.
* Bug ugly formatting updateEric Andersen2000-10-091-683/+647
|
* Lots and lots of cleanups.Eric Andersen2000-07-061-26/+30
| | | | -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+925