| Commit message (Expand) | Author | Age | Files | Lines |
* | use decimal point from locale. ok millert@ |  martynas | 2008-10-21 | 1 | -3/+3 |
* | add missing header needed by strlen(). |  chl | 2008-09-15 | 1 | -1/+2 |
* | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave |  martynas | 2008-09-15 | 1 | -2/+38 |
* | describe %a/%A. from freebsd |  martynas | 2008-09-14 | 1 | -2/+58 |
* | - replace dtoa w/ David's gdtoa, version 2008-03-15 |  martynas | 2008-09-07 | 2 | -162/+212 |
* | comment fixes |  martynas | 2008-08-27 | 1 | -7/+7 |
* | - add F |  martynas | 2008-08-26 | 2 | -11/+33 |
* | don't zero-pad special values. ok millert@ |  martynas | 2008-08-26 | 1 | -1/+3 |
* | Replace the old algorithm that included the process id as part of the |  millert | 2008-08-22 | 1 | -49/+20 |
* | Remove useless code, the kernel will set errno appropriately if an |  millert | 2008-08-21 | 1 | -21/+1 |
* | use arc4random_uniform(); ok djm millert |  deraadt | 2008-07-22 | 1 | -2/+2 |
* | - handle sign of negative zero. use sign dtoa sets |  martynas | 2008-07-10 | 1 | -11/+6 |
* | Fix ssize_t vs. size_t mismatch |  millert | 2008-05-16 | 1 | -2/+2 |
* | C99 says that for each va_copy() there must be a matching va_end(). |  millert | 2008-05-16 | 1 | -30/+59 |
* | Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. |  millert | 2008-05-13 | 1 | -1/+2 |
* | add missing header for getpagesize |  chl | 2008-05-05 | 1 | -1/+2 |
* | add missing header for close |  chl | 2008-05-03 | 1 | -1/+2 |
* | _file is only a short, so prevent truncation if we happen to hit |  otto | 2008-04-21 | 3 | -3/+28 |
* | %hhd was being printed as if %hd was specified |  deraadt | 2007-11-28 | 1 | -11/+16 |
* | Comment fix about time consumption of _gettemp. |  tobias | 2007-10-21 | 1 | -5/+2 |
* | Add some more truncation checks for path construction in tmpnam(3). |  moritz | 2007-09-21 | 1 | -8/+24 |
* | Prevent out-of-bounds memory access in tempnam(3), if the environment |  moritz | 2007-09-17 | 1 | -3/+4 |
* | Say NUL when referring to \0 |  cloder | 2007-09-07 | 1 | -3/+3 |
* | Show how to use strcspn(3) to trim newlines. |  ray | 2007-08-08 | 1 | -7/+5 |
* | The `len' argument is guaranteed to be > 0 upon successful completion. |  moritz | 2007-06-21 | 1 | -3/+3 |
* | convert to new .Dd format; |  jmc | 2007-05-31 | 27 | -54/+54 |
* | Document errno usage. From Tobias Stoeckmann. |  ray | 2007-05-12 | 1 | -2/+16 |
* | grammar, |  espie | 2007-05-10 | 1 | -2/+2 |
* | clarify return values, prompted by moritz; ok moritz jmc |  deraadt | 2007-04-01 | 1 | -4/+8 |
* | Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), |  ray | 2007-01-30 | 1 | -9/+7 |
* | add an ENVIRONMENT section for TMPDIR; |  jmc | 2007-01-29 | 1 | -1/+15 |
* | Fix potential int overflow for printf(3) when passing in very large |  millert | 2007-01-16 | 1 | -13/+50 |
* | try first mmap() allocation at pagesize, no need to re-mmap at every power |  deraadt | 2006-11-26 | 1 | -1/+4 |
* | suceed -> succeed; from chad dougherty |  jmc | 2006-10-30 | 1 | -2/+2 |
* | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa |  deraadt | 2006-10-29 | 1 | -4/+11 |
* | mark up `>'; |  jmc | 2006-10-15 | 1 | -3/+3 |
* | Add a CAVEAT section that describes how to properly trim a newline from |  cloder | 2006-10-14 | 1 | -10/+41 |
* | Make fgets description much clearer with respect to its exact behavior. |  cloder | 2006-10-14 | 1 | -7/+9 |
* | check mmap for failure. the helper functions using it return -1, but |  tedu | 2006-04-29 | 1 | -36/+43 |
* | 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 |