aboutsummaryrefslogtreecommitdiff
path: root/readline
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1994-05-09 23:01:56 +0000
committerIan Lance Taylor <ian@airs.com>1994-05-09 23:01:56 +0000
commit580937986fd23549372e0bb08d82c02912cf14ca (patch)
treed63fcc56c8ff34e4688795fd6bb50198e69b5340 /readline
parentfc0ee6ed80e650ac651b8d09827837ca1eae2930 (diff)
downloadfsf-binutils-gdb-580937986fd23549372e0bb08d82c02912cf14ca.zip
fsf-binutils-gdb-580937986fd23549372e0bb08d82c02912cf14ca.tar.gz
fsf-binutils-gdb-580937986fd23549372e0bb08d82c02912cf14ca.tar.bz2
* readline.c (_rl_set_screen_size): Don't compile if __GO32__ is
defined. * rltty.c (control_meta_key): Likewise. * parens.c: If __GO32__ is defined, undefine FD_SET. * signals.c: Include SIGWINCH handling in the set of things which is not done if HANDLE_SIGNALS is not set.
Diffstat (limited to 'readline')
-rw-r--r--readline/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog
index f770e64..198eef0 100644
--- a/readline/ChangeLog
+++ b/readline/ChangeLog
@@ -2,8 +2,13 @@ Mon May 9 18:29:42 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
* readline.c (readline_default_bindings): Don't compile if
__GO32__ is defined.
+ (_rl_set_screen_size): Likewise.
* rltty.c (rltty_set_default_bindings): Likewise.
+ (control_meta_key): Likewise.
* display.c: If __GO32__ is defined, include <sys/pc.h>.
+ * parens.c: If __GO32__ is defined, undefine FD_SET.
+ * signals.c: Include SIGWINCH handling in the set of things which
+ is not done if HANDLE_SIGNALS is not set.
Fri May 6 13:38:39 1994 Steve Chamberlain (sac@cygnus.com)