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
Jason Parker 7108038175
Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.
17 years ago
..
TEST
np Merged revisions 179395 via svnmerge from 18 years ago
readline
CHANGES merge new_loader_completion branch, including (at least): 20 years ago
INSTALL merge new_loader_completion branch, including (at least): 20 years ago
Makefile.in Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 17 years ago
PLATFORMS merge new_loader_completion branch, including (at least): 20 years ago
README merge new_loader_completion branch, including (at least): 20 years ago
chared.c
chared.h
common.c
config.guess
config.h.in
config.sub
configure Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 17 years ago
configure.in Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 17 years ago
editline.3 merge new_loader_completion branch, including (at least): 20 years ago
editrc.5
el.c merge new_loader_completion branch, including (at least): 20 years ago
el.h merge new_loader_completion branch, including (at least): 20 years ago
emacs.c
hist.c
hist.h
histedit.h
history.c
install-sh
key.c
key.h
makelist.in Merged revisions 129343 via svnmerge from 18 years ago
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Merged revisions 163761 via svnmerge from 18 years ago
read.h merge new_loader_completion branch, including (at least): 20 years ago
readline.c Fix memory leak when MALLOC_DEBUG is enabled. 18 years ago
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h Eliminate remaining libedit warnings (shown in bamboo) 17 years ago
term.c
term.h
tokenizer.c
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.