lua-users home
lua-l archive

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


> > > when I call lua_mathlibopen(), [...]
> > >  a value of type table is left on the Lua->C stack.
> [...]
> This is a known bug in 5.0-beta  

A small correction: What is an "oversight" (not a bug) is that
lua_mathlibopen should return 1. The table on the stack is neither a bug
nor a oversight.

-- Roberto