freebsd-src/lib/libedit
Pedro F. Giffuni dcb0dada6b Fix issue resizing bin/sh
This partially reverts some changes from r237448 that are causing
breakage when resizing under bin/sh .

Reverted changes from NetBSD are:

Mar 10 20:46:15 2009 - editline.3 read.c
make el_gets set the count to -1 on error to distinguish between EOF and
error.

Feb 19 15:20:22 2009 - read.c sig.c sig.h
reset and redraw on sigcont. From Anon Ymous.

Feb 15 21:24:13 2009
don't restart on EINTR, instead return NULL immediately. From Anon Ymous

PR:		169603
Reported by:	Peter Jeremy, David Shao
MFC after:	3 days
2012-07-06 16:43:56 +00:00
..
edit/readline Correct r228114 and use the same implementation for tilde.h as for history.h 2012-04-26 00:51:43 +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
chartype.h Add $FreeBSD$'s. 2011-04-14 15:42:15 +00:00
common.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
editline.3 Fix issue resizing bin/sh 2012-07-06 16:43:56 +00:00
editrc.5 Fix mandoc "Oc breaks Op" warning. 2012-06-24 07:54:28 +00:00
el.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
el.h Fix issue resizing bin/sh 2012-07-06 16:43:56 +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 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
histedit.h Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
history.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
key.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
key.h Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
Makefile * Add the readline(3) API to libedit. The libedit versions of 2011-04-05 18:41:01 +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 Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
prompt.h Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
read.c Fix issue resizing bin/sh 2012-07-06 16:43:56 +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 Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
refresh.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
search.c Merge changes from upstream libedit. 2012-06-22 18:01:22 +00:00
search.h Sync libedit with recent NetBSD developments. Including improvements to the 2005-08-07 20:55:59 +00:00
sig.c Fix issue resizing bin/sh 2012-07-06 16:43:56 +00:00
sig.h Fix issue resizing bin/sh 2012-07-06 16:43:56 +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 changes from upstream libedit. 2012-06-22 18:01:22 +00:00
term.h Merge changes from upstream libedit. 2012-06-22 18:01:22 +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 changes from upstream libedit. 2012-06-22 18:01:22 +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 changes from upstream libedit. 2012-06-22 18:01:22 +00:00