Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feature: supports MS C compiler older than VC2012. | spacewander | 2017-01-31 | 1 | -0/+6 |
| | | | | Signed-off-by: Yichun Zhang (agentzh) <agentzh@gmail.com> | ||||
* | fix 16 decimal number encoding assertion | Thibault Charbonnier | 2016-02-26 | 1 | -1/+1 |
| | |||||
* | Update copyright date range to include 2012 | Mark Pulford | 2012-03-04 | 1 | -0/+24 |
| | |||||
* | Use static strtod() buffer where possible | Mark Pulford | 2012-03-04 | 1 | -5/+13 |
| | | | | | Use static strtod() buffer where possible to improve performance 5-10% under locales with a comma decimal point. | ||||
* | Sanitise locale code, comments and documentation | Mark Pulford | 2012-01-01 | 1 | -26/+44 |
| | |||||
* | Fix minor warning from Clang analyzer | Mark Pulford | 2011-12-31 | 1 | -1/+1 |
| | |||||
* | Add fpconv to work around comma decimal points | Mark Pulford | 2011-12-30 | 1 | -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 |