summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/ecvt.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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