Age | Commit message (Expand) | Author |
---|---|---|
2015-12-28 | Remove NULL-checks before free() and a few related dead assignments. | mmcc |
2015-08-20 | All these files include <stdlib.h>, so do not need to cast | Theo de Raadt |
2013-11-01 | Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directly | Philip Guenther |
2009-10-16 | teach gdtoa & its subroutines that malloc can fail; in which case | Martynas Venckus |
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 |
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 |
2002-12-02 | Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code. | Todd C. Miller |