mariadb/cmd-line-utils/libedit
unknown 94e6b9be19 - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded
call to /usr/bin/awk - replaced this with the proper autoconf variable
   instead (makelist is now generated out of makelist.sh during the compile
   phase)


cmd-line-utils/libedit/Makefile.am:
   - replace @AWK@ with the correct path to the awk binary determined by
     configure instead of using a hard-coded path (BUG#2297)
cmd-line-utils/libedit/makelist.sh:
   - replace @AWK@ with the correct path to the awk binary determined by
     configure instead of using a hard-coded path (BUG#2297)
2004-01-16 16:22:59 +01:00
..
readline Portability fixes 2003-02-27 03:44:44 +02:00
TEST
chared.c
chared.h
common.c
compat.h
compat_conf.h
editline.3
editrc.5
el.c Portability fixes 2003-03-11 00:30:35 +02:00
el.h Portability fixes 2003-02-27 03:44:44 +02:00
emacs.c
fgetln.c
fgetln.h
hist.c
hist.h
histedit.h
history.c
key.c
key.h Portability fixes 2003-02-27 03:44:44 +02:00
libedit_term.h Portability fixes 2003-02-27 03:44:44 +02:00
Makefile.am - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded 2004-01-16 16:22:59 +01:00
makelist.sh - Fixed BUG#2297: cmd-line-utils/libedit/makelist used a hard-coded 2004-01-16 16:22:59 +01:00
map.c fixed bug with locales in libedit 2003-04-06 20:14:36 -04:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Portability fixes 2003-02-27 03:44:44 +02:00
readline.c Portability fixes 2003-02-28 14:32:40 +02:00
refresh.c fixed bug with locales in libedit 2003-04-06 20:14:36 -04:00
refresh.h
search.c
search.h
sig.c Portability fixes 2003-02-27 03:44:44 +02:00
sig.h Portability fixes 2003-02-27 03:44:44 +02:00
strlcpy.c
strlcpy.h
sys.h
term.c Portability fixes 2003-02-27 03:44:44 +02:00
tokenizer.c
tokenizer.h
tty.c
tty.h
vi.c