search for: oslib

Displaying 3 results from an estimated 3 matches for "oslib".

Did you mean: slib
2013 Oct 15
0
Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...ted 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 for its exit() and getenv() functions. > > I kept the various changes needed to make Lua compile in separate > commits to simplify future forward porting, but this breaks the > Syslinux build until the 12th patch in the series. Shall I disable > Lua until then, or is this breaka...
2013 Oct 15
23
[PATCH 00/21] Upgrade to Lua 5.2.2, add filesystem module and get_key binding
...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 for its exit() and getenv() functions. I kept the various changes needed to make Lua compile in separate commits to simplify future forward porting, but this breaks the Syslinux build until the 12th patch in the series. Shall I disable Lua until then, or is this breakage a manageable inconveni...
2014 Mar 02
3
pull request: upgrade to Lua 5.2.3, automatic Linux boot menu and cmenu binding
...e lua: the COM32 API does not provide locale.h lua: use integer arithmetic lua: the COM32 API does not provide strcoll() lua: the COM32 API supports only part of iolib stdlib.h: provide a stub definition for getenv() lua: the COM32 API actually supports exit() of oslib lua: the COM32 API does not support time() lua: the COM32 API does not support freopen() sys/module.h: remove the #ifdef DYNAMIC_MODULE condition sys/module.h: fix some typos in function documentations lua: enable dynamic module loading lua: add the LuaFileSystem...