Displaying 4 results from an estimated 4 matches for "lua52".
2014 Jan 02
1
version: Bump version & Lua
...EFI build problems keep getting in the
>> way... Shall I push the rebased branch anyway?
>
> Please do.
> And (re)publish in which git repository has a Lua 5.2.3 for Syslinux.
> IIRC it is not a kernel.org nor zytor.com.
Indeed not, it's https://github.com/wferi/syslinux.git lua523 branch
from now.
--
Regards,
Feri.
2013 Oct 16
3
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...-10-15 om 20:03 schreef Ferenc W?gner:
>
>> lua: import Lua 5.2.2
>
> Posted as [patch01/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
...>>
>>> lua: import Lua 5.2.2
>>
>> Posted as [patch01/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
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 wheth...
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