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 lang/nawk to 20030731. Cut-down ve...
details: https://anonhg.NetBSD.org/pkgsrc/rev/4358fe3e473f
branches: trunk
changeset: 460897:4358fe3e473f
user: cjep <cjep%pkgsrc.org@localhost>
date: Sat Sep 06 13:59:18 2003 +0000
description:
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.
diffstat:
lang/nawk/Makefile | 4 ++--
lang/nawk/distinfo | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diffs (25 lines):
diff -r 71f4e60b1392 -r 4358fe3e473f lang/nawk/Makefile
--- a/lang/nawk/Makefile Sat Sep 06 12:45:47 2003 +0000
+++ b/lang/nawk/Makefile Sat Sep 06 13:59:18 2003 +0000
@@ -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 -r 71f4e60b1392 -r 4358fe3e473f lang/nawk/distinfo
--- a/lang/nawk/distinfo Sat Sep 06 12:45:47 2003 +0000
+++ b/lang/nawk/distinfo Sat Sep 06 13:59:18 2003 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index