Support for using 'libedit' over 'readline' #4571 (#4579)
authorAndrew V. Jones <andrew.jones@vector.com>
Fri, 17 Jul 2020 17:09:14 +0000 (18:09 +0100)
committerGitHub <noreply@github.com>
Fri, 17 Jul 2020 17:09:14 +0000 (10:09 -0700)
commite8df6f67cc2654f50d49995377a4b411668235e1
treefb8c2b35197e5821ac15c78b74da0d2de8eec3fc
parent0988217562006d3f59e01dc261f39121df6d75f5
Support for using 'libedit' over 'readline' #4571 (#4579)

Signed-off-by: Andrew V. Jones <andrew.jones@vector.com>
18 files changed:
.github/workflows/ci.yml
CMakeLists.txt
COPYING
INSTALL.md
NEWS
cmake/FindEditline.cmake [new file with mode: 0644]
cmake/FindReadline.cmake [deleted file]
configure.sh
cvc4autoconfig.h.in
src/base/configuration.cpp
src/base/configuration.h
src/base/configuration_private.h
src/main/CMakeLists.txt
src/main/interactive_shell.cpp
src/main/interactive_shell.h
src/options/options_handler.cpp
test/system/CMakeLists.txt
test/system/interactive_shell.py [new file with mode: 0755]