Age | Commit message (Expand) | Author |
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 |
2005-06-17 | next citrus step. | Marc Espie |
2005-06-08 | Fix rearranging of parameters for quad types. | Marc Espie |
2005-04-30 | Change internals of FILE: reuse the unget buffer field to access an | Marc Espie |
2004-09-28 | deregister + ansify, no change in object code. ok deraadt@ millert@ | Otto Moerbeek |
2004-09-25 | typo fix, from the original diff in PR 3932 | Brad Smith |
2004-09-25 | oops | Theo de Raadt |
2004-09-24 | access one too far away; from claus; ok millert | Theo de Raadt |
2004-09-24 | explain why mmap; pointed out by claus, pr 3932 | Theo de Raadt |
2004-09-18 | Add 'z' and 't' modifiers for printing size_t and ptrdiff_t. | Otto Moerbeek |
2004-09-16 | Handle ll's correctly for positional args. Problem spotted by hin@, | Otto Moerbeek |
2004-09-14 | signed vs unsigned | Theo de Raadt |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-05-16 | When positional arguments need more memory for storage (more than 8 args), | Theo de Raadt |
2002-10-24 | Use va_copy() for varargs assignemnt. va_copy() is standard with C99 | Dale Rahn |
2002-02-19 | We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft. | Todd C. Miller |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2001-12-05 | KNF, i need this for what comes next.. | Theo de Raadt |
2001-08-13 | Fix a bug with the %e flag introduced in a -Wall pass. The original | Todd C. Miller |
2001-07-09 | a first pass at -Wall | Theo de Raadt |
2001-05-31 | knf | Theo de Raadt |
2001-04-20 | Fix an incorrect memset() in __grow_type_table(); dk@homepage.ru | Todd C. Miller |
1999-08-22 | do { ... } while (0) instead of just { ... } in macros | Todd C. Miller |
1998-08-14 | realloc repair | Theo de Raadt |
1997-07-25 | #if __STDC__ --> #ifdef __STDC__ | Michael Shalayeff |
1996-12-14 | Clean up lint and compile warnings | Thorsten Lockert |
1996-11-13 | va_list is *not* void* all over... | Niklas Hallqvist |
1996-10-27 | Set errno to EBADF when attempting to write to a file pointer opened read-only | Thorsten Lockert |