summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa/strtod.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use stdrup, to avoid clang whining about the length parameters beingderaadt2017-07-271-4/+1
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-131-1/+1
* Rebase on gdtoa-20110428; contains fixes for absurdly long inputsmartynas2011-07-021-216/+266
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-161-6/+37
* strcpy -> strlcpy; ok mbalmer@ martynas@otto2008-12-121-2/+4
* bugfix update to gdtoa 2008-10-10. ok millert@, tested by manymartynas2008-12-091-27/+67
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-071-0/+982