summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix printing long doubles on architectures with hm and lm bits.mortimer2020-05-311-11/+13
* Fix typo in binary-float example in commentguenther2018-04-271-2/+2
* Use stdrup, to avoid clang whining about the length parameters beingderaadt2017-07-273-13/+4
* Delete casts to off_t and size_t that are implied by assignmentsguenther2016-09-211-2/+2
* We are done providing support for the vax.deraadt2016-03-091-3/+1
* Wrap the remaining __*dtoa() functions so that internal calls go directguenther2015-09-146-2/+20
* Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther2015-09-135-5/+8
* hide __dtoa_locks as a static in the single use case; ok guentherderaadt2015-09-104-10/+6
* Hide many (194!) symbols that nothing should be using.guenther2015-08-265-6/+6
* Only need <stdint.h> and not all of <inttypes.h> hereguenther2014-08-101-2/+2
* 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