Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-26 | fix typo: "prefer seek()" -> "prefer fseek()" | Theo Buehler | |
ok deraadt@, stsp@ | |||
2016-03-15 | remind people rewind is seldom a good choice | Marc Espie | |
okay jmc@ | |||
2013-07-17 | more library history | Ingo Schwarze | |
facts checked by sobrado@ style tweaks and ok jmc@ | |||
2013-06-05 | Use the fancy .In macro for includes. From Jan Klemkow. ok jmc schwarze | Ted Unangst | |
2012-05-22 | Don't misleadingly suggest that fpos_t only needs to be a complex type | Matthew Dempsky | |
on non-UNIX systems: it's a complex type on Linux, and to be C99 compliant we'll probably need it to be a complex type too. | |||
2012-05-22 | Document that ftell() may return EOVERFLOW. | Matthew Dempsky | |
Diff from Tim van der Molen. | |||
2011-07-05 | from Tim van der Molen: | Jason McIntyre | |
- State that ftell() and ftello() return -1 on error rather than just a non-zero value. The latter is not specific enough, because these functions can also return non-zero on success. - For clarity and search-friendliness, don't refer to fgetpos() and fsetpos() as "the others", but mention them by name. ok millert otto | |||
2007-05-31 | convert to new .Dd format; | Jason McIntyre | |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich | |
- avoid first person ok jmc | |||
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller | |
rescinded 22 July 1999. Proofed by myself and Theo. | |||
2000-12-24 | Various repairs, mostly to get rid of short lines. | Aaron Campbell | |
2000-04-20 | Flesh out all of the stdio man pages. | Aaron Campbell | |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell | |
2000-02-21 | Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t. | Todd C. Miller | |
Also make fsetpos() and fgetpos() use fseeko() and ftello() respectively since fpos_t is actually a 64bit type. | |||
1999-07-09 | - remove all trailing whitespace | Aaron Campbell | |
* except when it is escaped with a `\' at the end of the line - fix remaining .Nm usage as well - this is from a patch I received from kwesterback@home.com, who has been working on some scripts for fixing formatting errors in mdoc'd man pages Ok, so there could be a cost/benefit debate with this commit, but since I have the patch we might as well commit it... | |||
1999-05-27 | sync fsetpos() with stdio.h prototype | Aaron Campbell | |
1996-08-19 | Fix RCS ids | Thorsten Lockert | |
Make sure everything uses {SYS,}LIBC_SCCS properly | |||
1995-10-18 | initial import of NetBSD tree | Theo de Raadt | |