summaryrefslogtreecommitdiff
path: root/lang/nawk
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2004-02-09 14:47:34 +0000
committercjep <cjep@pkgsrc.org>2004-02-09 14:47:34 +0000
commitb9a50dc0aad27659ffccbbe43aa31258ced73a1e (patch)
treea3a8566a0e123fd5a0a50bcd9f538a3eb8285121 /lang/nawk
parent1e8a2cd89ab35d7084c12069fd2fc487d7c674d9 (diff)
downloadpkgsrc-b9a50dc0aad27659ffccbbe43aa31258ced73a1e.tar.gz
Update of nawk to 20040207. Changes since previous version from bwk:
Fixed a bug in regular expressions that dates (so help me) from 1977; it's been there from the beginning. an anchored longest match that was longer than the number of states triggered a failure to initialize the machine properly. many thanks to moinak ghosh for not only finding this one but for providing a fix, in some of the most mysterious code known to man. fixed a storage leak in call() that appears to have been there since 1983 or so -- a function without an explicit return that assigns a string to a parameter leaked a Cell. thanks to moinak ghosh for spotting this very subtle one.
Diffstat (limited to 'lang/nawk')
-rw-r--r--lang/nawk/Makefile4
-rw-r--r--lang/nawk/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile
index 5b9ab68ee48..5e0fe2abf63 100644
--- a/lang/nawk/Makefile
+++ b/lang/nawk/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2004/02/08 04:03:15 jlam Exp $
+# $NetBSD: Makefile,v 1.19 2004/02/09 14:47:34 cjep Exp $
#
DISTNAME= awk
-PKGNAME= nawk-20030731
+PKGNAME= nawk-20040207
CATEGORIES= lang
MASTER_SITES= http://cm.bell-labs.com/who/bwk/
diff --git a/lang/nawk/distinfo b/lang/nawk/distinfo
index 1d68e7b13e7..d54219bc22a 100644
--- a/lang/nawk/distinfo
+++ b/lang/nawk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.7 2003/09/06 13:59:18 cjep Exp $
+$NetBSD: distinfo,v 1.8 2004/02/09 14:47:34 cjep Exp $
-SHA1 (nawk-20030731/awk.tar.gz) = f4c93f3f204928cf7abce58bdb795d2d81dede78
-Size (nawk-20030731/awk.tar.gz) = 85645 bytes
+SHA1 (nawk-20040207/awk.tar.gz) = 4586c56e0dd37b0499f1eb6b7274c7ba5e1813da
+Size (nawk-20040207/awk.tar.gz) = 85779 bytes