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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
exec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
37473: check for cshnullglob in command position.
Barton E. Schaefer
2016-01-01
1
-0
/
+5
*
37435 (+ fix typo): allow execution of empty files as "sh" scripts
Barton E. Schaefer
2015-12-25
1
-1
/
+2
*
37434: POSIXBUILTINS "command" should prevent shell exit on errors from speci...
Barton E. Schaefer
2015-12-25
1
-3
/
+5
*
37202: suppress WARN_CREATE_GLOBAL warnings after a fork
Peter Stephenson
2015-12-04
1
-1
/
+1
*
unposted: fix init_io() calls in previous change
Peter Stephenson
2015-12-04
1
-1
/
+1
*
37092: make nested ${(P)name} properly refer to parameter on return
Peter Stephenson
2015-11-11
1
-7
/
+9
*
36853: replace pushheap/popheap by NEWHEAPS/OLDHEAPS in doshfunc() to optimiz...
Barton E. Schaefer
2015-10-14
1
-201
/
+201
*
unposted: back out 36707, add test case for 36766
Barton E. Schaefer
2015-10-03
1
-1
/
+1
*
36766: fix incorrect reset of noerrexit during "if" conditions
Barton E. Schaefer
2015-10-03
1
-1
/
+2
*
36707: distinguish ERR_RETURN value of retflag so that execif() can ignore it...
Barton E. Schaefer
2015-09-30
1
-1
/
+1
*
36651: WARN_CREATE_GLOBAL += math expressions
Daniel Shahaf
2015-09-27
1
-1
/
+2
*
36378: skip directories when looking for files to autoload
Peter Stephenson
2015-09-02
1
-1
/
+3
*
36104: change order of child_block() and dont_queue_signals() to resolve yet ...
Barton E. Schaefer
2015-08-11
1
-1
/
+1
*
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
2015-08-09
1
-7
/
+42
*
35849: close fd's from process substitution after fork
Peter Stephenson
2015-07-23
1
-2
/
+3
*
35751: Fix ERR_RETURN and ERR_EXIT in "else"
Peter Stephenson
2015-07-09
1
-1
/
+7
*
35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER
Peter Stephenson
2015-06-29
1
-1
/
+2
*
35634: handle failure of gettempname() in namedpipe()
Barton E. Schaefer
2015-06-27
1
-0
/
+4
*
35604: create empty arrays in typeset with array=()
Peter Stephenson
2015-06-25
1
-9
/
+12
*
various posts: Implement assignment parsing for typeset.
Peter Stephenson
2015-06-24
1
-18
/
+158
*
35493: erase $_ when the command line is an assignment
Barton E. Schaefer
2015-06-16
1
-0
/
+1
*
GLOB_ASSIGN should only affect scalar assignments
Mikael Magnusson
2015-06-02
1
-2
/
+2
*
35318: POSIX_BUILTINS behaviour for getopts.
Peter Stephenson
2015-05-28
1
-4
/
+8
*
Tweak test for function level of exit.
Peter Stephenson
2015-05-22
1
-1
/
+1
*
users/20203: nested functions in always blocks when exit pending
Peter Stephenson
2015-05-13
1
-1
/
+9
*
34989: AUTO_CD needs to call cd --.
Peter Stephenson
2015-04-28
1
-0
/
+1
*
34979: Preserve job text when doing shell job fix.
Peter Stephenson
2015-04-28
1
-1
/
+14
*
34955: save and restore list_pipe_job with its friends
Peter Stephenson
2015-04-24
1
-2
/
+4
*
34900: assignment before an "exec".
Peter Stephenson
2015-04-15
1
-7
/
+14
*
34887: Fix POSIX_BUILTINS with assignment.
Peter Stephenson
2015-04-15
1
-7
/
+21
*
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
[next]