| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Remove extraneous cast to malloc call in fgetln example. |  ray | 2006-03-19 | 1 | -2/+2 |
* | Pull in inttypes.h, not stdint.h so we get the prototypes for |  millert | 2006-01-13 | 1 | -4/+4 |
* | Use long long and intmax_t instead of quad_t throughout. Adapted in |  millert | 2006-01-13 | 4 | -269/+268 |
* | Fix the handling of negative hexadecimal numbers in integer formats. |  millert | 2006-01-08 | 1 | -10/+16 |
* | improve the RETURN VALUES section; |  jmc | 2006-01-07 | 1 | -8/+12 |
* | Adapt things to use __type_t instead of _BSD_TYPE_T_ |  millert | 2006-01-06 | 8 | -16/+16 |
* | fix the mkstemps .Fn; |  jmc | 2006-01-06 | 1 | -2/+2 |
* | in code fragment: |  jmc | 2006-01-06 | 1 | -14/+14 |
* | Do not overlap flags; problem introduced when new escapes were added. |  millert | 2006-01-03 | 1 | -7/+7 |
* | Remove useless if() introduced by accident in rev 1.3. Checking the |  millert | 2005-12-28 | 1 | -5/+3 |
* | Missing piece from previous commit |  millert | 2005-12-19 | 1 | -1/+2 |
* | Add %hhd to *printf and *scanf as well as %z to *scanf. This was |  millert | 2005-12-19 | 2 | -12/+39 |
* | clarify the description of append mode; |  jmc | 2005-11-14 | 1 | -2/+7 |
* | fix a few warnings, keep the crypt stuff for later. |  espie | 2005-10-10 | 2 | -3/+4 |
* | Remove a few warnings. Those were not apparent thanks to a bug in gcc 2.95. |  espie | 2005-10-10 | 7 | -7/+14 |
* | support %jd from c99, although intmax_t may not be available. |  tedu | 2005-09-23 | 2 | -2/+20 |
* | zap remaining rcsid. |  espie | 2005-08-08 | 69 | -285/+69 |
* | zap getdtablesize() external ref (removes a bit of compat from instbin). |  espie | 2005-08-02 | 1 | -1/+3 |
* | - typos, punctuation, spacing, macro, layout, etc. fixes |  jaredy | 2005-07-26 | 13 | -64/+81 |
* | clarify description of 'c' conversion; ok millert, jmc |  jaredy | 2005-07-26 | 1 | -4/+3 |
* | no need to typecast NULL; ok millert, jmc |  jaredy | 2005-07-26 | 1 | -4/+4 |
* | remove note about long double not being supported by vax. |  jaredy | 2005-07-26 | 1 | -5/+2 |
* | note error return of mkstemps; ok millert, jmc |  jaredy | 2005-07-26 | 1 | -3/+5 |
* | - simplify descriptions of stream positioning in various open modes |  jaredy | 2005-07-26 | 1 | -8/+15 |
* | - 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 |