pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/lua Update to 5.0.1. There is no changelog in th...
details: https://anonhg.NetBSD.org/pkgsrc/rev/997b2b689a63
branches: trunk
changeset: 465725:997b2b689a63
user: cube <cube%pkgsrc.org@localhost>
date: Mon Jan 05 10:06:43 2004 +0000
description:
Update to 5.0.1. There is no changelog in the tarball, because it is a
pre-release. However, it is unlikely to change for the final release of
5.0.1.
Fixed bugs:
1. lua_closethread exists only in the manual
2. attempt to resume a running coroutine crashes Lua
3. file:close cannot be called without a file. (results in seg. fault)
4. C functions may have stacks larger than current top
5. `pc' address is invalidated when a coroutine is suspended
6. userdata to be collected still counts into new GC threshold,
increasing memory consumption
7. IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate up
to 60 characters in a `printf'. That causes a buffer overflow in
`tostring'.
8. syntax `local function' does not increment stack size
9. count hook may be called without being set
diffstat:
lang/lua/Makefile | 4 ++--
lang/lua/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (26 lines):
diff -r 848f4051c5b7 -r 997b2b689a63 lang/lua/Makefile
--- a/lang/lua/Makefile Mon Jan 05 09:50:47 2004 +0000
+++ b/lang/lua/Makefile Mon Jan 05 10:06:43 2004 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2003/12/30 17:27:31 cjep Exp $
+# $NetBSD: Makefile,v 1.9 2004/01/05 10:06:43 cube Exp $
-DISTNAME= lua-5.0
+DISTNAME= lua-5.0.1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.tecgraf.puc-rio.br/pub/lua/ \
ftp://ftp.ntua.gr/pub/lang/lua/ \
diff -r 848f4051c5b7 -r 997b2b689a63 lang/lua/distinfo
--- a/lang/lua/distinfo Mon Jan 05 09:50:47 2004 +0000
+++ b/lang/lua/distinfo Mon Jan 05 10:06:43 2004 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.3 2003/04/29 23:33:56 jtb Exp $
+$NetBSD: distinfo,v 1.4 2004/01/05 10:06:43 cube Exp $
-SHA1 (lua-5.0.tar.gz) = 88b1bc057857c0db5ace491c4af2c917a2b803bf
-Size (lua-5.0.tar.gz) = 187287 bytes
+SHA1 (lua-5.0.1.tar.gz) = 03b47b4785178aca583333f01d8726a8ab9f7ae7
+Size (lua-5.0.1.tar.gz) = 193978 bytes
SHA1 (patch-aa) = 65c491cde99ea172561d4a8e5bf739a01541e16d
SHA1 (patch-ab) = 8579e7d691cb9811af599390b657300a644cad51
SHA1 (patch-ac) = d84dc51de00f31fc0741d3b275cdea5aad20f697
Home |
Main Index |
Thread Index |
Old Index