summaryrefslogtreecommitdiff
path: root/lua_cjson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* feature: add option to disable forward slash escaping2.1.0.8rc12.1.0.8Jesper Lundgren2020-03-241-0/+18
* bugfix: we now only apply the lightuserdata mask on platforms that are at lea...2.1.0.7rc22.1.0.7罗泽轩2018-12-071-0/+5
* feature: ported to the ARM64 platform by masking off the bits higher than 47-...2.1.0.7rc1spacewander2018-10-171-9/+14
* bumped version to 2.1.0.6.2.1.0.6Yichun Zhang (agentzh)2018-04-191-1/+1
* optimize: improved forward-compatibility with older versions of Lua/LuaJIT.Thibault Charbonnier2018-01-021-6/+9
* bugfix: fixed the C compiler warning "SO C90 forbids mixed declarations and c...2.1.0.6rc2Yichun Zhang (agentzh)2017-11-171-2/+3
* feature: set cjson.array_mt on decoded JSON arrays.2.1.0.6rc1Thibault Charbonnier2017-11-171-0/+21
* feature: added new cjson.array_mt metatable to allow enforcing JSON array enc...Thibault Charbonnier2017-11-151-17/+46
* bugfix: fixed a -Wsign-compare compiler warning.gnought2017-04-101-1/+1
* bugfix: conditionally build luaL_setfuncs() function as the latest LuaJIT v2....2.1.0.5Datong Sun2017-04-051-2/+3
* feature: supports MS C compiler older than VC2012.spacewander2017-01-311-0/+10
* bugfix: preserve 'empty_array_mt' behavior upon multiple loadings of the module.Thibault Charbonnier2016-12-171-3/+14
* bugfix: fixed compilation errors from the Microsoft C compiler.Tim Chen2016-11-061-0/+6
* feat: cjson.as_array metamethod to enforce empty array encodingThibault Charbonnier2016-03-031-3/+34
* 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