index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
exec.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-27
github #126: Fix some typos
Wu, Zhenyu
1
-2
/
+2
2024-12-26
53257: use monotonic clock where appropriate
dana
1
-11
/
+10
2024-10-16
53146: flags cannot be copied from an undefined function (cf. ca6f4466)
Bart Schaefer
1
-1
/
+2
2024-09-14
53088: enable `time' on builtins, assignments, and current-shell actions
Bart Schaefer
1
-2
/
+40
2024-08-04
53005: off-by-one error when resetting signals on subshell entrance
Philippe Altherr
1
-2
/
+2
2024-07-04
52985: avoid adding original param to restorelist
Jun-ichi Takimoto
1
-4
/
+3
2024-06-28
52977: ERR_EXIT/ERR_RETURN are respected by the final command in && / || lists
Philippe Altherr
1
-0
/
+1
2024-03-18
52750: remove ansi2knr support for old pre-ansi K&R compilers
Oliver Kiddle
1
-1
/
+1
2024-03-04
52650 plus minor fixes: add -u for named references pointing to "upper" scope
Bart Schaefer
1
-1
/
+21
2024-02-28
52594: support for POSIX real-time signals with kill and trap
Oliver Kiddle
1
-1
/
+1
2024-02-24
Fix META_NOALLOC to META_STATIC in 'bad interpreter' metafy
Bart Schaefer
1
-2
/
+2
2024-02-24
52596: metafy interpreter name for error message
Bart Schaefer
1
-3
/
+3
2024-02-18
45837: fix process group restoration upon exit
Stephane Chazelas
1
-1
/
+1
2024-02-18
52515: (+ tests in 52527) avoid sh errors when running shebang-less scripts w...
Stephane Chazelas
1
-2
/
+15
2023-11-18
52313: Src/exec.c: multios are not interactive and check for write errors.
Bart Schaefer
1
-2
/
+6
2023-11-15
52309: fix cases that hang with all signals blocked.
Bart Schaefer
1
-2
/
+2
2023-10-24
github #104: fix small typo
ErrrorMaxx
1
-1
/
+1
2023-09-10
52125: getoutput() must not free() after gettempname(..., 1) for heap
Bart Schaefer
1
-1
/
+0
2023-04-17
51652: fix running of TRAPEXIT explicitly.
Peter Stephenson
1
-1
/
+33
2023-04-09
51632: nmetafy $_ when exporting it to child
Jun-ichi Takimoto
1
-1
/
+1
2023-03-29
51608: Don't execute commands after "continue &&"
Peter Stephenson
1
-2
/
+2
2023-02-14
51424: $(<...) shouldn't try to open a file with NO_EXEC
Peter Stephenson
1
-0
/
+3
2022-12-16
51212: remove STOUC() macro
Oliver Kiddle
1
-1
/
+1
2022-12-13
51210: Clear errflag before calling EXIT trap
Bart Schaefer
1
-0
/
+4
2022-12-12
51134: ! return doesn't change the return status
Peter Stephenson
1
-1
/
+1
2022-12-09
51161: correct errno after closing xtrace FD
Bart Schaefer
1
-0
/
+3
2022-12-03
51094: consistent use of bit-manipulation for noerrexit value changes
Philippe Altherr
1
-3
/
+3
2022-12-03
51098: remove unreachable NOERREXIT_UNTIL_EXEC code and effects
Philippe Altherr
1
-12
/
+1
2022-12-03
51076: fix ERR_EXIT when used with "eval" or "source"; documentary comments
Philippe Altherr
1
-3
/
+43
2022-12-03
51071: fix ERR_RETURN for functions in conditional statements
Philippe Altherr
1
-7
/
+5
2022-12-03
51001: fix for ERR_EXIT following shell function; update tests
Philippe Altherr
1
-9
/
+1
2022-12-03
51001: fix for ERR_EXIT with pipeline negation ("!"); update tests
Philippe Altherr
1
-5
/
+8
2022-12-03
51001: Reverts 8839e969b, most of 1ba8714a, and d873ed60.
Philippe Altherr
1
-3
/
+1
2022-11-09
50929: fix handling of ERR_RETURN bent by 50928.
Bart Schaefer
1
-1
/
+1
2022-11-09
50928: fix tests for 50897, mention behavior change in NEWS
Bart Schaefer
1
-0
/
+2
2022-11-09
50922: fix additional cases of signals for current shell jobs on the right of...
Bart Schaefer
1
-2
/
+6
2022-11-08
50897: nonzero status of complex commands should trigger ERR_EXIT
Bart Schaefer
1
-1
/
+1
2022-11-02
50851: restore typtab when necessary
Jun-ichi Takimoto
1
-0
/
+12
2022-04-29
50136: Fix =(nosuchcommand) race/deadlock first reported in workers/42609
Bart Schaefer
1
-4
/
+0
2022-04-28
50162: Fix multios with current-shell "exec" (aka nullexec).
Bart Schaefer
1
-0
/
+4
2022-04-25
50049: care with signed characters
Peter Stephenson
1
-1
/
+1
2022-03-30
49906 (Bart), 49911: Fixes to querying jobs in subshell.
Peter Stephenson
1
-0
/
+1
2022-03-30
49813: <<<: Document newline behavior and fix optimization
Mikael Magnusson
1
-1
/
+3
2022-01-30
49694 + doc: Allow using empty STTY= to freeze tty for a single command
Mikael Magnusson
1
-2
/
+4
2021-11-12
github #82: Fix typos
Dimitris Apostolou
1
-1
/
+1
2021-09-09
49353: Fix comments in sourced file.
Peter Stephenson
1
-1
/
+1
2021-08-26
49307 with doc update: POSIX_TRAPS fix.
Peter Stephenson
1
-1
/
+2
2021-05-16
48857: declare "volatile" all globals that may be modified by signal handlers
Bart Schaefer
1
-3
/
+5
2021-04-10
47794: exec: run final pipeline command in a subshell in sh mode
brian m. carlson
1
-4
/
+6
2021-02-16
Allow more scripts without #!
Justine Tunney
1
-4
/
+23
[next]