summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/fseek.c
Commit message (Expand)AuthorAgeFilesLines
* Next stage of stdio cleanup: Retire __sFILEX and merge the fields back intojhb2008-04-171-4/+4
* Add mbstate clear missed in one of the cases.ache2007-06-181-5/+6
* Per Regents of the University of Calfornia letter, remove advertisingimp2007-01-091-4/+0
* Associate a multibyte conversion state object with each stream. Reset ittjr2004-05-221-0/+2
* Fix the style of the SCM ID's.obrien2002-03-221-4/+2
* Remove __P() usage.obrien2002-03-211-1/+1
* Remove 'register' keyword.obrien2002-03-211-2/+2
* In > LONG_MAX test use sseek return value and not _offset which can be notache2001-10-251-3/+4
* Help to recover from bad seek (i.e. negative or too big) happens beyondache2001-10-241-5/+5
* Back out read buffer invalidating via __SMOD.ache2001-10-231-2/+2
* Change comment explaining another usage of __SMODache2001-10-231-2/+2
* Re-arrange my funopen(3) fix to minimize differences with original stdio code,ache2001-09-031-39/+0
* Internal seeks are overoptimized. They should remember fp->_offset only forache2001-09-021-1/+1
* Move all stdio internal flags processing and setting out of __sread(),ache2001-09-021-3/+41
* Save errno before function call and restore it on success (because manyache2001-09-011-0/+6
* Remove even more unneded checks, original code can't overflows in that placeache2001-09-011-5/+1
* Remove two checks unneeded now (can't happens)ache2001-09-011-4/+0
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.ache2001-09-011-2/+6
* If lseek to wrong value sucessfully happens despite all pre-checks, set __SERRache2001-09-011-0/+1
* Back out disabling ungetc() at 0, use different solution:ache2001-09-011-10/+19
* The same big piece of ftell code repeated in 3 places. Simplify things movingache2001-08-311-84/+7
* If file offset is smaller than internal buffer character left count, just dropache2001-08-311-9/+21
* Try to discard some ungetc data in saved internal buffer checks too,ache2001-08-301-4/+16
* goto dumb; if can't obtain curoff for whence != SEEK_CUR cases, as supposedache2001-08-301-8/+4
* Add more EOVERFLOW checks.ache2001-08-301-24/+61
* Cosmetique fixes from bdeache2001-08-261-2/+0
* Cosmetique: correct English in commentsache2001-08-231-2/+2
* Simplify overflow calculations a bitache2001-08-171-4/+2
* Add more overflow checks in case of fseek()ache2001-08-171-0/+8
* Don't clear "we have offset" flag even if long is overflow for fseek(),ache2001-08-171-1/+0
* fseek.c:ache2001-08-171-5/+23
* Use smarter overflow testsache2001-08-151-3/+6
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):ache2001-08-151-0/+23
* Fix the current libc breakage in current:imp2001-02-161-1/+1
* Remove _THREAD_SAFE and make libc thread-safe by default bydeischen2001-01-241-21/+27
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Added functions fseeko() and ftello() (from susv2).dt1999-02-081-3/+12
* Add FILE locking stubs for libc.jb1998-04-111-26/+10
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Suggested by: Bruce Evans, Jeffrey Hsu, Gary Palmerjraynard1996-06-221-1/+5
* Reviewed by: julian and (hsu?)julian1996-01-221-1/+27
* Date: Wed, 26 Oct 1994 15:44:49 -0600nate1994-11-051-0/+1
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+245
OpenPOWER on IntegriCloud