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
2014-10-22
33493: use correct command name in error messages about "ulimit" failure; res...
Barton E. Schaefer
1
-0
/
+1
2014-10-06
33365: avoid buffer overflow for very long fds in >& fd syntax
Mikael Magnusson
1
-1
/
+1
2014-10-02
33325: fix ksh autoloads with redirections on function definitions
Peter Stephenson
1
-19
/
+63
2014-09-29
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
Barton E. Schaefer
1
-4
/
+88
2014-09-29
33286: handle redirections for multiply named functions
Peter Stephenson
1
-1
/
+16
2014-09-29
33285: apply function definition redirections at execution
Peter Stephenson
1
-4
/
+73
2014-09-29
33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...
Barton E. Schaefer
1
-0
/
+2
2014-09-03
33100: check $fd more rigorously in "exec {fd}<&-"
Barton E. Schaefer
1
-6
/
+18
2014-08-31
33077: SHTTY = -1 when closing it in closem()
Barton E. Schaefer
1
-1
/
+4
2014-06-13
32768 with further modifications: LOCAL_LOOPS option.
Peter Stephenson
1
-2
/
+15
2014-04-20
32568: consistency in handling of errflag condition during substitutions
Barton E. Schaefer
1
-2
/
+9
2014-04-18
32552 (updated by 32560): fix segfault when using process substitution in ano...
Andrew Waldron
1
-8
/
+18
2013-12-21
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
1
-1
/
+4
2013-12-20
32171: close pipe descriptor in parent when left side is a shell construct to
Barton E. Schaefer
1
-0
/
+4
2013-12-06
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
1
-1
/
+4
2013-10-27
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
1
-2
/
+2
2013-10-27
31912: in closemn(), distinguish closing for >&- from closing for a real redi...
Barton E. Schaefer
1
-5
/
+5
2013-10-19
Use VERBOSE option in execstring()
Peter Stephenson
1
-0
/
+5
2013-10-18
31846: fix NOEXEC option in execsimple() optimisation
Peter Stephenson
1
-0
/
+3
2013-10-17
31832: make execrestore() more signal-safe.
Bart Schaefer
1
-23
/
+27
2013-10-10
31809: Make whitespace clear in trace output for patterns.
Peter Stephenson
1
-0
/
+13
2013-07-21
31549: Fix third problem with file descriptor management.
Peter Stephenson
1
-17
/
+1
2013-07-20
31545: Use of FD_CLOEXEC to remove possibility of fd reuse.
Peter Stephenson
1
-0
/
+2
2013-07-17
31528: use job table to record file descriptors associated with process subst
Peter Stephenson
1
-27
/
+6
2013-06-13
31444: Basic code for enable/disable -p
Peter Stephenson
1
-0
/
+5
2013-05-05
31376: Make sure every execve() is prefixed by winch_unblock()
Frank Terbeck
1
-0
/
+6
2013-05-05
Revert "31372: Do not block SIGWINCH for child processes"
Frank Terbeck
1
-3
/
+1
2013-05-05
31372: Do not block SIGWINCH for child processes
Bart Schaefer
1
-1
/
+3
2013-03-10
31141: Tighten NO_CLOBBER restrictions on {fd} syntax
Peter Stephenson
1
-1
/
+8
2012-12-13
30876: fix obscure failures to propagate non-zero status
Peter Stephenson
1
-3
/
+3
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-6
/
+101
2012-10-11
30724: shell code optimisd to use execsimple() doesn't have a valid thisjob
Peter Stephenson
1
-3
/
+24
2012-10-07
30722: fix some cases where emulations or options were not propagated properly
Peter Stephenson
1
-1
/
+1
2012-08-21
30633: "functions -T" only traces marked function, not called functions
Peter Stephenson
1
-2
/
+13
2012-03-05
30307 plus tweak suggsted by Wayne: use %lld for zlong when long long
Peter Stephenson
1
-0
/
+4
2012-03-01
30272 (tweaked): most failures of fork() cause non-interactive shells to
Bart Schaefer
1
-11
/
+12
2012-02-12
30181, plus rename of PF_* flags to PREFORK_*:
Peter Stephenson
1
-3
/
+3
2012-01-16
30111: Src/exec.c: Fix segfaults with exec options.
Frank Terbeck
1
-1
/
+12
2011-12-12
30000 plus some comments: Better POSIXJOBs behaviour.
Peter Stephenson
1
-4
/
+25
2011-10-26
29844, 29845: remove bogus
Peter Stephenson
1
-2
/
+12
2011-08-28
users/16289: don't delete temporary files on disown.
Peter Stephenson
1
-7
/
+7
2011-08-17
29703: crash when failing to parse process substitutions
Peter Stephenson
1
-1
/
+9
2011-08-14
29677: Do not allow external processes in a pipeline to become suspended
Bart Schaefer
1
-0
/
+2
2011-08-10
29654: "wait" should resume stopped jobs identified by process ID as well
Bart Schaefer
1
-1
/
+3
2011-07-25
29561: Allow closing of fd's not recorded by the shell
Peter Stephenson
1
-6
/
+12
2011-07-19
29555: fix problem using open fd beyond max_zsh_fd
Peter Stephenson
1
-5
/
+11
2011-06-23
29503: Missing popheap() on failed autoload
Peter Stephenson
1
-0
/
+1
2011-06-19
29492: add argument handling to anonymous functions
Peter Stephenson
1
-28
/
+37
2011-05-24
29367, 29368: avoid redirecting the xtrace of simple commands along with
Bart Schaefer
1
-1
/
+1
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
1
-1
/
+1
[next]