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
2018-05-11
42101 (tweaked): assigning shell status to array was broken
dana
1
-2
/
+6
2018-05-01
unposted (branch fork_early): Fork early for pipelines.
Peter Stephenson
1
-82
/
+63
2018-04-29
47201: fix 42355 for multiple backslashes
Ricardo Giorni
1
-6
/
+6
2018-04-25
unposted: Correct process substitution buffer size in the PATH_DEV_FD codepath.
Daniel Shahaf
1
-1
/
+1
2018-04-24
42708: fix for process substitution.
Peter Stephenson
1
-8
/
+16
2018-04-20
42684 (with extra comments): Fork early if in bg.
Peter Stephenson
1
-95
/
+135
2018-04-17
42630: Improve process group handling in pipelines.
Peter Stephenson
1
-1
/
+16
2018-04-12
42624 (plus test): avoid freeing memory that's still needed
Oliver Kiddle
1
-5
/
+9
2018-03-24
42518, CVE-2018-1071: check bounds when copying path in hashcmd()
Oliver Kiddle
1
-1
/
+1
2018-03-18
42469: necessary repairs to 42465 found by "make check"
Stephane Chazelas
1
-2
/
+2
2018-03-15
42465: Pass up error status from readoutput().
Stephane Chazelas
1
-3
/
+13
2018-02-12
42355: Fix use of backslashes on here doc input.
Peter Stephenson
1
-1
/
+10
2018-01-14
42043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBAL
Barton E. Schaefer
1
-1
/
+3
2017-12-22
33395: Improvments for function managment.
Peter Stephenson
1
-1
/
+6
2017-12-20
users/13148 (and workers/42060): Abort the command line when replying
Daniel Shahaf
1
-6
/
+11
2017-12-15
42123 (tweaked): take account of Dash in function names.
Peter Stephenson
1
-2
/
+20
2017-10-04
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
1
-69
/
+85
2017-10-02
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
1
-11
/
+6
2017-09-29
41789: Don't save fd if -1.
Peter Stephenson
1
-8
/
+11
2017-09-27
41767: preserve nonzero exit status on interrupt
Barton E. Schaefer
1
-1
/
+2
2017-09-26
41761: Ensure status from interrupt is propagated by builtin
Peter Stephenson
1
-2
/
+9
2017-09-24
Updates for ksh array element syntax.
Peter Stephenson
1
-70
/
+16
2017-09-20
41736: NO_INTERACTIVE_COMMENTS in $(...)
Barton E. Schaefer
1
-1
/
+6
2017-09-13
First go at var=([key]=value) syntax.
Peter Stephenson
1
-9
/
+77
2017-09-10
41662: exec -a arguments weren't sanitised
Peter Stephenson
1
-0
/
+3
2017-08-29
41608 (plus tests): restore ERR_EXIT before function.
Peter Stephenson
1
-1
/
+1
2017-08-24
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
1
-14
/
+27
2017-08-15
posted but has not shown up: fix fd problem in subshell.
Peter Stephenson
1
-3
/
+15
2017-07-27
41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.
Peter Stephenson
1
-2
/
+12
2017-06-19
41317: use heap allocation in getoutputfile() to plug memory leak
Barton E. Schaefer
1
-2
/
+2
2017-05-03
41043: Close pipes in shell when disowning background job.
Peter Stephenson
1
-0
/
+1
2017-04-28
41020: Fix "command -p"; "-p" was incorrectly left in command arguments
Peter Stephenson
1
-1
/
+8
2017-04-27
41012: Fix premature exit from nested function in EXIT trap.
Peter Stephenson
1
-1
/
+4
2017-04-26
41008: Handle expansions for precommand modifiers
Peter Stephenson
1
-35
/
+106
2017-04-04
40933: Ensure we get job text in sourced files.
Peter Stephenson
1
-2
/
+2
2017-03-09
40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.
Peter Stephenson
1
-5
/
+20
2017-03-07
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
1
-5
/
+6
2017-03-04
40654: exit cleanly from special POSIXBUILTINS in subshells
Barton E. Schaefer
1
-0
/
+1
2017-02-20
40576 (tweaked): entersubsh(): unblock any signals that were blocked for tra...
Barton E. Schaefer
1
-3
/
+14
2017-01-23
40391: Add WARN_NESTED_VAR option and functions -W.
Peter Stephenson
1
-3
/
+10
2017-01-16
40353 with tweaks to whence -v: extend directory cache use.
Peter Stephenson
1
-26
/
+56
2017-01-12
40342: Add directory name cache for autoload file paths.
Peter Stephenson
1
-5
/
+10
2017-01-12
40335: More care with autoload function path.
Peter Stephenson
1
-3
/
+4
2017-01-11
unposted: more care with shell function filename.
Peter Stephenson
1
-0
/
+2
2017-01-11
Add features associated with autoloading a function using an absolute
Peter Stephenson
1
-11
/
+33
2016-12-05
Additional case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
1
-0
/
+1
2016-12-05
Extra case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
1
-1
/
+9
2016-11-17
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
1
-8
/
+8
2016-11-17
39915: whence: Honor PATH_DIRS option for arguments that start with './' or '...
Daniel Shahaf
1
-7
/
+16
2016-11-10
39901: No EXIT trap on LHS of pipeline.
Peter Stephenson
1
-0
/
+4
[next]