summaryrefslogtreecommitdiff
path: root/UPDATE
diff options
context:
space:
mode:
authorLua Team <team@lua.org>2003-04-11 12:00:00 +0000
committerrepogen <>2003-04-11 12:00:00 +0000
commitf0e4e22f5c119865eb5a8d3844a40df2d5980b3b (patch)
treec4df063a747e9c99f8aba1678588a030993780a9 /UPDATE
parent1981b7c90eb09e956e969cda5c473be4560af573 (diff)
downloadlua-github-5.0.tar.gz
Lua 5.05.0
Diffstat (limited to 'UPDATE')
-rw-r--r--UPDATE19
1 files changed, 0 insertions, 19 deletions
diff --git a/UPDATE b/UPDATE
deleted file mode 100644
index 1be0709d..00000000
--- a/UPDATE
+++ /dev/null
@@ -1,19 +0,0 @@
-This is an update of Lua 4.0 that includes the following bug fixes and
-improvements:
-
-lua/src/lapi.c
-lua/src/lstring.c
- Fixed a bug in lua_pushuserdata(L, NULL)
-lua/src/ldo.c
-lua/src/lgc.c
-lua/src/lgc.h
- Give a good chance for GC before parsing
-lua/src/lparser.c
- Fixed a bug (did not accept `;' after a `return')
-lua/src/lvm.c
- Fixed a bug (linehook off by 1)
-lua/src/lib/lbaselib.c
- Fixed a bug in rawget and rawset (seg. fault if given extra arguments)
- Fixed a bug in dostring (identification of precompiled chunks)
-
-To use simply open this tarball over the original Lua 4.0 source.