]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* Merge in changes from bash-1.13.5. Merge changes from glob/tilde.c
authorPeter Schauer <Peter.Schauer@mytum.de>
Thu, 24 Feb 1994 12:18:54 +0000 (12:18 +0000)
committerPeter Schauer <Peter.Schauer@mytum.de>
Thu, 24 Feb 1994 12:18:54 +0000 (12:18 +0000)
commitaa364a25e510e949f7d36cd81214264d1f72c256
tree14edd8d4aa494abcb122c0d9ea24ba9cb867230c
parent2e7b92cfa9816b989fa1f79917689568786f2572
* 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.
readline/ChangeLog