[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (alpha) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 16 Nov 2010 15:38:01 -0200
> 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