From: Sterling Augustine <saugustine@google.com>
To: Keith Seitz <keiths@redhat.com>
Cc: gdb-patches@sourceware.org
Subject: Re: build broken by dwarf2read.c changes
Date: Wed, 12 Oct 2011 00:25:00 -0000 [thread overview]
Message-ID: <CAEG7qUxmCPj1wXP9EfCEiVHbJqL9bWcawYC2TkKbY0OifYbOiQ@mail.gmail.com> (raw)
In-Reply-To: <4E94D24A.3040601@redhat.com>
[-- Attachment #1: Type: text/plain, Size: 372 bytes --]
On Tue, Oct 11, 2011 at 4:33 PM, Keith Seitz <keiths@redhat.com> wrote:
> On 10/11/2011 04:30 PM, Sterling Augustine wrote:
>>
>> Checked in as obvious.
>
> Confirmed. Thank you!
>
> Keith
Missed a file. Checked in as obvious.
2011-05-11 Sterling Augustine <saugustine@google.com>
* readline/complete.c (rl_completion_matches): Undo inadvertant checkin.
[-- Attachment #2: fix-patch --]
[-- Type: application/octet-stream, Size: 604 bytes --]
Index: complete.c
===================================================================
RCS file: /cvs/src/src/readline/complete.c,v
retrieving revision 1.10
diff -d -u -r1.10 complete.c
--- complete.c 11 Oct 2011 23:30:27 -0000 1.10
+++ complete.c 12 Oct 2011 00:20:06 -0000
@@ -1994,8 +1994,7 @@
match_list[1] = (char *)NULL;
_rl_interrupt_immediately++;
- while (string = (*entry_function) (text, matches)
- && matches <= rl_completion_query_items)
+ while (string = (*entry_function) (text, matches))
{
if (matches + 1 == match_list_size)
match_list = (char **)xrealloc
prev parent reply other threads:[~2011-10-12 0:25 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-11 22:55 David Miller
2011-10-11 23:08 ` Sterling Augustine
2011-10-11 23:23 ` Keith Seitz
2011-10-11 23:30 ` Sterling Augustine
2011-10-11 23:34 ` Keith Seitz
2011-10-12 0:25 ` Sterling Augustine [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAEG7qUxmCPj1wXP9EfCEiVHbJqL9bWcawYC2TkKbY0OifYbOiQ@mail.gmail.com \
--to=saugustine@google.com \
--cc=gdb-patches@sourceware.org \
--cc=keiths@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox