mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-11 04:30:44 +02:00
fix for crash when executing PROMPT_COMMAND; fix for readline crash when rl_save_prompt is not followed by rl_set_prompt; fix for bash C-xg key binding listing completions; fix for precision overflow issue in printf; fix for readline non-multibyte builds
This commit is contained in:
@@ -99,7 +99,7 @@ extern int stream_on_stack (enum stream_type);
|
||||
extern char *read_secondary_line (int);
|
||||
extern int find_reserved_word (const char *);
|
||||
extern void gather_here_documents (void);
|
||||
extern void execute_variable_command (const char *, const char *);
|
||||
extern void execute_variable_command (const char *, const char *, int);
|
||||
|
||||
extern int *save_token_state (void);
|
||||
extern void restore_token_state (int *);
|
||||
|
||||
Reference in New Issue
Block a user