diff options
author | Lua Team <team@lua.org> | 2004-03-17 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2004-03-17 12:00:00 +0000 |
commit | e7731a8fb8a317aa5c444ef073bfad82fa5baa54 (patch) | |
tree | 75b630332e6cdce8b40acf3282e1e8eee27b579e /UPDATE | |
parent | 72286a8eeb927e1a33f24e9d99bb37ec5343ad45 (diff) | |
download | lua-github-5.0.2.tar.gz |
Lua 5.0.25.0.2
Diffstat (limited to 'UPDATE')
-rw-r--r-- | UPDATE | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -1,5 +1,5 @@ -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. +This is Lua 5.0.2, an update of Lua 5.0 that includes the following changes, +which fix all known bugs in Lua 5.0. For the exact differences, see DIFFS. src/ldo.c Attempt to resume running coroutine crashed Lua @@ -15,10 +15,9 @@ src/lvm.c Count hook might be called without being set src/lib/lbaselib.c Buffer overflow for unusual %p representation + Wrong number of returns from chunks loaded from stdin 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. |