diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:31:06 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-04-05 02:31:06 +0000 |
commit | ebb4a46952105950bf8e5397579a7027b438cb50 (patch) | |
tree | 810d73183f91354cbb4628a29b7c48a3963d930e /doc/TODO | |
parent | bb527c13aa761e2ff5cc7399fc857969f1703229 (diff) | |
download | pkgsrc-ebb4a46952105950bf8e5397579a7027b438cb50.tar.gz |
Update lua to 5.0.2, from Bruce J.A. Nourish via tech-pkg@.
Lua 5.0.2 is a bugfix release, which contains the following fixes:
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
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
Diffstat (limited to 'doc/TODO')
-rw-r--r-- | doc/TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.1572 2004/04/04 23:22:42 recht Exp $ +$NetBSD: TODO,v 1.1573 2004/04/05 02:31:06 xtraeme Exp $ Suggested new packages ====================== @@ -243,7 +243,6 @@ Suggested package updates o lilypond-2.2 o lmbench-2.0.4 o lout-3.29 - o lua-5.0.2 o lwm-1.2.0 o maildrop-1.5.3 [pkg/22369] o maildrop-1.6.3 |