aboutsummaryrefslogtreecommitdiff
path: root/fpconv.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix minor warning from Clang analyzerMark Pulford2011-12-311-1/+1
|
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-0/+155
Create a separate buffer and translate comma <> dot before calling strtod(), and after calling sprintf() as required. - Add "update_locale" Lua API call and init locale on module load. - Move sprintf format string to fpconv