Lua updated to v5.1.4

Worth noting that this was done as follows, to preserve the project-specific changes we've made:

wget http://www.lua.org/ftp/lua-5.1.2.tar.gz wget http://www.lua.org/ftp/lua-5.1.4.tar.gz tar -xzf lua-5.1.2.tar.gz tar -xzf lua-5.1.4.tar.gz cd lua-5.1.2 git init git add . git commit -sv -m "Lua 5.1.2" rsync –exclude .git ../lua-5.1.4/. . git commit -asv -m "Lua 5.1.4" git checkout -b patched-version HEAD~1 rsync –exclude .git ~/Development/crawl-ref/crawl-ref/source/util/lua/. . git commit -asv -m "patched" git rebase master

And voila, we've rebased our patches with the latest Lua!

Signed-off-by: Steven Noonan <steven@uplinklabs.net>

Created by  Steven Noonan  on September 30, 2009
O36OCWFVX3MACGAMLSBWNCC5S3LK5KEK4PCAXXXORZHBREG2TRQAC
In channels
main
Change contents