| Commit message (Expand) | Author | Age | Files | Lines |
| * | Move all stdio internal flags processing and setting out of __sread(), | Andrey A. Chernov | 2001-09-02 | 1 | -1/+1 |
| * | Strict in the POSIX sence, if file position is unspecified after ungetc() at | Andrey A. Chernov | 2001-09-01 | 1 | -6/+4 |
| * | If position is underflowed, don't try to hide that fact by recovery, just | Andrey A. Chernov | 2001-09-01 | 1 | -17/+7 |
| * | Back out disabling ungetc() at 0, use different solution: | Andrey A. Chernov | 2001-09-01 | 1 | -14/+26 |
| * | Add originally missing __sinit() call. | Andrey A. Chernov | 2001-08-31 | 1 | -0/+4 |
| * | Simplify offset underflow checks even more | Andrey A. Chernov | 2001-08-31 | 1 | -12/+2 |
| * | Disallow ungetc at offset 0 (to prevent negative offset happens), so simplify | Andrey A. Chernov | 2001-08-31 | 1 | -22/+11 |
| * | Drop buffer first, _then_ ask for real position | Andrey A. Chernov | 2001-08-31 | 1 | -4/+4 |
| * | The same big piece of ftell code repeated in 3 places. Simplify things moving | Andrey A. Chernov | 2001-08-31 | 1 | -10/+22 |
| * | If file offset is smaller than internal buffer character left count, just drop | Andrey A. Chernov | 2001-08-31 | 1 | -7/+9 |
| * | Try to discard some ungetc data in saved internal buffer checks too, | Andrey A. Chernov | 2001-08-30 | 1 | -3/+9 |
| * | Add more EOVERFLOW checks. | Andrey A. Chernov | 2001-08-30 | 1 | -7/+33 |
| * | Remove _THREAD_SAFE and make libc thread-safe by default by | Daniel Eischen | 2001-01-24 | 1 | -0/+2 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -1/+1 |
| * | Added functions fseeko() and ftello() (from susv2). | Dmitrij Tejblum | 1999-02-08 | 1 | -2/+19 |
| * | Add FILE locking stubs for libc. | John Birrell | 1998-04-11 | 1 | -14/+5 |
| * | Merge from Lite2 | Peter Wemm | 1997-03-11 | 1 | -2/+2 |
| * | Revert $FreeBSD$ to $Id$ | Peter Wemm | 1997-02-22 | 1 | -1/+1 |
| * | Make the long-awaited change from $Id$ to $FreeBSD$ | Jordan K. Hubbard | 1997-01-14 | 1 | -1/+1 |
| * | Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmer | James Raynard | 1996-06-22 | 1 | -0/+4 |
| * | Removed now-bogus casts that were to hide the inconsistency between the | Bruce Evans | 1996-03-27 | 1 | -4/+4 |
| * | Fix incorrect parameter types. | Paul Richards | 1996-03-24 | 1 | -1/+1 |
| * | Reviewed by: julian and (hsu?) | Julian Elischer | 1996-01-22 | 1 | -1/+15 |
| * | BSD 4.4 Lite Lib Sources | Rodney W. Grimes | 1994-05-27 | 1 | -0/+88 |