summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ecvt.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* I am retiring my old email address; replace it with my OpenBSD one.millert2019-01-251-2/+2
* Remove NULL-checks before free() and a few related dead assignments.mmcc2015-12-281-5/+3
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-3/+3
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-011-3/+2
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-161-1/+3
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-291-4/+10
* Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)millert2006-01-101-7/+7
* zap remaining rcsid.espie2005-08-081-5/+1
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+13
* Use an ISC-tyle license for all my code; it is simpler and more permissive.millert2003-06-031-23/+12
* Add ecvt(), fcvt() and gcvt() for standard compliance and legacy code.millert2002-12-021-0/+110