lua-users home
lua-l archive

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


> o luaL_prepbuffsize, luaL_pushresultsize, luaL_buffinitsize,
> luaL_pushmodule, luaL_openlib, luaL_newlibtable, luaL_findtable
> undocumented.

auxlib has two different roles: it offers facilities for the "general
public", but it also has some facilities used by the standard libraries
that do not seem worth to become "oficial", documented functions. (See
what happened to luaL_typeerror.) Some of the above functions really
should (and will) be documented, but not all of them.

-- Roberto