Update of lang/nawk to version 20030314. Changes since 20021213:
Mar 14, 2003: the internationalization changes, somewhat modified, are now reinstated. in theory awk will now do character comparisons and case conversions in national language, but "." will always be the decimal point separator on input and output regardless of national language. isblank(){} has an #ifndef. this no longer compiles on windows: LC_MESSAGES isn't defined in vc6++. fixed subtle behavior in field and record splitting: if FS is a single character and RS is not empty, \n is NOT a separator. this tortuous reading is found in the awk book; behavior now matches gawk and mawk.
This commit is contained in:
parent
9c4f320980
commit
bcab3b0558
3 changed files with 7 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: CHANGES,v 1.1659 2003/03/16 10:21:48 kleink Exp $
|
||||
$NetBSD: CHANGES,v 1.1660 2003/03/16 14:52:25 cjep Exp $
|
||||
|
||||
Changes to the packages collection and infrastructure in 2003:
|
||||
|
||||
|
@ -1159,3 +1159,4 @@ Changes to the packages collection and infrastructure in 2003:
|
|||
Updated samba to 2.2.8 [martti 2003-03-16]
|
||||
Updated vim to 6.1.405 [martti 2003-03-16]
|
||||
Updated scmxx to 0.6.3.6 [kleink 2003-03-16]
|
||||
Updated nawk to 20030314 [cjep 2003-03-16]
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: Makefile,v 1.11 2003/01/03 20:50:56 cjep Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2003/03/16 14:51:01 cjep Exp $
|
||||
#
|
||||
|
||||
DISTNAME= awk
|
||||
PKGNAME= nawk-20021213
|
||||
PKGNAME= nawk-20030314
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= http://cm.bell-labs.com/who/bwk/
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: distinfo,v 1.5 2003/01/03 20:49:33 cjep Exp $
|
||||
$NetBSD: distinfo,v 1.6 2003/03/16 14:51:02 cjep Exp $
|
||||
|
||||
SHA1 (nawk-20021213/awk.tar.gz) = 2bf7c2de651f6e0a40d00f3f53769358687a3c0f
|
||||
Size (nawk-20021213/awk.tar.gz) = 83673 bytes
|
||||
SHA1 (nawk-20030314/awk.tar.gz) = 18a4e6d07194db76ca6b419969956873c3247746
|
||||
Size (nawk-20030314/awk.tar.gz) = 84837 bytes
|
||||
|
|
Loading…
Reference in a new issue