summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ecvt.c (follow)
Commit message (Collapse)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
| | | | ok and valuable input from millert@
* All these files include <stdlib.h>, so do not need to castderaadt2015-08-201-3/+3
| | | | malloc/calloc/realloc* returns.
* Pull in gdtoa.h instead of declaring __dtoa() and __freedtoa() directlyguenther2013-11-011-3/+2
| | | | ok deraadt@
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-161-1/+3
| | | | | | ecvt, fcvt, gcvt, *printf, strtof, strtod, strtold act per ieee 1003.1. after these massive changes, remove unused files which would not work now. reported by Maksymilian Arciemowicz; ok theo
* make __dtoa & strtod() thread-safe useing the same method as newer gdtoaderaadt2006-10-291-4/+10
| | | | | codebase. tested mostly by ckuethe and myself. __dtoa() use now requires a call to __freedtoa()
* Return inf or nan as per printf() not Inf, Infinity or Nan (from dtoa)millert2006-01-101-7/+7
| | | | Remove an extraneous check for dtoa returning Inf/Nan
* zap remaining rcsid.espie2005-08-081-5/+1
| | | | | | Kill old files that are no longer compiled. okay theo
* Sync with share/misc/license.template and add missing DARPA creditmillert2003-06-171-9/+13
| | | | where applicable.
* 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