]> git.ipfire.org Git - thirdparty/bash.git/commit
`wait -n' notifies on a job it returns; in posix mode, `wait' defers notification...
authorChet Ramey <chet.ramey@case.edu>
Wed, 11 Sep 2024 19:54:24 +0000 (15:54 -0400)
committerChet Ramey <chet.ramey@case.edu>
Wed, 11 Sep 2024 19:54:24 +0000 (15:54 -0400)
commitbc5ddc8698d56df588fd99864a650b834426ccf7
treec089bce170919a80b9d44495212ac495a45bed85
parent5576c26da8e0ad74048203398acb493c65fd3476
`wait -n' notifies on a job it returns; in posix mode, `wait' defers notification on a reaped pid unless the shell is interactive, as posix now specifies
17 files changed:
CWRU/CWRU.chlog
builtins/evalfile.c
builtins/jobs.def
doc/bash.0
doc/bash.1
doc/bash.info
doc/bashref.info
doc/bashref.texi
doc/version.texi
eval.c
execute_cmd.c
include/shmbutil.h
jobs.c
jobs.h
lib/readline/histfile.c
parse.y
trap.c