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
/
signals.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
2012-10-11
1
-1
/
+4
*
unposted: cross-reference zmodload from the modules intro doc.
Bart Schaefer
2011-09-25
1
-1
/
+3
*
29677: Do not allow external processes in a pipeline to become suspended
Bart Schaefer
2011-08-14
1
-5
/
+12
*
29643: set incompfunc to zero when executing hook or trap function
Peter Stephenson
2011-08-04
1
-1
/
+3
*
29481: always return a matching job in findproc() but scan the whole list
Bart Schaefer
2011-06-15
1
-1
/
+0
*
28258: fix undefined variable in traps
Peter Stephenson
2010-09-14
1
-4
/
+3
*
28253: document -h argument to atribute commands
Peter Stephenson
2010-09-12
1
-4
/
+6
*
28179, users/15314, users/15310, users/15200:
Peter Stephenson
2010-08-22
1
-104
/
+125
*
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
2010-05-12
1
-1
/
+1
*
27442 plus tweak: wait returns status for $! even if exited
Peter Stephenson
2009-12-02
1
-0
/
+10
*
27159: restore pre-23067 behavior of SIGINT outside a "wait", so that
Bart Schaefer
2009-07-20
1
-11
/
+20
*
27106: reset status on command that expands to empty
Peter Stephenson
2009-07-10
1
-0
/
+1
*
26546, 26556: sticky emulation for functions defined in emulate ... -c ...
Peter Stephenson
2009-02-11
1
-1
/
+2
*
25775: fix logical problem with function line numbering inside eval-style traps
Peter Stephenson
2008-09-29
1
-0
/
+8
*
25744: dynamic named directories and further doshfunc() simplification
Peter Stephenson
2008-09-26
1
-1
/
+1
*
25677: add %x and %I prompt escapes for shell source code debugging
Peter Stephenson
2008-09-16
1
-8
/
+19
*
25247 with further modifications: add $funcsourcetrace
Peter Stephenson
2008-08-11
1
-0
/
+1
*
25415: Make DEBUG_BEFORE_CMD the default.
Peter Stephenson
2008-08-07
1
-29
/
+15
*
fix problems with trapreturn, in particular in source inside trap
Peter Stephenson
2008-08-01
1
-0
/
+2
*
25345, 25347: neaten interface from main shell to zle
Peter Stephenson
2008-07-31
1
-1
/
+1
*
users/12812: fix hang with confusion over process numbers
Peter Stephenson
2008-05-02
1
-28
/
+48
*
Guillaume Chazarain: 23364: fix race in POSIX signal blocking
Peter Stephenson
2007-05-01
1
-20
/
+13
*
Mark an arg as UNUSED().
Wayne Davison
2007-01-26
1
-1
/
+1
*
23101: various combinations of ZERR with function returns were feature-ridden
Peter Stephenson
2007-01-12
1
-1
/
+7
*
document OS may handle negative or zero PID in kill
Peter Stephenson
2006-12-19
1
-49
/
+99
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-4
/
+4
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-4
/
+4
*
22317: exit status from code backgrounded in function
Peter Stephenson
2006-03-02
1
-20
/
+39
*
21814: error handling for traps in "always" constructs.
Bart Schaefer
2005-12-15
1
-2
/
+7
*
21197: Fix LOCAL_TRAPS inside another trap
Peter Stephenson
2005-04-27
1
-1
/
+8
*
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
2005-02-06
1
-22
/
+66
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-1
/
+1
*
20576: fix core dump on TRAPEXIT
Peter Stephenson
2004-11-23
1
-1
/
+13
*
20572: Allow alternative signal names
Peter Stephenson
2004-11-22
1
-9
/
+6
*
20467: Reintroduce rusage-based escapes for TIMEFMT.
Peter Stephenson
2004-10-08
1
-13
/
+26
*
20462: Use getrusage for timing again.
Peter Stephenson
2004-10-07
1
-2
/
+2
*
20221: $LINENO in trap '...' DEBUG was wrong.
Peter Stephenson
2004-07-29
1
-3
/
+8
*
20198: fix TRAPEXIT.
Peter Stephenson
2004-07-26
1
-3
/
+4
*
Fix TRAPS_ASYNC so that it handles signals correctly.
Peter Stephenson
2004-05-02
1
-23
/
+19
*
19809: improve NO_TRAPS_ASYNC by queueing traps alone
Peter Stephenson
2004-04-21
1
-2
/
+21
*
zsh-users/7365: new TRAPS_ASYNC option
Peter Stephenson
2004-04-19
1
-2
/
+3
*
19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.
Peter Stephenson
2004-03-25
1
-1
/
+23
*
19575: Fix problem with trap on EXIT overriding status
Peter Stephenson
2004-03-10
1
-18
/
+35
*
19242: Make job table dynamically reallocatable.
Peter Stephenson
2003-11-13
1
-1
/
+1
*
18492: Provide partial fix for multios and output process substitution
Peter Stephenson
2003-05-02
1
-1
/
+4
*
17250: dont't execsave()/execrestore() around synchronous traps
Peter Stephenson
2002-05-29
1
-2
/
+12
*
more handler -> zhandler
Peter Stephenson
2001-06-18
1
-3
/
+3
*
rename handler() to zhandler() because it's now exported to modules (14951)
Sven Wischnowsky
2001-06-18
1
-2
/
+2
*
mod_export handler
Peter Stephenson
2001-06-13
1
-1
/
+1
*
add mod_export in a couple of places where it was missing
Oliver Kiddle
2001-05-23
1
-1
/
+1
[next]