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/main/editline
Jaco Kroon f5a1a91b03
Remove #include <sys/cdefs.h>
6 years ago
..
TEST
np Remove #include <sys/cdefs.h> 6 years ago
.gitignore main/editline: Add .gitignore. 11 years ago
CHANGES merge new_loader_completion branch, including (at least): 20 years ago
INSTALL Remove as much trailing whitespace as possible. 8 years ago
Makefile.in BuildSystem: Avoid 'ar cru' and use 'ar cr' instead. 10 years ago
PLATFORMS merge new_loader_completion branch, including (at least): 20 years ago
README merge new_loader_completion branch, including (at least): 20 years ago
chared.c Remove as much trailing whitespace as possible. 8 years ago
chared.h merge new_loader_completion branch, including (at least): 20 years ago
common.c merge new_loader_completion branch, including (at least): 20 years ago
config.guess merge new_loader_completion branch, including (at least): 20 years ago
config.h.in merge new_loader_completion branch, including (at least): 20 years ago
config.sub merge new_loader_completion branch, including (at least): 20 years ago
configure Remove as much trailing whitespace as possible. 8 years ago
configure.in Remove as much trailing whitespace as possible. 8 years ago
editline.3 merge new_loader_completion branch, including (at least): 20 years ago
editrc.5 merge new_loader_completion branch, including (at least): 20 years ago
el.c merge new_loader_completion branch, including (at least): 20 years ago
el.h editline: Avoid shifting a negative signed value. 8 years ago
emacs.c merge new_loader_completion branch, including (at least): 20 years ago
hist.c merge new_loader_completion branch, including (at least): 20 years ago
hist.h merge new_loader_completion branch, including (at least): 20 years ago
histedit.h merge new_loader_completion branch, including (at least): 20 years ago
history.c merge new_loader_completion branch, including (at least): 20 years ago
install-sh Remove as much trailing whitespace as possible. 8 years ago
key.c merge new_loader_completion branch, including (at least): 20 years ago
key.h merge new_loader_completion branch, including (at least): 20 years ago
makelist.in Merged revisions 129343 via svnmerge from 18 years ago
map.c Fix Common Typo's. 8 years ago
map.h
parse.c
parse.h merge new_loader_completion branch, including (at least): 20 years ago
prompt.c merge new_loader_completion branch, including (at least): 20 years ago
prompt.h merge new_loader_completion branch, including (at least): 20 years ago
read.c Merged revisions 163761 via svnmerge from 17 years ago
read.h Remove as much trailing whitespace as possible. 8 years ago
readline.c Remove as much trailing whitespace as possible. 8 years ago
readline.h Enable usage of system-provided NetBSD editline library if available. 14 years ago
refresh.c Remove as much trailing whitespace as possible. 8 years ago
refresh.h merge new_loader_completion branch, including (at least): 20 years ago
search.c merge new_loader_completion branch, including (at least): 20 years ago
search.h merge new_loader_completion branch, including (at least): 20 years ago
sig.c merge new_loader_completion branch, including (at least): 20 years ago
sig.h merge new_loader_completion branch, including (at least): 20 years ago
sys.h Remove #include <sys/cdefs.h> 6 years ago
term.c editline: Avoid comparison between pointer and zero character constant. 8 years ago
term.h merge new_loader_completion branch, including (at least): 20 years ago
tokenizer.c Fix a variety of memory leaks 14 years ago
tokenizer.h merge new_loader_completion branch, including (at least): 20 years ago
tty.c merge new_loader_completion branch, including (at least): 20 years ago
tty.h merge new_loader_completion branch, including (at least): 20 years ago
vi.c merge new_loader_completion branch, including (at least): 20 years ago

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.