summaryrefslogtreecommitdiffstats
path: root/libc/stdio
Commit message (Expand)AuthorAgeFilesLines
* For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen2002-11-051-0/+2
* Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III2002-11-041-14/+99
* It was easy enough to respect locale-specific decimal point for printfManuel Novoa III2002-11-031-2/+15
* Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III2002-11-032-5/+94
* Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen2002-10-312-22/+5
* Fix a silly typo for ManuelEric Andersen2002-10-291-1/+1
* Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III2002-10-291-14/+35
* Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchcharManuel Novoa III2002-09-061-0/+4
* Changed fclose behavior when custom streams were enabled. Previously,Manuel Novoa III2002-08-251-2/+21
* Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen2002-08-251-16/+0
* Fix two problems with printf that showed up in the python 2.2.1 tests;Manuel Novoa III2002-08-171-1/+10
* __fsetlocking() and FILE field user_locking were completely broken. :-(Manuel Novoa III2002-08-133-9/+26
* Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III2002-08-122-7/+7
* Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough2002-08-091-1/+1
* Changed fflush() behavior to no-op for r/w streams in read-mode.Manuel Novoa III2002-08-061-17/+33
* A couple of little cleanups I forgot to check in.Manuel Novoa III2002-08-031-2/+0
* Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen2002-07-311-1/+1
* Attempt to clean up the strerror_r situation.Manuel Novoa III2002-07-073-38/+4
* Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III2002-07-035-177/+323
* Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III2002-06-184-8/+51
* Revert Erik's patch to vasprintf and fix the real issue.Manuel Novoa III2002-06-112-1/+1
* This patch from Rik Faith <faith@alephnull.com> fixes a potentiallyEric Andersen2002-06-111-0/+1
* A patch from Ted Phelps to fix popen(). Ted writes:Eric Andersen2002-06-111-1/+1
* Several bugfixes for problems that showed up on alphaEric Andersen2002-05-121-1/+1
* Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alphaManuel Novoa III2002-05-113-19/+42
* 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