* complete.c (rl_completion_matches): Undo inadvertant checkin.
+2011-05-11 Sterling Augustine <saugustine@google.com>
+
+ * complete.c (rl_completion_matches): Undo inadvertant checkin.
+
2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
Avoid free from a signal handler.
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