diff options
author | cjep <cjep@pkgsrc.org> | 2003-09-06 13:59:18 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-09-06 13:59:18 +0000 |
commit | dc19b7a709e062f9235366d1034a99acdadd2645 (patch) | |
tree | d34133fa687c0dd872e701db150849b666b9cd6f | |
parent | cf4166d6bd9acec3cd031fcd7e0a168b48dd3adb (diff) | |
download | pkgsrc-dc19b7a709e062f9235366d1034a99acdadd2645.tar.gz |
Update of lang/nawk to 20030731. Cut-down version of changes since
20030321 version:
Jul 29, 2003:
fixed (i think) the long-standing botch that included the beginning of
line state ^ for RE's in the set of valid characters; this led to a
variety of odd problems, including failure to properly match certain
regular expressions in non-US locales. thanks to ruslan for keeping
at this one.
Jul 28, 2003:
n-th try at getting internationalization right, with thanks to volker
kiefel, arnold robbins and ruslan ermilov for advice, though they
should not be blamed for the outcome. according to posix, "." is the
radix character in programs and command line arguments regardless of
the locale; otherwise, the locale should prevail for input and output
of numbers.
i have rescinded the attempt to use strcoll in expanding shorthands in
regular expressions (cclenter).
Jul 4, 2003:
fixed bug that permitted non-terminated RE, as in "awk /x".
Jun 1, 2003:
subtle change to split: if source is empty, number of elems
is always 0 and the array is not set.
-rw-r--r-- | lang/nawk/Makefile | 4 | ||||
-rw-r--r-- | lang/nawk/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index e7df6201345..8c8d8e845e1 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:44:58 grant Exp $ +# $NetBSD: Makefile,v 1.15 2003/09/06 13:59:18 cjep Exp $ # DISTNAME= awk -PKGNAME= nawk-20030314 +PKGNAME= nawk-20030731 WRKSRC= ${WRKDIR} CATEGORIES= lang MASTER_SITES= http://cm.bell-labs.com/who/bwk/ diff --git a/lang/nawk/distinfo b/lang/nawk/distinfo index b2f5509ba09..1d68e7b13e7 100644 --- a/lang/nawk/distinfo +++ b/lang/nawk/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.6 2003/03/16 14:51:02 cjep Exp $ +$NetBSD: distinfo,v 1.7 2003/09/06 13:59:18 cjep Exp $ -SHA1 (nawk-20030314/awk.tar.gz) = 18a4e6d07194db76ca6b419969956873c3247746 -Size (nawk-20030314/awk.tar.gz) = 84837 bytes +SHA1 (nawk-20030731/awk.tar.gz) = f4c93f3f204928cf7abce58bdb795d2d81dede78 +Size (nawk-20030731/awk.tar.gz) = 85645 bytes |