| Commit message (Expand) | Author | Files | Lines |
2012-03-04 | Add release notes for 2.1.0 release2.1.0 | Mark Pulford | 1 | -0/+4 |
2012-03-04 | Bump version to 2.1devel | Mark Pulford | 7 | -13/+13 |
2012-03-04 | Work around Solaris make limitations | Mark Pulford | 1 | -5/+8 |
2012-03-04 | Work around Solaris awk limitations | Mark Pulford | 1 | -3/+4 |
2012-03-04 | Add cjson.safe module to suppress exceptions | Mark Pulford | 3 | -12/+94 |
2012-03-04 | Update release date for 2.0.0 to 22 Jan 20122.0.0 | Mark Pulford | 4 | -4/+4 |
2012-03-04 | Update NEWS for 2.0.0 release | Mark Pulford | 1 | -4/+13 |
2012-03-04 | Add changelog extra to RPM spec for 2.0.0 | Mark Pulford | 1 | -4/+8 |
2012-03-04 | Remove ENABLE_CJSON_GLOBAL option | Mark Pulford | 3 | -8/+0 |
2012-03-04 | Escape tilde characters in documentation | Mark Pulford | 2 | -6/+6 |
2012-03-04 | Update manual for clarity and consistency | Mark Pulford | 1 | -189/+234 |
2012-03-04 | Update performance documentation for clarity | Mark Pulford | 1 | -24/+44 |
2012-03-04 | Update LuaRocks/RPM descriptions | Mark Pulford | 2 | -8/+8 |
2012-03-04 | Force binary file mode in util.lua | Mark Pulford | 1 | -2/+2 |
2012-03-04 | Reduce length of CMake option descriptions | Mark Pulford | 1 | -3/+2 |
2012-03-04 | Ignore DISABLE_INVALID_NUMBERS with builtin fpconv | Mark Pulford | 2 | -13/+16 |
2012-03-04 | Rename USE_INTERNAL_DTOA to USE_INTERNAL_FPCONV | Mark Pulford | 4 | -7/+7 |
2012-03-04 | Support building packages with version tags >1.x | Mark Pulford | 1 | -2/+2 |
2012-03-04 | Convert perf results to HTML and update for 2.0.0 | Mark Pulford | 4 | -53/+74 |
2012-03-04 | Add MULTIPLE_THREADS to Makefile #define list | Mark Pulford | 1 | -1/+3 |
2012-03-04 | Bump version to 2.0devel | Mark Pulford | 8 | -14/+14 |
2012-03-04 | Simplify string.format() calls | Mark Pulford | 3 | -15/+14 |
2012-03-04 | Fix runtests.sh after API change and file moves | Mark Pulford | 1 | -5/+5 |
2012-03-04 | Create separate tests for numbers w/leading zeros | Mark Pulford | 1 | -3/+8 |
2012-03-04 | Fix string length returned by g_fmt.c for |x|<1 | Mark Pulford | 1 | -0/+1 |
2012-03-04 | Reserve stack slot for luaL_error() during encode | Mark Pulford | 1 | -4/+11 |
2012-03-04 | Add an RPM %preun script to remove utf8.dat | Mark Pulford | 1 | -0/+4 |
2012-03-04 | Remove deprecated "refuse_invalid_numbers" | Mark Pulford | 2 | -40/+2 |
2012-03-04 | Bump development version to 1.1devel | Mark Pulford | 7 | -13/+13 |
2012-03-04 | Disable registration of cjson global variable | Mark Pulford | 5 | -14/+9 |
2012-03-04 | Return boolean values from configuration functions | Mark Pulford | 2 | -16/+19 |
2012-03-04 | Add CMake option to toggle DISABLE_CJSON_GLOBAL | Mark Pulford | 1 | -0/+5 |
2012-03-04 | Add depth/index to decode depth error message | Mark Pulford | 2 | -4/+8 |
2012-03-04 | Fix Lua C function stack overflow during encoding | Mark Pulford | 2 | -7/+21 |
2012-03-04 | Update archive download URL | Mark Pulford | 2 | -2/+2 |
2012-03-04 | Recommend genutf8.pl when utf8.dat is missing | Mark Pulford | 1 | -1/+1 |
2012-03-04 | Add "throw error" to test descriptions | Mark Pulford | 1 | -41/+41 |
2012-03-04 | Test config API errors and setting configuration | Mark Pulford | 1 | -28/+66 |
2012-03-04 | Tidy tests and improve coverage | Mark Pulford | 2 | -85/+113 |
2012-03-04 | Place nested data structure inline with tests | Mark Pulford | 1 | -4/+2 |
2012-03-04 | Gather all test data into a table | Mark Pulford | 1 | -20/+32 |
2012-03-04 | Add descriptions to all tests | Mark Pulford | 2 | -160/+204 |
2012-03-04 | Simplify configuration function code | Mark Pulford | 1 | -60/+47 |
2012-03-04 | Merge lua_json_decode() into json_decode() | Mark Pulford | 1 | -28/+14 |
2012-03-04 | Add tests for decode_max_depth() | Mark Pulford | 1 | -5/+13 |
2012-03-04 | Use Lua CJSON instead of CJSON in documentation | Mark Pulford | 1 | -3/+3 |
2012-03-04 | Update copyright date range to include 2012 | Mark Pulford | 5 | -6/+30 |
2012-03-04 | Change default nesting limits to 1000 | Mark Pulford | 2 | -5/+5 |
2012-03-04 | Improve benchmark stability | Mark Pulford | 1 | -7/+36 |
2012-03-04 | Use static strtod() buffer where possible | Mark Pulford | 1 | -5/+13 |