pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/nawk Update of nawk to 20040207. Changes since pr...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/462def06e9a2
branches:  trunk
changeset: 468016:462def06e9a2
user:      cjep <cjep%pkgsrc.org@localhost>
date:      Mon Feb 09 14:47:34 2004 +0000

description:
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:

 lang/nawk/Makefile |  4 ++--
 lang/nawk/distinfo |  6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (25 lines):

diff -r d33f727ce56c -r 462def06e9a2 lang/nawk/Makefile
--- a/lang/nawk/Makefile        Mon Feb 09 14:06:07 2004 +0000
+++ b/lang/nawk/Makefile        Mon Feb 09 14:47:34 2004 +0000
@@ -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 -r d33f727ce56c -r 462def06e9a2 lang/nawk/distinfo
--- a/lang/nawk/distinfo        Mon Feb 09 14:06:07 2004 +0000
+++ b/lang/nawk/distinfo        Mon Feb 09 14:47:34 2004 +0000
@@ -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



Home | Main Index | Thread Index | Old Index