| Commit message (Expand) | Author | Age | Files | Lines |
* | 1) Remove my overcomplicated error fallback and just return error | ache | 2015-11-12 | 1 | -11/+3 |
* | Reorganize code to elimitate one _sseek() call for append modes. | ache | 2015-11-08 | 1 | -21/+14 |
* | Microoptimize. | ache | 2015-11-01 | 1 | -4/+3 |
* | Addition to prev. commit. | ache | 2015-11-01 | 1 | -4/+6 |
* | Don't seek to the end if write buffer is empty (in append modes). | ache | 2015-11-01 | 1 | -11/+12 |
* | Add _flags2 per jhb@ suggestion since no room left in _flags. | ache | 2015-10-28 | 1 | -2/+1 |
* | Since no room left in the _flags, reuse __SALC for O_APPEND. | ache | 2015-10-24 | 1 | -15/+17 |
* | For "a"-mode files and rewind/fseek + fwrite combination return meaningful | ache | 2014-07-22 | 1 | -0/+18 |
* | Back the whole change out until I figure out how to obtain O_APPEND, | ache | 2014-07-22 | 1 | -6/+0 |
* | Checking for __SAPP alone is not enough because it is emulated O_APPEND | ache | 2014-07-22 | 1 | -1/+2 |
* | Revert r268984: | pfg | 2014-07-22 | 1 | -2/+5 |
* | ftello: return 1 when seeking offset on an append stream. | pfg | 2014-07-22 | 1 | -0/+2 |
* | Convert libc/stdio from K&R to ANSI C | emaste | 2013-04-23 | 1 | -7/+3 |
* | Renumber clauses to reduce diffs to other versions | emaste | 2013-04-23 | 1 | -1/+1 |
* | Per Regents of the University of Calfornia letter, remove advertising | imp | 2007-01-09 | 1 | -4/+0 |
* | 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 |