X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=readline%2FChangeLog.gdb;h=bd082e0fe68c3fda139251a9527f357f3e91655f;hb=20b23ee6c89b3c412f78017d777ca2d3d2937431;hp=0c3bcc4b37cb4cf01db11d718b104741568e947c;hpb=eeab5adb6cc67a0e934163d3d82aaf7fdb7d2973;p=deliverable%2Fbinutils-gdb.git diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb index 0c3bcc4b37..bd082e0fe6 100644 --- a/readline/ChangeLog.gdb +++ b/readline/ChangeLog.gdb @@ -1,3 +1,98 @@ +2014-09-22 Chen Gang + + Pushed by Joel Brobecker + * search.c (_rl_nsearch_init): Remove useless parameter '0' for + rl_message(). + +2013-09-24 Pierre Muller + + * readline.c (bind_arrow_keys_internal): + Handle VK_HOME, VK_END, VK_DELETE and VK_INSERT for mingw + hosts. + +2013-09-23 Martin Benda + + Checked in by Joel Brobecker + * util.c (_rl_strnicmp): Add missing semicolon. + +2013-05-22 Yao Qi + + * configure.in: Invoke AC_CANONICAL_BUILD. + Change $host_os to $build_os. + * configure: Regenerated. + +2012-10-18 Joel Brobecker + + * terminal.c: Remove duplicate includes of windows.h and + wincon.h. + (_rl_get_screen_size): Remove redundant code for MinGW getting + the console size from the Windows API. + +2012-02-24 Pierre Muller + + * signals.c (_rl_block_sigwinch, _rl_release_sigwinch): Add + conditional SIGWINCH around functions. + +2011-05-11 Sterling Augustine + + * complete.c (rl_completion_matches): Undo inadvertant checkin. + +2011-06-29 Jan Kratochvil + + Avoid free from a signal handler. + * Makefile.in (xfree.o): Add readline.h. + * xfree.c: Include stdio.h and readline.h. + (xfree): Return on RL_STATE_SIGHANDLER. + * xmalloc.h (xfree): New definition. + +2011-05-11 Jan Kratochvil + + Workaround gdb.base/completion.exp regression on readline-6.2. + * complete.c (get_y_or_n): Disable the return on RL_STATE_CALLBACK. + +2011-05-11 Jan Kratochvil + + Imported readline 6.2, and upstream patch 001. + * configure: Regenerate. + +2011-03-04 Michael Snyder + + * bind.c (rl_function_dumper): Free allocated memory. + +2009-08-22 Ralf Wildenhues + + * configure: Regenerate. + + * configure.in: m4_include toplevel config/override.m4. + * configure: Regenerate. + +2009-07-30 Ralf Wildenhues + + * Makefile.in (datarootdir): New variable. + * doc/Makefile.in (datarootdir): New variable. + * shlib/Makefile.in (datarootdir): New variable. + +2009-04-17 Carlos O'Donell + + * Makefile.in: Add html target. Add dummy install-html and + install-pdf targets. + +2008-08-10 Pedro Alves + + Build fixes for DJGPP. + + * signals.c (rl_set_sighandler): Guard access to SIGWINCH. + * wcwidth.c [__GO32__]: Include wctype.h before wchar.h. + +2008-03-24 Jan Kratochvil + + PR gdb/544 + * rltty.c (block_sigint, release_sigint): Rename to... + (_rl_block_sigint, _rl_release_sigint): ...these and make them global. + * rltty.h (_rl_block_sigint, _rl_release_sigint): New prototypes. + * display.c (rl_redisplay): Wrap the function by the calls to + _RL_BLOCK_SIGINT and _RL_RELEASE_SIGINT. + 2007-09-01 Daniel Jacobowitz PR gdb/2138