[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc1) now available
- From: Roberto Ierusalimschy <roberto@...>
- Date: Thu, 24 Nov 2011 14:08:28 -0200
> So I noticed that loadfile has now extra arguments. Good.
Here is a short list of changes since beta:
- extra arguments to loadfile and luaL_loadfile
- lua_rawsetp, lua_rawgetp
- new option '-E' to avoid environment variables
- individual 'nCcalls' for each thread
- use of 'noreturn'
- all ressurected objects removed from weak values before finalizers
- 'long' versions of 'fseek'/'ftell' when available
- optimization for |if cond then goto|
- settable does not create useless entry when there is a metamethod
-- Roberto