summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2009-05-04 04:43:50 +0000
committerChristopher Faylor <me@cgf.cx>2009-05-04 04:43:50 +0000
commit56a4d31a7f239e32a8be234dff8bb05425a6d9af (patch)
treedc99223d7707a8a4072e5f87ae91be3b8253b6d0 /winsup/cygwin/ChangeLog
parentb7a15524404ee316e205a26c214ca8d3f04f11a3 (diff)
downloadcygnal-56a4d31a7f239e32a8be234dff8bb05425a6d9af.tar.gz
cygnal-56a4d31a7f239e32a8be234dff8bb05425a6d9af.tar.bz2
cygnal-56a4d31a7f239e32a8be234dff8bb05425a6d9af.zip
* fhandler_console.cc (fhandler_console::write_console): Eliminate unneeded
debugging output. (fhandler_console::write_normal): Eliminate unneeded __seterrno.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index b63c6cf8c..e7da5cf83 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,11 @@
2009-05-04 Christopher Faylor <me+cygwin@cgf.cx>
+ * fhandler_console.cc (fhandler_console::write_console): Eliminate
+ unneeded debugging output.
+ (fhandler_console::write_normal): Eliminate unneeded __seterrno.
+
+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.