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:
Chet Ramey
2025-07-09 16:33:00 -04:00
parent 12ea4bfec3
commit a23c863e75
13 changed files with 81 additions and 29 deletions
+1 -1
View File
@@ -177,6 +177,6 @@ extern arrayind_t element_back (ARRAY *, arrayind_t);
#define ALL_ELEMENT_SUB(c) ((c) == '@' || (c) == '*')
/* In eval.c, but uses ARRAY * */
extern int execute_array_command (ARRAY *, void *);
extern int execute_array_command (ARRAY *, void *, int);
#endif /* _ARRAY_H_ */