Bash-5.3-rc2 release

This commit is contained in:
Chet Ramey
2025-06-02 12:05:51 -04:00
parent c8f067a967
commit 102140e4c4
146 changed files with 21928 additions and 19439 deletions
+2
View File
@@ -79,9 +79,11 @@ main (int c, char **v)
/* Set the default locale values according to environment variables. */
setlocale (LC_ALL, "");
#if defined (SIGWINCH)
/* Handle window size changes when readline is not active and reading
characters. */
signal (SIGWINCH, sighandler);
#endif
/* Install the line handler. */
rl_callback_handler_install (prompt, cb_linehandler);