You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
asterisk/main/editline
Corey Farrell 5d34bce635
main/editline: Add .gitignore.
10 years ago
..
TEST
np clang compiler warnings: Fix a variety of "unused" warnings 10 years ago
.gitignore main/editline: Add .gitignore. 10 years ago
CHANGES
INSTALL
Makefile.in Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 15 years ago
PLATFORMS
README
chared.c
chared.h
common.c
config.guess
config.h.in
config.sub
configure Enable usage of system-provided NetBSD editline library if available. 13 years ago
configure.in Enable usage of system-provided NetBSD editline library if available. 13 years ago
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c
hist.h
histedit.h
history.c
install-sh
key.c
key.h
makelist.in
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c cli.c: Fix tab completion "module load" when MALLOC_DEBUG is enabled. 11 years ago
readline.h Enable usage of system-provided NetBSD editline library if available. 13 years ago
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c Segfault in LIBEDIT_INTERNAL after tgetstr(), when libncurses5-dev 12 years ago
term.h
tokenizer.c Fix a variety of memory leaks 13 years ago
tokenizer.h
tty.c
tty.h
vi.c

README

libedit is a command line editing and history library.  It is designed to be
used by interactive programs that allow the user to type commands at a terminal
prompt.

The following files may be of direct interest to the user:

* CHANGES - Software change log.

* INSTALL - Installation information.

* PLATFORMS - Supported platforms and platform-specific information.