[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANN] Lua 5.3.0 (rc0) now available
- From: "ForthCAD" <3d@...>
- Date: Thu, 11 Dec 2014 23:47:28 +0100
I have compiled on VC10 with success, but have to append two file to compile
LUAC.EXE :
In http://www.lua.org/work/doc/#changes,
"Building Lua on other systems".
--------------------------------
To compile LUAC.EXE, I think the file list is incomplete: it is necessary to
have : library, luac.c + LDUMP.C + LOPCODE.C
Thanks for the nice work !
-----Message d'origine-----
De : lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] De la
part de Luiz Henrique de Figueiredo
Envoyé : jeudi 11 décembre 2014 17:46
À : lua-l@lists.lua.org
Objet : [ANN] Lua 5.3.0 (rc0) now available
Lua 5.3.0 (rc0) is now available for testing at
http://www.lua.org/work/lua-5.3.0-rc0.tar.gz
MD5 4692ad494c1d597888c03c5d6f278c40 -
SHA1 5da073fe552a9f2e2da57be3cec32378a4c902e0 -
This is the first release candidate for the final release of Lua 5.3.0.
A few things have changed since beta that we'd like to test in the wild,
hence rc0 instead of rc1. In particular, we made some changes in luaconf.h
and in the Makefile that we'd like to test. Please try compiling the
current code in as many platforms as possible. We expect the compilation to
go smoothly as usual but please report any warnings or other glitches.
The main change in Lua 5.3.0 is the introduction of integers. See also
http://www.lua.org/work/doc/#changes
The complete diffs are available at
http://www.lua.org/work/diffs-lua-5.3.0-beta-rc0.txt
An updated test suite is available at
http://www.lua.org/work/lua-5.3.0-tests.tar.gz
All feedback welcome. Thanks.
--lhf