1 This is an update of Lua 4.0 that includes the following bug fixes and
6 Fixed a bug in lua_pushuserdata(L, NULL)
10 Give a good chance for GC before parsing
12 Fixed a bug (did not accept `;' after a `return')
14 Fixed a bug (linehook off by 1)
15 lua/src/lib/lbaselib.c
16 Fixed a bug in rawget and rawset (seg. fault if given extra arguments)
17 Fixed a bug in dostring (identification of precompiled chunks)
19 To use simply open this tarball over the original Lua 4.0 source.