From: Corinna Vinschen Date: Wed, 19 Jun 2013 16:05:04 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: sid-snapshot-20130701~20 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=44f65eb9bbe18a12538ab6b7a957a1bc427f5433;p=newlib-cygwin.git *** empty log message *** --- diff --git a/winsup/cygwin/release/1.7.21 b/winsup/cygwin/release/1.7.21 index 3c8fe884e..306150d2b 100644 --- a/winsup/cygwin/release/1.7.21 +++ b/winsup/cygwin/release/1.7.21 @@ -17,3 +17,6 @@ Bug fixes: - Update profiling code to latest from Mingw-w64. Allows profiling on x86_64 now and fixes http://cygwin.com/ml/cygwin/2013-06/msg00376.html + +- Fix character comparisons in certain scenarios within the functions glob(3), + fnmatch(3), and regcomp(3). All Unicode chars beyond U+0100 are affected.