aboutsummaryrefslogtreecommitdiff
path: root/fpconv.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: Lua 5.3 + 5.4 integer support, with CI and conflicts fixed.Hisham Muhammad2024-06-111-1/+1
* optimization: add void to functions with no arguments to prevent compiler war...lijunlong2023-02-221-2/+2
* feature: supports MS C compiler older than VC2012.spacewander2017-01-311-0/+6
* fix 16 decimal number encoding assertionThibault Charbonnier2016-02-261-1/+1
* Update copyright date range to include 2012Mark Pulford2012-03-041-0/+24
* Use static strtod() buffer where possibleMark Pulford2012-03-041-5/+13
* Sanitise locale code, comments and documentationMark Pulford2012-01-011-26/+44
* Fix minor warning from Clang analyzerMark Pulford2011-12-311-1/+1
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-0/+155