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/editline
Kevin P. Fleming 18cf6ee46a
add new file to ignore
21 years ago
..
TEST Version 0.3.0 from FTP 24 years ago
np Merge slimey's Solaris compatibility (with small mods) (bug #2740) 22 years ago
readline Version 0.3.0 from FTP 24 years ago
.cvsignore add new file to ignore 21 years ago
CHANGES
INSTALL
Makefile.in make editline build properly on cygwin (bug #4624) 21 years ago
PLATFORMS
README
chared.c
chared.h
common.c Merge remaining audit patch (save dlfcn.c) 22 years ago
config.guess update editline's config.guess to support platforms made in the last 3 years (bug #4507) 21 years ago
config.h.in make editline build properly on cygwin (bug #4624) 21 years ago
config.sub
configure make editline build properly on cygwin (bug #4624) 21 years ago
configure.in make editline build properly on cygwin (bug #4624) 21 years ago
editline.3
editrc.5
el.c
el.h
emacs.c
hist.c Merge remaining audit patch (save dlfcn.c) 22 years ago
hist.h
histedit.h
history.c
install-sh
key.c Cleanup leak in editline (bug #1847) 22 years ago
key.h
makelist
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h Merge slimey's Solaris compatibility (with small mods) (bug #2740) 22 years ago
term.c Cleanup leak in editline (bug #1847) 22 years ago
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.