Subject: CVS commit: pkgsrc/lang/nawk
To: None <pkgsrc-changes@netbsd.org>
From: Chris Pinnock <cjep@netbsd.org>
List: pkgsrc-changes
Date: 03/16/2003 16:51:03
Module Name: pkgsrc
Committed By: cjep
Date: Sun Mar 16 14:51:03 UTC 2003
Modified Files:
pkgsrc/lang/nawk: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 pkgsrc/lang/nawk/Makefile
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/nawk/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.