summaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-07-25 15:09:31 +0000
committerMark Mitchell <mark@codesourcery.com>2005-07-25 15:09:31 +0000
commit5b453ea80382fcd44ec0791f398877b0f7b89e5b (patch)
treefa5f4acaafaa035b5b088b2bf7163d474f0a2ebe /readline/ChangeLog.gdb
parentff429e3f95b06cf52ce59b39575c430a91d18b80 (diff)
downloadgdb-5b453ea80382fcd44ec0791f398877b0f7b89e5b.tar.gz
* input.c (rl_getc): Use getch to read console input on
Windows. * readline.c (bind_arrow_keys_internal): Translate Windows keysequences into POSIX key sequences. * rldefs.h (NO_TTY_DRIVER): Define on MinGW. * rltty.c: Conditionalize on NO_TTY_DRIVER throughout.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb9
1 files changed, 9 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 62fa1b66139..cdf268648a1 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,12 @@
+2005-07-25 Mark Mitchell <mark@codesourcery.com>
+
+ * input.c (rl_getc): Use getch to read console input on
+ Windows.
+ * readline.c (bind_arrow_keys_internal): Translate
+ Windows keysequences into POSIX key sequences.
+ * rldefs.h (NO_TTY_DRIVER): Define on MinGW.
+ * rltty.c: Conditionalize on NO_TTY_DRIVER throughout.
+
2005-07-03 Mark Kettenis <kettenis@gnu.org>
From Martin Simmons: