Age | Commit message (Expand) | Author |
2003-08-01 | Add a new *scanf implementation, includeing the *wscanf functions. | 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-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-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-03 | Implement locale-specific grouping in printf for base 10 integer conversions | Manuel Novoa III |
2002-08-25 | Changed fclose behavior when custom streams were enabled. Previously, | 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-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-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-04-09 | Fix the read/write auto-transition bugs. Note that if we can't | Manuel Novoa III |
2002-03-21 | Compile in flockfile and friends by default | Eric Andersen |
2002-03-16 | Fix a pointer bug in setvbuf reported by Bart Visscher <magick@Linux-Fan.com>. | Manuel Novoa III |
2002-03-14 | I vow to rerun _all_ the tests before making commits. :-( | Manuel Novoa III |
2002-03-13 | Fix stdin/stdout initialization of buffering type. I had changed the | Manuel Novoa III |
2002-03-12 | Fix another O_LARGEFILE bug. Also, I forget to make floating point optional | Manuel Novoa III |
2002-03-12 | So much for fcntl flags being resonably consistent across archs... (hopefully) | Manuel Novoa III |
2002-03-12 | Fix fflush(NULL) and tweak _stdio_term() for the unbuffered stdio option. | Manuel Novoa III |
2002-03-12 | Deal with cvs "feature"... or is that cvs _user_... | Manuel Novoa III |
2002-03-12 | Swap in the new stdio code. | Manuel Novoa III |
2002-02-26 | Be consistant and use an unsigned char * throughout | Eric Andersen |
2002-02-25 | I shouldn't try to program when sleepy, since I totally botched | Eric Andersen |
2002-02-25 | When messing with fd NONBLOCK status, put things back the way we found | Eric Andersen |
2002-02-23 | IEEE Std 1003.1-2001 says that the "fclose() function shall fail [with] | Eric Andersen |
2002-02-23 | Per discussion with Manuel, when we call __stdio_flush_buffers | Eric Andersen |
2002-02-18 | Rename __stdio_close_all to __stdio_flush_buffers. Eliminate an | Eric Andersen |
2001-11-21 | Add missing ctermid. Also add putc and getc (in case they get | Eric Andersen |
2001-10-17 | This commit makes large file support actually work (when enabled in | Eric Andersen |
2001-09-25 | Fix fseek behavior. | Manuel Novoa III |
2001-08-24 | Use "stdin", "stdout", and "stderr", not "_stdin", "_stdout", and | Eric Andersen |
2001-08-24 | Add the __fopen prototype, since I pulled it from stdio.h | Eric Andersen |
2001-07-28 | Oops... left in a debugging line. | Manuel Novoa III |
2001-07-28 | Back out the changes to _uClibc_fread and loop in fread() if incomplete, to | Manuel Novoa III |
2001-07-26 | Yes... the previous "fix" was broken too... the result of careless cutting | Manuel Novoa III |
2001-07-25 | Ok... the fix wasn't quite so straightforward. Hopefully this will do it. | Manuel Novoa III |
2001-07-25 | Fix fread bug reported by Vodz. The fix is straightforward, but I haven't | Manuel Novoa III |
2001-06-07 | Commit _uClibc_fread bug fix (with minor edit) posted by Johan Adolfsson <joh... | Manuel Novoa III |
2001-05-07 | Fix fwrite return value bug reported by Matthias Kilian <kili@outback.escape.... | Manuel Novoa III |
2001-04-25 | Be really sneaky and use GNU ld special stuff so that whenever folks | Eric Andersen |
2001-04-06 | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen |