freebsd-dev/lib/libedit
Jilles Tjoelker da8301c83a libedit: Fix a bug that could make completion listings incomplete.
The element matches[0] is the common prefix and is not counted in len, so
subtracting 1 is not needed. A counter for the number of matches per line
was incremented twice.

Submitted by:	Guy Yur
2010-06-15 21:00:53 +00:00
..
TEST Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
chared.c Merge NetBSD's 1.25 which fixes a small bug introduced in 1.24. 2005-08-09 13:31:59 +00:00
chared.h Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
common.c Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00
editline.3 mdoc: order prologue macros consistently by Dd/Dt/Os 2010-04-14 19:08:06 +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: Fix a bug that could make completion listings incomplete. 2010-06-15 21:00:53 +00:00
filecomplete.h libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
hist.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
hist.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +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 libedit: Add basic filename completion code from NetBSD. 2010-06-13 17:04:42 +00:00
makelist Merge makelist rev 1.10 and map.c rev 1.22 from NetBSD. They just patch the 2005-10-04 21:59:29 +00:00
map.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
map.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
parse.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
parse.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
prompt.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
prompt.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
read.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +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
refresh.c Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing 2005-12-04 09:34:56 +00:00
refresh.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
search.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
search.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
sig.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
sig.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
sys.h Move <sys/cdefs.h> up to reduce diff to NetBSD. 2005-08-10 13:41:31 +00:00
term.c Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
term.h Merge NetBSD changes, among them: 2007-06-10 19:06:09 +00:00
tokenizer.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
tty.c Merge the following changes from NetBSD: 2007-03-11 21:47:40 +00:00
tty.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
vi.c Merge the following changes from NetBSD: 2007-03-11 18:30:22 +00:00