summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Collapse)Author
2002-05-01o) start new sentence on a new line;Mike Pechkin
o) always close .Bl tags; o) fix usage of .Xr; millert@ ok
2002-04-29fix for NetBSD lib/16483Marc Espie
Do not even try to allocate buffer if SSTR and not SALC (e.g., from snprintf and not asprintf). vfprintf is smart enough to then not try and write to it. ok millert@, deraadt@
2002-04-05Use the more likely pointer in a sample code fragment; miod@ ok.Aaron Campbell
2002-03-05style(9) for the example; Alexander YurchenkoTodd C. Miller
2002-02-19We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.Todd C. Miller
2002-02-17Manual cleanup of remaining userland __P use (excluding packages maintained ↵Todd C. Miller
outside the tree)
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ↵Todd C. Miller
hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
2002-01-02more pid_t useTheo de Raadt
2001-12-07missing commaTodd C. Miller
2001-12-05KNF, i need this for what comes next..Theo de Raadt
2001-09-22Typo: tempfile ==> tempnam.Heikki Korpela
ok millert@
2001-09-06It is silly to reference the Tahoe architecture.Todd C. Miller
2001-09-05make sure that va_start() has matching va_end()Theo de Raadt
2001-09-04put changes back, this time ALL the files.Federico G. Schwindt
2001-08-30Back out fgsch@'s tree breaking commits.Todd T. Fries
Test next time, ok?
2001-08-30fix some const warningsFederico G. Schwindt
2001-08-13Fix a bug with the %e flag introduced in a -Wall pass. The originalTodd C. Miller
code was in error but due to C precedence rules it didn't cause a problem.
2001-07-09a first pass at -WallTheo de Raadt
2001-06-23document ll, depreciate qNiels Provos
2001-06-05Fix pasto; kleink@netbsd.orgPaul Janzen
2001-05-31knfTheo de Raadt
2001-04-20Fix an incorrect memset() in __grow_type_table(); dk@homepage.ruTodd C. Miller
While I was there I noticed and fixed a bogus realloc(). We should really check malloc/realloc return values and deal sanely but that will have to be done later. Theo OK'd
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
they're really needed.
2001-02-12capitalizationAaron Campbell
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell
2000-11-22use strlcpy in the exampleTheo de Raadt
2000-10-18fdopen(3) takes two args, not one; spotted by fries@. Also, move the CAVEATSAaron Campbell
section to the end like most man pages.
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
building the string ``by hand'' using a function like snprintf(); deraadt@ ok
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
carries the same caveat...
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
least, this is the impression I get from looking at a lot of Perl docs.
2000-02-21Add 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.
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