diff options
author | Patrick Palka <patrick@parcs.ath.cx> | 2015-07-25 15:41:05 -0400 |
---|---|---|
committer | Patrick Palka <patrick@parcs.ath.cx> | 2015-07-25 15:57:00 -0400 |
commit | 5836a818eccb180d75c92ce4c861abb6fe8dec23 (patch) | |
tree | 624044ca5df5a6c192e47933a735ab4fe9aaea71 /readline/MANIFEST | |
parent | b8cc7b2e9afab37eb9a7cff0d3ae4ebbcf7d494f (diff) | |
download | gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.zip gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.tar.gz gdb-5836a818eccb180d75c92ce4c861abb6fe8dec23.tar.bz2 |
Revert "Sync readline/ to version 7.0 alpha"
This reverts commit b558ff043d41ba8d17a82f5f9ae5f9dade66160e.
This reverts commit 4a11f2065906976675808364ddbd1c0f77eea41f.
The initial import commit failed to retain local changes made to
readline's configure.in (and the commit message erroneously stated that
there were no local changes that needed to be reapplied). Also the
import caused a couple of build errors and a scattering of testsuite
regressions throughout many arches. It's probably better to start over
with this import, hopefully more carefully next time.
Diffstat (limited to 'readline/MANIFEST')
-rw-r--r-- | readline/MANIFEST | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/readline/MANIFEST b/readline/MANIFEST index bfd0547..8972bdd 100644 --- a/readline/MANIFEST +++ b/readline/MANIFEST @@ -18,16 +18,13 @@ USAGE f aclocal.m4 f config.h.in f configure f -configure.ac f +configure.in f Makefile.in f -readline.pc.in f ansi_stdlib.h f chardefs.h f -colors.h f history.h f histlib.h f keymaps.h f -parse-colors.h f posixdir.h f posixjmp.h f posixselect.h f @@ -47,7 +44,6 @@ tilde.h f xmalloc.h f bind.c f callback.c f -colors.c f compat.c f complete.c f display.c f @@ -62,7 +58,6 @@ mbutil.c f misc.c f nls.c f parens.c f -parse-colors.c f readline.c f rltty.c f savestring.c f @@ -115,17 +110,13 @@ examples/fileman.c f examples/manexamp.c f examples/readlinebuf.h f examples/rl-fgets.c f -examples/rlbasic.c f examples/rlcat.c f examples/rlevent.c f examples/rltest.c f -examples/rl-callbacktest.c f examples/rl.c f examples/rlptytest.c f examples/rlversion.c f examples/histexamp.c f -examples/hist_erasedups.c f -examples/hist_purgecmd.c f examples/Inputrc f examples/autoconf/BASH_CHECK_LIB_TERMCAP f examples/autoconf/RL_LIB_READLINE_VERSION f |