Commit Graph

11 Commits

Author SHA1 Message Date
706056ca16 fix lua_cmsgpack pack map as array 2013-08-13 17:48:40 +08:00
2b427a89fb Lua updated to version 5.1.5. 2013-04-29 12:02:01 +02:00
ca0b1c2436 Inherit CC for Lua 2013-04-02 11:26:50 +02:00
153766e137 Lua struct library updated to version 0.2.
There was a bug in the previous version of this library that caused a
crash under the circumstances described in issue #901.

The newer version of the library appears to be fixed (I tested it
manually with valgrind and everything seems fine now).

For more information about this library please visit this web site:

    http://www.inf.puc-rio.br/~roberto/struct/
2013-01-23 10:53:31 +01:00
36e6637dfd lua_cmsgpack.c added 2012-02-24 15:46:25 +01:00
63505e0b59 Lua_cmsgpack added to Redis scripting. 2012-02-24 15:45:16 +01:00
2f75bbab02 added lua struct c extension 2012-02-13 21:05:21 +00:00
b28d0461b4 32bit build fixed, broken by a previous commit fixing build on Solaris 2011-11-08 21:00:52 +01:00
34296ae890 Lua cjson include paths now use the local includes. 2011-10-19 16:57:54 +02:00
15108778d5 JSON support for Lua scripting, based on work from @lp, thanks!. We are using the good and fast cjson by Mark Pulford. 2011-10-19 16:42:10 +02:00
21d3294c70 makefile adapted to link against lua lib and to pass the 32bit flag to Lua building system 2011-05-25 12:32:43 +02:00