* Added own custom version of Lua
authorSteven Barth <steven@midlink.org>
Sat, 5 Apr 2008 15:12:02 +0000 (15:12 +0000)
committerSteven Barth <steven@midlink.org>
Sat, 5 Apr 2008 15:12:02 +0000 (15:12 +0000)
commit6adf7451cff19b48dd75762e9242becb8a51e247
treea3f82935db2ce9ef68bc59fa1d973d8b2c33e167
parent55c2ac261f7bc865cf7fc2abe6c69ffd87a098ac
* Added own custom version of Lua
* Updated Lua to produce architecture-independent bytecode
* Updated Lua to load bytecode from different endianess
* Updated Lua to use optimized integer arithmetic for CPUs without an FPU
* Updated haserl-lua to fit to optimized Lua version (hopefully this should fix: "bad header in precompiled chunk" on some platforms)
* Luci core will now be bytecompiled and stripped by default to save disk space and CPU time
contrib/package/ffluci/Makefile
contrib/package/haserl-lua/Makefile
contrib/package/haserl-lua/patches/200-bytecode-header-luci [new file with mode: 0644]
contrib/package/lua-luci/Makefile [new file with mode: 0644]
contrib/package/lua-luci/patches/010-lua-5.1.3-lnum-full-260308.patch [new file with mode: 0644]
contrib/package/lua-luci/patches/020-shared_liblua.patch [new file with mode: 0644]
contrib/package/lua-luci/patches/030-archindependent-bytecode.patch [new file with mode: 0644]
contrib/package/luaposix/Makefile