summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/spl-util.h
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-09-29 22:49:16 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-09-29 22:49:16 -0700
commit5c67594c4d192cdd9c5490969d261da1e5244a75 (patch)
treed40fed52975abe1446b2b9bdfc026316a12295cb /crawl-ref/source/spl-util.h
parentc4c474d09dc2af42c5f7c03434315efab60854da (diff)
downloadcrawl-ref-5c67594c4d192cdd9c5490969d261da1e5244a75.tar.gz
crawl-ref-5c67594c4d192cdd9c5490969d261da1e5244a75.zip
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>
Diffstat (limited to 'crawl-ref/source/spl-util.h')
0 files changed, 0 insertions, 0 deletions