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
*
25140: improve error handling/reporting for here-document temp files.
Bart Schaefer
2008-10-10
1
-2
/
+3
*
25791: force return from eval-style DEBUG trap lost status
Peter Stephenson
2008-10-01
1
-2
/
+4
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
1
-3
/
+5
*
users/13295, tweaked: dont reset line numbers when parsing strings, sometimes
Peter Stephenson
2008-09-29
1
-7
/
+9
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-5
/
+4
*
25721: revert another mistake of 25701.
Clint Adams
2008-09-22
1
-1
/
+0
*
correct overzealousness in 25701
Clint Adams
2008-09-21
1
-1
/
+0
*
25701: fix memory leak in loadautofn.
Clint Adams
2008-09-21
1
-1
/
+5
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-12
/
+10
*
25651: make getpermtext() output indentation more logical
Peter Stephenson
2008-09-11
1
-1
/
+1
*
25643: keep DEBUG and ZERR traps in subshells
Peter Stephenson
2008-09-11
1
-1
/
+2
*
25637: dereference prog after the NULL check.
Clint Adams
2008-09-10
1
-1
/
+2
*
25627: add $ZSH_SUBSHELL
Peter Stephenson
2008-09-05
1
-0
/
+7
*
25615: $ZSH_DEBUG_CMD for use in DEBUG traps
Peter Stephenson
2008-09-05
1
-0
/
+7
*
25595: fix line numbers with EVAL_LINENO,
Peter Stephenson
2008-09-03
1
-4
/
+9
*
25587: fix a==(stuff) and associated stuff.
Peter Stephenson
2008-09-01
1
-0
/
+7
*
25570: line numbers of complex sublists were wrong, plus test
Peter Stephenson
2008-08-31
1
-1
/
+1
*
users/13169: really restore emulation mode after 'emulate -L'
Andrey Borzenkov
2008-08-31
1
-1
/
+3
*
25532: problem skipping assignments etc. with setopt ERREXIT
Peter Stephenson
2008-08-25
1
-3
/
+4
*
25508: set file name if function came from dump file
Peter Stephenson
2008-08-22
1
-1
/
+4
*
25448: add $funcfiletrace to show absolute line number for caller
Peter Stephenson
2008-08-13
1
-0
/
+1
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-6
/
+35
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
1
-11
/
+47
*
25405: return status from anonymous functions was not handled
Peter Stephenson
2008-08-06
1
-2
/
+3
*
fix problems with trapreturn, in particular in source inside trap
Peter Stephenson
2008-08-01
1
-1
/
+17
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-1
/
+1
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
1
-0
/
+11
*
25255: add anonymous function capability
Peter Stephenson
2008-06-30
1
-28
/
+50
*
25145: make sure XTRACE output is redirected with stderr
Peter Stephenson
2008-06-11
1
-7
/
+8
*
24996: improve xtrace output for patterns
Peter Stephenson
2008-05-11
1
-0
/
+60
*
24588: tweak glob qualifier completion
Peter Stephenson
2008-02-23
1
-1
/
+4
*
users/12632: bug unexporting special after being set for funccall
Peter Stephenson
2008-02-21
1
-0
/
+2
*
24150: Exit status of null command should be exit status of last cmdsubst.
Bart Schaefer
2007-12-09
1
-1
/
+1
*
unposted: add explanatory comment for blocking around fork()
Peter Stephenson
2007-12-07
1
-0
/
+6
*
24179: use queue_signals() for 24170
Peter Stephenson
2007-12-07
1
-4
/
+2
*
Guillaume Chazarain: 24170: block interrupts around fork()
Peter Stephenson
2007-12-07
1
-0
/
+4
*
users/11807: fix some job display bugs
Peter Stephenson
2007-09-04
1
-93
/
+125
*
23812: fix core dump on ( command & ) from 23460
Peter Stephenson
2007-08-31
1
-1
/
+2
*
23732: three broken tests
Peter Stephenson
2007-07-31
1
-1
/
+1
*
23730: improve preprocessor and regression tests for 23725
Peter Stephenson
2007-07-31
1
-1
/
+1
*
23725: use setenv()/unsetenv() for environment memory management
Peter Stephenson
2007-07-30
1
-0
/
+9
*
23671: command not found handler
Peter Stephenson
2007-07-13
1
-0
/
+23
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-17
/
+36
*
23553: bit missed out
Peter Stephenson
2007-06-15
1
-1
/
+4
*
23511: error if here document too large
Peter Stephenson
2007-06-03
1
-1
/
+7
*
23485: feature completion and autoloading
Peter Stephenson
2007-05-29
1
-2
/
+7
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-2
/
+2
*
John Buddery: 23461: fix race setting up input multios
Peter Stephenson
2007-05-23
1
-1
/
+10
*
23460: fix problem with ( stuff ) >multio1 >multio2
Peter Stephenson
2007-05-23
1
-5
/
+35
*
Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options
Peter Stephenson
2007-05-08
1
-20
/
+91
[next]