aboutsummaryrefslogtreecommitdiff
path: root/lua-cjson-1.0devel-1.rockspec (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-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 workaroundMark Pulford2011-12-291-14/+1
|
* Automate package releases with build-packages.shMark Pulford2011-12-151-0/+53
build-packages.sh has several advantages: - Automatically bumps version numbers - Builds HTML documentation on the fly