commit bash-20080515 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:23:48 -05:00
parent f13513ff9e
commit 33fe8777ce
27 changed files with 2962 additions and 32 deletions
+7 -1
View File
@@ -331,7 +331,7 @@ enable_hostname_completion (on_or_off)
free (rl_completer_word_break_characters);
rl_completer_word_break_characters = nval;
}
itrace("enable_hostname_completion: rl_completer_word_break_characters = %s", rl_completer_word_break_characters);
return (old_value);
}
@@ -513,6 +513,12 @@ initialize_readline ()
bash_readline_initialized = 1;
}
void
bashline_reset ()
{
bash_readline_initialized = 0;
}
/* On Sun systems at least, rl_attempted_completion_function can end up
getting set to NULL, and rl_completion_entry_function set to do command
word completion if Bash is interrupted while trying to complete a command