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/editline
kpfleming 855799ac77 add new file to ignore
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6033 f38db490-d61c-443f-a65b-d21fe96a405b
2005-07-05 22:10:39 +00:00
..
TEST Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
np Merge slimey's Solaris compatibility (with small mods) (bug #2740) 2004-12-14 23:36:30 +00:00
readline Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
.cvsignore add new file to ignore 2005-07-05 22:10:39 +00:00
CHANGES Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
INSTALL Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
Makefile.in make editline build properly on cygwin (bug #4624) 2005-07-05 19:30:18 +00:00
PLATFORMS Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
README Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
chared.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
chared.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
common.c Merge remaining audit patch (save dlfcn.c) 2004-07-14 13:57:15 +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 make editline build properly on cygwin (bug #4624) 2005-07-05 19:30:18 +00:00
config.sub Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
configure make editline build properly on cygwin (bug #4624) 2005-07-05 19:30:18 +00:00
configure.in make editline build properly on cygwin (bug #4624) 2005-07-05 19:30:18 +00:00
editline.3 Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
editrc.5 Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
el.c Check pointer (bug #253) 2003-09-27 02:27:15 +00:00
el.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
emacs.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
hist.c Merge remaining audit patch (save dlfcn.c) 2004-07-14 13:57:15 +00:00
hist.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
histedit.h Code cleanups (bug #66) 2003-09-19 01:20:23 +00:00
history.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
install-sh Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
key.c Cleanup leak in editline (bug #1847) 2004-06-15 14:37:36 +00:00
key.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
makelist Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
map.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
map.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
parse.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
parse.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
prompt.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
prompt.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
read.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
read.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
readline.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
refresh.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
refresh.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
search.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
search.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
sig.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
sig.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
sys.h Merge slimey's Solaris compatibility (with small mods) (bug #2740) 2004-12-14 23:36:30 +00:00
term.c Cleanup leak in editline (bug #1847) 2004-06-15 14:37:36 +00:00
term.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
tokenizer.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
tokenizer.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
tty.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
tty.h Version 0.3.0 from FTP 2002-11-27 05:04:07 +00:00
vi.c Version 0.3.0 from FTP 2002-11-27 05:04:07 +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.