lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


>all poslib functions are still entered in the original globals table

The posix library will be updated to use the new scheme of putting things
inside tables as soon as Lua 5.0 final is released.

For the time being, you'll have to change lua_poslibopen to use the new scheme
yourself. See lmathlib.c for an example. Sorry about that.
--lhf