mariadb/cmd-line-utils/libedit
unknown 37aad6bb4f 1. discarded term.h from the distribution
2. changed key_* to el_ley_* in the libedit key.h
   (because it's in the conflict with the aix definitions)
3. use libedit_term.h instead of term.h in the cmd-line-utils/libedit/el.h
4. added definition of MIN in the cmd-line-utils/libedit/read.c 
   (if it wasn't defined yet)
5. discarded definition of SUNOS macro from configure.in 
   (now we don't include term.h in the el.h at all)


BitKeeper/deleted/.del-term.h~23716a5310508e0:
  Delete: cmd-line-utils/libedit/term.h
cmd-line-utils/libedit/Makefile.am:
  discarded term.h from the distribution
cmd-line-utils/libedit/el.c:
  changed 
  key_init -> el_key_init
  key_end -> el_key_end
cmd-line-utils/libedit/el.h:
  change 
    #include "term.h" 
  to 
    #include "libedit_term.h"
cmd-line-utils/libedit/key.c:
  changed functions key_... to el_key_... 
  because it's in conflict with the aix definitions
cmd-line-utils/libedit/key.h:
  changed functions key_... to el_key_... 
  because it's in conflict with the aix definitions
cmd-line-utils/libedit/map.c:
  changed functions key_... to el_key_... 
  because it's in conflict with the aix definitions
cmd-line-utils/libedit/read.c:
  1. added definition of MIN
  2. fixed problems with undefined uint
  3. changed key_get to el_key_get
cmd-line-utils/libedit/term.c:
  1. discarded #include "term.h" at all
  2. changed functions key_* to el_key_*
  3. add declaration of el_key__decode_str
cmd-line-utils/libedit/tty.c:
  changed functions key_... to el_key_... 
  because it's in conflict with the aix definitions
configure.in:
  discarded definition of SUNOS macro
  (libedit doesn't require it anymore)
2004-09-03 17:47:36 +05:00
..
np fixed compiling bug 2004-08-31 17:29:47 +05:00
readline upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
TEST changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
chared.c fixed compiling bug of libedit on qnx 2004-08-31 17:51:02 +05:00
chared.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
common.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05: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 fixed two compiling bugs for libedit 2004-08-31 18:29:01 +05: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 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
el.h 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
emacs.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
fgetln.c Fixed a lot of wrong memory references as reported by valgrind 2003-02-12 21:55:37 +02:00
fgetln.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
hist.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
hist.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
histedit.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
history.c fixed format of history of new libedit for compatibility 2004-08-27 20:32:28 +05:00
key.c 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
key.h 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
libedit_term.h Portability fixes 2003-02-27 03:44:44 +02:00
Makefile.am 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
makelist.sh upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
map.c 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
map.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
parse.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
parse.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
prompt.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
prompt.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
read.c 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
read.h added skipped file for libedit-2.6.7 2004-08-24 21:52:13 +05:00
readline.c fixed two compiling bugs for libedit 2004-08-31 18:29:01 +05:00
refresh.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
refresh.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
search.c compatibility fixes 2004-08-24 22:37:05 +02:00
search.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
sig.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
sig.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
strlcpy.c changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
strlcpy.h changes for readline/libedit configuration 2003-01-18 20:28:48 +04:00
sys.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
term.c 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
tokenizer.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
tokenizer.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
tty.c 1. discarded term.h from the distribution 2004-09-03 17:47:36 +05:00
tty.h upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00
vi.c upgrade to libedit-2.6.7 2004-08-24 20:41:41 +05:00