summaryrefslogtreecommitdiffstats
path: root/lib/libc/gdtoa
AgeCommit message (Expand)AuthorFilesLines
2020-05-31Fix printing long doubles on architectures with hm and lm bits.mortimer1-11/+13
2018-04-27Fix typo in binary-float example in commentguenther1-2/+2
2017-07-27Use stdrup, to avoid clang whining about the length parameters beingderaadt3-13/+4
2016-09-21Delete casts to off_t and size_t that are implied by assignmentsguenther1-2/+2
2016-03-09We are done providing support for the vax.deraadt1-3/+1
2015-09-14Wrap the remaining __*dtoa() functions so that internal calls go directguenther6-2/+20
2015-09-13Wrap <stdlib.h> so that calls go direct and the symbols not in theguenther5-5/+8
2015-09-10hide __dtoa_locks as a static in the single use case; ok guentherderaadt4-10/+6
2015-08-26Hide many (194!) symbols that nothing should be using.guenther5-6/+6
2014-08-10Only need <stdint.h> and not all of <inttypes.h> hereguenther1-2/+2
2011-07-03Swap bitmask values around so that STRTOG_Neg doesn't get affectedmartynas1-6/+6
2011-07-02Rebase on gdtoa-20110428; contains fixes for absurdly long inputsmartynas14-612/+696
2010-02-03Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependentmiod1-4/+4
2009-10-16teach gdtoa & its subroutines that malloc can fail; in which casemartynas42-2986/+381
2009-08-07define substitution in some cases might happen after prototypes aremartynas1-37/+37
2009-06-11don't use freelist if it overruns; use heap memory instead notmartynas1-2/+6
2008-12-12strcpy -> strlcpy; ok mbalmer@ martynas@otto4-8/+14
2008-12-09bugfix update to gdtoa 2008-10-10. ok millert@, tested by manymartynas23-151/+499
2008-10-21build w/ USE_LOCALE. ok millert@martynas1-1/+2
2008-09-07- replace dtoa w/ David's gdtoa, version 2008-03-15martynas51-0/+10023