lua-users home
lua-l archive

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


On 1/3/06, Ben Sunshine-Hill <sneftel@gmail.com> wrote:
> On 1/2/06, Pavel Antokolsky aka Zigmar <zigmar@gmail.com> wrote:
> > Hello!
> > I've found very unfortunate fact, that lauxlib which contain many
> > useful functions and macros are completely undocumented. And this is
> > even more strange, comparing to excellent documentation of the
> > official API in language "Reference Manual". I know, some of the
> > function description are mentioned in different parts of PIL, but I've
> > found no centralized place to look what each function and macro from
> > lauxlib does. If it possible, I would like to see some day this module
> > documented. I don't even think much documentation is needed, just few
> > lines for each function (either inside .h file or Reference Manual)
> > will suffice, IMO.
> > --
> > Best regards,
> > Zigmar
>
> http://lua-users.org/wiki/LauxLibDocumentation
>
> Ben
>

Thanks, I didn't find it at first, despite I did search in wiki. This
is useful. Although it does not solve the problem completely - those
documentation isn't versioned, for example may function from Lua5.1 is
missing (for example luaL_findtable, luaL_gsub, luaL_newstate,
luaL_register, etc).

--
Best regards,
Zigmar