summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* document ll, depreciate qprovos2001-06-231-4/+6
* Fix pasto; kleink@netbsd.orgpjanzen2001-06-051-2/+2
* knfderaadt2001-05-311-54/+54
* Fix an incorrect memset() in __grow_type_table(); dk@homepage.rumillert2001-04-201-3/+4
* It's not that I mind split infinitives. I just like to save'em for whenpjanzen2001-02-171-2/+2
* capitalizationaaron2001-02-121-2/+2
* Various repairs, mostly to get rid of short lines.aaron2000-12-2413-88/+51
* use strlcpy in the examplederaadt2000-11-221-2/+2
* fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSaaron2000-10-181-20/+20
* The mkstemp() function appeared in 4.4BSD; todd@aaron2000-09-111-2/+5
* In the format string bug description under CAVEATS, clarify what we mean byaaron2000-08-251-4/+4
* reinsert corrected history section, based on jdolecek@netbsdpjanzen2000-07-311-1/+9
* Stronger caveat wrt stack smashing via % escapes. Each man pagemillert2000-07-161-5/+14
* Insert missing semi-colon.aaron2000-07-071-2/+2
* correct return valuespjanzen2000-06-251-12/+13
* Remove redundant HISTORY section.aaron2000-04-271-8/+1
* C deals with complex functions, but not imaginary ones yet.espie2000-04-251-3/+2
* Flesh out all of the stdio man pages.aaron2000-04-2018-324/+272
* Repairs, mostly removing hard sentence breaks.aaron2000-04-186-37/+49
* Mostly punctuation fixes.aaron2000-04-153-7/+7
* Trailing whitespace begone!aaron2000-04-121-6/+6
* list 'i' only oncehugh2000-04-121-2/+1
* fseeko.3 and ftello.3deraadt2000-03-281-1/+2
* In Unix land we prefer "whitespace" to "white space" or "white-space". Ataaron2000-03-041-9/+9
* Add fseeko() and ftello() -- versions of fseek() and ftell() that use off_t.millert2000-02-215-22/+98
* fix example. ok aaron@ericj2000-02-191-2/+2
* repair nroff botchderaadt2000-01-271-3/+3
* Use .Va macro when referring to the global variable errno.aaron2000-01-221-3/+5
* indent the source rightderaadt2000-01-121-11/+12
* fix tmpnam() argument; kris@freebsdderaadt2000-01-091-3/+3
* use WEAK_* macrosd2000-01-061-12/+18
* typosderaadt1999-11-151-2/+2
* Nail down semantics in case of failure.espie1999-09-281-2/+31
* Remove an unwanted `.'.aaron1999-09-271-2/+2
* Remove extraneous commaespie1999-09-261-2/+2
* BUGS->CAVEATSespie1999-09-221-2/+10
* It's a good idea to check the return value of malloc() in example code.aaron1999-09-211-2/+3
* Add CAVEATS sections.aaron1999-09-152-4/+77
* Tidying and spellingpjanzen1999-09-141-13/+18
* do { ... } while (0) instead of just { ... } in macrosmillert1999-08-221-7/+7
* paste'o away!todd1999-08-111-3/+3
* missing G in item list; bdederaadt1999-08-081-2/+2
* Local changes that should not have gone inmillert1999-08-074-205/+4
* If fread() returns EBADF, also set the error flag; tobez@plab.ku.dkmillert1999-08-077-7/+211
* Xr fparseln(3); deraadt@aaron1999-07-211-1/+2
* - remove all trailing whitespaceaaron1999-07-098-32/+32
* when using `-' as a negative sign, escape it with a backslash so troff knowsaaron1999-07-072-4/+4
* remove redundant .Pp macrosaaron1999-07-022-4/+2
* some NAME section cleanupaaron1999-06-061-3/+6
* sync fsetpos() with stdio.h prototypeaaron1999-05-271-2/+2