freebsd-skq/lib/libedit
David E. O'Brien 1e3f14466b * Add the readline(3) API to libedit. The libedit versions of
{readline,history}.h are in /usr/include/edit so as to not conflict with
  the GNU libreadline versions.  To use the libedit readline(3) one should
  add "-I/usr/include/edit" to their Makefile
  (spelled "-I${DESTDIR}/${INCLUDEDIR}/edit" within the FreeBSD source tree).

* Enable its use in the BSD licensed utilities that support readline(3).

* To make it easier to sync libedit development with NetBSD, histedit.h
  is moved into libedit's directory as history shows shown we keep merging
  it into that location.

Obtained from:	NetBSD
Sponsored by:	Juniper Networks
2011-04-05 18:41:01 +00:00
..
edit/readline * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
TEST
chared.c
chared.h Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
chartype.h * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
common.c libedit: Do not move the cursor for ed-delete-next-char in emacs mode. 2010-09-03 22:24:26 +00:00
editline.3 Fix typos, spelling, formatting and mdoc mistakes found by Nobuyuki while 2010-08-16 15:18:30 +00:00
editrc.5 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +00:00
el.c Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
el.h Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
emacs.c Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
filecomplete.c libedit: Reduce surprising behaviour with filename completion some more: 2010-06-15 22:23:21 +00:00
filecomplete.h libedit: Allow simple quoting in filename completion. 2010-06-15 21:34:57 +00:00
hist.c
hist.h
histedit.h * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
history.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
key.c Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
key.h Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
Makefile * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
makelist
map.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
read.h The NetBSD Foundation has granted permission to remove clause 3 and 4 from 2010-03-02 07:25:20 +00:00
readline.c * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +00:00
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
sys.h
term.c libedit: Try to map <Delete> to ed-delete-next-char. 2010-09-05 16:12:10 +00:00
term.h libedit: Try to map <Delete> to ed-delete-next-char. 2010-09-05 16:12:10 +00:00
tokenizer.c
tty.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
tty.h
vi.c Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00