freebsd-dev/lib/libedit
Jilles Tjoelker 2dea247f6b libedit: Revert r247683 to fix buildworld.
I think r247683 is wrong because libedit.so actually uses symbols from
libcurses.so. Since it breaks the build, revert it now.
2013-03-03 14:42:15 +00:00
..
edit/readline
TEST
chared.c Merge a small update from NetBSD. 2012-07-06 19:30:50 +00:00
chared.h Merge a small update from NetBSD. 2012-07-06 19:30:50 +00:00
chartype.h
common.c
editline.3 editrc only read from $HOME. 2013-01-12 09:07:19 +00:00
editrc.5 Add FILES section. 2013-01-12 09:08:37 +00:00
el.c Drop non-portable libedit's el_data_set() and el_data_get() for 2012-07-26 15:48:07 +00:00
el.h Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
emacs.c
filecomplete.c
filecomplete.h
hist.c
hist.h
histedit.h Drop non-portable libedit's el_data_set() and el_data_get() for 2012-07-26 15:48:07 +00:00
history.c
key.c
key.h
Makefile libedit: Revert r247683 to fix buildworld. 2013-03-03 14:42:15 +00:00
makelist Merge more cosmetical changes from NetBSD's libedit. 2012-07-19 19:15:47 +00:00
map.c libedit: bind the correct command when using "bind -k". 2013-01-01 19:20:51 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Initialize the num variable to avoid uninitialized data. 2012-09-27 05:26:29 +00:00
read.h
readline.c
refresh.c
refresh.h
search.c
search.h
sig.c Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
sig.h Re-merge a couple of changes from NetBSD's libedit. 2012-07-11 22:20:19 +00:00
sys.h
term.c Drop non-portable libedit's el_data_set() and el_data_get() for 2012-07-26 15:48:07 +00:00
term.h
tokenizer.c Merge more cosmetical changes from NetBSD's libedit. 2012-07-19 19:15:47 +00:00
tty.c
tty.h
vi.c