summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Swap bitmask values around so that STRTOG_Neg doesn't get affectedmartynas2011-07-031-6/+6
* Rebase on gdtoa-20110428; contains fixes for absurdly long inputsmartynas2011-07-0214-612/+696
* Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod2010-02-031-4/+4
* teach gdtoa & its subroutines that malloc can fail; in which casemartynas2009-10-1642-2986/+381
* define substitution in some cases might happen after prototypes aremartynas2009-08-071-39/+39
* don't use freelist if it overruns; use heap memory instead notmartynas2009-06-111-2/+6
* strcpy -> strlcpy; ok mbalmer@ martynas@otto2008-12-124-8/+14
* bugfix update to gdtoa 2008-10-10. ok millert@, tested by manymartynas2008-12-0923-152/+500
* build w/ USE_LOCALE. ok millert@martynas2008-10-211-1/+2
* - replace dtoa w/ David's gdtoa, version 2008-03-15martynas2008-09-0751-0/+10023