[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lua 5.2.0 (work3) now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 18 May 2010 15:51:23 -0300
Lua 5.2.0 (work3) is now available at
http://www.lua.org/work/lua-5.2.0-work3.tar.gz
MD5 fa529ad323d261f27c12b04e3fef96a7 -
SHA1 5065a02a373500f62c7b87a89e5574d63dfa53e9 -
This is a work version. All details may change in the final version.
Here are the main changes since the previous work version:
- new _ENV proposal
- generational collector (very experimental)
- light C functions
- order tag methods follow the same rules of other binary operators
- lua_absindex
- \0 in patterns
- empty statement
- options in io.lines
The manual has been updated and most glitches reported in work2 have been fixed.
The complete diffs are available at
http://www.lua.org/work/diffs-lua-5.2.0-work2-work3.txt
(This is a very large diff because the manual has been rearranged.)
All work versions are available at
http://www.lua.org/work/
All feedback welcome. Thanks.
--lhf