redict/deps
Matt Stancliff 4fdcd213f0 Lua: Upgrade cjson to 2.1.0 (2012-03-01)
The new cjson has some improvements over our current version including
increased platform compatability, a new resource limit to restrict
decode depth, and better invalid number handling.

One minor change was required to deps/Makefile because this version
of cjson doesn't export itself globally, so we added a quick little
define of -DENABLE_CJSON_GLOBAL.

cjson now has an optional higher performing float parsing interface,
but we are not including it (g_fmt.c, dtoa.c) because it requires
endianness declaration during compile time.

This commit is exactly lua_cjson.c from 2.1.0 with one minor
change of altering the two Lua includes for local search
instead of system-wide importing.
2014-11-14 17:08:33 +01:00
..
hiredis Fix typos 2014-09-29 06:49:07 -04:00
jemalloc Jemalloc updated to 3.6.0. 2014-06-20 14:59:20 +02:00
linenoise Linenoise README updated to match source code. 2014-10-06 09:49:44 +02:00
lua Lua: Upgrade cjson to 2.1.0 (2012-03-01) 2014-11-14 17:08:33 +01:00
Makefile Lua: Upgrade cjson to 2.1.0 (2012-03-01) 2014-11-14 17:08:33 +01:00
update-jemalloc.sh Jemalloc update script added. 2014-06-20 14:53:57 +02:00