Subject: CVS commit: src/dist/nawk
To: None <source-changes@NetBSD.org>
From: Havard Eidnes <he@netbsd.org>
List: source-changes
Date: 10/25/2007 14:44:50
Module Name:	src
Committed By:	he
Date:		Thu Oct 25 14:44:50 UTC 2007

Modified Files:
	src/dist/nawk: proto.h run.c tran.c

Log Message:
Add support for multibyte charsets in the "tolower" and "toupper" awk
functions.  Code contributed by Aleksey Cheusov in PR#36394, and slightly
tweaked for closer-to-KNF conventions by me.  Also slightly improved checks
of error returns.


To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/dist/nawk/proto.h
cvs rdiff -r1.14 -r1.15 src/dist/nawk/run.c
cvs rdiff -r1.10 -r1.11 src/dist/nawk/tran.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.