[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: lua.c userinit() call in 4.0b
- From: "Mauro Vezzosi"<mvezzosi@...>
- Date: Mon, 2 Oct 2000 09:35:38 +0200
Hi
In Lua 4.0b src/lua/readme and lua.c is written that the userinit()
function must be defined as void (*)(void), but it should be void (*)
(lua_State *).
In lua.c main() the function call USERINIT() should be USERINIT(L),
therefore also lua.c userinit() function will change.
- In src/lua/luac.htm is missing the explanation of the option -s
(strip debug information).
- In doc/manual.htm "8 - Lua Stand-alone" is missing the explanation of
the option -s (set stack size).
- In doc/manual.htm in the end of "5.10 - Manipulating Tables in Lua"
is written "creates a new, empty table *and and* pushes it onto the
stack." :-)
Bye
Mauro