summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2000-09-11The mkstemp() function appeared in 4.4BSD; todd@Aaron Campbell
2000-08-25In the format string bug description under CAVEATS, clarify what we mean byAaron Campbell
2000-07-31reinsert corrected history section, based on jdolecek@netbsdPaul Janzen
2000-07-16Stronger caveat wrt stack smashing via % escapes. Each man pageTodd C. Miller
2000-07-07Insert missing semi-colon.Aaron Campbell
2000-06-25correct return valuesPaul Janzen
2000-04-27Remove redundant HISTORY section.Aaron Campbell
2000-04-25C deals with complex functions, but not imaginary ones yet.Marc Espie
2000-04-20Flesh out all of the stdio man pages.Aaron Campbell
2000-04-18Repairs, mostly removing hard sentence breaks.Aaron Campbell
2000-04-15Mostly punctuation fixes.Aaron Campbell
2000-04-12Trailing whitespace begone!Aaron Campbell
2000-04-12list 'i' only onceHugh Graham
2000-03-28fseeko.3 and ftello.3Theo de Raadt
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