lua-users home
lua-l archive

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


> 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