summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index d1697badf..6ee0b2cfe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2008-03-10 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler.h (class fhandler_console): Add write_buf as pointer to
+ temporary buffer space.
+ * fhandler_console.cc (CONVERT_LIMIT): Define as NT_MAX_PATH. Add
+ comment.
+ (fhandler_console::write_normal): Use write_buf throughout.
+ (fhandler_console::write): Use tmp_pathbuf to allocate write_buf.
+
+2008-03-10 Corinna Vinschen <corinna@vinschen.de>
+
* fhandler_console.cc (fhandler_console::write_normal): Don't print
chars marked as ERR chars.