diff options
author | Steve Chamberlain <sac@cygnus> | 1994-06-30 22:31:29 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-06-30 22:31:29 +0000 |
commit | d14d610da264bc583c48c9432e739f5e57eab3a0 (patch) | |
tree | a87968837256ddf2ce702adb75bcedf0e2c3941a /readline | |
parent | 018d94f53c3a2bbf5b6cbd3f09a6aa4f51bb997e (diff) | |
download | binutils-d14d610da264bc583c48c9432e739f5e57eab3a0.zip binutils-d14d610da264bc583c48c9432e739f5e57eab3a0.tar.gz binutils-d14d610da264bc583c48c9432e739f5e57eab3a0.tar.bz2 |
* rltty.c (control_meta_key_on): Don't compile if __GO32__ is
defined.
(rltty_set_default_bindings): Likewise.
* display.c (insert_some_chars, delete_chars): row_start should be
a short.
* parens.c (rl_insert_close): No FD_SET if using __GO32__.
* readline.c (rl_gather_tyi): Strip off spurious high bits.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index a5fbf65..658c085 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,13 @@ +Thu Jun 30 15:21:54 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * rltty.c (control_meta_key_on): Don't compile if __GO32__ is + defined. + (rltty_set_default_bindings): Likewise. + * display.c (insert_some_chars, delete_chars): row_start should be + a short. + * parens.c (rl_insert_close): No FD_SET if using __GO32__. + * readline.c (rl_gather_tyi): Strip off spurious high bits. + Sun Jun 12 03:51:52 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) * history.c: Swap inclusion of rldefs.h and chardefs.h to avoid |