summaryrefslogtreecommitdiff
path: root/lang/nawk/Makefile
diff options
context:
space:
mode:
authorcjep <cjep>2004-02-09 14:47:34 +0000
committercjep <cjep>2004-02-09 14:47:34 +0000
commit22ad981d33826b7bb1b9372ca46e1e5638c161ee (patch)
treea3a8566a0e123fd5a0a50bcd9f538a3eb8285121 /lang/nawk/Makefile
parent30fb35e35df882632c3e91090fe546311ad28329 (diff)
downloadpkgsrc-22ad981d33826b7bb1b9372ca46e1e5638c161ee.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/Makefile')
-rw-r--r--lang/nawk/Makefile4
1 files changed, 2 insertions, 2 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/