*** empty log message ***

This commit is contained in:
Corinna Vinschen 2013-06-19 16:05:04 +00:00
parent 37ee5b49af
commit 44f65eb9bb
1 changed files with 3 additions and 0 deletions

View File

@ -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.