lua-users home
lua-l archive

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


2010/1/14 Luiz Henrique de Figueiredo <lhf@tecgraf.puc-rio.br>:
> Lua 5.2.0 (work2) is now available at
>        http://www.lua.org/work/lua-5.2.0-work2.tar.gz
>
> MD5     b246c52fa669db8bb16d6b34c2b35e2d  -
> SHA1    fcac8efce7b6cf1768ae7e01f9921b04086f159b  -
>
> This is a work version. All details may change in the final version.
>
> The manual has been updated and most glitches reported in work1 have been
> fixed. The complete diffs are available at
>        http://www.lua.org/work/diffs-lua-5.2.0-work1-work2.txt
>
> The work area now has an HTML interface:
>        http://www.lua.org/work/
>
> Thanks to everyone for the reports.
>
> All feedback welcome. Thanks.

I noticed the package.loaders table name hasn't changed, while its
content is still documented as searchers. Maybe it's time to change
its name to package.searchers. The old name can be kept in addition to
the new one and pointing to the same table, for compatibility
purposes.