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:
authorCorinna Vinschen <corinna@vinschen.de>2013-07-21 23:28:45 +0400
committerCorinna Vinschen <corinna@vinschen.de>2013-07-21 23:28:45 +0400
commite6ff6a18d4949dd49acc9be04bd522ebdd207900 (patch)
tree74f77f2cad7a72dad83a3353eff05499472ccee8 /winsup/cygwin/release/1.7.22
parentca5eb1cba534d77159fedad70a10d5f05787cf4b (diff)
* regex/regcomp.c (wgetnext): Add a kludge to be more glibc compatible.
Add comment to explain.
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:
----------