| Commit message (Expand) | Author | Age | Files | Lines |
* | Forgot to change name of builtin buffer during last rewrite. | Manuel Novoa III | 2005-03-21 | 1 | -3/+2 |
* | Revert last commit. If I had wanted to include that patch, I would have done | Manuel Novoa III | 2005-03-17 | 1 | -3/+3 |
* | http://bugs.uclibc.org/view.php?id=165 | Mike Frysinger | 2005-03-16 | 1 | -3/+3 |
* | When I broke up the stdio code, the "support pre C99 compilers" va_copy compat | Manuel Novoa III | 2005-02-14 | 2 | -34/+2 |
* | Define va_copy for pre-C99 compilers (code taken from vfprintf.c). | Peter Kjellerstedt | 2005-02-09 | 1 | -0/+13 |
* | merge parallel build support | Mike Frysinger | 2005-01-25 | 1 | -7/+5 |
* | Avoid compiler warnings. | Peter Kjellerstedt | 2005-01-19 | 2 | -0/+8 |
* | Fix a couple of issues in configurations I hadn't tested. | Manuel Novoa III | 2004-05-07 | 1 | -0/+2 |
* | Oops.. The custom stream funcs should only be compiled if wanted. | Manuel Novoa III | 2004-02-13 | 1 | -2/+4 |
* | New stdio core. Should be more maintainable. Fixes a couple of bugs. | Manuel Novoa III | 2004-02-11 | 100 | -7225/+8657 |
* | Fix __freadable and __fwritable... were using '~' instead of '!'. (ugh) | Manuel Novoa III | 2004-01-02 | 1 | -10/+13 |
* | Oops... temporarily support the old stdio code. | Manuel Novoa III | 2004-01-02 | 1 | -0/+5 |
* | Rewrite popen for SUSv3 compliance. | Manuel Novoa III | 2004-01-02 | 1 | -47/+171 |
* | Fix a long-standing bug with pthreads. A couple of linuxthreads files | Manuel Novoa III | 2003-12-27 | 1 | -6/+6 |
* | Fix a couple of 'declaration after statement' errors. | Manuel Novoa III | 2003-12-14 | 1 | -1/+1 |
* | Fix the return value for fputs when passed an empty string. | Manuel Novoa III | 2003-11-19 | 1 | -1/+4 |
* | Peter Kjellerstedt writes: | Eric Andersen | 2003-10-18 | 1 | -1/+1 |
* | Quick fix to make sure vfprintf always checks stream orientation when | Manuel Novoa III | 2003-09-23 | 1 | -0/+19 |
* | Modify _stdio_READ to conform with C99, as stdio input behavior upon | Manuel Novoa III | 2003-09-22 | 1 | -28/+66 |
* | Ugh... EOF handling by scanf was completely broken. :-( Regretably, | Manuel Novoa III | 2003-09-22 | 1 | -67/+66 |
* | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III | 2003-09-13 | 1 | -3/+7 |
* | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III | 2003-09-08 | 1 | -49/+38 |
* | Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is | Manuel Novoa III | 2003-09-06 | 4 | -70/+358 |
* | Always build _store_inttype since it is used by the new scanf. | Manuel Novoa III | 2003-09-05 | 1 | -3/+3 |
* | Oops... Forgot to convert this to the new floating point conversion func. | Manuel Novoa III | 2003-09-05 | 1 | -6/+48 |
* | Fix precision bug for %g conversion specifier when using %f style. | Manuel Novoa III | 2003-09-01 | 1 | -3/+4 |
* | scanf %lc,%ls,%l[ would always set mb_fail on eof or error, | Manuel Novoa III | 2003-08-18 | 1 | -8/+22 |
* | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III | 2003-08-01 | 5 | -936/+2806 |
* | Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf was | Manuel Novoa III | 2003-07-17 | 1 | -1/+9 |
* | Yikes! This was doing another lock instead of unlocking the stream. | Manuel Novoa III | 2003-07-14 | 1 | -1/+1 |
* | Do not let isatty mess up errno | Eric Andersen | 2003-06-27 | 1 | -3/+11 |
* | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III | 2003-06-24 | 1 | -8/+18 |
* | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III | 2003-05-23 | 1 | -1/+1 |
* | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III | 2003-05-15 | 2 | -7/+23 |
* | Wasn't thinking... we don't need to seek to end when appending if stdio | Manuel Novoa III | 2003-01-23 | 1 | -12/+0 |
* | Fixed a bug related file position in append mode. _stdio_fwrite now | Manuel Novoa III | 2003-01-22 | 1 | -11/+52 |
* | Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly. | Manuel Novoa III | 2003-01-05 | 1 | -1/+3 |
* | The big thing is locale dependent collation support. | Manuel Novoa III | 2002-12-20 | 2 | -9/+47 |
* | If the wait failed in pclose it would return a random status code | David McCullough | 2002-12-01 | 1 | -1/+2 |
* | Fix an ifdef mismatch. | Manuel Novoa III | 2002-11-27 | 1 | -2/+2 |
* | Ok... here's the summary: | Manuel Novoa III | 2002-11-22 | 3 | -379/+823 |
* | For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." | Eric Andersen | 2002-11-05 | 1 | -0/+2 |
* | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III | 2002-11-04 | 1 | -14/+99 |
* | It was easy enough to respect locale-specific decimal point for printf | Manuel Novoa III | 2002-11-03 | 1 | -2/+15 |
* | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III | 2002-11-03 | 2 | -5/+94 |
* | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen | 2002-10-31 | 2 | -22/+5 |
* | Fix a silly typo for Manuel | Eric Andersen | 2002-10-29 | 1 | -1/+1 |
* | Fix a problem in vasprintf (reported by vodz a while back) when built | Manuel Novoa III | 2002-10-29 | 1 | -14/+35 |
* | Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchchar | Manuel Novoa III | 2002-09-06 | 1 | -0/+4 |
* | Changed fclose behavior when custom streams were enabled. Previously, | Manuel Novoa III | 2002-08-25 | 1 | -2/+21 |