summaryrefslogtreecommitdiff
path: root/com32/lua/doc
Commit message (Collapse)AuthorAgeFilesLines
* lua: upgrade to 5.2.3Ferenc Wágner2014-03-023-16/+31
|
* lua: also reactivate the cpu, dhcp, dmi, pci and vesa extension modulesFerenc Wágner2014-03-011-0/+6
| | | | And document the change in usage.
* lua: import Lua 5.2.2Ferenc Wágner2014-03-0112-3011/+4796
| | | | | | 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-072-124/+161
| | | | | | Updating base code to 5.1.4 Adding -DSYSLINUX build flag Moving #if 0 to ifndef SYSLINUX
* lua: Add .syslinux.derivative() and .syslinux.version()Gert Hulselmans2010-07-071-0/+9
| | | | | | | Add .syslinux.derivative() and .syslinux.version(). Add an example script which shows how you can use .syslinux.derivative(). Signed-off-by: Gert Hulselmans <gerth@zytor.com>
* lua: change syslinux.sleep() to seconds, syslinux.msleep() to msH. Peter Anvin2010-07-051-5/+9
| | | | | | | For consistency with just about everything else, make syslinux.sleep() count seconds, and syslinux.msleep() count milliseconds. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Added PCI descMarcel Ritter2009-10-201-1/+43
|
* Added invocationMarcel Ritter2009-10-201-0/+15
|
* NewMarcel Ritter2009-10-201-0/+216
|
* Import Lua 5.1.3Alexey Zaytsev2008-07-1812-0/+9973
Signed-off-by: Alexey Zaytsev <zaytsev.a@protei.ru>