nico
|
6a74025efd
|
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 |
|
cyrus
|
9c10689383
|
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 |
|
cyrus
|
7fcfeb5486
|
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 |
|
nbd
|
7196f4da13
|
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 |
|
nbd
|
2bfa71f5d7
|
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 |
|
nbd
|
78202d191b
|
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
|
512b9e875d
|
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 |
|
cyrus
|
df7cff0c92
|
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 |
|
cyrus
|
adde7768a2
|
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 |
|
nbd
|
6a4a40e378
|
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 |
|
cyrus
|
a3b7dbd8b2
|
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 |
|
nbd
|
ddacf1cb7a
|
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 |
|
nbd
|
bdba578766
|
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 |
|
nbd
|
ec91a20cb7
|
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 |
|
nbd
|
86b8f50b2b
|
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 |
|
nbd
|
124c9d9c48
|
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 |
|
nbd
|
eeed6076b9
|
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 |
|