summaryrefslogtreecommitdiff
path: root/com32/lua/src/lua.c
Commit message (Collapse)AuthorAgeFilesLines
* lua: upgrade to 5.2.3Ferenc Wágner2014-03-021-1/+1
|
* lua: explicitly put the console in standard modeFerenc Wágner2014-03-011-0/+4
|
* lua: the COM32 API does not provide signal.hFerenc Wágner2014-03-011-0/+6
|
* lua: import Lua 5.2.2Ferenc Wágner2014-03-011-122/+215
| | | | | | Source downloaded from http://www.lua.org/ftp/lua-5.2.2.tar.gz. The com32/lua directory now matches exactly the source distribution, plus the various Syslinux extension modules and their documentation.
* lua: Updating to 5.1.4Erwan Velu2011-02-071-10/+18
| | | | | | Updating base code to 5.1.4 Adding -DSYSLINUX build flag Moving #if 0 to ifndef SYSLINUX
* Final touhes.Alexey Zaytsev2008-07-181-1/+5
| | | | Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
* Remove the signal.h dependency from lua.cAlexey Zaytsev2008-07-181-5/+5
| | | | Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>
* Import Lua 5.1.3Alexey Zaytsev2008-07-181-0/+392
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>