Commit Graph

11 Commits (66023e9c61f670eafff031de7d7afa1ac9b3935a)

Author SHA1 Message Date
Nicolas Thill d186cdbfd0 lua changes: - fix shared lib generation - don't ship liblua.so dev lib in liblua package - remove unsupported 'all' make target during build - misc cleanup - bump release number
SVN-Revision: 13179
16 years ago
Steven Barth c1ef612776 Embed luaposix and bitlib into Lua core library
SVN-Revision: 12696
16 years ago
Steven Barth 4b7249183c Updated Lua to 5.1.4
SVN-Revision: 12383
16 years ago
Felix Fietkau e219aaf034 lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
SVN-Revision: 12381
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
SVN-Revision: 12378
16 years ago
Steven Barth 76215afdec lua: Fixed some cross-platform issues for PPC (and probably other architectures)
SVN-Revision: 11608
16 years ago
Felix Fietkau 554ddcf755 fix liblua symlink installation
SVN-Revision: 11245
16 years ago
Felix Fietkau d8d15cb1c0 fix lua compile issues on ixp4xx (EABI) by linking libgcc into liblua
SVN-Revision: 11240
16 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
SVN-Revision: 11239
16 years ago
Felix Fietkau 77760bba21 remove lua's dependency on libreadline and libncurses
SVN-Revision: 10817
16 years ago
Felix Fietkau 1563615bed move lua from packages/ to trunk in anticipation of upcoming stuff ;)
SVN-Revision: 10806
16 years ago