Subject: CVS commit: src/bin/ksh
To: None <source-changes@NetBSD.org>
From: Roland Illig <rillig@netbsd.org>
List: source-changes
Date: 04/19/2005 20:14:29
Module Name: src
Committed By: rillig
Date: Tue Apr 19 20:14:29 UTC 2005
Modified Files:
src/bin/ksh: exec.c expr.c lex.c misc.c
Log Message:
Fixed wrong use of the <ctype.h> functions by adding an explicit conversion
to unsigned char. Approved by christos.
To generate a diff of this commit:
cvs rdiff -r1.9 -r1.10 src/bin/ksh/exec.c
cvs rdiff -r1.6 -r1.7 src/bin/ksh/expr.c
cvs rdiff -r1.10 -r1.11 src/bin/ksh/lex.c src/bin/ksh/misc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.