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:
authorChristopher Faylor <me@cgf.cx>2009-05-04 08:30:37 +0400
committerChristopher Faylor <me@cgf.cx>2009-05-04 08:30:37 +0400
commitb7a15524404ee316e205a26c214ca8d3f04f11a3 (patch)
tree8f8a27b5ca566d92d4b14ab9f482adca9c762489 /winsup/cygwin/ChangeLog
parentb65ec404a7aa5e036a7d4de415701be7a7efd5fc (diff)
* libc/minires.c (scanline): Accommodate ctype changes which disallow use of an
unadorned char argument to is* macros. * regex/regcomp.c: Ditto, throughout. * regex/regex2.h (ISWORD): Ditto.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4a6ba7586..b63c6cf8c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,10 @@
+2009-05-04 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * libc/minires.c (scanline): Accommodate ctype changes which disallow
+ use of an unadorned char argument to is* macros.
+ * regex/regcomp.c: Ditto, throughout.
+ * regex/regex2.h (ISWORD): Ditto.
+
2009-05-03 Christopher Faylor <me+cygwin@cgf.cx>
* fhandler.h (fhandler_console::MAX_WRITE_CHARS): Declare.