summaryrefslogtreecommitdiff
path: root/lib/libc/stdio
AgeCommit message (Expand)Author
2005-12-19Missing piece from previous commitTodd C. Miller
2005-12-19Add %hhd to *printf and *scanf as well as %z to *scanf. This wasTodd C. Miller
2005-11-14clarify the description of append mode;Jason McIntyre
2005-10-10fix a few warnings, keep the crypt stuff for later.Marc Espie
2005-10-10Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95.Marc Espie
2005-09-23support %jd from c99, although intmax_t may not be available.Ted Unangst
2005-08-08zap remaining rcsid.Marc Espie
2005-08-02zap getdtablesize() external ref (removes a bit of compat from instbin).Marc Espie
2005-07-26- typos, punctuation, spacing, macro, layout, etc. fixesJared Yanovich
2005-07-26clarify description of 'c' conversion; ok millert, jmcJared Yanovich
2005-07-26no need to typecast NULL; ok millert, jmcJared Yanovich
2005-07-26remove note about long double not being supported by vax.Jared Yanovich
2005-07-26note error return of mkstemps; ok millert, jmcJared Yanovich
2005-07-26- simplify descriptions of stream positioning in various open modesJared Yanovich
2005-06-17- remove .Sh LIBRARYJason McIntyre
2005-06-17next citrus step.Marc Espie
2005-06-08Fix rearranging of parameters for quad types.Marc Espie
2005-05-28Use '\0' not 0 when storing as a char, part from Andrey Matveev.Todd C. Miller
2005-05-28Move the va_start()/va_end() pair such that it directly backets the callTodd C. Miller
2005-05-27mktemp(3) et al. go in stdlib.h, not unistd.h. While there be moreTodd C. Miller
2005-05-11let vfscanf be a real function. Use a weak_alias on systems where thisMarc Espie
2005-04-30Change internals of FILE: reuse the unget buffer field to access anMarc Espie
2005-04-14move return values to a seperate section, and split them out so that itTheo de Raadt
2005-04-14Explain what happens when len equals 0 for snprintf().Otto Moerbeek
2005-03-31make sure the implementation matches the prototype..Patrick Latifi
2005-03-30ansiPatrick Latifi
2005-03-30ansi + de-registerPatrick Latifi
2005-03-24Document that perror() treats an empty string like NULL.Todd C. Miller
2005-03-08fix typo in comment.Moritz Jodeit
2005-02-25Be correct in our man pages when talking about NUL termination (that is,Chad Loder
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