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
*
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
*
23169 (tweaked): report error on failure to dup for multios
Bart Schaefer
2007-02-14
1
-5
/
+39
*
23104: fix line numbers for DEBUGBEFORECMD
Peter Stephenson
2007-01-14
1
-3
/
+29
*
users/11111: add DEBUG_BEFORE_CMD option
Peter Stephenson
2007-01-09
1
-1
/
+17
*
Incomplete improvements for $'...' in completion
Peter Stephenson
2006-12-03
1
-1
/
+1
*
23008: failure to output error message could alter exit status
Peter Stephenson
2006-11-19
1
-3
/
+3
*
fix error message
Peter Stephenson
2006-11-06
1
-1
/
+1
*
22728: $functrace parameter for function backtraces.
Clint Adams
2006-09-17
1
-0
/
+2
*
22715: AUTOCONTINUE option never worked.
Peter Stephenson
2006-09-15
1
-8
/
+16
*
unposted: remove redundant TODO
Peter Stephenson
2006-06-16
1
-4
/
+0
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-35
/
+37
*
22473: tweak bad interpreter formatting
Peter Stephenson
2006-05-30
1
-3
/
+6
*
10343: improve error message for bad #! lines
Peter Stephenson
2006-05-29
1
-4
/
+11
*
22416, tweaked: math functions via shell functions
Peter Stephenson
2006-04-19
1
-8
/
+3
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-45
/
+45
*
22317: exit status from code backgrounded in function
Peter Stephenson
2006-03-02
1
-3
/
+3
*
22027: more zsh-newuser-install fixes
Peter Stephenson
2005-11-25
1
-6
/
+30
*
21871: replace INULL() by inull()
Peter Stephenson
2005-10-13
1
-1
/
+1
*
21758: optimise =(<<<...) to run within the shell.
Peter Stephenson
2005-09-23
1
-13
/
+54
*
unposted: unnecessary variable in 21575
Peter Stephenson
2005-08-08
1
-1
/
+1
*
21575 plus unposted: Add WARN_CREATE_GLOBAL option
Peter Stephenson
2005-08-08
1
-6
/
+11
*
21197: Fix LOCAL_TRAPS inside another trap
Peter Stephenson
2005-04-27
1
-4
/
+2
*
21143: more care about special file descriptors
Peter Stephenson
2005-04-15
1
-7
/
+16
*
21141: fix some issues associated with the {myfd}>... syntax
Peter Stephenson
2005-04-14
1
-10
/
+67
*
21133: New {myfd} syntax for allocating file descriptors
Peter Stephenson
2005-04-12
1
-26
/
+76
*
21082: Dan Nelson: fix zsh -c exit status on parse error
Peter Stephenson
2005-04-04
1
-0
/
+2
*
21049: Don't close process substitution file descriptors for external programmes
Peter Stephenson
2005-03-31
1
-20
/
+30
*
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
2005-02-06
1
-4
/
+3
*
20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.
Bart Schaefer
2005-02-02
1
-2
/
+2
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-1
/
+1
*
20666: Avoid creating unnecessary multios when a descriptor is closed and
Bart Schaefer
2005-01-11
1
-1
/
+2
*
20632: incorrect propagation of signals to process group
Peter Stephenson
2005-01-05
1
-1
/
+2
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
1
-5
/
+5
[next]