aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/stdio/fseek.3
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* Remove $FreeBSD$: one-line nroff patternWarner Losh2023-08-161-1/+0
* libc: Add HISTORY sections to the manual pagesGordon Bergling2022-05-051-1/+9
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Add rewind() to the list of functions which may fail and set errnoAndrey A. Chernov2007-06-181-1/+2
* Per Regents of the University of Calfornia letter, remove advertisingWarner Losh2007-01-091-4/+0
* Improve documentation for fgetpos() and fsetpos(), and discourageTim J. Robbins2004-03-201-13/+21
* mdoc(7) police: "The .Fa argument.".Ruslan Ermilov2002-12-191-1/+1
* mdoc(7) police: formatting nits.Ruslan Ermilov2002-11-291-1/+1
* Add restrict type-qualifier.Mike Barcroft2002-10-121-1/+1
* Describe the restrictions on seeking on wide character streams, and alsoTim J. Robbins2002-10-121-3/+15
* Note that fseeko() and ftello() are standard in 1003.1-2001.Garrett Wollman2002-07-151-1/+1
* mdoc(7) police: Use the new .In macro for #include statements.Ruslan Ermilov2001-10-011-2/+2
* Make fseek(... SEEK_CUR) fails if current file-position is unspecified.Andrey A. Chernov2001-09-011-6/+2
* Note that prev. commit addition is for ftell/ftelloAndrey A. Chernov2001-09-011-2/+6
* Describe ESPIPE as result of unspecified file-position indicator value.Andrey A. Chernov2001-09-011-2/+7
* Use ``.Rv -std'' wherever possible.Ruslan Ermilov2001-08-311-7/+3
* Add about rewind+errno, describe ESPIPE, minor formatting.Andrey A. Chernov2001-08-191-6/+23
* Mention ftell & ftello in EOVERFLOW section too.Andrey A. Chernov2001-08-171-1/+5
* fseek.c:Andrey A. Chernov2001-08-171-1/+5
* 1) Disallow negative seek as POSIX require for fseek{o} (but not for lseek):Andrey A. Chernov2001-08-151-11/+5
* Remove whitespace at EOL.Dima Dorfman2001-07-151-6/+6
* .St -ansiC -> .St -isoCRuslan Ermilov2001-02-261-1/+1
* mdoc(7) police: use canonical form of .Dd macro.Ruslan Ermilov2000-12-111-1/+1
* Use `Er' variable to define first column width in ERRORS section.Alexey Zelkin2000-05-061-1/+1
* Introduce ".Lb" macro to libc manpages.Alexey Zelkin2000-04-211-0/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* The pseudocode in the synopsis didn't come close to actuallyBruce Evans1999-03-051-4/+6
* Added functions fseeko() and ftello() (from susv2).Dmitrij Tejblum1999-02-081-5/+45
* Fixed #include and/or prototype bugs in synopsis.Bruce Evans1997-04-131-1/+1
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+188