about summary refs log tree commit diff
path: root/Src/exec.c
Commit message (Expand)AuthorAgeFilesLines
* 51424: $(<...) shouldn't try to open a file with NO_EXECPeter Stephenson2023-02-141-0/+3
* 51212: remove STOUC() macroOliver Kiddle2022-12-161-1/+1
* 51210: Clear errflag before calling EXIT trapBart Schaefer2022-12-131-0/+4
* 51134: ! return doesn't change the return statusPeter Stephenson2022-12-121-1/+1
* 51161: correct errno after closing xtrace FDBart Schaefer2022-12-091-0/+3
* 51094: consistent use of bit-manipulation for noerrexit value changesPhilippe Altherr2022-12-031-3/+3
* 51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effectsPhilippe Altherr2022-12-031-12/+1
* 51076: fix ERR_EXIT when used with "eval" or "source"; documentary commentsPhilippe Altherr2022-12-031-3/+43
* 51071: fix ERR_RETURN for functions in conditional statementsPhilippe Altherr2022-12-031-7/+5
* 51001: fix for ERR_EXIT following shell function; update testsPhilippe Altherr2022-12-031-9/+1
* 51001: fix for ERR_EXIT with pipeline negation ("!"); update testsPhilippe Altherr2022-12-031-5/+8
* 51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.Philippe Altherr2022-12-031-3/+1
* 50929: fix handling of ERR_RETURN bent by 50928.Bart Schaefer2022-11-091-1/+1
* 50928: fix tests for 50897, mention behavior change in NEWSBart Schaefer2022-11-091-0/+2
* 50922: fix additional cases of signals for current shell jobs on the right of...Bart Schaefer2022-11-091-2/+6
* 50897: nonzero status of complex commands should trigger ERR_EXITBart Schaefer2022-11-081-1/+1
* 50851: restore typtab when necessaryJun-ichi Takimoto2022-11-021-0/+12
* 50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609Bart Schaefer2022-04-291-4/+0
* 50162: Fix multios with current-shell "exec" (aka nullexec).Bart Schaefer2022-04-281-0/+4
* 50049: care with signed charactersPeter Stephenson2022-04-251-1/+1
* 49906 (Bart), 49911: Fixes to querying jobs in subshell.Peter Stephenson2022-03-301-0/+1
* 49813: <<<: Document newline behavior and fix optimizationMikael Magnusson2022-03-301-1/+3
* 49694 + doc: Allow using empty STTY= to freeze tty for a single commandMikael Magnusson2022-01-301-2/+4
* github #82: Fix typosDimitris Apostolou2021-11-121-1/+1
* 49353: Fix comments in sourced file.Peter Stephenson2021-09-091-1/+1
* 49307 with doc update: POSIX_TRAPS fix.Peter Stephenson2021-08-261-1/+2
* 48857: declare "volatile" all globals that may be modified by signal handlersBart Schaefer2021-05-161-3/+5
* 47794: exec: run final pipeline command in a subshell in sh modebrian m. carlson2021-04-101-4/+6
* Allow more scripts without #!Justine Tunney2021-02-161-4/+23
* 46268: suppress a useless compiler warning around nice()Roman Perepelitsa2020-07-281-2/+1
* 46175/0003: Fix the RM_STAR_SILENT bug from the parent commit.Daniel Shahaf2020-07-051-1/+1
* 46026: Add CLOBBER_EMPTY option.Peter Stephenson2020-06-091-5/+22
* users/24909: Don't clean up special file list too early.Peter Stephenson2020-06-081-1/+1
* 45923 (with memory leak fixed, cf. 45924): zprof: Don't tally all anonymous f...Daniel Shahaf2020-05-281-2/+18
* 45583/0008: Add the 'function -T' syntax.Daniel Shahaf2020-03-221-3/+5
* 45583/0007: WC_FUNCDEF: Add a placeholder element.Daniel Shahaf2020-03-221-1/+2
* 45583/0001: internal: Remove a redundant assignment.Daniel Shahaf2020-03-221-1/+0
* Merge remote-tracking branch 'origin/master' into 5.9Daniel Shahaf2020-03-071-4/+2
|\
| * users/24710: Fix job control problem with sudo.Peter Stephenson2020-02-271-1/+2
| * 45343: Queue signals around arithmetic evaluationsDaniel Shahaf2020-01-291-3/+0
* | 45131: Make a function that redefines itself preserve its tracedness.Daniel Shahaf2019-12-261-0/+6
|/
* 45083: Add signal protection to execarith().Peter Stephenson2019-12-181-0/+3
* 45066: internal: Document forklevel, locallevel, and exit_pending.Daniel Shahaf2019-12-181-0/+4
* 45058: internal: Add symbolic names to possible values of zexit()'s "from_whe...Daniel Shahaf2019-12-171-1/+1
* 45025: fix re-entrancy problem with memory management in readoutput().Peter Stephenson2019-12-151-25/+36
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
* 44841: Better checking of errors from "nice"_RuRo_ (Андрей Стоцкий)2019-10-161-2/+5
* 44635: Don't apply STAT_NOPRINT to backgrounded jobsPeter Stephenson2019-08-031-1/+2
* 44480: Don't automatically close externally visible file descroptors.Peter Stephenson2019-07-021-1/+4
* 44307: allow for atoi() returning a negative numberOliver Kiddle2019-05-201-1/+1