aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Limit significant digits in numbers.json to 14Mark Pulford2012-03-041-6/+6
* Add error checking to dtoa locking primitivesMark Pulford2012-03-041-4/+12
* Document dtoa build optionsMark Pulford2012-03-041-0/+16
* Use internal dtoa/strtod for double conversionMark Pulford2012-03-046-16/+123
* Merge branch 'vendor-netlib-dtoa'Mark Pulford2012-03-042-0/+4460
|\
| * Added Netlib dtoa.c/g_fmt.c routines (20110428)Mark Pulford2011-12-292-0/+4460
* | Add support for Lua 5.2 environments to lua2jsonMark Pulford2012-01-031-9/+23
* | Rename encode/decode scripts to lua2json/json2luaMark Pulford2012-01-032-6/+6
* | Convert common.lua into cjson-misc moduleMark Pulford2012-01-035-35/+43
* | Tidy Makefile sections and commentsMark Pulford2012-01-021-17/+16
* | Fix Windows TARGET modificationsMark Pulford2012-01-021-3/+3
* | Fix typos (lists, hexadecimal)Mark Pulford2012-01-022-9/+9
* | Update all package descriptions for consistencyMark Pulford2012-01-023-9/+19
* | Add build option to disable invalid numbersMark Pulford2012-01-014-16/+39
* | Sanitise locale code, comments and documentationMark Pulford2012-01-014-41/+71
* | Add Windows MinGW target to MakefileMark Pulford2012-01-011-4/+12
* | Add NDEBUG to performance CFLAGSMark Pulford2011-12-311-1/+1
* | Remove redundant comment from test.luaMark Pulford2011-12-311-7/+0
* | Update NEWS for 1.0.5Mark Pulford2011-12-311-1/+5
* | Minor code cleanupMark Pulford2011-12-311-10/+12
* | Remove "update_locale" Lua functionMark Pulford2011-12-312-10/+2
* | Add option for private bufferMark Pulford2011-12-311-26/+44
* | Fix minor warning from Clang analyzerMark Pulford2011-12-311-1/+1
* | Remove shared current_depth var from cfg structMark Pulford2011-12-311-25/+17
* | Remove strbuf:die() from global symbol tableMark Pulford2011-12-301-1/+1
* | Add support for Lua 5.2 and cjson.newMark Pulford2011-12-308-47/+122
* | Add fpconv to work around comma decimal pointsMark Pulford2011-12-308-20/+206
* | Remove POSIX locale workaroundMark Pulford2011-12-296-124/+4
* | Display success when all tests passMark Pulford2011-12-301-3/+4
* | Display failed test count (test.lua)Mark Pulford2011-12-261-1/+1
* | Generate git tag based version number for packagesMark Pulford2011-12-261-20/+10
* | Fix typo in lua_cjson.cMark Pulford2011-12-241-1/+1
* | Clarify optional args and return valuesMark Pulford2011-12-201-0/+15
* | Add original JSON parser design outlineMark Pulford2011-12-201-0/+50
* | Add .gitignore for object files, html, extra dirsMark Pulford2011-12-202-0/+9
* | Remove cjson prefix from function headingsMark Pulford2011-12-201-18/+18
* | Add UTF-8 caution to manual (and misc changes)Mark Pulford2011-12-201-10/+24
* | Update manual (various minor improvements)Mark Pulford2011-12-151-84/+79
* | Add CMake build documentationMark Pulford2011-12-151-7/+26
* | Remove TODO from releasesMark Pulford2011-12-153-5/+2
* | Update examples in documentationMark Pulford2011-12-151-32/+16
* | Rewrite cjson.encode_sparse_array documentationMark Pulford2011-12-151-29/+25
* | Clean up build options documentation in manualMark Pulford2011-12-151-8/+7
* | Automate package releases with build-packages.shMark Pulford2011-12-158-29/+82
* | Remove quirks section from manualMark Pulford2011-12-141-74/+55
* | Add support for building via CMakeMark Pulford2011-12-132-0/+57
* | Update build testing to show test counts/failuresMark Pulford2011-12-133-7/+28
* | Order API functions in manual alphabeticallyMark Pulford2011-12-131-81/+81
* | Remove external VERSION #define for lua_cjson.cMark Pulford2011-12-133-5/+9
* | Ensure build tests only use the current cjson.soMark Pulford2011-12-131-6/+13