NetBSD/lib/libedit
christos 189ce7898b always scroll when we advance past bottom. From Caleb Welton
cwelton at greenplum dot com
2009-05-19 21:45:14 +00:00
..
TEST Implement literal prompt sequences. Now someone can implement 2009-03-31 17:38:27 +00:00
readline implement RL_PROMPT_{START,END}_IGNORE 2009-03-31 17:53:03 +00:00
Makefile WARNS=4 2009-01-18 12:17:49 +00:00
chared.c pass lint on _LP64. 2009-02-15 21:55:23 +00:00
chared.h pass lint on _LP64. 2009-02-15 21:55:23 +00:00
common.c fix mis-evaluating whether a char is digit or not. 2009-02-27 04:18:45 +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 Punctuation nit. 2009-05-12 08:14:07 +00:00
editrc.5 Drop trailing whitespace. 2009-04-11 22:17:52 +00:00
el.c restore binary compatibility by providing new prompt functions that take 2009-05-11 18:33:30 +00:00
el.h don't restart on EINTR, instead return NULL immediately. From Anon Ymous 2009-02-15 21:24:13 +00:00
emacs.c pass lint on _LP64. 2009-02-15 21:55:23 +00:00
filecomplete.c fix sign compare issues. 2009-02-16 00:15:45 +00:00
filecomplete.h fix sign compare issues. 2009-02-16 00:15:45 +00:00
hist.c Fixes from Otto Moerbeek otto at drijf dot net 2003-11-01 23:36:39 +00:00
hist.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
histedit.h restore binary compatibility by providing new prompt functions that take 2009-05-11 18:33:30 +00:00
history.c Plug memory leak, from MySQL. 2009-02-06 14:40:32 +00:00
key.c more size_t stuff. 2009-02-21 23:31:56 +00:00
key.h more size_t stuff. 2009-02-21 23:31:56 +00:00
makelist More fixes for existing portability stuff. 2009-02-12 13:39:49 +00:00
map.c fix debugging printf format. 2006-04-09 01:36:51 +00:00
map.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
parse.c Update for recent parse__escape() prototype change 2005-05-29 04:58:15 +00:00
parse.h Update for recent parse__escape() prototype change 2005-05-29 04:58:15 +00:00
prompt.c PR/41230: -current: sh(1) endlessly looping in interactive 2009-04-16 19:39:37 +00:00
prompt.h Implement literal prompt sequences. Now someone can implement 2009-03-31 17:38:27 +00:00
read.c make el_gets set the count to -1 on error to distinguish between EOF and 2009-03-10 20:46:15 +00:00
read.h Convert to new 2 clause license 2008-04-29 06:53:00 +00:00
readline.c Fix off by one error reported by: Caleb Welton cwelton at greenplum dot com 2009-04-08 21:31:31 +00:00
refresh.c always scroll when we advance past bottom. From Caleb Welton 2009-05-19 21:45:14 +00:00
refresh.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
search.c pass lint on _LP64. 2009-02-15 21:55:23 +00:00
search.h make forward incremental search work better. 2003-10-18 23:27:36 +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 SUNOS is spelt __SunOS. Add missing prototypes. 2009-02-06 20:08:13 +00:00
term.c cast to size_t to avoid sign / unsigned comparison warning. 2009-03-31 21:33:17 +00:00
term.h Implement literal prompt sequences. Now someone can implement 2009-03-31 17:38:27 +00:00
tokenizer.c pass lint on _LP64. 2009-02-15 21:55:23 +00:00
tty.c fix sign compare issues. 2009-02-16 00:15:45 +00:00
tty.h Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
vi.c more size_t stuff. 2009-02-21 23:31:56 +00:00