summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcjep <cjep@pkgsrc.org>2002-12-09 00:07:16 +0000
committercjep <cjep@pkgsrc.org>2002-12-09 00:07:16 +0000
commit371cbbd70e37eea027c0ec2f9d65183529bf0e8f (patch)
tree4dabe646f2665bce023bbe4ecb5e5c9908beaf83
parentd1c6dfa1bd6d728d4f83bd9ecdb81e2f6fa93abb (diff)
downloadpkgsrc-371cbbd70e37eea027c0ec2f9d65183529bf0e8f.tar.gz
Update lang/nawk to 20021129.
Changes since 20020628 (from FIXES file): modified b.c (with tiny changes in main and run) to support locales, using strcoll and iswhatever tests for posix character classes. thanks to ruslan ermilov (ru@freebsd.org) for code. the function isblank doesn't seem to have propagated to any header file near me, so it's there explicitly. not properly tested on non-ascii character sets by me.
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index 60074d1193b..31cef5b7078 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.727 2002/12/08 22:35:07 jschauma Exp $
+$NetBSD: CHANGES,v 1.728 2002/12/09 00:07:16 cjep Exp $
Changes to the packages collection and infrastructure in 2002:
@@ -3867,3 +3867,4 @@ Changes to the packages collection and infrastructure in 2002:
Updated leafnode to 1.9.30 [cjep 2002-12-08]
Updated xmame to 0.62.1nb2 [kristerw 2002-12-08]
Updated latex2html to 2002.2.1 [jschauma 2002-12-08]
+ Updated nawk to 20021129 [jschauma 2002-12-08]