documentation updates; fix for null commands with redirection expansion errors; changes to job notifications for interactive shells sourcing files; fix underflow issue with word_top

This commit is contained in:
Chet Ramey
2024-08-28 11:42:10 -04:00
parent 2e01122fe7
commit 2610d40b32
19 changed files with 175 additions and 21 deletions
+2
View File
@@ -201,6 +201,7 @@ read_builtin_timeout (int fd)
#endif
}
#if defined (READLINE)
void
reset_rl_instream (FILE *save_instream)
{
@@ -213,6 +214,7 @@ uw_reset_rl_instream (void *fp)
{
reset_rl_instream (fp);
}
#endif
/* Read the value of the shell variables whose names follow.
The reading is done from the current input stream, whatever