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