summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@gcc.gnu.org>2002-12-27 23:28:25 +0000
committerNathanael Nerode <neroden@gcc.gnu.org>2002-12-27 23:28:25 +0000
commit6700b302ef5005583a6be0b5d1f1c4d01ef523c3 (patch)
tree013fe72ad08bccb5413faad058df411ac4b35d3e /ChangeLog
parentb51795a1cd2a7733cb7d04082062da56f8707d3e (diff)
downloadgdb-6700b302ef5005583a6be0b5d1f1c4d01ef523c3.tar.gz
* configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only. * ChangeLog: Move a couple of entries from here to winsup/cygwin, where they belong.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog23
1 files changed, 7 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index 694be0b9f7f..4c89b71ce78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,10 @@
-2002-12-27 Christopher Faylor <cgf@redhat.com>
-
- * fhandler.h (fhandler_tty_master::set_winsize): Declare new function.
- * fhandler_console.cc (fhandler_console::send_winch_maybe): If
- appropriate, call tty master function to handle screen size change.
- * fhandler_tty.cc (fhandler_tty_master::set_winsize): New function.
- (fhandler_tty_master::init): Call set_winsize to set initial screen
- size.
-
-2002-12-26 Christopher Faylor <cgf@redhat.com>
-
- * fhandler_tty.cc (fhandler_tty_master::init): Set initial size of tty
- to that of console in which tty is operating.
- (process_input): Semi-revert previous change. Need to just use current
- terminfo settings since this function is running in a thread, blocked
- when the terminfo changes.
+2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
+
+ * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
+ CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
+
+ * ChangeLog: Move a couple of entries from here to winsup/cygwin,
+ where they belong.
2002-12-24 Andreas Schwab <schwab@suse.de>