dect
/
asterisk
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
asterisk/main/editline
qwell fb960b1de3 Add gar to the check for AR for those silly OSes (Solaris) that don't have ar.
autoconf2.13 couldn't handle AC_PROG_GREP, so I removed it.  This is fine,
since we don't need to use anything that the configure script doesn't.


git-svn-id: http://svn.digium.com/svn/asterisk/trunk@259439 f38db490-d61c-443f-a65b-d21fe96a405b
2010-04-27 21:13:01 +00:00
..
TEST
np
readline
CHANGES
INSTALL
Makefile.in Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 2010-04-27 21:13:01 +00:00
PLATFORMS
README
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. 2010-04-27 21:13:01 +00:00
configure.in Add gar to the check for AR for those silly OSes (Solaris) that don't have ar. 2010-04-27 21:13:01 +00:00
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
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h Eliminate remaining libedit warnings (shown in bamboo) 2010-03-03 15:54:28 +00:00
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.