asterisk/editline
Kevin P. Fleming 2c65582b66 remove extraneous svn:executable properties
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7221 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2005-11-29 18:24:39 +00:00
..
TEST remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
np remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
readline remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
CHANGES remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
INSTALL remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
Makefile.in remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
PLATFORMS remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
README remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
chared.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
chared.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
common.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
config.guess update editline's config.guess to support platforms made in the last 3 years (bug #4507) 2005-06-10 15:35:32 +00:00
config.h.in remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
config.sub Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
configure correct cygwin detection (issue #5328) 2005-10-05 00:17:57 +00:00
configure.in remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
editline.3 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
editrc.5 remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
el.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
el.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
emacs.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
hist.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
hist.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
histedit.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
history.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
install-sh Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
key.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
key.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
makelist remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
map.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
map.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
parse.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
parse.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
prompt.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
prompt.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
read.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
read.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
readline.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
refresh.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
refresh.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
search.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
search.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
sig.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
sig.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
sys.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
term.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
term.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
tokenizer.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
tokenizer.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
tty.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
tty.h remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
vi.c remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00

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.