Age | Commit message (Expand) | Author |
2021-09-08 | Zap _THIS_PORT helper for printf("%n") tracking in ports land | Jeremie Courreges-Anglas |
2021-08-30 | jca and I converted %n to a syslog warning about a year ago, and the ports | Theo de Raadt |
2020-10-27 | The printf format string component %n is a nearly turning-complete gadget. | Theo de Raadt |
2017-11-21 | Use a simple forward search to find '%' in the format string instead of | Theo Buehler |
2016-08-29 | Store the return value of mbrtowc() in a size_t, not int. | Todd C. Miller |
2016-08-27 | When a precision is specified for a string format use strnlen() | Todd C. Miller |
2016-08-17 | % is escaped with more %, not backslash. | Ted Unangst |
2016-08-17 | Generate syslog warnings for %s fmt strings NULL to "(null)" conversions. | Theo de Raadt |
2016-06-06 | Return EOVERFLOW, not ENOMEM for overflow conditions to match POSIX. | Todd C. Miller |
2016-01-19 | remove a nop assignment that has been #if 0'd since 1996 | mmcc |
2016-01-04 | Fix lots of bugs. | Ingo Schwarze |
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-09-29 | Delete the final, inscrutable NOSTRICT and VARARGS lint comments | Philip Guenther |
2015-08-31 | Add framework for resolving (pun intended) libc namespace issues, using | Philip Guenther |
2014-12-21 | Show the sign for NaN as per POSIX; from Elliott Hughes. | Daniel Dickman |
2014-05-03 | Add #ifndef NO_PRINTF_PERCENT_N. Since we are fully standardized, we | Theo de Raadt |
2014-03-19 | It's still safe to assumed 'signed' exists | Philip Guenther |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther |
2013-03-02 | Fix the combination of 'j' format flag and the XPG "<num>$" modifier. | Philip Guenther |
2012-06-26 | Use nl_langinfo(RADIXCHAR) instead of localeconv()->decimal_point in | Matthew Dempsky |
2011-07-06 | Add support for C99 %ls and %lc format directives, as been documented in | Stefan Sperling |
2010-12-22 | Fix out of date comment; no code change | Todd C. Miller |
2010-10-17 | The ssizearg member of union arg is pointless if it isn't of type ssize_t | Philip Guenthe |
2009-11-09 | Fix the handle locking in stdio to use flockfile/funlockfile | Kurt Miller |
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 |
2008-10-21 | use decimal point from locale. ok millert@ | 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-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 |
2007-11-28 | %hhd was being printed as if %hd was specified | Theo de Raadt |
2007-01-30 | Remove and simplify an impossible case (if *p = memchr(cp, 0, prec), | Ray Lai |
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-29 | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | Theo de Raadt |
2006-04-29 | check mmap for failure. the helper functions using it return -1, but | Ted Unangst |
2006-01-13 | Use long long and intmax_t instead of quad_t throughout. Adapted in | Todd C. Miller |
2006-01-06 | Adapt things to use __type_t instead of _BSD_TYPE_T_ | Todd C. Miller |
2005-12-19 | Missing piece from previous commit | Todd C. Miller |
2005-12-19 | Add %hhd to *printf and *scanf as well as %z to *scanf. This was | Todd C. Miller |
2005-09-23 | support %jd from c99, although intmax_t may not be available. | Ted Unangst |
2005-08-08 | zap remaining rcsid. | Marc Espie |