summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2004-09-28deregister + ansify, no change in object code. ok deraadt@ millert@Otto Moerbeek
2004-09-25typo fix, from the original diff in PR 3932Brad Smith
2004-09-25oopsTheo de Raadt
2004-09-24access one too far away; from claus; ok millertTheo de Raadt
2004-09-24explain why mmap; pointed out by claus, pr 3932Theo de Raadt
2004-09-18Add 'z' and 't' modifiers for printing size_t and ptrdiff_t.Otto Moerbeek
2004-09-16Handle ll's correctly for positional args. Problem spotted by hin@,Otto Moerbeek
2004-09-14signed vs unsignedTheo de Raadt
2004-08-20Don't need to check lbuf != NULL when free()ing it. In addition,Todd C. Miller
2004-06-20Fix the short description for fileno()Jean-Francois Brousseau
2004-06-07major bump to libc and libpthread to break the dependency of aMarco S Hyman
2004-05-03build the error message in strerror_r.c directly, avoiding one copy there.Marc Espie
2004-04-10Apply change from vsnprintf.c rev. 1.5. Use a single characterTodd C. Miller
2004-01-11__sglue should be extern; from art@Todd C. Miller
2003-10-17typo;Jason McIntyre
2003-10-08Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann)Anil Madhavapeddy
2003-09-26for %#s, # is the amount of input string, not the amount of output string.Theo de Raadt
2003-08-17Sort headers in exampleAlexander Yurchenko
2003-07-24warn about unsafe APIs at link time. Conditional on libc/Makefile definingTheo de Raadt
2003-07-15.Ql Cm -> .Sq Cm where literal makes no sense;Jason McIntyre
2003-07-02nonstandard->non-standardAnil Madhavapeddy
2003-07-026 X's -> 10 X's in all examples, per avsm's idea, millert agreesPeter Valchev
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
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