Date: Fri, 28 Mar 2003 13:44:15 -0800 (PST) From: "David E. O'Brien" <obrien@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/lang/nawk Makefile distinfo ports/lang/nawk/files patch-aa patch-ba Message-ID: <200303282144.h2SLiFCJ057992@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200303282144.h2SLiFCJ057992>