Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bump development version to 1.1devel | Mark Pulford | 2012-03-04 | 1 | -56/+0 |
| | |||||
* | Update archive download URL | Mark Pulford | 2012-03-04 | 1 | -1/+1 |
| | |||||
* | Update rockspec to install lua2json/json2lua | Mark Pulford | 2012-03-04 | 1 | -0/+9 |
| | |||||
* | Update all package descriptions for consistency | Mark Pulford | 2012-01-02 | 1 | -3/+7 |
| | |||||
* | Add build option to disable invalid numbers | Mark Pulford | 2012-01-01 | 1 | -4/+7 |
| | | | | | Windows MinGW doesn't convert Infinity/NaN/hexadecimal numbers. Add DISABLE_INVALID_NUMBERS build option option to disable invalid numbers. | ||||
* | Add fpconv to work around comma decimal points | Mark Pulford | 2011-12-30 | 1 | -2/+2 |
| | | | | | | | | 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 | ||||
* | Remove POSIX locale workaround | Mark Pulford | 2011-12-29 | 1 | -14/+1 |
| | |||||
* | Automate package releases with build-packages.sh | Mark Pulford | 2011-12-15 | 1 | -0/+53 |
build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly |