[lua] More madmutt package upgrades:
authorPierre Habouzit <madcoder@debian.org>
Sun, 11 Mar 2007 15:29:28 +0000 (16:29 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sun, 11 Mar 2007 15:29:28 +0000 (16:29 +0100)
commit88d22daa9c1316d5ccc4b4bb60d40cc96c767757
treedc629c4eca6c494ebf3ea79b71f8046bfb88da46
parent6729a8ab646a00a661858b7ac7ee21f770bff3d3
[lua] More madmutt package upgrades:

  * make madmutt be a table where we deal with __index to only allow a few
    updates.
  * add a lua-token thing, to recognize efficiently fields we often work
    with.

Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-lua/.gitignore [new file with mode: 0644]
lib-lua/Makefile.am
lib-lua/lib-lua_priv.h
lib-lua/lua-token.sh [new file with mode: 0644]
lib-lua/madmutt.c
lib-lua/runtime.c