| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix the handle locking in stdio to use flockfile/funlockfile |  guenther | 2009-10-21 | 44 | -133/+276 |
* | teach gdtoa & its subroutines that malloc can fail; in which case |  martynas | 2009-10-16 | 1 | -1/+17 |
* | cvs log message from ed@freebsd, revision 197045: |  jmc | 2009-09-10 | 1 | -3/+3 |
* | fwrite() should also return 0 if either size or nmemb are 0. |  millert | 2009-07-12 | 3 | -8/+22 |
* | Set errno to EINVAL when fgets is given a non-positive size. |  ray | 2009-06-02 | 2 | -4/+11 |
* | accept %F, which actually behaves the same as %f. per C99 |  martynas | 2009-04-05 | 2 | -4/+5 |
* | Return -1 from mktemp_internal() on EINVAL like we used to. |  millert | 2009-03-20 | 1 | -3/+3 |
* | Update to match mktemp.c changes |  millert | 2009-03-01 | 1 | -4/+4 |
* | New mktemp(3) based on the one from portable mktemp(1). Now includes |  millert | 2009-03-01 | 1 | -89/+88 |
* | when the template is entirely XXX characters, would crash |  deraadt | 2009-02-17 | 1 | -4/+6 |
* | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; |  jmc | 2009-01-29 | 1 | -4/+2 |
* | The process number is longer used to replace trailing 'Xs'. |  tobias | 2009-01-10 | 1 | -4/+3 |
* | 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 |