diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 12:18:54 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1994-02-24 12:18:54 +0000 |
commit | aa364a25e510e949f7d36cd81214264d1f72c256 (patch) | |
tree | 14edd8d4aa494abcb122c0d9ea24ba9cb867230c /readline | |
parent | 2e7b92cfa9816b989fa1f79917689568786f2572 (diff) | |
download | fsf-binutils-gdb-aa364a25e510e949f7d36cd81214264d1f72c256.zip fsf-binutils-gdb-aa364a25e510e949f7d36cd81214264d1f72c256.tar.gz fsf-binutils-gdb-aa364a25e510e949f7d36cd81214264d1f72c256.tar.bz2 |
* Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
into tilde.c and use it. Add system function declarations where
necessary. Check for __GO32__, not _GO32_ consistently.
* Makefile.in: Update dependencies.
* rltty.c: Include <sys/file.h> to match include file setup
in readline.c for rldefs.h. Otherwise we get inconsistent
TTY_DRIVER definitions in readline.c and rltty.c.
* bind.c, complete.c: Do not include <sys/types.h>, it is already
included via sysdep.h, which causes problems if <sys/types.h> has
no multiple inclusion protection.
* readline.c (_rl_set_screen_size): Reestablish test for
TIOCGWINSZ_BROKEN.
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/readline/ChangeLog b/readline/ChangeLog index 9f2da94..df20ced 100644 --- a/readline/ChangeLog +++ b/readline/ChangeLog @@ -1,3 +1,18 @@ +Thu Feb 24 04:13:53 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c + into tilde.c and use it. Add system function declarations where + necessary. Check for __GO32__, not _GO32_ consistently. + * Makefile.in: Update dependencies. + * rltty.c: Include <sys/file.h> to match include file setup + in readline.c for rldefs.h. Otherwise we get inconsistent + TTY_DRIVER definitions in readline.c and rltty.c. + * bind.c, complete.c: Do not include <sys/types.h>, it is already + included via sysdep.h, which causes problems if <sys/types.h> has + no multiple inclusion protection. + * readline.c (_rl_set_screen_size): Reestablish test for + TIOCGWINSZ_BROKEN. + Fri Feb 18 08:56:35 1994 Jim Kingdon (kingdon@lioth.cygnus.com) * Makefile.in: Add search.o rule for Sun make. |