OSDN Git Service

Make SIGINT & SIGQUIT ignoring condition sane (#36743)
authormagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Wed, 26 Oct 2016 14:07:30 +0000 (14:07 +0000)
committermagicant <magicant@048f04df-13f5-43d7-8114-9f9ceecaec24>
Wed, 26 Oct 2016 14:07:30 +0000 (14:07 +0000)
commitfccb73be941b605346d5e738b4b901e2c5bba91e
tree7576f2a0e12145be623071d00a8d322b7d561502
parent59e5e4b15d3dc30f97a721f3602e263c395d5e22
Make SIGINT & SIGQUIT ignoring condition sane (#36743)

In the POSIXly-correct mode, SIGINT and SIGQUIT were automatically
ignored in an asynchronous list. POSIX now requires this behavior only
when job control is off. Yash no longer has to behave differently
depending on whether the POSIXly-correct mode is on.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/yash/yash/trunk@3712 048f04df-13f5-43d7-8114-9f9ceecaec24
NEWS
NEWS.ja
doc/ja/posix.txt
doc/ja/syntax.txt
doc/posix.txt
doc/syntax.txt
exec.c
tests/POSIX
tests/async-p.tst
tests/job-p.tst