Skip to content

Instantly share code, notes, and snippets.

@wferi
wferi / lua52_cover.txt
Last active December 25, 2015 14:09
[PATCH 00/20] Upgrade to Lua 5.2.2, add filesystem module and get_key() binding
Cover letter for the lua52 branch at https://github.com/wferi/syslinux
Hi,
This series targets automatic boot menu generation, but most of it
is the Lua upgrade, because I got tired reading deprecated API docs.
It's mostly a straightforward forward port of the earlier Syslinux
specific changes to Lua 5.1, except that:
* I chose to add a stub getenv() implementation to the COM32 API