Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/release/1.7.22')
-rw-r--r--winsup/cygwin/release/1.7.225
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/release/1.7.22 b/winsup/cygwin/release/1.7.22
index d5b7e8355..edb942548 100644
--- a/winsup/cygwin/release/1.7.22
+++ b/winsup/cygwin/release/1.7.22
@@ -11,6 +11,11 @@ What changed:
- Added cygwin GetCommandLine wrappers which will allow Cygwin programs to
(appear to) use the Windows command line functions.
+- regcomp(3) now allows character values >= 0x80 if the current codeset is
+ ASCII (default codeset in the "C"/"POSIX" locale). This allows patterns
+ containing arbitrary byte values as GLibc's regcomp.
+ Fixes: http://cygwin.com/ml/cygwin/2013-07/msg00405.html
+
Bug fixes:
----------