mariadb/cmd-line-utils/libedit
joerg@trift2. e56eb2288c Fix bug#23293 "readline detection broken on NetBSD":
Its root cause is a difference between the "readline" and "libedit" (header files)
definitions of "rl_completion_entry_function", where the "libedit" one is wrong anyway:
This variable is used as a pointer to a function returning "char *",
but "libedit" declares it as returning "int" and then adds casts on usage.

Change it to "CPFunction *" and get rid of the casts.
2007-01-31 15:25:56 +01:00
..
np
readline
TEST
chared.c
chared.h
common.c
compat.h
compat_conf.h
config.h
editline.3
editrc.5
el.c
el.h
el_term.h
emacs.c
fgetln.c
fgetln.h
hist.c
hist.h
histedit.h
history.c
key.c
key.h
libedit_term.h
Makefile.am
makelist.sh
map.c
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c
read.h
readline.c
refresh.c
refresh.h
search.c
search.h
sig.c
sig.h
strlcpy.c
strlcpy.h
sys.h
term.c
tokenizer.c
tokenizer.h
tty.c
tty.h
unvis.c
vi.c
vis.c
vis.h