aboutsummaryrefslogtreecommitdiff
path: root/lua_cjson.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Generate error when attempting to decode UTF-16/32Mark Pulford2011-05-081-0/+8
* Add UTF-16 surrogate pair decode supportMark Pulford2011-05-081-9/+56
* Rework runtime config optionsMark Pulford2011-05-071-56/+118
* Escape forward slash when encodingMark Pulford2011-05-071-1/+1
* Fix strbuf_t leak on lua_close()Mark Pulford2011-05-051-3/+20
* Generate parse error for invalid leading zerosMark Pulford2011-05-031-8/+17
* Preallocate temporary decode string bufferMark Pulford2011-05-031-11/+14
* Add strbuf_reset() to reset string lengthMark Pulford2011-05-031-2/+2
* Escape all unprintable ASCII when encodingMark Pulford2011-05-031-47/+94
* Implement minor performance improvementsMark Pulford2011-05-031-42/+50
* Add build and package supportMark Pulford2011-05-011-0/+4
* Update lua_cjson.c with minor fixesMark Pulford2011-05-011-6/+3
* Support optionally parsing Inf/NaN/Hex numbersMark Pulford2011-05-011-31/+73
* Add MIT license and update lua_cjson.c caveatsMark Pulford2011-05-011-18/+34
* Detect and throw error when parsing hexadecimalMark Pulford2011-05-011-10/+20
* Simplify generating parse error tokensMark Pulford2011-05-011-28/+29
* Throw error on Inf/NaN by default when encodingMark Pulford2011-05-011-16/+49
* Improve encoding exception error formatMark Pulford2011-05-011-6/+7
* Add detailed parse error reportingMark Pulford2011-05-011-19/+45
* Move static configuration into runtime userdataMark Pulford2011-05-011-137/+230
* Encode very sparse arrays as objectsMark Pulford2011-05-011-1/+14
* Create "cjson" Lua module, support UCS-2 escapesMark Pulford2011-05-011-0/+780