Merge in changes from bash-1.13. The most obvious one is
authorPer Bothner <per@bothner.com>
Sun, 16 Jan 1994 03:39:57 +0000 (03:39 +0000)
committerPer Bothner <per@bothner.com>
Sun, 16 Jan 1994 03:39:57 +0000 (03:39 +0000)
commit5e98bbab1738932aeeb251684bba6aa550f5885a
treee51fd93e8d56b82ea1e55ab8cece5ecb2c0af014
parent8b564df836ca7baffe636c1a16658cdcb6388080
Merge in changes from bash-1.13.  The most obvious one is
that the file readline.c has been split into multiple files.
* bind.c, complete.c, dispay.c, isearch.c, parens.c, rldefs.h,
rltty.c, search.c signals.c, tilde.c, tilde.h, xmalloc.c:  New files.
16 files changed:
readline/.Sanitize
readline/ChangeLog
readline/Makefile.in
readline/bind.c [new file with mode: 0644]
readline/chardefs.h
readline/complete.c [new file with mode: 0644]
readline/display.c [new file with mode: 0644]
readline/isearch.c [new file with mode: 0644]
readline/keymaps.h
readline/parens.c [new file with mode: 0644]
readline/readline.c
readline/rldefs.h [new file with mode: 0644]
readline/search.c [new file with mode: 0644]
readline/tilde.c [new file with mode: 0644]
readline/tilde.h [new file with mode: 0644]
readline/xmalloc.c [new file with mode: 0644]