Commit Graph

20 Commits (f6347f01b653bc00ea89be9728112ecd66ddc1c2)

Author SHA1 Message Date
Felix Fietkau 9fcd4ac702 add back the old host patches for lua to improve portability
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14631 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22 23:54:26 +00:00
Felix Fietkau 661b446611 merge host build of lua from tools/ into package/lua/Makefile
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14622 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-02-22 18:10:23 +00:00
Felix Fietkau 4f4ff4b4c3 fix lua compile with eglibc selected and utmp support disabled
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14298 3c298f89-4303-0410-b956-a3cf2f4a3e73
2009-01-31 07:18:13 +00:00
Nicolas Thill aa9e205c8e 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


git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13179 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-11-11 02:48:31 +00:00
Steven Barth e8be228b78 Embed luaposix and bitlib into Lua core library
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12696 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-09-25 12:15:32 +00:00
Steven Barth 02cb89c189 Updated Lua to 5.1.4
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12383 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-24 15:45:26 +00:00
Felix Fietkau 858021bb55 lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well (thx, lars)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12381 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-24 14:28:04 +00:00
Felix Fietkau 9438ab2df4 improve lua opcode dispatch performance by using computed goto instead of switch/case - improves performance by about 10% in a simple loop test
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12378 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-24 13:37:56 +00:00
Felix Fietkau 73a5abbb32 use $(FPIC) in a few places where it matters
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12225 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-08-06 22:10:29 +00:00
Florian Fainelli ff298d605d x86_64 also needs -fPIC to create lua shared libraries
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12008 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-30 10:04:03 +00:00
Steven Barth de89cc5001 lua: Remove -fPIC for non-powerpc platforms
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11985 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-07-29 10:14:11 +00:00
Steven Barth 9e5e864db3 lua: Fixed some cross-platform issues for PPC (and probably other architectures)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11608 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-06-29 11:38:22 +00:00
Felix Fietkau 2870abcb83 fix liblua symlink installation
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11245 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-23 07:09:29 +00:00
Steven Barth b44f6c1cd3 Added missing header reference to InstallDev target
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11241 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-22 20:26:23 +00:00
Felix Fietkau bc666cb942 fix lua compile issues on ixp4xx (EABI) by linking libgcc into liblua
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11240 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-22 14:20:56 +00:00
Felix Fietkau 30eaf86b8c add updated lua patchset from Steven Barth (cyrus) as explained in http://lists.openwrt.org/pipermail/openwrt-devel/2008-May/002170.html
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11239 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-22 14:20:36 +00:00
Felix Fietkau fc23bb932f fix lua compile configuration error
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11047 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-05-04 17:48:26 +00:00
Felix Fietkau 9d3a3c4595 fix lua cflags
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10971 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-28 22:00:57 +00:00
Felix Fietkau 412e35b421 remove lua's dependency on libreadline and libncurses
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10817 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-13 14:34:36 +00:00
Felix Fietkau 90d64af430 move lua from packages/ to trunk in anticipation of upcoming stuff ;)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10806 3c298f89-4303-0410-b956-a3cf2f4a3e73
2008-04-13 01:06:12 +00:00