Age | Commit message (Expand) | Author |
2010-09-10 | observe the following spelling: | Jason McIntyre |
2010-03-26 | dispense with some wacky escape sequences; | Jason McIntyre |
2010-03-22 | Various improvements, mainly regarding ERRORS. | Ingo Schwarze |
2010-03-21 | When all tried file names already existed, mktemp(3) returned without | Ingo Schwarze |
2010-02-11 | The previous commit didn't use the first X in the template if the | Philip Guenthe |
2010-02-08 | Don't underrun the buffer when the template is all X's. | Philip Guenthe |
2010-01-03 | .Bl always requires .It, even in .Bl -column; | Ingo Schwarze |
2009-11-21 | Ooops, committed an unbaked change | Philip Guenthe |
2009-11-21 | Several stdio functions were failing to set the stream orientation | Philip Guenthe |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
2009-11-08 | ansify | Stefan Sperling |
2009-10-28 | skip the \' formatting flag, grouping is not implemented; ok deraadt@ | Christian Weisgerber |
2009-10-22 | Back out previous commit, as it caused too much growth for the install | Philip Guenthe |
2009-10-21 | Fix the handle locking in stdio to use flockfile/funlockfile | Philip Guenthe |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
2009-09-10 | cvs log message from ed@freebsd, revision 197045: | Jason McIntyre |
2009-07-12 | fwrite() should also return 0 if either size or nmemb are 0. | Todd C. Miller |
2009-06-02 | Set errno to EINVAL when fgets is given a non-positive size. | Ray Lai |
2009-04-05 | accept %F, which actually behaves the same as %f. per C99 | Martynas Venckus |
2009-03-20 | Return -1 from mktemp_internal() on EINVAL like we used to. | Todd C. Miller |
2009-03-01 | Update to match mktemp.c changes | Todd C. Miller |
2009-03-01 | New mktemp(3) based on the one from portable mktemp(1). Now includes | Todd C. Miller |
2009-02-17 | when the template is entirely XXX characters, would crash | Theo de Raadt |
2009-01-29 | from Yoshihiko Sarumaru, freebsd pr #76333: fseek(3) can clear EOF too; | Jason McIntyre |
2009-01-10 | The process number is longer used to replace trailing 'Xs'. | Tobias Stoeckmann |
2008-10-21 | use decimal point from locale. ok millert@ | Martynas Venckus |
2008-09-15 | add missing header needed by strlen(). | Charles Longeau |
2008-09-15 | - describe how printf(1) and printf(3) %e, %E, %g, %G, %a, %A behave | Martynas Venckus |
2008-09-14 | describe %a/%A. from freebsd | Martynas Venckus |
2008-09-07 | - replace dtoa w/ David's gdtoa, version 2008-03-15 | Martynas Venckus |
2008-08-27 | comment fixes | Martynas Venckus |
2008-08-26 | - add F | Martynas Venckus |
2008-08-26 | don't zero-pad special values. ok millert@ | Martynas Venckus |
2008-08-22 | Replace the old algorithm that included the process id as part of the | Todd C. Miller |
2008-08-21 | Remove useless code, the kernel will set errno appropriately if an | Todd C. Miller |
2008-07-22 | use arc4random_uniform(); ok djm millert | Theo de Raadt |
2008-07-10 | - handle sign of negative zero. use sign dtoa sets | Martynas Venckus |
2008-05-16 | Fix ssize_t vs. size_t mismatch | Todd C. Miller |
2008-05-16 | C99 says that for each va_copy() there must be a matching va_end(). | Todd C. Miller |
2008-05-13 | Don't forget to va_end() the va_list we get from va_copy(). From FreeBSD. | Todd C. Miller |
2008-05-05 | add missing header for getpagesize | Charles Longeau |
2008-05-03 | add missing header for close | Charles Longeau |
2008-04-21 | _file is only a short, so prevent truncation if we happen to hit | Otto Moerbeek |
2007-11-28 | %hhd was being printed as if %hd was specified | Theo de Raadt |
2007-10-21 | Comment fix about time consumption of _gettemp. | Tobias Stoeckmann |
2007-09-21 | Add some more truncation checks for path construction in tmpnam(3). | Moritz Jodeit |
2007-09-17 | Prevent out-of-bounds memory access in tempnam(3), if the environment | Moritz Jodeit |
2007-09-07 | Say NUL when referring to \0 | Chad Loder |
2007-08-08 | Show how to use strcspn(3) to trim newlines. | Ray Lai |
2007-06-21 | The `len' argument is guaranteed to be > 0 upon successful completion. | Moritz Jodeit |