summaryrefslogtreecommitdiff
path: root/readline/ChangeLog.gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2012-10-18 18:55:41 +0000
committerJoel Brobecker <brobecker@gnat.com>2012-10-18 18:55:41 +0000
commitca4d1da0f6850561b29ff5fe990fddbf696cd1a4 (patch)
treea80ea9aadd7091ddb41d6e4ff0f7a4525f33677f /readline/ChangeLog.gdb
parent7c90899a73c8e0292e589aca863378a8fcb204ac (diff)
downloadgdb-ca4d1da0f6850561b29ff5fe990fddbf696cd1a4.tar.gz
Remove some extraneous changes in readline/terminal.c
This patch removes some unnecessary differences between the official version of readline, and GDB's copy of it. readline/ChangeLog.gdb: * terminal.c: Remove duplicate includes of windows.h and wincon.h. (_rl_get_screen_size): Remove redundant code for MinGW getting the console size from the Windows API.
Diffstat (limited to 'readline/ChangeLog.gdb')
-rw-r--r--readline/ChangeLog.gdb7
1 files changed, 7 insertions, 0 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb
index 276b1c87620..7e0d2647527 100644
--- a/readline/ChangeLog.gdb
+++ b/readline/ChangeLog.gdb
@@ -1,3 +1,10 @@
+2012-10-18 Joel Brobecker <brobecker@adacore.com>
+
+ * terminal.c: Remove duplicate includes of windows.h and
+ wincon.h.
+ (_rl_get_screen_size): Remove redundant code for MinGW getting
+ the console size from the Windows API.
+
2012-02-24 Pierre Muller <muller@ics.u-strasbg.fr>
* signals.c (_rl_block_sigwinch, _rl_release_sigwinch): Add