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
*
40796: MAGIC_EQUAL_SUBST not needed with parsed assignment.
Peter Stephenson
2017-03-09
1
-5
/
+20
*
40760: Always tokenize unquoted - to Dash.
Peter Stephenson
2017-03-07
1
-5
/
+6
*
40654: exit cleanly from special POSIXBUILTINS in subshells
Barton E. Schaefer
2017-03-04
1
-0
/
+1
*
40576 (tweaked): entersubsh(): unblock any signals that were blocked for tra...
Barton E. Schaefer
2017-02-20
1
-3
/
+14
*
40391: Add WARN_NESTED_VAR option and functions -W.
Peter Stephenson
2017-01-23
1
-3
/
+10
*
40353 with tweaks to whence -v: extend directory cache use.
Peter Stephenson
2017-01-16
1
-26
/
+56
*
40342: Add directory name cache for autoload file paths.
Peter Stephenson
2017-01-12
1
-5
/
+10
*
40335: More care with autoload function path.
Peter Stephenson
2017-01-12
1
-3
/
+4
*
unposted: more care with shell function filename.
Peter Stephenson
2017-01-11
1
-0
/
+2
*
Add features associated with autoloading a function using an absolute
Peter Stephenson
2017-01-11
1
-11
/
+33
*
Additional case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
2016-12-05
1
-0
/
+1
*
Extra case for ERR_RETURN and ERR_EXIT.
Peter Stephenson
2016-12-05
1
-1
/
+9
*
39958: Add extra byte to PATH_MAX allocations.
Peter Stephenson
2016-11-17
1
-8
/
+8
*
39915: whence: Honor PATH_DIRS option for arguments that start with './' or '...
Daniel Shahaf
2016-11-17
1
-7
/
+16
*
39901: No EXIT trap on LHS of pipeline.
Peter Stephenson
2016-11-10
1
-0
/
+4
*
39571: Fix ERR_EXIT bug with && and function.
Peter Stephenson
2016-10-05
1
-6
/
+6
*
39568: "! <complex-command>" suppresses ERR_EXIT
Peter Stephenson
2016-10-05
1
-2
/
+7
*
39566: Improve usefulness of command_not_found_handler.
Peter Stephenson
2016-10-05
1
-5
/
+8
*
39545: Add some missing unqueue_signals().
Peter Stephenson
2016-10-03
1
-0
/
+3
*
39521: Refactor start of execcmd().
Peter Stephenson
2016-10-03
1
-46
/
+81
*
39540: "! command" should suppress ERR_EXIT and ERR_RETURN
Peter Stephenson
2016-10-02
1
-2
/
+6
*
39517: back off 39502 (WC_ASSIGN causes fork in pipe).
Peter Stephenson
2016-09-30
1
-1
/
+1
*
39507: TMPSUFFIX for =(...)
Barton E. Schaefer
2016-09-29
1
-0
/
+9
*
39470: failure to open a supposedly unique temp file name should result in an...
Barton E. Schaefer
2016-09-29
1
-5
/
+11
*
39502: Fork for assignment in LHS of pipeline.
Peter Stephenson
2016-09-29
1
-1
/
+2
*
34943: Fixes for "command" with multiple options.
Peter Stephenson
2016-09-29
1
-37
/
+116
*
39437: use list_pipe_pid in assignment for clarity
Barton E. Schaefer
2016-09-27
1
-1
/
+1
*
39436: Pass on status of SIGINT better.
Peter Stephenson
2016-09-25
1
-1
/
+2
*
39435: Further fix for pgrp of funny pipelines.
Peter Stephenson
2016-09-25
1
-1
/
+2
*
39381: handle save/restore of variable values when "typeset"-related reserved...
Barton E. Schaefer
2016-09-19
1
-2
/
+2
*
39362: another race with pipeline handling.
Peter Stephenson
2016-09-16
1
-25
/
+9
*
39359: Fix remaining race with orphaned subjob.
Peter Stephenson
2016-09-16
1
-1
/
+43
*
39331: Reparent subjob on fork with exited superjob.
Peter Stephenson
2016-09-16
1
-1
/
+18
*
39305: Fix error handling after parse for here document.
Peter Stephenson
2016-09-13
1
-1
/
+1
*
39125: More care needed decrementing SHLVL on exec.
Stephane Chazelas
2016-08-31
1
-4
/
+7
*
39104: do not hash relative paths in findcmd()
Barton E. Schaefer
2016-08-26
1
-1
/
+1
*
38991: Make 'whence -v autoloaded-function' shows the defining filename.
Daniel Shahaf
2016-08-05
1
-1
/
+2
*
38653 + 38657: 'functions -T' tracing: recurse into anonymous functions.
Daniel Shahaf
2016-06-13
1
-3
/
+9
*
38350 (cf. Glenn Smith: 38348): Remove-all warning should warn about the root...
Barton E. Schaefer
2016-04-26
1
-2
/
+2
*
38114: Fix hang using ^Z with command subst.
Peter Stephenson
2016-03-09
1
-2
/
+11
*
37868: add 'static' to file local variables
Jun-ichi Takimoto
2016-02-03
1
-2
/
+0
*
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
[next]