aboutsummaryrefslogtreecommitdiff
path: root/dtoa.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: add comment for dtoa.c.lijunlong2024-08-011-0/+4
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-28/+83
* Add updated netlib dtoa.c from https://netlib.sandia.gov/fp/dtoa.c lijunlong2023-02-221-510/+2353
* bugfix: fixed bugs suspected by cppcheck: shift signed 32-bit value by 31 bit...Johnny Wang2021-10-191-3/+7
* Use Javascript compat values for Infinity/NaNMark Pulford2012-03-041-2/+2
* Use internal dtoa/strtod for double conversionMark Pulford2012-03-041-4/+6
* Added Netlib dtoa.c/g_fmt.c routines (20110428)Mark Pulford2011-12-291-0/+4356