From eed691a929c282b1f85799c63e05667087054771 Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Wed, 6 May 2009 12:03:34 +0000 Subject: * libc/minires.c (scanline): Fix type in calls to ctype functions to stay in unsigned char range for char values >= 0x80. * regex/regcomp.c: Ditto, throughout. * regex/regex2.h (ISWORD): Ditto. --- winsup/cygwin/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'winsup/cygwin/ChangeLog') diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3374f58d2..8da30a4bc 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,10 @@ +2009-05-06 Corinna Vinschen + + * libc/minires.c (scanline): Fix type in calls to ctype functions + to stay in unsigned char range for char values >= 0x80. + * regex/regcomp.c: Ditto, throughout. + * regex/regex2.h (ISWORD): Ditto. + 2009-05-06 Corinna Vinschen * cygheap.cc (cygheap_init): Set umask to a sane default. -- cgit v1.2.3