lua-users home
lua-l archive

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


Hello!

Lua 5.2.0 (rc2) compiles fine for Windows CE (and Win32 in same setup).

Tried the test suite on Windows CE 6.0RC2, PXA270, 480MHz (with only about 23MB memory available)
and a debug built lua.exe with -e"_U=true":

os.setlocale"C" fails (my fault, to be investigated)

After some minutes tests fail out of memory in "constructs.lua" six lines after "testing short-circuit optimizations"

Best Regards,

    Jorge-León


On 11/25/11 15:03, Luiz Henrique de Figueiredo wrote:
Lua 5.2.0 (rc2) is now available at
	http://www.lua.org/work/lua-5.2.0-rc2.tar.gz

MD5	69b2277cf0d7bcd954e598432c278be4  -
SHA1	bd61599d1f22c6bfd2ac214c1af34ef882e7d3e2  -

The main changes in Lua 5.2 are listed in
	http://www.lua.org/work/doc/#changes

The complete diffs from rc1 to rc2 are available at
	http://www.lua.org/work/diffs-lua-5.2.0-rc1-rc2.txt

A test suite is available at
	http://www.lua.org/tests/5.2/

This release candidate will be the final version of Lua 5.2.0 if
no glitches are found in the next 10 days or so.

We thank everyone for their feedback on Lua 5.2.0 till now.

All feedback welcome. Thanks.
--lhf