summaryrefslogtreecommitdiff
path: root/UPDATE
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2003-11-25 12:00:00 +0000
committerrepogen <>2003-11-25 12:00:00 +0000
commit72286a8eeb927e1a33f24e9d99bb37ec5343ad45 (patch)
tree5a325cc1666ee447433fd4a565ec7f12be57f00f /UPDATE
parentf0e4e22f5c119865eb5a8d3844a40df2d5980b3b (diff)
downloadlua-github-5.0.1.tar.gz
Lua 5.0.15.0.1
Diffstat (limited to 'UPDATE')
-rw-r--r--UPDATE24
1 files changed, 24 insertions, 0 deletions
diff --git a/UPDATE b/UPDATE
new file mode 100644
index 00000000..84be37c2
--- /dev/null
+++ b/UPDATE
@@ -0,0 +1,24 @@
+This is Lua 5.0.1, an update of Lua 5.0 that includes the following changes,
+which fix all known bugs in Lua 5.0.
+
+src/ldo.c
+ Attempt to resume running coroutine crashed Lua
+src/lgc.c
+ C functions also may have stacks larger than current top
+ Userdata to be collected still counted into new GC threshold
+src/lgc.h
+ Userdata to be collected still counted into new GC threshold
+src/lparser.c
+ Syntax `local function' did not increment stack size
+src/lvm.c
+ `pc' address was invalidated when a coroutine was suspended
+ Count hook might be called without being set
+src/lib/lbaselib.c
+ Buffer overflow for unusual %p representation
+src/lib/liolib.c
+ `file.close()' could not be called without arguments
+ Buffer overflow for unusual %p representation
+src/luac/luac.c
+ Missing lock/unlock
+
+To use this update, simply open this tarball over the original Lua 5.0 source.