freebsd-dev/lib/libedit
Stefan Farfeleder 2c05ef0cff Merge NetBSD's revision 1.27. This bug can be observed eg. when browsing
through the history in sh.

| Refresh bug reported by Julien Torres:
|
| going from:
|     activate -verbose
| to:
|     reset -activation
| results in:
|     reset -activationverbose"
| instead of:
|     reset -activation
|
| This is because we choose to insert "reset -" before the current line,
| and the delete "e -" and insert "ion" in the appropriate place. The
| cleareol code did not handle this case properly; we now cleareol to
| the maximum number of characters of the first difference, the second
| difference and the difference in line length.
2005-12-04 09:34:56 +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 NetBSD merged our typo fixes, update $NetBSD$. 2005-08-09 13:37:59 +00:00
common.c NetBSD merged our typo fixes, update $NetBSD$. 2005-08-09 13:37:59 +00:00
editline.3 Fix prototype. 2005-11-24 10:32:39 +00:00
editrc.5 -mdoc sweep. 2005-11-17 13:00:00 +00:00
el.c Merge NetBSD's rev. 1.41: 2005-10-04 21:45:42 +00:00
el.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
emacs.c NetBSD merged our typo fixes, update $NetBSD$. 2005-08-09 13:37:59 +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 Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
key.c NetBSD merged our typo fixes, update $NetBSD$. 2005-08-09 13:37:59 +00:00
key.h Include <term.h> before #undef'ing key_clear. 2005-08-08 17:17:56 +00:00
Makefile Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +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 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.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 Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
read.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +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 NetBSD merged our typo fixes, update $NetBSD$. 2005-08-09 13:37:59 +00:00
term.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
tokenizer.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
tty.c Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
tty.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
vi.c Submitted to and merged from NetBSD (rev. 1.23 and 1.24): 2005-08-10 13:38:01 +00:00