Age | Commit message (Expand) | Author |
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 |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-12 | Document errno usage. From Tobias Stoeckmann. | Ray Lai |
2007-05-10 | grammar, | Marc Espie |
2007-04-01 | clarify return values, prompted by moritz; ok moritz jmc | Theo de Raadt |
2007-01-30 | Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), | Ray Lai |
2007-01-29 | add an ENVIRONMENT section for TMPDIR; | Jason McIntyre |
2007-01-16 | Fix potential int overflow for printf(3) when passing in very large | Todd C. Miller |
2006-11-26 | try first mmap() allocation at pagesize, no need to re-mmap at every power | Theo de Raadt |
2006-10-30 | suceed -> succeed; from chad dougherty | Jason McIntyre |
2006-10-29 | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | Theo de Raadt |
2006-10-15 | mark up `>'; | Jason McIntyre |
2006-10-14 | Add a CAVEAT section that describes how to properly trim a newline from | Chad Loder |
2006-10-14 | Make fgets description much clearer with respect to its exact behavior. | Chad Loder |
2006-04-29 | check mmap for failure. the helper functions using it return -1, but | Ted Unangst |
2006-03-19 | Remove extraneous cast to malloc call in fgetln example. | Ray Lai |
2006-01-13 | Pull in inttypes.h, not stdint.h so we get the prototypes for | Todd C. Miller |
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller |
2006-01-08 | Fix the handling of negative hexadecimal numbers in integer formats. | Todd C. Miller |
2006-01-07 | improve the RETURN VALUES section; | Jason McIntyre |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2006-01-06 | fix the mkstemps .Fn; | Jason McIntyre |
2006-01-06 | in code fragment: | Jason McIntyre |
2006-01-03 | Do not overlap flags; problem introduced when new escapes were added. | Todd C. Miller |
2005-12-28 | Remove useless if() introduced by accident in rev 1.3. Checking the | Todd C. Miller |
2005-12-19 | Missing piece from previous commit | Todd C. Miller |