summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
...
* Protect against ctype macros.Manuel Novoa III2002-05-101-4/+6
* Fix the read/write auto-transition bugs. Note that if we can'tManuel Novoa III2002-04-091-29/+36
* Fix an arg promotion handling bug in _do_one_spec for %c reportedManuel Novoa III2002-04-021-2/+9
* Forget to initialize thread locks for fake files. Thanks Erik.Manuel Novoa III2002-04-012-0/+16
* Remove function declartions from include/features.h, createEric Andersen2002-04-014-0/+4
* Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen2002-03-314-23/+6
* Add in a knob to disable %m supportEric Andersen2002-03-221-0/+12
* Compile in flockfile and friends by defaultEric Andersen2002-03-212-1/+9
* 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
* Modified because of the new str to int funcs.Manuel Novoa III2002-03-131-7/+8
* Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III2002-03-131-2/+2
* Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III2002-03-131-0/+11
* Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III2002-03-122-11/+42
* 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-122-0/+5204
* Swap in the new stdio code.Manuel Novoa III2002-03-128-1572/+199
* 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
* When vfork is not available and we have an MMU, then use fork()Eric Andersen2002-02-211-0/+6
* Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen2002-02-181-2/+2
* Several little additions and cleanups. Add getw() and putw().Eric Andersen2002-02-023-1/+71
* Don't waste space warning about tempnam()Eric Andersen2002-01-171-1/+0
* Support tmpfile64 (just a weak for tmpfile)Eric Andersen2002-01-061-1/+4
* Update my email address. I am no longer andersen@lineo.comEric Andersen2001-12-193-8/+9
* Add missing ctermid. Also add putc and getc (in case they getEric Andersen2001-11-213-2/+58
* This commit makes large file support actually work (when enabled inEric Andersen2001-10-172-17/+31
* Fix nasty behavior difference from glibc -- also fixes getline()Eric Andersen2001-09-301-3/+2
* Update to accomodate the header file changesEric Andersen2001-09-273-0/+3
* Fix fseek behavior.Manuel Novoa III2001-09-251-2/+3
* Fix goofy formattingEric Andersen2001-08-282-4/+4
* 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
* Add in changes from philipc@lineo:David McCullough2001-08-091-12/+15
* 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
* Fix printf so that %p outputs "(nil)" for (void *) 0, to match glibc behavior.Manuel Novoa III2001-06-131-11/+20
* Fix printf handling of %p to prepend "0x" since output is in hex.Manuel Novoa III2001-06-131-0/+1
* Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh...Manuel Novoa III2001-06-071-0/+4
* Cleanup some stupid warningsEric Andersen2001-05-311-0/+1
* Add comment about scanf pushback behavior and glibc difference.Manuel Novoa III2001-05-211-0/+11
* Add in tempnam()Eric Andersen2001-05-172-1/+49
* Ok, this should finish off my massive ro-organization. The sourceEric Andersen2001-05-121-2/+1