Imported from ../lua-5.0.1.tar.gz.
[lua.git] / UPDATE
blob84be37c2e22001227562307ff162c14ac944978d
1 This is Lua 5.0.1, an update of Lua 5.0 that includes the following changes,
2 which fix all known bugs in Lua 5.0.
4 src/ldo.c
5         Attempt to resume running coroutine crashed Lua
6 src/lgc.c
7         C functions also may have stacks larger than current top
8         Userdata to be collected still counted into new GC threshold
9 src/lgc.h
10         Userdata to be collected still counted into new GC threshold
11 src/lparser.c
12         Syntax `local function' did not increment stack size
13 src/lvm.c
14         `pc' address was invalidated when a coroutine was suspended
15         Count hook might be called without being set
16 src/lib/lbaselib.c
17         Buffer overflow for unusual %p representation
18 src/lib/liolib.c
19         `file.close()' could not be called without arguments
20         Buffer overflow for unusual %p representation
21 src/luac/luac.c
22         Missing lock/unlock
24 To use this update, simply open this tarball over the original Lua 5.0 source.