NetBSD/lib/libedit
christos 3cfbfdb2ef Bug reported from Martin Dietze:
The place to change the completion_append_character is
    usually somewhere in the `rl_completion_entry_function'
    callback which is where one usually can distinguish between
    file- or dir-like entries to append a slash for dirs etc.

    This does no longer work since `fn_complete()' takes the
    `append_character' as argument before the callback is executed,
    so that changes to the variable `rl_completion_append_character'
    have in fact no effect for the current completion.

Fix by adding a function that returns the rl_completion_append_character,
when it gets passed in a filename in readline emulation.
2005-06-10 20:21:00 +00:00
..
TEST Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
readline tilde expand should take a const argument. 2005-06-10 20:18:11 +00:00
Makefile clean up build of "test" 2005-05-28 12:02:53 +00:00
chared.c Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
chared.h Delete-previous-char and delete-next-char without an argument are not supposed 2004-08-13 12:10:38 +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 PR/29738: Rui Paulo: Incorrect tok_line and tok_str declarations. 2005-03-19 17:36:02 +00:00
editrc.5 Document history builtin commands. 2003-11-01 23:35:33 +00:00
el.c PR/23486: Andreas Gustafsson: gdb no longer works with emacs 2004-07-08 00:51:36 +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 Use (unsigned char) cast to sanitise arguments to ctype functions. 2004-10-28 21:14:52 +00:00
filecomplete.c Bug reported from Martin Dietze: 2005-06-10 20:21:00 +00:00
filecomplete.h Bug reported from Martin Dietze: 2005-06-10 20:21: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 Separate out the filename completion functions from the readline() code. 2005-05-07 16:01:25 +00:00
history.c PR/26785: Jess Thrysoee: libedit - H_NEXT and H_PREV shifts cursor on failure 2004-11-27 18:31:45 +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
makelist Remove clause 3 from the UCB license. 2005-05-16 13:14:43 +00:00
map.c Delete-previous-char and delete-next-char without an argument are not supposed 2004-08-13 12:10:38 +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 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 Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
read.h Better fix for rl_prep_terminal() from Gerry Swislow. 2004-02-27 14:52:18 +00:00
readline.c Bug reported from Martin Dietze: 2005-06-10 20:21:00 +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 Make EM_DELETE_PREV_CHAR behave like ED_DELETE_PREV_CHAR in incremental 2004-11-04 01:16:03 +00:00
search.h make forward incremental search work better. 2003-10-18 23:27:36 +00:00
shlib_version Tokenization function enhancements: 2003-12-05 13:37:48 +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 portability fixes. 2004-01-17 17:57:40 +00:00
term.c fix memory leak; thanks to Logan Gabriel 2004-05-22 23:21:28 +00:00
term.h Add missing define, needed for debugging (from Rob Rodgers) 2005-03-15 00:10:40 +00:00
tokenizer.c Tokenization function enhancements: 2003-12-05 13:37:48 +00:00
tty.c Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
tty.h Don't use non-standard uint or u_int. 2005-06-01 11:37:52 +00:00
vi.c Terminate the arglist with a NULL instead of 0. (Shuts up gcc4.x) 2005-04-25 01:06:03 +00:00