search for: 6ef4e5a

Displaying 2 results from an estimated 2 matches for "6ef4e5a".

2012 Sep 19
1
[PATCH 1/1] lua: Cleaned up the dmi table structure in Lua.c32 and added all missing DMI subtables
.... Signed-off-by: Hung-chi Lihn <hlihn at google.com> --- com32/lua/src/cpu.c | 4 +- com32/lua/src/dmi.c | 624 ++++++++++++++++++++++++++++++++++----------------- 2 files changed, 420 insertions(+), 208 deletions(-) diff --git a/com32/lua/src/cpu.c b/com32/lua/src/cpu.c index 8a246e3..6ef4e5a 100644 --- a/com32/lua/src/cpu.c +++ b/com32/lua/src/cpu.c @@ -9,13 +9,13 @@ #include"lualib.h" #include"cpuid.h" -static void add_string_item(lua_State *L, const char *item, const char *value_str) { +void add_string_item(lua_State *L, const char *item, const char *value_str)...
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