Subject: PR/36394 CVS commit: src/dist/nawk
To: None <gnats-admin@netbsd.org, netbsd-bugs@netbsd.org, cheusov@tut.by>
From: Havard Eidnes <he@netbsd.org>
List: netbsd-bugs
Date: 10/25/2007 14:45:02
The following reply was made to PR bin/36394; it has been noted by GNATS.
From: Havard Eidnes <he@netbsd.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: PR/36394 CVS commit: src/dist/nawk
Date: Thu, 25 Oct 2007 14:44:50 +0000 (UTC)
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.