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
2015-06-02
GLOB_ASSIGN should only affect scalar assignments
Mikael Magnusson
1
-2
/
+2
2015-05-28
35318: POSIX_BUILTINS behaviour for getopts.
Peter Stephenson
1
-4
/
+8
2015-05-22
Tweak test for function level of exit.
Peter Stephenson
1
-1
/
+1
2015-05-13
users/20203: nested functions in always blocks when exit pending
Peter Stephenson
1
-1
/
+9
2015-04-28
34989: AUTO_CD needs to call cd --.
Peter Stephenson
1
-0
/
+1
2015-04-28
34979: Preserve job text when doing shell job fix.
Peter Stephenson
1
-1
/
+14
2015-04-24
34955: save and restore list_pipe_job with its friends
Peter Stephenson
1
-2
/
+4
2015-04-15
34900: assignment before an "exec".
Peter Stephenson
1
-7
/
+14
2015-04-15
34887: Fix POSIX_BUILTINS with assignment.
Peter Stephenson
1
-7
/
+21
2015-02-20
34590: queue_signals() around more scopes that manipulate global state
Barton E. Schaefer
1
-1
/
+3
2015-02-16
34530: PRINT_EXIT_VALUE with anonymous functions.
Peter Stephenson
1
-2
/
+12
2015-02-13
34546: further $_ with anon function fix.
Peter Stephenson
1
-4
/
+13
2015-02-12
34519: $_ for arguments of anonymous function
Peter Stephenson
1
-1
/
+4
2015-02-12
34514: Back out 34485, an alternate solution needs to be worked out.
Barton E. Schaefer
1
-25
/
+26
2015-02-09
34485: More rationalisation for anonymous functions.
Peter Stephenson
1
-26
/
+25
2015-01-20
users/19751: remove error on failure to close file descriptor by number.
Peter Stephenson
1
-1
/
+6
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-4
/
+5
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-4
/
+4
2015-01-06
34134: anon funcs: don't leak shf and related data
Mikael Magnusson
1
-0
/
+6
2014-12-27
34064: assignment before command replaces array with export even when KSH_ARRAYS
Takeshi Banse
1
-0
/
+2
2014-12-27
34065: following an "if" condition, do not test lastval for ERR_EXIT until a ...
Barton E. Schaefer
1
-0
/
+4
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-21
/
+35
2014-11-30
33818: fix types passed to sizeof detected by coverity as being wrong
Oliver Kiddle
1
-2
/
+2
2014-11-28
33816, 33819: GLOB_ASSIGN changes integer and floating type variables to stri...
Barton E. Schaefer
1
-1
/
+9
2014-11-23
33775: error opening file in $(<...) is not fatal
Barton E. Schaefer
1
-2
/
+2
2014-11-06
33614 (based on RedHat BZ-978613): signal safety when updating global state i...
Barton E. Schaefer
1
-0
/
+6
2014-11-02
Treat exec from subshell as if forked
Peter Stephenson
1
-0
/
+9
2014-10-26
33531 with additions: retain status of exited background jobs.
Peter Stephenson
1
-2
/
+0
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
[next]