Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpx/lua-cjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-08-24CJSON_EXPORT for msvcichenq
2016-04-13Fix build with g++Mark Pulford
2012-03-04Use Javascript compat values for Infinity/NaNMark Pulford
2012-03-04Bump version to 2.1develMark Pulford
2012-03-04Add cjson.safe module to suppress exceptionsMark Pulford
2012-03-04Ignore DISABLE_INVALID_NUMBERS with builtin fpconvMark Pulford
2012-03-04Bump version to 2.0develMark Pulford
2012-03-04Reserve stack slot for luaL_error() during encodeMark Pulford
2012-03-04Remove deprecated "refuse_invalid_numbers"Mark Pulford
2012-03-04Bump development version to 1.1develMark Pulford
2012-03-04Disable registration of cjson global variableMark Pulford
2012-03-04Return boolean values from configuration functionsMark Pulford
2012-03-04Add depth/index to decode depth error messageMark Pulford
2012-03-04Fix Lua C function stack overflow during encodingMark Pulford
2012-03-04Simplify configuration function codeMark Pulford
2012-03-04Merge lua_json_decode() into json_decode()Mark Pulford
2012-03-04Update copyright date range to include 2012Mark Pulford
2012-03-04Change default nesting limits to 1000Mark Pulford
2012-03-04Add option to encode invalid numbers as "null"Mark Pulford
2012-03-04Add configurable decode nesting limitMark Pulford
2012-03-04Improve performance by tracking decode ptrMark Pulford
2012-01-02Fix typos (lists, hexadecimal)Mark Pulford
2012-01-01Add build option to disable invalid numbersMark Pulford
2012-01-01Sanitise locale code, comments and documentationMark Pulford
2011-12-31Minor code cleanupMark Pulford
2011-12-31Remove "update_locale" Lua functionMark Pulford
2011-12-31Add option for private bufferMark Pulford
2011-12-31Remove shared current_depth var from cfg structMark Pulford
2011-12-30Add support for Lua 5.2 and cjson.newMark Pulford
2011-12-30Add fpconv to work around comma decimal pointsMark Pulford
2011-12-29Remove POSIX locale workaroundMark Pulford
2011-12-24Fix typo in lua_cjson.cMark Pulford
2011-12-15Automate package releases with build-packages.shMark Pulford
2011-12-13Remove external VERSION #define for lua_cjson.cMark Pulford
2011-11-29Add workaround to handle platforms that print -nanMark Pulford
2011-11-29Remove unused escape table init codeMark Pulford
2011-11-29Suppress isinf() define when it already existsMark Pulford
2011-10-07Add USE_POSIX_SETLOCALE optionMark Pulford
2011-10-07Rename MISSING_ISINF to USE_INTERNAL_ISINFMark Pulford
2011-10-05Support locales which use comma decimal separatorsMark Pulford
2011-10-05Fix out of date comment (json_config_key)Mark Pulford
2011-09-15Update comment to match docs (very -> excessively)Mark Pulford
2011-08-11Add work around for missing isinf() on SolarisMark Pulford
2011-08-10Fix detection of objects with numeric string keysMark Pulford
2011-05-29Add support for runtime number precision configMark Pulford
2011-05-10Remove trailing whitespace1.0.1Mark Pulford
2011-05-10Add runtime option for persistent encode bufferMark Pulford
2011-05-10Fix memory leak when throwing stack overflow errorMark Pulford
2011-05-10Remove whitespace from generated JSON outputMark Pulford
2011-05-08Tidy and reformat lua_cjson.c (minor)Mark Pulford