summaryrefslogtreecommitdiff
path: root/lua_cjson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: now we allow up to 16 decimal places in JSON number encoding via cjs...2.1.0.3Brandon2015-11-041-1/+1
* feature: applied Jiale Zhi's patch to add the new config function encode_empt...2.1.0.1Yichun Zhang (agentzh)2014-02-181-1/+13
* Use Javascript compat values for Infinity/NaNMark Pulford2012-03-041-4/+12
* Bump version to 2.1develMark Pulford2012-03-041-1/+1
* Add cjson.safe module to suppress exceptionsMark Pulford2012-03-041-0/+58
* Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford2012-03-041-12/+14
* Bump version to 2.0develMark Pulford2012-03-041-1/+1
* Reserve stack slot for luaL_error() during encodeMark Pulford2012-03-041-4/+11
* Remove deprecated "refuse_invalid_numbers"Mark Pulford2012-03-041-38/+0
* Bump development version to 1.1develMark Pulford2012-03-041-1/+1
* Disable registration of cjson global variableMark Pulford2012-03-041-7/+2
* Return boolean values from configuration functionsMark Pulford2012-03-041-5/+8
* Add depth/index to decode depth error messageMark Pulford2012-03-041-2/+3
* Fix Lua C function stack overflow during encodingMark Pulford2012-03-041-7/+12
* Simplify configuration function codeMark Pulford2012-03-041-60/+47
* Merge lua_json_decode() into json_decode()Mark Pulford2012-03-041-28/+14
* Update copyright date range to include 2012Mark Pulford2012-03-041-2/+2
* Change default nesting limits to 1000Mark Pulford2012-03-041-2/+2
* Add option to encode invalid numbers as "null"Mark Pulford2012-03-041-65/+109
* Add configurable decode nesting limitMark Pulford2012-03-041-35/+63
* Improve performance by tracking decode ptrMark Pulford2012-03-041-46/+49
* Fix typos (lists, hexadecimal)Mark Pulford2012-01-021-2/+2
* Add build option to disable invalid numbersMark Pulford2012-01-011-0/+15
* Sanitise locale code, comments and documentationMark Pulford2012-01-011-5/+2
* Minor code cleanupMark Pulford2011-12-311-10/+12
* Remove "update_locale" Lua functionMark Pulford2011-12-311-8/+0
* Add option for private bufferMark Pulford2011-12-311-26/+44
* Remove shared current_depth var from cfg structMark Pulford2011-12-311-25/+17
* Add support for Lua 5.2 and cjson.newMark Pulford2011-12-301-16/+57
* Add fpconv to work around comma decimal pointsMark Pulford2011-12-301-15/+21
* Remove POSIX locale workaroundMark Pulford2011-12-291-72/+0
* Fix typo in lua_cjson.cMark Pulford2011-12-241-1/+1
* Automate package releases with build-packages.shMark Pulford2011-12-151-1/+1
* Remove external VERSION #define for lua_cjson.cMark Pulford2011-12-131-1/+5
* Add workaround to handle platforms that print -nanMark Pulford2011-11-291-6/+11
* Remove unused escape table init codeMark Pulford2011-11-291-26/+0
* Suppress isinf() define when it already existsMark Pulford2011-11-291-2/+2
* Add USE_POSIX_SETLOCALE optionMark Pulford2011-10-071-8/+30
* Rename MISSING_ISINF to USE_INTERNAL_ISINFMark Pulford2011-10-071-2/+2
* Support locales which use comma decimal separatorsMark Pulford2011-10-051-0/+51
* Fix out of date comment (json_config_key)Mark Pulford2011-10-051-1/+1
* Update comment to match docs (very -> excessively)Mark Pulford2011-09-151-1/+1
* Add work around for missing isinf() on SolarisMark Pulford2011-08-111-0/+4
* Fix detection of objects with numeric string keysMark Pulford2011-08-101-1/+1
* Add support for runtime number precision configMark Pulford2011-05-291-3/+40
* Remove trailing whitespace1.0.1Mark Pulford2011-05-101-9/+9
* Add runtime option for persistent encode bufferMark Pulford2011-05-101-14/+47
* Fix memory leak when throwing stack overflow errorMark Pulford2011-05-101-2/+11
* Remove whitespace from generated JSON outputMark Pulford2011-05-101-8/+8
* Tidy and reformat lua_cjson.c (minor)Mark Pulford2011-05-091-12/+9