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.
This commit is contained in:
parent
1e8a2cd89a
commit
b9a50dc0aa
2 changed files with 5 additions and 5 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue