Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/bin/ksh



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.




Home | Main Index | Thread Index | Old Index