summaryrefslogtreecommitdiff
path: root/deps/lua/src
Commit message (Expand)AuthorAgeFilesLines
* Lua cmsgpack lib updated to latest version.antirez2014-12-121-26/+27
* Simplify lua_cmsgpack macro and fix build on old Linux distros.antirez2014-12-051-7/+1
* Fix lua-cmsgpack 64 bit integer on 32 bit platformMatt Stancliff2014-11-241-14/+32
* lua_cjson.c Lua includes: angled -> quoted.antirez2014-11-141-2/+2
* Merge remote-tracking branch 'origin/unstable' into unstableantirez2014-11-142-1/+191
|\
| * Lua: Add bitopMatt Stancliff2014-10-092-1/+191
* | Lua: upgrade cmsgpack to 0.4.0Matt Stancliff2014-11-141-90/+305
* | Lua: remove new warning added by cjson headerMatt Stancliff2014-11-141-1/+1
* | Lua: Use Redis solaris compatability for cjson tooMatt Stancliff2014-11-141-0/+2
* | Lua: Upgrade cjson to 2.1.0 (2012-03-01)Matt Stancliff2014-11-146-309/+674
|/
* fix lua_cmsgpack pack map as arrayyihuang2013-08-271-1/+1
* Lua updated to version 5.1.5.antirez2013-04-2913-31/+35
* Inherit CC for LuaJohan Bergström2013-03-161-1/+1
* Lua struct library updated to version 0.2.antirez2013-01-231-52/+119
* lua_cmsgpack.c addedantirez2012-02-241-0/+729
* Lua_cmsgpack added to Redis scripting.antirez2012-02-241-1/+1
* added lua struct c extensionlsbardel2012-02-132-1/+355
* 32bit build fixed, broken by a previous commit fixing build on Solarisantirez2011-11-081-4/+4
* Lua cjson include paths now use the local includes.antirez2011-10-191-2/+2
* JSON support for Lua scripting, based on work from @lp, thanks!. We are using...antirez2011-10-194-2/+1694
* makefile adapted to link against lua lib and to pass the 32bit flag to Lua bu...antirez2011-05-2556-0/+17141