aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-07-30 17:58:51 +0000
committerChristopher Faylor <me@cgf.cx>2000-07-30 17:58:51 +0000
commit2afcf7f911a1507a4bd60441125a2317fe9e7aeb (patch)
tree517faf49726746fc5a3e42effd653f59dc0fb7a3
parent12516e6c7d0af7177a075cd80faee3bac8100010 (diff)
downloadnewlib-2afcf7f911a1507a4bd60441125a2317fe9e7aeb.zip
newlib-2afcf7f911a1507a4bd60441125a2317fe9e7aeb.tar.gz
newlib-2afcf7f911a1507a4bd60441125a2317fe9e7aeb.tar.bz2
* fhandler_console.cc: Remove VK_DIVIDE detection.
(get_nonascii_key): Simplify previous patch to return ascii char if it is non-zero. Add a second "temporary buffer" argument to help with thread safety. * select.cc (peek_console): Pass a temporary buffer argument to get_nonascii_key.
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index a873b4a..420e18e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Sun Jul 30 13:54:35 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * fhandler_console.cc: Remove VK_DIVIDE detection.
+ (get_nonascii_key): Simplify previous patch to return ascii char if it
+ is non-zero. Add a second "temporary buffer" argument to help with
+ thread safety.
+ * select.cc (peek_console): Pass a temporary buffer argument to
+ get_nonascii_key.
+
Sat Jul 29 14:32:12 2000 Christopher Faylor <cgf@cygnus.com>
* fhandler_console.cc: Add VK_DIVIDE detection. Return virtual keycode