Subject: CVS commit: src/lib/libc/regex
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/18/2004 11:47:37
Module Name: src
Committed By: jdolecek
Date: Sat Sep 18 11:47:37 UTC 2004
Modified Files:
src/lib/libc/regex: regcomp.c
Log Message:
make othercase() return int rather than char, to avoid sign extension
bug with character codes >= 128
fixes PR lib/26986 by Alexander Becher
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 src/lib/libc/regex/regcomp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.