NetBSD/lib/libedit
christos 8467a84273 From: Gerry Swislow gerry at certif dot com
1) File name completion should list the files in the current directory
if no text is entered.  The previous version wouldn't list anything if
the text to complete was empty.

2) When listing directories, the entries "." and ".." shouldn't be
shown.

3) The filename completion should be used if the user's
rl_attempted_completion_function doesn't return any matches.  The
previous version didn't do that.
2003-11-02 01:45:14 +00:00
..
readline Make readline csh-like history work. 2003-10-27 22:26:35 +00:00
TEST I got tired of typing a cc line. 2003-10-16 21:41:46 +00:00
chared.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
chared.h change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
common.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
config.h oops, we need config.h now. 2002-03-18 16:19:03 +00:00
editline.3 Explain H_ADD better. from Otto Moerbeek otto at drijf dot net 2003-11-01 23:37:30 +00:00
editrc.5 Document history builtin commands. 2003-11-01 23:35:33 +00:00
el.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
el.h change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
emacs.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 More libedit readline emulation functions from: Gerry Swislow 2003-10-16 22:26:32 +00:00
history.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
key.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
key.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
makelist don't use the path for awk 2003-03-10 21:21:10 +00:00
map.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 don't limit ^c to alpha c, and add VIS_NOSLASH so that vis(3) does not 2003-10-15 18:08:40 +00:00
parse.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
prompt.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
prompt.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
read.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
read.h Implement enough of readline's 4.0 async mode to make gdb happy. This is 2003-09-26 17:44:51 +00:00
readline.c From: Gerry Swislow gerry at certif dot com 2003-11-02 01:45:14 +00:00
refresh.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +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 Another fix for incremental search prev. 2003-10-25 06:42:41 +00:00
search.h make forward incremental search work better. 2003-10-18 23:27:36 +00:00
shlib_version Implement enough of readline's 4.0 async mode to make gdb happy. This is 2003-09-26 17:44:51 +00:00
sig.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
sig.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
sys.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
term.c - provide enough hooks to compile gdb-5.3 2003-09-14 21:48:54 +00:00
term.h - provide enough hooks to compile gdb-5.3 2003-09-14 21:48:54 +00:00
tokenizer.c change allocation policy in el_push to allocate the string itself. 2003-10-18 23:48:42 +00:00
tokenizer.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
tty.c remove debugging printf. 2003-10-18 22:37:24 +00:00
tty.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00
vi.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:42:00 +00:00