Age | Commit message (Expand) | Author |
2005-12-19 | Missing piece from previous commit | Todd C. Miller |
2005-12-19 | Add %hhd to *printf and *scanf as well as %z to *scanf. This was | Todd C. Miller |
2005-11-14 | clarify the description of append mode; | Jason McIntyre |
2005-10-10 | fix a few warnings, keep the crypt stuff for later. | Marc Espie |
2005-10-10 | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. | Marc Espie |
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2005-08-02 | zap getdtablesize() external ref (removes a bit of compat from instbin). | Marc Espie |
2005-07-26 | - typos, punctuation, spacing, macro, layout, etc. fixes | Jared Yanovich |
2005-07-26 | clarify description of 'c' conversion; ok millert, jmc | Jared Yanovich |
2005-07-26 | no need to typecast NULL; ok millert, jmc | Jared Yanovich |
2005-07-26 | remove note about long double not being supported by vax. | Jared Yanovich |
2005-07-26 | note error return of mkstemps; ok millert, jmc | Jared Yanovich |
2005-07-26 | - simplify descriptions of stream positioning in various open modes | Jared Yanovich |
2005-06-17 | - remove .Sh LIBRARY | Jason McIntyre |
2005-06-17 | next citrus step. | Marc Espie |
2005-06-08 | Fix rearranging of parameters for quad types. | Marc Espie |
2005-05-28 | Use '\0' not 0 when storing as a char, part from Andrey Matveev. | Todd C. Miller |
2005-05-28 | Move the va_start()/va_end() pair such that it directly backets the call | Todd C. Miller |
2005-05-27 | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more | Todd C. Miller |
2005-05-11 | let vfscanf be a real function. Use a weak_alias on systems where this | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2005-04-14 | move return values to a seperate section, and split them out so that it | Theo de Raadt |
2005-04-14 | Explain what happens when len equals 0 for snprintf(). | Otto Moerbeek |
2005-03-31 | make sure the implementation matches the prototype.. | Patrick Latifi |
2005-03-30 | ansi | Patrick Latifi |
2005-03-30 | ansi + de-register | Patrick Latifi |
2005-03-24 | Document that perror() treats an empty string like NULL. | Todd C. Miller |
2005-03-08 | fix typo in comment. | Moritz Jodeit |
2005-02-25 | Be correct in our man pages when talking about NUL termination (that is, | Chad Loder |
2004-09-28 | deregister + ansify, no change in object code. ok deraadt@ millert@ | Otto Moerbeek |
2004-09-25 | typo fix, from the original diff in PR 3932 | Brad Smith |
2004-09-25 | oops | Theo de Raadt |
2004-09-24 | access one too far away; from claus; ok millert | Theo de Raadt |
2004-09-24 | explain why mmap; pointed out by claus, pr 3932 | Theo de Raadt |
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek |
2004-09-16 | Handle ll's correctly for positional args. Problem spotted by hin@, | Otto Moerbeek |
2004-09-14 | signed vs unsigned | Theo de Raadt |
2004-08-20 | Don't need to check lbuf != NULL when free()ing it. In addition, | Todd C. Miller |
2004-06-20 | Fix the short description for fileno() | Jean-Francois Brousseau |
2004-06-07 | major bump to libc and libpthread to break the dependency of a | Marco S Hyman |
2004-05-03 | build the error message in strerror_r.c directly, avoiding one copy there. | Marc Espie |
2004-04-10 | Apply change from vsnprintf.c rev. 1.5. Use a single character | Todd C. Miller |
2004-01-11 | __sglue should be extern; from art@ | Todd C. Miller |
2003-10-17 | typo; | Jason McIntyre |
2003-10-08 | Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann) | Anil Madhavapeddy |
2003-09-26 | for %#s, # is the amount of input string, not the amount of output string. | Theo de Raadt |
2003-08-17 | Sort headers in example | Alexander Yurchenko |
2003-07-24 | warn about unsafe APIs at link time. Conditional on libc/Makefile defining | Theo de Raadt |
2003-07-15 | .Ql Cm -> .Sq Cm where literal makes no sense; | Jason McIntyre |