mariadb/cmd-line-utils/libedit
unknown 16ff419b8a Generate "config.h" directly into the "include" directory, later copied
to "my_config.h". Not to pollute the top directory, and to get more control
over what is included. Made the include path for "libedit" pick up its own
"config.h" first.


config/ac-macros/misc.m4:
  aclocal in automake 1.8 can't handle AC_REQUIRE on
  a user macro defined in the same included file.
cmd-line-utils/libedit/Makefile.am:
  Changed include path so that current directory is taken first, as there
  is a "config.h" there with the same name as the one in top "include".
configure.in:
  Generate "config.h" directly into "include", don't pollute top directory
include/Makefile.am:
  Copy "config.h" from current directory to "my_config.h", added note in
  the make file why there are two identical files with different name.
scripts/make_binary_distribution.sh:
  Removed copy of "config.h" from top directory, it is in "include" in a
  source tree.
2007-07-30 21:09:45 +02:00
..
np Fixed a bug in vis.c 2004-10-22 19:21:54 +03:00
readline Fix bug#23293 "readline detection broken on NetBSD": 2007-01-31 15:25:56 +01:00
TEST changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
chared.c cmd-line-utils/libedit/chared.c: Fix compile problem caused by use of "uint" which is undefined on QNX. 2005-07-11 15:59:49 +02:00
chared.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
common.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
compat.h Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
compat_conf.h libedit need this file too... 2003-01-18 21:05:02 +04:00
config.h terminal.c, sql_bitmap.h, my_sys.h, configure.in, config.h: 2005-05-05 09:15:14 +02:00
editline.3 changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
editrc.5 changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
el.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
el.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
el_term.h Bug#10218 Command line recall rolls into Segmentation Fault(coredump)' 2007-06-04 16:42:42 +02:00
emacs.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
fgetln.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
fgetln.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
hist.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
hist.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
histedit.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
history.c many warnings (practically safe but annoying) corrected 2006-01-03 17:54:54 +01:00
key.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
key.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
libedit_term.h Portability fixes 2003-02-27 03:44:44 +02:00
Makefile.am Generate "config.h" directly into the "include" directory, later copied 2007-07-30 21:09:45 +02:00
makelist.sh - don't include sys.h directly in the autogenerated libedit source 2005-05-13 10:04:35 +02:00
map.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
map.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
parse.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
parse.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
prompt.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
prompt.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
read.c QNX does not know "uint", so the cast is rewritten as "unsigned int". 2005-07-18 13:52:18 +02:00
read.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
readline.c Fix bug#23293 "readline detection broken on NetBSD": 2007-01-31 15:25:56 +01:00
refresh.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
refresh.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
search.c readline.c: 2005-05-12 19:02:26 +02:00
search.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
sig.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
sig.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
strlcpy.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
strlcpy.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
sys.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
term.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
tokenizer.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
tokenizer.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
tty.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
tty.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
unvis.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
vi.c Eliminate gcc 4.0 warning in libedit code. (Bug #9603) 2005-05-07 08:16:43 -07:00
vis.c Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00
vis.h Upgrade to libedit-2.9 2005-04-21 12:06:46 +02:00