lua-users home
lua-l archive

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



I replaced two leftover l_tg with l_mathop.



Then I added


#ifndef _WIN32
#define __cdecl
#endif

static void __cdecl laction (int i) {
____________+++++++

in lua.c line 101 to make both MS-VC with my preferred settings
and a bunch of other compilers happy.




On 19.02.2013 22:00, Luiz Henrique de Figueiredo wrote:
Lua 5.2.2 (rc1) is now available at
	http://www.lua.org/work/lua-5.2.2-rc1.tar.gz

MD5	71fe544a80fdbbd4bc4fecd667e95c5c  -
SHA1	f4693aa9ccd07ef8c8d2714cf6cd41ad90c881d4  -

Lua 5.2.2 fixes all bugs listed in http://www.lua.org/bugs.html#5.2.1 .

Lua 5.2.2 also fixes several other minors glitches and includes
a revised reference manual.

The complete diffs from Lua 5.2.1 are available at
	http://www.lua.org/work/diffs-lua-5.2.1-lua-5.2.2-rc1.txt

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

All feedback welcome. Thanks.
--lhf