index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
44635: Don't apply STAT_NOPRINT to backgrounded jobs
Peter Stephenson
2019-08-03
1
-1
/
+2
*
44480: Don't automatically close externally visible file descroptors.
Peter Stephenson
2019-07-02
1
-1
/
+4
*
44307: allow for atoi() returning a negative number
Oliver Kiddle
2019-05-20
1
-1
/
+1
*
44214: <(...) substitutions shouldn't grab the terminal
Eric Freese
2019-04-10
1
-1
/
+1
*
44132: don't hash commands beginning with /
Charles Blake
2019-03-19
1
-0
/
+2
*
43723: file descriptor could leak on fork error
Kamil Dudka
2018-11-09
1
-1
/
+2
*
43660: extend 43653 when final exit is implicit.
Peter Stephenson
2018-10-09
1
-24
/
+25
*
43489: Add error checking on a new write() call.
Daniel Shahaf
2018-09-25
1
-1
/
+4
*
43464: Another attachtty() fix.
Peter Stephenson
2018-09-16
1
-6
/
+7
*
43446: More entersubsh() / addproc() wiring.
Peter Stephenson
2018-09-12
1
-15
/
+22
*
43409: Fix process group setting in main shell.
Peter Stephenson
2018-09-07
1
-17
/
+28
*
CVE-2018-0502, CVE-2018-13259: Fix two security issues in shebang line parsing.
Anthony Sottile
2018-09-03
1
-16
/
+20
*
43156, 43157: Need to allow for extra space in gethere().
Peter Stephenson
2018-07-10
1
-3
/
+5
*
users/23531: Error exit/return fixes.
Peter Stephenson
2018-07-09
1
-0
/
+17
*
users/23472: Add $sysparams[procsubstpid] to zsh/system
Peter Stephenson
2018-06-15
1
-0
/
+10
*
42101 (tweaked): assigning shell status to array was broken
dana
2018-05-11
1
-2
/
+6
*
unposted (branch fork_early): Fork early for pipelines.
Peter Stephenson
2018-05-01
1
-82
/
+63
*
47201: fix 42355 for multiple backslashes
Ricardo Giorni
2018-04-29
1
-6
/
+6
*
unposted: Correct process substitution buffer size in the PATH_DEV_FD codepath.
Daniel Shahaf
2018-04-25
1
-1
/
+1
*
42708: fix for process substitution.
Peter Stephenson
2018-04-24
1
-8
/
+16
*
42684 (with extra comments): Fork early if in bg.
Peter Stephenson
2018-04-20
1
-95
/
+135
*
42630: Improve process group handling in pipelines.
Peter Stephenson
2018-04-17
1
-1
/
+16
*
42624 (plus test): avoid freeing memory that's still needed
Oliver Kiddle
2018-04-12
1
-5
/
+9
*
42518, CVE-2018-1071: check bounds when copying path in hashcmd()
Oliver Kiddle
2018-03-24
1
-1
/
+1
*
42469: necessary repairs to 42465 found by "make check"
Stephane Chazelas
2018-03-18
1
-2
/
+2
*
42465: Pass up error status from readoutput().
Stephane Chazelas
2018-03-15
1
-3
/
+13
*
42355: Fix use of backslashes on here doc input.
Peter Stephenson
2018-02-12
1
-1
/
+10
*
42043: ZSH_DEBUG_CMD should not WARN_CREATE_GLOBAL
Barton E. Schaefer
2018-01-14
1
-1
/
+3
*
33395: Improvments for function managment.
Peter Stephenson
2017-12-22
1
-1
/
+6
*
users/13148 (and workers/42060): Abort the command line when replying
Daniel Shahaf
2017-12-20
1
-6
/
+11
*
42123 (tweaked): take account of Dash in function names.
Peter Stephenson
2017-12-15
1
-2
/
+20
*
41802 (minor tweaks): use heap during shell function call.
Peter Stephenson
2017-10-04
1
-69
/
+85
*
41787 (plus minor tweaks): use $FUNCSTACK for function nesting depth.
Peter Stephenson
2017-10-02
1
-11
/
+6
*
41789: Don't save fd if -1.
Peter Stephenson
2017-09-29
1
-8
/
+11
*
41767: preserve nonzero exit status on interrupt
Barton E. Schaefer
2017-09-27
1
-1
/
+2
*
41761: Ensure status from interrupt is propagated by builtin
Peter Stephenson
2017-09-26
1
-2
/
+9
*
Updates for ksh array element syntax.
Peter Stephenson
2017-09-24
1
-70
/
+16
*
41736: NO_INTERACTIVE_COMMENTS in $(...)
Barton E. Schaefer
2017-09-20
1
-1
/
+6
*
First go at var=([key]=value) syntax.
Peter Stephenson
2017-09-13
1
-9
/
+77
*
41662: exec -a arguments weren't sanitised
Peter Stephenson
2017-09-10
1
-0
/
+3
*
41608 (plus tests): restore ERR_EXIT before function.
Peter Stephenson
2017-08-29
1
-1
/
+1
*
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
2017-08-24
1
-14
/
+27
*
posted but has not shown up: fix fd problem in subshell.
Peter Stephenson
2017-08-15
1
-3
/
+15
*
41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands.
Peter Stephenson
2017-07-27
1
-2
/
+12
*
41317: use heap allocation in getoutputfile() to plug memory leak
Barton E. Schaefer
2017-06-19
1
-2
/
+2
*
41043: Close pipes in shell when disowning background job.
Peter Stephenson
2017-05-03
1
-0
/
+1
*
41020: Fix "command -p"; "-p" was incorrectly left in command arguments
Peter Stephenson
2017-04-28
1
-1
/
+8
*
41012: Fix premature exit from nested function in EXIT trap.
Peter Stephenson
2017-04-27
1
-1
/
+4
*
41008: Handle expansions for precommand modifiers
Peter Stephenson
2017-04-26
1
-35
/
+106
*
40933: Ensure we get job text in sourced files.
Peter Stephenson
2017-04-04
1
-2
/
+2
[next]