15 Commits (22585e578b675071f0983d1156fb6ef546cb4f7c)

Author SHA1 Message Date
Steven Barth 4b7249183c Updated Lua to 5.1.4 16 years ago
Felix Fietkau e219aaf034 lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars) 16 years ago
Felix Fietkau 62333dabe1 improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test 16 years ago
Felix Fietkau e9ea28b0af use $(FPIC) in a few places where it matters 16 years ago
Florian Fainelli 890c213508 x86_64 also needs -fPIC to create lua shared libraries 16 years ago
Steven Barth a1031eeb23 lua: Remove -fPIC for non-powerpc platforms 16 years ago
Steven Barth 76215afdec lua: Fixed some cross-platform issues for PPC (and probably other architectures) 16 years ago
Felix Fietkau 554ddcf755 fix liblua symlink installation 17 years ago
Steven Barth f3bc063753 Added missing header reference to InstallDev target 17 years ago
Felix Fietkau d8d15cb1c0 fix lua compile issues on ixp4xx (EABI) by linking libgcc into liblua 17 years ago
Felix Fietkau 6fa85238f5 add updated lua patchset from Steven Barth (cyrus) as explained in http://lists.openwrt.org/pipermail/openwrt-devel/2008-May/002170.html 17 years ago
Felix Fietkau ffc0827b65 fix lua compile configuration error 17 years ago
Felix Fietkau 19cb0b3693 fix lua cflags 17 years ago
Felix Fietkau 77760bba21 remove lua's dependency on libreadline and libncurses 17 years ago
Felix Fietkau 1563615bed move lua from packages/ to trunk in anticipation of upcoming stuff ;) 17 years ago