summaryrefslogtreecommitdiffstats
path: root/libc/stdio/stdio.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Ok... the fix wasn't quite so straightforward. Hopefully this will do it.Manuel Novoa III2001-07-251-0/+3
|
* Fix fread bug reported by Vodz. The fix is straightforward, but I haven'tManuel Novoa III2001-07-251-11/+13
| | | | tested it (lack of time).
* Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson ↵Manuel Novoa III2001-06-071-0/+4
| | | | <johan.adolfsson@axis.com>.
* Fix fwrite return value bug reported by Matthias Kilian ↵Manuel Novoa III2001-05-071-1/+2
| | | | <kili@outback.escape.de>.
* Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen2001-04-251-0/+1
| | | | | | use the unsafe gets, they will get a warning from the linker. muahahaha. This method will soon be applied to fork() w/o an mmu etc... -Erik
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-7/+7
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Fix fdopen mode-compatibility test and errno setting.Manuel Novoa III2001-03-171-1/+8
|
* Fix a bad assertion test.Manuel Novoa III2001-03-071-1/+2
|
* Stupid buglet fix. Don't trash FILE bufstart if buffer allocation fails.Manuel Novoa III2001-03-011-11/+4
|
* stdio mostly rewritten... passes lots of tests now.Manuel Novoa III2001-02-271-421/+505
| | | | printf now supports long double, plus some bug fixes.
* Fix a couple of bugs in _fopen and fclose, plus change a few internals.Manuel Novoa III2001-02-191-59/+80
|
* Lots of stdio cleanups. Several bug fixes, addition of a number of functionsManuel Novoa III2001-02-191-244/+328
| | | | | to supplement macros in stdio.h, change perror to use stdio package instead of "write". Also add back in weak stdio initialization for static lib case.
* 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
| | | | -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