From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1778 invoked by alias); 1 May 2011 11:30:12 -0000 Mailing-List: contact archer-commits-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: Received: (qmail 1743 invoked by uid 9674); 1 May 2011 11:30:10 -0000 Date: Sun, 01 May 2011 11:30:00 -0000 Message-ID: <20110501113010.1727.qmail@sourceware.org> From: jkratoch@sourceware.org To: archer-commits@sourceware.org Subject: [SCM] archer-jankratochvil-readline62: Fix up readline/doc/ChangeLog.gdb and readline/examples/ChangeLog.gdb. X-Git-Refname: refs/heads/archer-jankratochvil-readline62 X-Git-Reftype: branch X-Git-Oldrev: 599183a4bf31fde57bb6a62f83b4caf2bec2e091 X-Git-Newrev: ccec88bb2f4506a2d8104775855e96d0388544ea X-SW-Source: 2011-q2/txt/msg00027.txt.bz2 List-Id: The branch, archer-jankratochvil-readline62 has been updated via ccec88bb2f4506a2d8104775855e96d0388544ea (commit) via 870a32f9343210a196768eb76d5d029840d49ed8 (commit) from 599183a4bf31fde57bb6a62f83b4caf2bec2e091 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit ccec88bb2f4506a2d8104775855e96d0388544ea Author: Jan Kratochvil Date: Sun May 1 13:29:45 2011 +0200 Fix up readline/doc/ChangeLog.gdb and readline/examples/ChangeLog.gdb. commit 870a32f9343210a196768eb76d5d029840d49ed8 Author: Jan Kratochvil Date: Sun May 1 13:28:13 2011 +0200 Fix comment in the last commit. commit 599183a4bf31fde57bb6a62f83b4caf2bec2e091 Author: Jan Kratochvil Date: Sat Apr 30 17:45:38 2011 +0200 readline/ 2011-04-30 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. ----------------------------------------------------------------------- Summary of changes: readline/complete.c | 6 +++--- readline/doc/ChangeLog.gdb | 4 ++++ readline/examples/ChangeLog.gdb | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) First 500 lines of diff: diff --git a/readline/complete.c b/readline/complete.c index 389f86e..a9c46df 100644 --- a/readline/complete.c +++ b/readline/complete.c @@ -481,9 +481,9 @@ get_y_or_n (for_pager) { int c; -/* Disabled for GDB due to the gdb.base/completion.exp regression. - Re: [Bug-readline] callback mode pager disable status - https://lists.gnu.org/archive/html/bug-readline/2011-04/msg00012.html */ +/* Disabled for GDB due to the gdb.base/readline-ask.exp regression. + [patch] testsuite: Test readline-6.2 "ask" regression + http://sourceware.org/ml/gdb-patches/2011-05/msg00002.html */ #if 0 /* For now, disable pager in callback mode, until we later convert to state driven functions. Have to wait until next major version to add new diff --git a/readline/doc/ChangeLog.gdb b/readline/doc/ChangeLog.gdb index 14d32f6..4aa05e4 100644 --- a/readline/doc/ChangeLog.gdb +++ b/readline/doc/ChangeLog.gdb @@ -1,3 +1,7 @@ +2011-04-25 Jan Kratochvil + + Imported readline 6.2, and upstream patch 001. + 2006-04-24 Daniel Jacobowitz Imported readline 5.1, and upstream patches 001-004. diff --git a/readline/examples/ChangeLog.gdb b/readline/examples/ChangeLog.gdb index 4896654..506e0b3 100644 --- a/readline/examples/ChangeLog.gdb +++ b/readline/examples/ChangeLog.gdb @@ -1,3 +1,7 @@ +2011-04-25 Jan Kratochvil + + Imported readline 6.2, and upstream patch 001. + 2006-04-24 Daniel Jacobowitz Imported readline 5.1, and upstream patches 001-004. hooks/post-receive -- Repository for Project Archer.