summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2002-08-25Changed fclose behavior when custom streams were enabled. Previously,Manuel Novoa III
2002-08-25Kill the HAS_LONG_LONG option. It really did not make a lot ofEric Andersen
2002-08-17Fix two problems with printf that showed up in the python 2.2.1 tests;Manuel Novoa III
2002-08-13__fsetlocking() and FILE field user_locking were completely broken. :-(Manuel Novoa III
2002-08-12Revert commit by davidm to printf.c that initialized conv_numManuel Novoa III
2002-08-09Fix a number of compile time warnings so that uClibc will build with -Werror ...David McCullough
2002-08-06Changed fflush() behavior to no-op for r/w streams in read-mode.Manuel Novoa III
2002-08-03A couple of little cleanups I forgot to check in.Manuel Novoa III
2002-07-31Per discussion on the mailing list, simply vfork -> fork mapping to only applyEric Andersen
2002-07-07Attempt to clean up the strerror_r situation.Manuel Novoa III
2002-07-03Enable WCHAR support for C/POSIX stub locales.Manuel Novoa III
2002-06-18Fix perror() and printf("%m") to not call strerror(), as required by theManuel Novoa III
2002-06-11Revert Erik's patch to vasprintf and fix the real issue.Manuel Novoa III
2002-06-11This patch from Rik Faith <faith@alephnull.com> fixes a potentiallyEric Andersen
2002-06-11A patch from Ted Phelps to fix popen(). Ted writes:Eric Andersen
2002-05-12Several bugfixes for problems that showed up on alphaEric Andersen
2002-05-11Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alphaManuel Novoa III
2002-05-10Protect against ctype macros.Manuel Novoa III
2002-04-09Fix the read/write auto-transition bugs. Note that if we can'tManuel Novoa III
2002-04-02Fix an arg promotion handling bug in _do_one_spec for %c reportedManuel Novoa III
2002-04-01Forget to initialize thread locks for fake files. Thanks Erik.Manuel Novoa III
2002-04-01Remove function declartions from include/features.h, createEric Andersen
2002-03-31Rework __gen_tempname() to better match glibc, and add mkstemp64(),Eric Andersen
2002-03-22Add in a knob to disable %m supportEric Andersen
2002-03-21Compile in flockfile and friends by defaultEric Andersen
2002-03-16Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>.Manuel Novoa III
2002-03-14I vow to rerun _all_ the tests before making commits. :-(Manuel Novoa III
2002-03-13Modified because of the new str to int funcs.Manuel Novoa III
2002-03-13Fix stdin/stdout initialization of buffering type. I had changed theManuel Novoa III
2002-03-13Apply Miles Bader's missing __va_copy() fix.Manuel Novoa III
2002-03-12Fix another O_LARGEFILE bug. Also, I forget to make floating point optionalManuel Novoa III
2002-03-12So much for fcntl flags being resonably consistent across archs... (hopefully)Manuel Novoa III
2002-03-12Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option.Manuel Novoa III
2002-03-12Deal with cvs "feature"... or is that cvs _user_...Manuel Novoa III
2002-03-12Swap in the new stdio code.Manuel Novoa III
2002-02-26Be consistant and use an unsigned char * throughoutEric Andersen
2002-02-25I shouldn't try to program when sleepy, since I totally botchedEric Andersen
2002-02-25When messing with fd NONBLOCK status, put things back the way we foundEric Andersen
2002-02-23IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with]Eric Andersen
2002-02-23Per discussion with Manuel, when we call __stdio_flush_buffersEric Andersen
2002-02-21When vfork is not available and we have an MMU, then use fork()Eric Andersen
2002-02-18Rename __stdio_close_all to __stdio_flush_buffers. Eliminate anEric Andersen
2002-02-02Several little additions and cleanups. Add getw() and putw().Eric Andersen
2002-01-17Don't waste space warning about tempnam()Eric Andersen
2002-01-06Support tmpfile64 (just a weak for tmpfile)Eric Andersen
2001-12-19Update my email address. I am no longer andersen@lineo.comEric Andersen
2001-11-21Add missing ctermid. Also add putc and getc (in case they getEric Andersen
2001-10-17This commit makes large file support actually work (when enabled inEric Andersen
2001-09-30Fix nasty behavior difference from glibc -- also fixes getline()Eric Andersen
2001-09-27Update to accomodate the header file changesEric Andersen