summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2003-06-11oopsTheo de Raadt
2003-06-11ansification; checked by pvalTheo de Raadt
2003-06-03Use an ISC-tyle license for all my code; it is simpler and more permissive.Todd C. Miller
2003-06-02Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-01- section reorderJason McIntyre
2003-05-17Better English.Paul Janzen
2003-05-17Document behaviour when size = 1. ok millert@Paul Janzen
2003-05-16When positional arguments need more memory for storage (more than 8 args),Theo de Raadt
2003-05-03typos;Jason McIntyre
2003-04-25Make function declaration and man page match prototype. Closes PR 3236Todd C. Miller
2003-04-22char * in prototypes should be const; Kamo HiroyasuTodd C. Miller
2003-04-16Warn people that the value of the pointer passed in to asprinf()Todd C. Miller
2003-04-02fifo -> FIFOJason McIntyre
2003-03-06.Xr typos;Jason McIntyre
2003-03-06.Xr's;Jason McIntyre
2003-02-16teach people about strlcpy, not strcpyTheo de Raadt
2002-11-24"The contents is" -> "The contents are"Chad Loder
2002-11-21Add strerror_r and functions versions of getchar_unlocked andMarco S Hyman
2002-10-24Use va_copy() for varargs assignemnt. va_copy() is standard with C99Dale Rahn
2002-09-14Move __cleanup into mprotect'ed page to prevent unintentional modificationsDaniel Hartmeier
2002-07-24add *asprintfTheo de Raadt
2002-07-24Document that *printf can return -1 on error. This includes snprintf(),Todd C. Miller
2002-07-20correct check for strchr() failure in EXAMPLE; from pinskia@physics.uc.eduPeter Valchev
2002-06-14spelling; from Brian Poole <raj@cerias.purdue.edu>Todd T. Fries
2002-05-27Don't decrement the current character pointer past the beginning of theTodd C. Miller
2002-05-01o) start new sentence on a new line;Mike Pechkin
2002-04-29fix for NetBSD lib/16483Marc Espie
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 o...Todd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
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
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
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
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
2001-02-17It's not that I mind split infinitives. I just like to save'em for whenPaul Janzen
2001-02-12capitalizationAaron Campbell
2000-12-24Various repairs, mostly to get rid of short lines.Aaron Campbell