[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lua 5.1.2-rc4 now available
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 28 Mar 2007 09:44:49 -0300
Lua 5.1.2-rc4 is now available at
http://www.lua.org/work/lua-5.1.2-rc4.tar.gz
MD5 eca96c51cc2584ea6066dd88e2a8f9ba -
SHA1 ad956a030629435dc93c565f0f0d8d9c3bf9a64f -
This rc uses the A-variants for the Windows functions in loadlib.c and
provides a new etc/luavs.bat that builds luac.exe (contributed by Mike
Pall). Please check that this script works; in particular, that it
builds luac.exe statically, so that this works fine:
echo 'a=1' | luac.exe -l -p
Please take a look before we freeze it. All feedback welcome. Thanks.
--lhf