summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2000-03-04In Unix land we prefer "whitespace" to "white space" or "white-space". AtAaron Campbell
2000-02-21Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.Todd C. Miller
2000-02-19fix example. ok aaron@Eric Jackson
2000-01-27repair nroff botchTheo de Raadt
2000-01-22Use .Va macro when referring to the global variable errno.Aaron Campbell
2000-01-12indent the source rightTheo de Raadt
2000-01-09fix tmpnam() argument; kris@freebsdTheo de Raadt
2000-01-06use WEAK_* macrosDavid Leonard
1999-11-15typosTheo de Raadt
1999-09-28Nail down semantics in case of failure.Marc Espie
1999-09-27Remove an unwanted `.'.Aaron Campbell
1999-09-26Remove extraneous commaMarc Espie
1999-09-22BUGS->CAVEATSMarc Espie
1999-09-21It's a good idea to check the return value of malloc() in example code.Aaron Campbell
1999-09-15Add CAVEATS sections.Aaron Campbell
1999-09-14Tidying and spellingPaul Janzen
1999-08-22do { ... } while (0) instead of just { ... } in macrosTodd C. Miller
1999-08-11paste'o away!Todd T. Fries
1999-08-08missing G in item list; bdeTheo de Raadt
1999-08-07Local changes that should not have gone inTodd C. Miller
1999-08-07If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkTodd C. Miller
1999-07-21Xr fparseln(3); deraadt@Aaron Campbell
1999-07-09- remove all trailing whitespaceAaron Campbell
1999-07-07when using `-' as a negative sign, escape it with a backslash so troff knowsAaron Campbell
1999-07-02remove redundant .Pp macrosAaron Campbell
1999-06-06some NAME section cleanupAaron Campbell
1999-05-27sync fsetpos() with stdio.h prototypeAaron Campbell
1999-05-25kill some old macrosAaron Campbell
1999-05-25punctuationAaron Campbell
1999-05-25all functions need a return type and at least one arg, even if it's voidAaron Campbell
1999-05-24don't lie about being able to arbitrarily intermix reads and writes in stdioAaron Campbell
1999-05-23remove argument from .Os macros so value in /usr/share/tmac/mdoc/doc-commonAaron Campbell
1999-05-16Cleanup xrefs under SEE ALSO. Specifically:Alex Feldman
1999-05-12grammar police: do not hyphenate compound words that act as adjectives if theAaron Campbell
1999-05-10correct some Xr's which referred to the wrong man page sectionsAaron Campbell
1999-04-02.Pp macros do not belong immiedately after .Sh section header linesAaron Campbell
1999-03-12formattingPaul Janzen
1999-03-01talk about positional arguments and sizes; james@oaktree.co.ukTheo de Raadt
1999-02-27make function names the correct caseTheo de Raadt
1999-02-24stderr is not always unbuffered... only initially; kleinkTheo de Raadt
1998-12-15moreTheo de Raadt
1998-12-15flesh out this man page with some examplesTheo de Raadt
1998-11-25Changes from NetBSD:Todd C. Miller
1998-11-20Add thread-safety to libc, so that libc_r will build (on i386 at least).David Leonard
1998-11-20Allocate space exponentially, not linearly for v?asprintf; mycroft@netbsd.orgTodd C. Miller
1998-11-10fix append mode; mason@primenet.com.auTheo de Raadt
1998-10-16Make sure we free the buffer in all error cases. Do the finalTodd C. Miller
1998-09-27Add a missing note about asprintfTodd C. Miller
1998-09-18need sys/stat.h; jon@chalk.oaktree.net.ukTheo de Raadt
1998-09-10thread-saferTheo de Raadt