| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert libc/stdio from K&R to ANSI C | emaste | 2013-04-23 | 1 | -13/+3 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-04-23 | 1 | -1/+1 |
* | Next stage of stdio cleanup: Retire __sFILEX and merge the fields back into | jhb | 2008-04-17 | 1 | -4/+4 |
* | Add mbstate clear missed in one of the cases. | ache | 2007-06-18 | 1 | -5/+6 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | Associate a multibyte conversion state object with each stream. Reset it | tjr | 2004-05-22 | 1 | -0/+2 |
* | Fix the style of the SCM ID's. | obrien | 2002-03-22 | 1 | -4/+2 |
* | Remove __P() usage. | obrien | 2002-03-21 | 1 | -1/+1 |
* | Remove 'register' keyword. | obrien | 2002-03-21 | 1 | -2/+2 |
* | In > LONG_MAX test use sseek return value and not _offset which can be not | ache | 2001-10-25 | 1 | -3/+4 |
* | Help to recover from bad seek (i.e. negative or too big) happens beyond | ache | 2001-10-24 | 1 | -5/+5 |
* | Back out read buffer invalidating via __SMOD. | ache | 2001-10-23 | 1 | -2/+2 |
* | Change comment explaining another usage of __SMOD | ache | 2001-10-23 | 1 | -2/+2 |
* | Re-arrange my funopen(3) fix to minimize differences with original stdio code, | ache | 2001-09-03 | 1 | -39/+0 |
* | Internal seeks are overoptimized. They should remember fp->_offset only for | ache | 2001-09-02 | 1 | -1/+1 |
* | Move all stdio internal flags processing and setting out of __sread(), | ache | 2001-09-02 | 1 | -3/+41 |
* | Save errno before function call and restore it on success (because many | ache | 2001-09-01 | 1 | -0/+6 |
* | Remove even more unneded checks, original code can't overflows in that place | ache | 2001-09-01 | 1 | -5/+1 |
* | Remove two checks unneeded now (can't happens) | ache | 2001-09-01 | 1 | -4/+0 |
* | Make fseek(... SEEK_CUR) fails if current file-position is unspecified. | ache | 2001-09-01 | 1 | -2/+6 |
* | If lseek to wrong value sucessfully happens despite all pre-checks, set __SERR | ache | 2001-09-01 | 1 | -0/+1 |
* | Back out disabling ungetc() at 0, use different solution: | ache | 2001-09-01 | 1 | -10/+19 |
* | The same big piece of ftell code repeated in 3 places. Simplify things moving | ache | 2001-08-31 | 1 | -84/+7 |
* | If file offset is smaller than internal buffer character left count, just drop | ache | 2001-08-31 | 1 | -9/+21 |
* | Try to discard some ungetc data in saved internal buffer checks too, | ache | 2001-08-30 | 1 | -4/+16 |
* | goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposed | ache | 2001-08-30 | 1 | -8/+4 |
* | Add more EOVERFLOW checks. | ache | 2001-08-30 | 1 | -24/+61 |
* | Cosmetique fixes from bde | ache | 2001-08-26 | 1 | -2/+0 |
* | Cosmetique: correct English in comments | ache | 2001-08-23 | 1 | -2/+2 |
* | Simplify overflow calculations a bit | ache | 2001-08-17 | 1 | -4/+2 |
* | Add more overflow checks in case of fseek() | ache | 2001-08-17 | 1 | -0/+8 |
* | Don't clear "we have offset" flag even if long is overflow for fseek(), | ache | 2001-08-17 | 1 | -1/+0 |
* | fseek.c: | ache | 2001-08-17 | 1 | -5/+23 |
* | Use smarter overflow tests | ache | 2001-08-15 | 1 | -3/+6 |
* | 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek): | ache | 2001-08-15 | 1 | -0/+23 |
* | Fix the current libc breakage in current: | imp | 2001-02-16 | 1 | -1/+1 |
* | Remove _THREAD_SAFE and make libc thread-safe by default by | deischen | 2001-01-24 | 1 | -21/+27 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Added functions fseeko() and ftello() (from susv2). | dt | 1999-02-08 | 1 | -3/+12 |
* | Add FILE locking stubs for libc. | jb | 1998-04-11 | 1 | -26/+10 |
* | 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 | -1/+5 |
* | Reviewed by: julian and (hsu?) | julian | 1996-01-22 | 1 | -1/+27 |
* | Date: Wed, 26 Oct 1994 15:44:49 -0600 | nate | 1994-11-05 | 1 | -0/+1 |
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+245 |