Imported from ../lua-4.0.1.tar.gz.
[lua.git] / UPDATE
blob1be0709df733c4d9650d947a45ff7d9d1971ad4c
1 This is an update of Lua 4.0 that includes the following bug fixes and
2 improvements:
4 lua/src/lapi.c
5 lua/src/lstring.c
6         Fixed a bug in lua_pushuserdata(L, NULL)
7 lua/src/ldo.c
8 lua/src/lgc.c
9 lua/src/lgc.h
10         Give a good chance for GC before parsing
11 lua/src/lparser.c
12         Fixed a bug (did not accept `;' after a `return')
13 lua/src/lvm.c
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.