Imported from ../lua-5.0.3.tar.gz.
[lua.git] / UPDATE
blobf0921887dde475e98f274d4b4370755bcbcd9a5d
1 This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes,
2 which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS.
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         Wrong number of returns from chunks loaded from stdin
19 src/lib/liolib.c
20         `file.close()' could not be called without arguments
21         Buffer overflow for unusual %p representation
22 src/luac/luac.c
23         Missing lock/unlock