aboutsummaryrefslogtreecommitdiff
path: root/fpconv.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c lijunlong2023-02-221-1/+11
* optimization: add void to functions with no arguments to prevent compiler war...lijunlong2023-02-221-2/+2
* fixed the warning "inline function ‘fpconv_init’ declared but never defin...2.1.0.3rc2Yichun Zhang (agentzh)2015-11-011-1/+1
* Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONVMark Pulford2012-03-041-1/+1
* Use internal dtoa/strtod for double conversionMark Pulford2012-03-041-1/+9
* Sanitise locale code, comments and documentationMark Pulford2012-01-011-2/+5
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-0/+11