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
Kevin P. Fleming 79c3038ee5
Merged revisions 107352 via svnmerge from
17 years ago
..
TEST
np Merged revisions 87567 via svnmerge from 18 years ago
readline
CHANGES
INSTALL
Makefile.in Merged revisions 106842 via svnmerge from 17 years ago
PLATFORMS
README
chared.c
chared.h
common.c
config.guess
config.h.in
config.sub
configure Don't check for and include strlcpy and strlcat in editline. We also include 18 years ago
configure.in Don't check for and include strlcpy and strlcat in editline. We also include 18 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
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c Merged revisions 107352 via svnmerge from 17 years ago
refresh.c add -Wundef to the --enable-dev-mode flags, so that mistyped macro names in #if expressions will be caught 18 years ago
refresh.h
search.c
search.h
sig.c
sig.h
sys.h If malloc.h is included in a Solaris build, the compilation breaks. 18 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.