asterisk/editline
Kevin P. Fleming d7aead737d Merged revisions 23673 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2

........
r23673 | kpfleming | 2006-04-30 09:27:56 -0500 (Sun, 30 Apr 2006) | 2 lines

allow top-level OPTIMIZE setting to affect builds in these subdirectories too

........


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@23674 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2006-04-30 14:28:25 +00:00
..
TEST remove extraneous svn:executable properties 2005-11-29 18:24:39 +00:00
np Merged revisions 12161 via svnmerge from 2006-03-06 23:04:56 +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 Merged revisions 23673 via svnmerge from 2006-04-30 14:28:25 +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 Merged revisions 23580 via svnmerge from 2006-04-30 11:20:09 +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 Merged revisions 12161 via svnmerge from 2006-03-06 23:04:56 +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 Merged revisions 13707 via svnmerge from 2006-03-21 05:30:32 +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.