mariadb/cmd-line-utils/libedit
unknown 307c0b77a1 many warnings (practically safe but annoying) corrected
client/mysqladmin.cc:
  don't use the handler after it's closed
client/mysqlbinlog.cc:
  memory leak
client/mysqldump.c:
  many "ignore return value" warnings, one "NULL dereference"
cmd-line-utils/libedit/history.c:
  memory leak
include/my_base.h:
  cleanup
libmysql/libmysql.c:
  "return value ignored" warning
myisam/mi_delete.c:
  "return value ignored" warning
myisam/myisampack.c:
  "out-of-bound access" warning
myisam/sort.c:
  "double free" warning
mysys/default_modify.c:
  "double free" warning
mysys/mf_iocache2.c:
  "return value ignored" warnings
mysys/my_bitmap.c:
  s/return/DBUG_RETURN/
mysys/my_error.c:
  memory leak
server-tools/instance-manager/parse.cc:
  "NULL dereference" warning
sql-common/client.c:
  "NULL dereference" warning
sql/field.cc:
  deadcode, "NULL dereference", "uninitialized" warnings
sql/field.h:
  unused parameters removed from constructor
sql/ha_myisam.cc:
  "return value ignored" warnings
sql/item.cc:
  "return value ignored" warnings
  changed constructor
sql/item_func.cc:
  "return value ignored" warnings
sql/log_event.cc:
  uninitialized warning
sql/opt_range.cc:
  "double free" and uninitialized warnings
sql/opt_range.h:
  "return value ignored" warning
sql/repl_failsafe.cc:
  "return value ignored" warning
sql/set_var.cc:
  "return value ignored" warning
sql/slave.cc:
  "return value ignored" warnings
sql/slave.h:
  new prototype
sql/sql_acl.cc:
  deadcode and "NULL dereference" warnings
sql/sql_db.cc:
  "return value ignored" warning
sql/sql_handler.cc:
  "NULL dereference" warning
sql/sql_help.cc:
  "NULL dereference" warning
sql/sql_insert.cc:
  "return value ignored" warning
sql/sql_parse.cc:
  "return value ignored" warning
  one more DBUG_ASSERT
sql/sql_repl.cc:
  "return value ignored" and memory leak warnings
sql/sql_show.cc:
  "return value ignored" and "NULL dereference"  warnings
sql/sql_test.cc:
  "return value ignored" warning
sql/table.cc:
  memory leak
sql/uniques.cc:
  "return value ignored" warning
  endspaces deleted
2006-01-03 17:54:54 +01:00
..
np Fixed a bug in vis.c 2004-10-22 19:21:54 +03:00
readline readline.h: 2005-05-13 11:59:17 +02: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 Upgrade to libedit-2.9 2005-04-21 12:06:46 +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 Makefile.am, configure.in: 2005-09-24 15:51: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 readline.c: 2005-05-12 19:02:26 +02: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