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
*
34590: queue_signals() around more scopes that manipulate global state
Barton E. Schaefer
2015-02-20
1
-1
/
+3
*
34530: PRINT_EXIT_VALUE with anonymous functions.
Peter Stephenson
2015-02-16
1
-2
/
+12
*
34546: further $_ with anon function fix.
Peter Stephenson
2015-02-13
1
-4
/
+13
*
34519: $_ for arguments of anonymous function
Peter Stephenson
2015-02-12
1
-1
/
+4
*
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
2015-02-12
1
-25
/
+26
*
34485: More rationalisation for anonymous functions.
Peter Stephenson
2015-02-09
1
-26
/
+25
*
users/19751: remove error on failure to close file descriptor by number.
Peter Stephenson
2015-01-20
1
-1
/
+6
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-4
/
+5
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-4
/
+4
*
34134: anon funcs: don't leak shf and related data
Mikael Magnusson
2015-01-06
1
-0
/
+6
*
34064: assignment before command replaces array with export even when KSH_ARRAYS
Takeshi Banse
2014-12-27
1
-0
/
+2
*
34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...
Barton E. Schaefer
2014-12-27
1
-0
/
+4
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-21
/
+35
*
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
2014-11-30
1
-2
/
+2
*
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...
Barton E. Schaefer
2014-11-28
1
-1
/
+9
*
33775: error opening file in $(<...) is not fatal
Barton E. Schaefer
2014-11-23
1
-2
/
+2
*
33614 (based on RedHat BZ-978613): signal safety when updating global state i...
Barton E. Schaefer
2014-11-06
1
-0
/
+6
*
Treat exec from subshell as if forked
Peter Stephenson
2014-11-02
1
-0
/
+9
*
33531 with additions: retain status of exited background jobs.
Peter Stephenson
2014-10-26
1
-2
/
+0
*
33493: use correct command name in error messages about "ulimit" failure; res...
Barton E. Schaefer
2014-10-22
1
-0
/
+1
*
33365: avoid buffer overflow for very long fds in >& fd syntax
Mikael Magnusson
2014-10-06
1
-1
/
+1
*
33325: fix ksh autoloads with redirections on function definitions
Peter Stephenson
2014-10-02
1
-19
/
+63
*
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Barton E. Schaefer
2014-09-29
1
-4
/
+88
|
\
|
*
33286: handle redirections for multiply named functions
Peter Stephenson
2014-09-29
1
-1
/
+16
|
*
33285: apply function definition redirections at execution
Peter Stephenson
2014-09-29
1
-4
/
+73
*
|
33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...
Barton E. Schaefer
2014-09-29
1
-0
/
+2
|
/
*
33100: check $fd more rigorously in "exec {fd}<&-"
Barton E. Schaefer
2014-09-03
1
-6
/
+18
*
33077: SHTTY = -1 when closing it in closem()
Barton E. Schaefer
2014-08-31
1
-1
/
+4
*
32768 with further modifications: LOCAL_LOOPS option.
Peter Stephenson
2014-06-13
1
-2
/
+15
*
32568: consistency in handling of errflag condition during substitutions
Barton E. Schaefer
2014-04-20
1
-2
/
+9
*
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
2014-04-18
1
-8
/
+18
*
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
2013-12-21
1
-1
/
+4
*
32171: close pipe descriptor in parent when left side is a shell construct to
Barton E. Schaefer
2013-12-20
1
-0
/
+4
*
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
2013-12-06
1
-1
/
+4
*
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
2013-10-27
1
-2
/
+2
*
31912: in closemn(), distinguish closing for >&- from closing for a real redi...
Barton E. Schaefer
2013-10-27
1
-5
/
+5
*
Use VERBOSE option in execstring()
Peter Stephenson
2013-10-19
1
-0
/
+5
*
31846: fix NOEXEC option in execsimple() optimisation
Peter Stephenson
2013-10-18
1
-0
/
+3
*
31832: make execrestore() more signal-safe.
Bart Schaefer
2013-10-17
1
-23
/
+27
*
31809: Make whitespace clear in trace output for patterns.
Peter Stephenson
2013-10-10
1
-0
/
+13
*
31549: Fix third problem with file descriptor management.
Peter Stephenson
2013-07-21
1
-17
/
+1
*
31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
Peter Stephenson
2013-07-20
1
-0
/
+2
*
31528: use job table to record file descriptors associated with process subst
Peter Stephenson
2013-07-17
1
-27
/
+6
*
31444: Basic code for enable/disable -p
Peter Stephenson
2013-06-13
1
-0
/
+5
*
31376: Make sure every execve() is prefixed by winch_unblock()
Frank Terbeck
2013-05-05
1
-0
/
+6
*
Revert "31372: Do not block SIGWINCH for child processes"
Frank Terbeck
2013-05-05
1
-3
/
+1
*
31372: Do not block SIGWINCH for child processes
Bart Schaefer
2013-05-05
1
-1
/
+3
*
31141: Tighten NO_CLOBBER restrictions on {fd} syntax
Peter Stephenson
2013-03-10
1
-1
/
+8
*
30876: fix obscure failures to propagate non-zero status
Peter Stephenson
2012-12-13
1
-3
/
+3
*
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
2012-10-11
1
-6
/
+101
[next]