summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2013-06-19 16:05:04 +0000
committerCorinna Vinschen <corinna@vinschen.de>2013-06-19 16:05:04 +0000
commit44f65eb9bbe18a12538ab6b7a957a1bc427f5433 (patch)
tree47f7b3b0a793e88c7fa2ef14cdbabeb0417b3465
parent37ee5b49affbd393b04b620942d846efc9687082 (diff)
downloadcygnal-44f65eb9bbe18a12538ab6b7a957a1bc427f5433.tar.gz
cygnal-44f65eb9bbe18a12538ab6b7a957a1bc427f5433.tar.bz2
cygnal-44f65eb9bbe18a12538ab6b7a957a1bc427f5433.zip
*** empty log message ***
-rw-r--r--winsup/cygwin/release/1.7.213
1 files changed, 3 insertions, 0 deletions
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.