summaryrefslogtreecommitdiff
path: root/src/lj_strscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix builtin string to number conversion for INT_MIN.Mike Pall2012-10-241-11/+10
* Fix underflow handling in builtin string to number conversion.Mike Pall2012-08-271-1/+1
* Replace strtod() with builtin string to number conversion.Mike Pall2012-08-251-0/+497