| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen | 2002-08-25 | 1 | -16/+0 |
* | Fix two problems with printf that showed up in the python 2.2.1 tests; | Manuel Novoa III | 2002-08-17 | 1 | -1/+10 |
* | __fsetlocking() and FILE field user_locking were completely broken. :-( | Manuel Novoa III | 2002-08-13 | 3 | -9/+26 |
* | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III | 2002-08-12 | 2 | -7/+7 |
* | Fix a number of compile time warnings so that uClibc will build with -Werror ... | David McCullough | 2002-08-09 | 1 | -1/+1 |
* | Changed fflush() behavior to no-op for r/w streams in read-mode. | Manuel Novoa III | 2002-08-06 | 1 | -17/+33 |
* | A couple of little cleanups I forgot to check in. | Manuel Novoa III | 2002-08-03 | 1 | -2/+0 |
* | Per discussion on the mailing list, simply vfork -> fork mapping to only apply | Eric Andersen | 2002-07-31 | 1 | -1/+1 |
* | Attempt to clean up the strerror_r situation. | Manuel Novoa III | 2002-07-07 | 3 | -38/+4 |
* | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III | 2002-07-03 | 5 | -177/+323 |
* | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III | 2002-06-18 | 4 | -8/+51 |
* | Revert Erik's patch to vasprintf and fix the real issue. | Manuel Novoa III | 2002-06-11 | 2 | -1/+1 |
* | This patch from Rik Faith <faith@alephnull.com> fixes a potentially | Eric Andersen | 2002-06-11 | 1 | -0/+1 |
* | A patch from Ted Phelps to fix popen(). Ted writes: | Eric Andersen | 2002-06-11 | 1 | -1/+1 |
* | Several bugfixes for problems that showed up on alpha | Eric Andersen | 2002-05-12 | 1 | -1/+1 |
* | Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha | Manuel Novoa III | 2002-05-11 | 3 | -19/+42 |
* | Protect against ctype macros. | Manuel Novoa III | 2002-05-10 | 1 | -4/+6 |
* | Fix the read/write auto-transition bugs. Note that if we can't | Manuel Novoa III | 2002-04-09 | 1 | -29/+36 |
* | Fix an arg promotion handling bug in _do_one_spec for %c reported | Manuel Novoa III | 2002-04-02 | 1 | -2/+9 |
* | Forget to initialize thread locks for fake files. Thanks Erik. | Manuel Novoa III | 2002-04-01 | 2 | -0/+16 |
* | Remove function declartions from include/features.h, create | Eric Andersen | 2002-04-01 | 4 | -0/+4 |
* | Rework __gen_tempname() to better match glibc, and add mkstemp64(), | Eric Andersen | 2002-03-31 | 4 | -23/+6 |
* | Add in a knob to disable %m support | Eric Andersen | 2002-03-22 | 1 | -0/+12 |
* | Compile in flockfile and friends by default | Eric Andersen | 2002-03-21 | 2 | -1/+9 |
* | Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. | Manuel Novoa III | 2002-03-16 | 1 | -2/+6 |
* | I vow to rerun _all_ the tests before making commits. :-( | Manuel Novoa III | 2002-03-14 | 1 | -2/+2 |
* | Modified because of the new str to int funcs. | Manuel Novoa III | 2002-03-13 | 1 | -7/+8 |
* | Fix stdin/stdout initialization of buffering type. I had changed the | Manuel Novoa III | 2002-03-13 | 1 | -2/+2 |
* | Apply Miles Bader's missing __va_copy() fix. | Manuel Novoa III | 2002-03-13 | 1 | -0/+11 |
* | Fix another O_LARGEFILE bug. Also, I forget to make floating point optional | Manuel Novoa III | 2002-03-12 | 2 | -11/+42 |
* | So much for fcntl flags being resonably consistent across archs... (hopefully) | Manuel Novoa III | 2002-03-12 | 1 | -10/+14 |
* | Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. | Manuel Novoa III | 2002-03-12 | 1 | -2/+10 |