Age | Commit message (Expand) | Author |
---|---|---|
2006-10-29 | make __dtoa & strtod() thread-safe useing the same method as newer gdtoa | Theo de Raadt |
2006-01-10 | Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa) | Todd C. Miller |
2006-01-10 | Use localeconv() to get the locale-specific radix char like printf does. | Todd C. Miller |
2006-01-10 | Nan and Infinity can be negative | Todd C. Miller |
2005-08-08 | zap remaining rcsid. | Marc Espie |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-05-09 | Pass ndigit+1 as size arg to strlcpy() since ndigit doesn't include the NUL | Todd C. Miller |
2003-04-02 | use strlcpy(); assumes buf is at least ndigit bytes long which is as | Todd C. Miller |
2002-12-02 | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. | Todd C. Miller |