summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio (follow)
Commit message (Expand)AuthorAgeFilesLines
* o) start new sentence on a new line;mpech2002-05-011-2/+3
* fix for NetBSD lib/16483espie2002-04-291-2/+5
* Use the more likely pointer in a sample code fragment; miod@ ok.aaron2002-04-051-2/+2
* style(9) for the example; Alexander Yurchenkomillert2002-03-051-3/+3
* We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.millert2002-02-1912-151/+15
* Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree)millert2002-02-172-7/+5
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-168-32/+32
* more pid_t usederaadt2002-01-021-2/+3
* missing commamillert2001-12-071-2/+2
* KNF, i need this for what comes next..deraadt2001-12-051-47/+46
* Typo: tempfile ==> tempnam.heko2001-09-221-2/+2
* It is silly to reference the Tahoe architecture.millert2001-09-061-4/+2
* make sure that va_start() has matching va_end()deraadt2001-09-051-3/+4
* put changes back, this time ALL the files.fgsch2001-09-041-2/+2
* Back out fgsch@'s tree breaking commits.todd2001-08-301-2/+2
* fix some const warningsfgsch2001-08-301-2/+2
* Fix a bug with the %e flag introduced in a -Wall pass. The originalmillert2001-08-131-2/+2
* a first pass at -Wallderaadt2001-07-0925-34/+61
* 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