cvs commit: ports/lang/nawk Makefile distinfo
ports/lang/nawk/files patch-aa patch-ba
David E. O'Brien
obrien at FreeBSD.org
Fri Mar 28 13:44:17 PST 2003
obrien 2003/03/28 13:44:15 PST
FreeBSD ports repository
Modified files:
lang/nawk Makefile distinfo
lang/nawk/files patch-aa
Removed files:
lang/nawk/files patch-ba
Log:
Update to the Mar 14, 2003 version:
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.
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.
Revision Changes Path
1.27 +3 -1 ports/lang/nawk/Makefile
1.12 +1 -1 ports/lang/nawk/distinfo
1.11 +1 -1 ports/lang/nawk/files/patch-aa
1.8 +0 -12 ports/lang/nawk/files/patch-ba (dead)
More information about the cvs-all
mailing list