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>2000-07-10 19:31:46 +0400
committerChristopher Faylor <me@cgf.cx>2000-07-10 19:31:46 +0400
commit5814b26cc7f3e3de48d407900962a64f9fcea963 (patch)
tree27e2235f847788af32c2762bf1f13bf8447f1a14 /winsup/cygwin
parent356d1c6ab05219801e9bf3c04515152f11b1e816 (diff)
Add missing text.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index c688249e3..fb8604513 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,8 @@
-Mon Jul 10 11:28:57 2000 Christopher Faylor <cgf@cygnus.com>
+Mon Jul 10 11:30:00 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in (install): Install textmode.o as well as binmode.o.
+ * fhandler_console.cc (fhandler_console::read): Use UNICODE when
+ reading from the console and translate to ASCII from that.
Sun Jul 9 21:52:00 2000 Corinna Vinschen <corinna@vinschen.de>