NetBSD/lib/libedit
christos 32d7653d74 - don't leave cursor dangling on memory failure or after clearing the list
- compute the string length to be strvis'ed after the string is encoded
2011-07-27 02:23:29 +00:00
..
readline unbreak readline history. 2010-09-16 20:08:51 +00:00
TEST add history testing code. 2011-07-27 02:18:00 +00:00
chared.c setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
chared.h setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
chartype.c fix buffer growing code. 2011-07-27 02:18:30 +00:00
chartype.h Observe the following spelling: 2010-12-16 17:42:25 +00:00
common.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
config.h Define HAVE_STRUCT_DIRENT_D_NAMLEN in config,h, and test it when 2009-01-26 17:32:41 +00:00
editline.3 Fix argument for EL_EDITOR from Jess Thrysoee 2011-02-27 01:51:37 +00:00
editrc.5 Markup consistency, from YOMURA Masanori. Add serial comma. 2011-04-25 22:47:27 +00:00
el.c don't stop reading after empty lines from: Nirbhay Choubey 2011-07-26 21:03:17 +00:00
el.h don't turn on editing if stdout is not a tty. 2011-01-27 23:11:40 +00:00
eln.c various build fixes for gcc 4.5. from chuq. XXX i'm not sure all of 2011-06-20 09:11:16 +00:00
emacs.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
filecomplete.c Improve previous to avoid changing the interface of an externally 2010-12-06 00:05:38 +00:00
filecomplete.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
hist.c Fix wide build, test it, but don't turn it on yet. 2009-12-30 23:54:52 +00:00
hist.h Fix wide build, test it, but don't turn it on yet. 2009-12-30 23:54:52 +00:00
histedit.h setup a callback to be invoked on resize buffers so that readline can 2010-08-28 15:44:59 +00:00
history.c - don't leave cursor dangling on memory failure or after clearing the list 2011-07-27 02:23:29 +00:00
key.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
key.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
Makefile add some XXX'd -Wno-foo if HAVE_GCC >= 45. 2011-06-21 02:32:55 +00:00
makelist shame on solaris that is the last OS not supporting $() 2010-04-18 21:17:05 +00:00
map.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
map.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
parse.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
parse.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
prompt.c - Document and enable wide character support. 2009-12-31 15:58:26 +00:00
prompt.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
read.c make obvious what we are trying to do... 2011-07-09 23:54:39 +00:00
read.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
readline.c unbreak readline history. 2010-09-16 20:08:51 +00:00
refresh.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
refresh.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
search.c From Jess Thrysoee 2010-04-15 00:57:33 +00:00
search.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
shlib_version bump shared libraries. 2009-01-11 03:07:47 +00:00
sig.c reset and redraw on sigcont. From Anon Ymous. 2009-02-19 15:20:22 +00:00
sig.h reset and redraw on sigcont. From Anon Ymous. 2009-02-19 15:20:22 +00:00
sys.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
term.c Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
term.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
tokenizer.c rename historyw -> history_w for consistency. 2010-01-03 18:27:10 +00:00
tty.c fix pasto 2011-01-28 03:41:52 +00:00
tty.h Wide character support (UTF-8) from Johny Mattsson; currently disabled. 2009-12-30 22:37:40 +00:00
vi.c Introduce __weakref_visible to handle the different required visibility 2011-02-22 05:45:05 +00:00