summaryrefslogtreecommitdiff
path: root/libc/stdio
AgeCommit message (Expand)Author
2004-01-02Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh)Manuel Novoa III
2004-01-02Oops... temporarily support the old stdio code.Manuel Novoa III
2004-01-02Rewrite popen for SUSv3 compliance.Manuel Novoa III
2003-12-27Fix a long-standing bug with pthreads. A couple of linuxthreads filesManuel Novoa III
2003-12-14Fix a couple of 'declaration after statement' errors.Manuel Novoa III
2003-11-19Fix the return value for fputs when passed an empty string.Manuel Novoa III
2003-10-18Peter Kjellerstedt writes:Eric Andersen
2003-09-23Quick fix to make sure vfprintf always checks stream orientation whenManuel Novoa III
2003-09-22Modify _stdio_READ to conform with C99, as stdio input behavior uponManuel Novoa III
2003-09-22Ugh... EOF handling by scanf was completely broken. :-( Regretably,Manuel Novoa III
2003-09-13Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp>Manuel Novoa III
2003-09-08Signifcantly speed out integer to string conversion for printf.Manuel Novoa III
2003-09-06Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc isManuel Novoa III
2003-09-05Always build _store_inttype since it is used by the new scanf.Manuel Novoa III
2003-09-05Oops... Forgot to convert this to the new floating point conversion func.Manuel Novoa III
2003-09-01Fix precision bug for %g conversion specifier when using %f style.Manuel Novoa III
2003-08-18scanf %lc,%ls,%l[ would always set mb_fail on eof or error,Manuel Novoa III
2003-08-01Add a new *scanf implementation, includeing the *wscanf functions.Manuel Novoa III
2003-07-17Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf wasManuel Novoa III
2003-07-14Yikes! This was doing another lock instead of unlocking the stream.Manuel Novoa III
2003-06-27Do not let isatty mess up errnoEric Andersen
2003-06-24Change 'undefined behavior' of fflush() on readonly or reading streamsManuel Novoa III
2003-05-23Sorry. Changed this while fixing the last bug and forgot to change itManuel Novoa III
2003-05-15Fix (hopefully) scanf behavior for nul bytes in the stream when processingManuel Novoa III
2003-01-23Wasn't thinking... we don't need to seek to end when appending if stdioManuel Novoa III
2003-01-22Fixed a bug related file position in append mode. _stdio_fwrite nowManuel Novoa III
2003-01-05Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly.Manuel Novoa III
2002-12-20The big thing is locale dependent collation support.Manuel Novoa III
2002-12-01If the wait failed in pclose it would return a random status codeDavid McCullough
2002-11-27Fix an ifdef mismatch.Manuel Novoa III
2002-11-22Ok... here's the summary:Manuel Novoa III
2002-11-05For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe."Eric Andersen
2002-11-04Add printf wchar support for %lc (%C) and %ls (%S).Manuel Novoa III
2002-11-03It was easy enough to respect locale-specific decimal point for printfManuel Novoa III
2002-11-03Implement locale-specific grouping in printf for base 10 integer conversionsManuel Novoa III
2002-10-31Ok, this commit is _huge_ and its gonna change the world. I'veEric Andersen
2002-10-29Fix a silly typo for ManuelEric Andersen
2002-10-29Fix a problem in vasprintf (reported by vodz a while back) when builtManuel Novoa III
2002-09-06Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchcharManuel Novoa III
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