Displaying 3 results from an estimated 3 matches for "lua52_cov".
Did you mean:
lua52_cover
2013 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...21]
> Which was too big for the mailinglist.
> So some other way is needed to share that information ...
Hmm, yes. The series is available at https://github.com/wferi/syslinux
as well (lua52 branch, based on upstream firmware branch).
Cover letter: https://gist.github.com/wferi/6989458#file-lua52_cover-txt
--
Thanks,
Feri.
2013 Oct 31
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...big for the mailinglist.
>> So some other way is needed to share that information ...
>
> Hmm, yes. The series is available at https://github.com/wferi/syslinux
> as well (lua52 branch, based on upstream firmware branch).
> Cover letter: https://gist.github.com/wferi/6989458#file-lua52_cover-txt
Hi,
I understand that hpa and Matt don't have much time for Syslinux these
days. It's just a reminder that this series is still waiting for
review. And a check whether the publication format is acceptable.
--
Thanks,
Feri.
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
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 the add a stub getenv() implementation to the COM32 API
instead of #ifdefing out all the references in Lua, and
* I kept oslib