summaryrefslogtreecommitdiffstats
path: root/libc/stdio/stdio.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the read/write auto-transition bugs. Note that if we can'tManuel Novoa III2002-04-091-29/+36
* Compile in flockfile and friends by defaultEric Andersen2002-03-211-0/+8
* Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>.Manuel Novoa III2002-03-161-2/+6
* I vow to rerun _all_ the tests before making commits. :-(Manuel Novoa III2002-03-141-2/+2
* Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III2002-03-131-2/+2
* Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III2002-03-121-2/+10
* So much for fcntl flags being resonably consistent across archs... (hopefully)Manuel Novoa III2002-03-121-10/+14
* Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.Manuel Novoa III2002-03-121-2/+10
* Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III2002-03-121-0/+3171
* Swap in the new stdio code.Manuel Novoa III2002-03-121-1117/+0
* Be consistant and use an unsigned char * throughoutEric Andersen2002-02-261-2/+3
* I shouldn't try to program when sleepy, since I totally botchedEric Andersen2002-02-251-4/+4
* When messing with fd NONBLOCK status, put things back the way we foundEric Andersen2002-02-251-1/+4
* IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with]Eric Andersen2002-02-231-7/+1
* Per discussion with Manuel, when we call __stdio_flush_buffersEric Andersen2002-02-231-1/+9
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-2/+2
* Add missing ctermid. Also add putc and getc (in case they getEric Andersen2001-11-211-0/+19
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-171-9/+25
* Fix fseek behavior.Manuel Novoa III2001-09-251-2/+3
* Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", andEric Andersen2001-08-241-10/+10
* Add the __fopen prototype, since I pulled it from stdio.hEric Andersen2001-08-241-0/+4
* Oops... left in a debugging line.Manuel Novoa III2001-07-281-1/+0
* Back out the changes to _uClibc_fread and loop in fread() if incomplete, toManuel Novoa III2001-07-281-22/+21
* Yes... the previous "fix" was broken too... the result of careless cuttingManuel Novoa III2001-07-261-1/+1
* 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
* Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...Manuel Novoa III2001-06-071-0/+4
* Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape....Manuel Novoa III2001-05-071-1/+2
* Be really sneaky and use GNU ld special stuff so that whenever folksEric Andersen2001-04-251-0/+1
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-7/+7
* 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
* 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
* 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
* 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
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-1/+1
* Bug ugly formatting updateEric Andersen2000-10-091-683/+647
* Lots and lots of cleanups.Eric Andersen2000-07-061-26/+30
* Initial revision0_9_1Erik Andersen2000-05-141-0/+925