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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
36104: change order of child_block() and dont_queue_signals() to resolve yet ...
Barton E. Schaefer
2015-08-11
1
-0
/
+3
*
36092: return the zpty master file descriptor in $REPLY for use with "zle -F"...
Barton E. Schaefer
2015-08-11
1
-0
/
+3
*
36090: keep signals queued for preprompt()
Barton E. Schaefer
2015-08-11
1
-0
/
+4
*
36096: special . mark in vi mode
Oliver Kiddle
2015-08-11
1
-0
/
+2
*
36044: deactivate-region widget for escape in visual mode
Oliver Kiddle
2015-08-11
1
-0
/
+8
*
36067: fix typo and format in the documentation
Jun T
2015-08-11
1
-0
/
+5
*
unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry
Barton E. Schaefer
2015-08-10
1
-1
/
+1
*
36084: use zrealloc() consistently
Barton E. Schaefer
2015-08-10
1
-0
/
+2
*
36079: do not allow update_job() and its helpers to run the signal queue whil...
Barton E. Schaefer
2015-08-10
1
-0
/
+5
*
36083: set array value when consistently retying scalar and array
Peter Stephenson
2015-08-10
1
-0
/
+5
*
Don't rely on implicit value when saving background process status
Peter Stephenson
2015-08-10
1
-0
/
+5
*
36075: Disable ‘local’ keyword in script to make data retrieval work
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36069: _tmux: Fix \ooo display in completion list
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36070: _tmux: Update bell-action and prefix options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36060: _tmux: Update TODO
Frank Terbeck
2015-08-10
1
-0
/
+2
*
36061: _tmux: Add support for new window options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36055: _tmux: Add support for new server options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36059: _tmux: Add new session options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36051: _tmux: Remove support for old options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36047: _tmux: Fix options with changed scope
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36064: _tmux: Add new command aliases
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36052: _tmux: Remove old sub-commands and their aliases
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36056: Add helper script to check state of _tmux completion
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36049: _tmux: options => session_options
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36054: _tmux: "local -x" serves no purpose
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36057: _tmux: Replay all arguments when dispatching to new _tmux()
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36058: _tmux: No need to unset local variables
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36050: _tmux: Don't unset, set empty in local scope
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36063: _tmux: Remove dead code
Frank Terbeck
2015-08-10
1
-0
/
+2
*
36062: _tmux: Add support for new sub-commands
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36048: _tmux: Update options for supported commands
Frank Terbeck
2015-08-10
1
-0
/
+3
*
36046: _tmux: Update command line options
Frank Terbeck
2015-08-10
1
-0
/
+5
*
36045: make effect of failures in wait test clearer
Peter Stephenson
2015-08-10
1
-0
/
+3
*
not quite posted: check for error return before EINTR
Peter Stephenson
2015-08-10
1
-0
/
+3
*
36039: Restart socket commands on EINTR
Joshua Krusell
2015-08-10
1
-0
/
+3
*
35885: document closing fd's opened with sysopen
Peter Stephenson
2015-08-10
1
-0
/
+5
*
36033: a few more queue_signals() to protect global state changes
Barton E. Schaefer
2015-08-09
1
-0
/
+5
*
36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...
Barton E. Schaefer
2015-08-09
1
-0
/
+3
*
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
2015-08-09
1
-0
/
+10
*
unposted: add tests for outputting traps specified via aliases
Mikael Magnusson
2015-08-09
1
-0
/
+5
*
Fix retying variables in opposite order.
Peter Stephenson
2015-08-09
1
-0
/
+3
*
36025: Fix completion aftoer "foo=bar; setopt ".
Peter Stephenson
2015-08-09
1
-0
/
+8
*
36008: trap: Fix listing of traps created under non-alias non-canonical signa...
Daniel Shahaf
2015-08-08
1
-0
/
+5
*
35954: Doc: sysopen -u is not optional
Mikael Magnusson
2015-08-08
1
-0
/
+4
*
35929: protect FDT_PROC_SUBST by #ifdef
Jun-ichi Takimoto
2015-08-09
1
-0
/
+4
*
35928: '%-m' should work even if not supported by strftime(3)
Jun-ichi Takimoto
2015-08-08
1
-0
/
+6
*
35991: _ssh: add ssh option FingerprintHash
Christian Hesse
2015-08-05
1
-0
/
+3
*
unposted: _ssh: use the -q option for the = suffix
Mikael Magnusson
2015-08-05
1
-0
/
+3
*
35989: _ssh: update to 6.9
Mikael Magnusson
2015-08-05
1
-0
/
+4
*
35973: new systat and vmstat completions
Eric Cook
2015-08-05
1
-0
/
+3
[next]