Age | Commit message (Expand) | Author |
2003-09-13 | Fix a problem reported by Atsushi Nemoto <anemo@mba.ocn.ne.jp> | Manuel Novoa III |
2003-09-08 | Signifcantly speed out integer to string conversion for printf. | Manuel Novoa III |
2003-09-06 | Implement vsnprintf (old_vfprintf only) and vsnscanf when uClibc is | Manuel Novoa III |
2003-09-05 | Always build _store_inttype since it is used by the new scanf. | Manuel Novoa III |
2003-09-05 | Oops... Forgot to convert this to the new floating point conversion func. | Manuel Novoa III |
2003-09-01 | Fix precision bug for %g conversion specifier when using %f style. | Manuel Novoa III |
2003-08-18 | scanf %lc,%ls,%l[ would always set mb_fail on eof or error, | Manuel Novoa III |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | Manuel Novoa III |
2003-07-17 | Bug fix from Peter Kjellerstedt <peter.kjellerstedt@axis.com>. vfscanf was | Manuel Novoa III |
2003-07-14 | Yikes! This was doing another lock instead of unlocking the stream. | Manuel Novoa III |
2003-06-27 | Do not let isatty mess up errno | Eric Andersen |
2003-06-24 | Change 'undefined behavior' of fflush() on readonly or reading streams | Manuel Novoa III |
2003-05-23 | Sorry. Changed this while fixing the last bug and forgot to change it | Manuel Novoa III |
2003-05-15 | Fix (hopefully) scanf behavior for nul bytes in the stream when processing | Manuel Novoa III |
2003-01-23 | Wasn't thinking... we don't need to seek to end when appending if stdio | Manuel Novoa III |
2003-01-22 | Fixed a bug related file position in append mode. _stdio_fwrite now | Manuel Novoa III |
2003-01-05 | Fix a silly bug in _wstdio_fwrite. wprintf %s should now work correctly. | Manuel Novoa III |
2002-12-20 | The big thing is locale dependent collation support. | Manuel Novoa III |
2002-12-01 | If the wait failed in pclose it would return a random status code | David McCullough |
2002-11-27 | Fix an ifdef mismatch. | Manuel Novoa III |
2002-11-22 | Ok... here's the summary: | Manuel Novoa III |
2002-11-05 | For now, leave the "Oddly enough, __fsetlocking() is NOT threadsafe." | Eric Andersen |
2002-11-04 | Add printf wchar support for %lc (%C) and %ls (%S). | Manuel Novoa III |
2002-11-03 | It was easy enough to respect locale-specific decimal point for printf | Manuel Novoa III |
2002-11-03 | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III |
2002-10-31 | Ok, this commit is _huge_ and its gonna change the world. I've | Eric Andersen |
2002-10-29 | Fix a silly typo for Manuel | Eric Andersen |
2002-10-29 | Fix a problem in vasprintf (reported by vodz a while back) when built | Manuel Novoa III |
2002-09-06 | Patch from Tero_Lyytik�inen <tero@paravant.fi> to fix bug in matchchar | Manuel Novoa III |
2002-08-25 | Changed fclose behavior when custom streams were enabled. Previously, | Manuel Novoa III |
2002-08-25 | Kill the HAS_LONG_LONG option. It really did not make a lot of | Eric Andersen |
2002-08-17 | Fix 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-12 | Revert commit by davidm to printf.c that initialized conv_num | Manuel Novoa III |
2002-08-09 | Fix a number of compile time warnings so that uClibc will build with -Werror ... | David McCullough |
2002-08-06 | Changed fflush() behavior to no-op for r/w streams in read-mode. | Manuel Novoa III |
2002-08-03 | A couple of little cleanups I forgot to check in. | Manuel Novoa III |
2002-07-31 | Per discussion on the mailing list, simply vfork -> fork mapping to only apply | Eric Andersen |
2002-07-07 | Attempt to clean up the strerror_r situation. | Manuel Novoa III |
2002-07-03 | Enable WCHAR support for C/POSIX stub locales. | Manuel Novoa III |
2002-06-18 | Fix perror() and printf("%m") to not call strerror(), as required by the | Manuel Novoa III |
2002-06-11 | Revert Erik's patch to vasprintf and fix the real issue. | Manuel Novoa III |
2002-06-11 | This patch from Rik Faith <faith@alephnull.com> fixes a potentially | Eric Andersen |
2002-06-11 | A patch from Ted Phelps to fix popen(). Ted writes: | Eric Andersen |
2002-05-12 | Several bugfixes for problems that showed up on alpha | Eric Andersen |
2002-05-11 | Adjust preprocessor logic to initialize QUAL_CHARS correctly for Erik's alpha | Manuel Novoa III |
2002-05-10 | Protect against ctype macros. | Manuel Novoa III |
2002-04-09 | Fix the read/write auto-transition bugs. Note that if we can't | Manuel Novoa III |
2002-04-02 | Fix an arg promotion handling bug in _do_one_spec for %c reported | Manuel Novoa III |
2002-04-01 | Forget to initialize thread locks for fake files. Thanks Erik. | Manuel Novoa III |