| Commit message (Expand) | Author | Age | Files | Lines |
* | - remove .Sh LIBRARY |  jmc | 2005-06-17 | 6 | -17/+17 |
* | next citrus step. |  espie | 2005-06-17 | 34 | -26/+1389 |
* | Fix rearranging of parameters for quad types. |  espie | 2005-06-08 | 1 | -11/+24 |
* | Use '\0' not 0 when storing as a char, part from Andrey Matveev. |  millert | 2005-05-28 | 5 | -14/+14 |
* | Move the va_start()/va_end() pair such that it directly backets the call |  millert | 2005-05-28 | 2 | -8/+7 |
* | mktemp(3) et al. go in stdlib.h, not unistd.h. While there be more |  millert | 2005-05-27 | 1 | -11/+27 |
* | let vfscanf be a real function. Use a weak_alias on systems where this |  espie | 2005-05-11 | 7 | -12/+42 |
* | Change internals of FILE: reuse the unget buffer field to access an |  espie | 2005-04-30 | 14 | -41/+128 |
* | move return values to a seperate section, and split them out so that it |  deraadt | 2005-04-14 | 1 | -37/+49 |
* | Explain what happens when len equals 0 for snprintf(). |  otto | 2005-04-14 | 1 | -1/+9 |
* | make sure the implementation matches the prototype.. |  pat | 2005-03-31 | 12 | -25/+25 |
* | ansi |  pat | 2005-03-30 | 2 | -6/+4 |
* | ansi + de-register |  pat | 2005-03-30 | 1 | -2/+2 |
* | Document that perror() treats an empty string like NULL. |  millert | 2005-03-24 | 1 | -8/+6 |
* | fix typo in comment. |  moritz | 2005-03-08 | 1 | -2/+2 |
* | Be correct in our man pages when talking about NUL termination (that is, |  cloder | 2005-02-25 | 3 | -6/+6 |
* | deregister + ansify, no change in object code. ok deraadt@ millert@ |  otto | 2004-09-28 | 61 | -385/+227 |
* | typo fix, from the original diff in PR 3932 |  brad | 2004-09-25 | 1 | -2/+2 |
* | oops |  deraadt | 2004-09-25 | 1 | -2/+2 |
* | access one too far away; from claus; ok millert |  deraadt | 2004-09-24 | 1 | -3/+3 |
* | explain why mmap; pointed out by claus, pr 3932 |  deraadt | 2004-09-24 | 1 | -2/+4 |
* | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. |  otto | 2004-09-18 | 2 | -5/+101 |
* | Handle ll's correctly for positional args. Problem spotted by hin@, |  otto | 2004-09-16 | 1 | -2/+7 |
* | signed vs unsigned |  deraadt | 2004-09-14 | 1 | -2/+2 |
* | Don't need to check lbuf != NULL when free()ing it. In addition, |  millert | 2004-08-20 | 1 | -6/+3 |
* | Fix the short description for fileno() |  jfb | 2004-06-20 | 1 | -2/+2 |
* | major bump to libc and libpthread to break the dependency of a |  marc | 2004-06-07 | 1 | -13/+2 |
* | build the error message in strerror_r.c directly, avoiding one copy there. |  espie | 2004-05-03 | 1 | -9/+3 |
* | Apply change from vsnprintf.c rev. 1.5. Use a single character |  millert | 2004-04-10 | 1 | -5/+10 |
* | __sglue should be extern; from art@ |  millert | 2004-01-11 | 1 | -2/+4 |
* | typo; |  jmc | 2003-10-17 | 1 | -2/+2 |
* | Avoid a possible signed->unsigned assignment, fixes PR1709 (Claus Assmann) |  avsm | 2003-10-08 | 1 | -6/+6 |
* | for %#s, # is the amount of input string, not the amount of output string. |  deraadt | 2003-09-26 | 1 | -3/+8 |
* | Sort headers in example |  grange | 2003-08-17 | 1 | -2/+2 |
* | warn about unsafe APIs at link time. Conditional on libc/Makefile defining |  deraadt | 2003-07-24 | 2 | -2/+12 |
* | .Ql Cm -> .Sq Cm where literal makes no sense; |  jmc | 2003-07-15 | 1 | -2/+2 |
* | nonstandard->non-standard |  avsm | 2003-07-02 | 1 | -2/+2 |
* | 6 X's -> 10 X's in all examples, per avsm's idea, millert agrees |  pvalchev | 2003-07-02 | 1 | -4/+4 |
* | Sync with share/misc/license.template and add missing DARPA credit |  millert | 2003-06-17 | 2 | -18/+18 |
* | oops |  deraadt | 2003-06-11 | 2 | -7/+2 |
* | ansification; checked by pval |  deraadt | 2003-06-11 | 2 | -2/+7 |
* | Use an ISC-tyle license for all my code; it is simpler and more permissive. |  millert | 2003-06-03 | 2 | -46/+24 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 90 | -541/+181 |
* | - section reorder |  jmc | 2003-06-01 | 6 | -125/+126 |
* | Better English. |  pjanzen | 2003-05-17 | 1 | -3/+3 |
* | Document behaviour when size = 1. ok millert@ |  pjanzen | 2003-05-17 | 2 | -2/+16 |
* | When positional arguments need more memory for storage (more than 8 args), |  deraadt | 2003-05-16 | 1 | -16/+30 |
* | typos; |  jmc | 2003-05-03 | 4 | -11/+11 |
* | Make function declaration and man page match prototype. Closes PR 3236 |  millert | 2003-04-25 | 2 | -11/+9 |
* | char * in prototypes should be const; Kamo Hiroyasu |  millert | 2003-04-22 | 1 | -4/+4 |