summaryrefslogtreecommitdiffstats
path: root/package/lua/patches
Commit message (Collapse)AuthorAgeFilesLines
* lua changes:nico2008-11-111-1/+1
| | | | | | | | | | | - 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
* Embed luaposix and bitlib into Lua core librarycyrus2008-09-252-0/+1644
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12696 3c298f89-4303-0410-b956-a3cf2f4a3e73
* Updated Lua to 5.1.4cyrus2008-08-243-198/+200
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12383 3c298f89-4303-0410-b956-a3cf2f4a3e73
* lua: remove an unnecessary check and replace switch (GET_OPCODE(i)) as well ↵nbd2008-08-241-20/+20
| | | | | | (thx, lars) git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12381 3c298f89-4303-0410-b956-a3cf2f4a3e73
* improve lua opcode dispatch performance by using computed goto instead of ↵nbd2008-08-241-0/+363
| | | | | | 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
* lua: Fixed some cross-platform issues for PPC (and probably other architectures)cyrus2008-06-291-0/+13
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11608 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix liblua symlink installationnbd2008-05-231-15/+23
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11245 3c298f89-4303-0410-b956-a3cf2f4a3e73
* fix lua compile issues on ixp4xx (EABI) by linking libgcc into libluanbd2008-05-221-23/+30
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@11240 3c298f89-4303-0410-b956-a3cf2f4a3e73
* add updated lua patchset from Steven Barth (cyrus) as explained in ↵nbd2008-05-225-100/+4026
| | | | | | 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
* remove lua's dependency on libreadline and libncursesnbd2008-04-131-0/+53
| | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10817 3c298f89-4303-0410-b956-a3cf2f4a3e73
* move lua from packages/ to trunk in anticipation of upcoming stuff ;)nbd2008-04-131-0/+147
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10806 3c298f89-4303-0410-b956-a3cf2f4a3e73