Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-08-10 | 36083: set array value when consistently retying scalar and array | Peter Stephenson | 3 | -0/+10 | |
2015-08-10 | Don't rely on implicit value when saving background process status | Peter Stephenson | 2 | -2/+13 | |
2015-08-10 | 36075: Disable ‘local’ keyword in script to make data retrieval work | Frank Terbeck | 2 | -0/+7 | |
2015-08-10 | 36069: _tmux: Fix \ooo display in completion list | Frank Terbeck | 2 | -1/+4 | |
2015-08-10 | 36070: _tmux: Update bell-action and prefix options | Frank Terbeck | 2 | -3/+6 | |
2015-08-10 | 36060: _tmux: Update TODO | Frank Terbeck | 2 | -5/+8 | |
2015-08-10 | 36061: _tmux: Add support for new window options | Frank Terbeck | 2 | -0/+39 | |
2015-08-10 | 36055: _tmux: Add support for new server options | Frank Terbeck | 2 | -0/+11 | |
2015-08-10 | 36059: _tmux: Add new session options | Frank Terbeck | 2 | -0/+39 | |
2015-08-10 | 36051: _tmux: Remove support for old options | Frank Terbeck | 2 | -60/+3 | |
2015-08-10 | 36047: _tmux: Fix options with changed scope | Frank Terbeck | 2 | -8/+11 | |
2015-08-10 | 36064: _tmux: Add new command aliases | Frank Terbeck | 2 | -0/+6 | |
2015-08-10 | 36052: _tmux: Remove old sub-commands and their aliases | Frank Terbeck | 2 | -59/+3 | |
2015-08-10 | 36056: Add helper script to check state of _tmux completion | Frank Terbeck | 2 | -0/+219 | |
2015-08-10 | 36049: _tmux: options => session_options | Frank Terbeck | 2 | -5/+8 | |
2015-08-10 | 36054: _tmux: "local -x" serves no purpose | Frank Terbeck | 2 | -2/+5 | |
2015-08-10 | 36057: _tmux: Replay all arguments when dispatching to new _tmux() | Frank Terbeck | 2 | -1/+4 | |
2015-08-10 | 36058: _tmux: No need to unset local variables | Frank Terbeck | 2 | -1/+3 | |
2015-08-10 | 36050: _tmux: Don't unset, set empty in local scope | Frank Terbeck | 2 | -1/+4 | |
2015-08-10 | 36063: _tmux: Remove dead code | Frank Terbeck | 2 | -12/+2 | |
2015-08-10 | 36062: _tmux: Add support for new sub-commands | Frank Terbeck | 2 | -12/+91 | |
2015-08-10 | 36048: _tmux: Update options for supported commands | Frank Terbeck | 2 | -145/+197 | |
This also adds a little TODO on top about what is missing. | |||||
2015-08-10 | 36046: _tmux: Update command line options | Frank Terbeck | 2 | -1/+7 | |
New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing) | |||||
2015-08-10 | 36045: make effect of failures in wait test clearer | Peter Stephenson | 2 | -1/+6 | |
2015-08-10 | not quite posted: check for error return before EINTR | Peter Stephenson | 3 | -2/+5 | |
2015-08-10 | 36039: Restart socket commands on EINTR | Joshua Krusell | 3 | -4/+13 | |
2015-08-10 | 35885: document closing fd's opened with sysopen | Peter Stephenson | 2 | -0/+10 | |
2015-08-09 | 36033: a few more queue_signals() to protect global state changes | Barton E. Schaefer | 3 | -1/+16 | |
2015-08-09 | 36026: zero freed pointers in zftp cleanup_() in case the module is ↵ | Barton E. Schaefer | 2 | -0/+5 | |
re-loaded after unloading | |||||
2015-08-09 | 36022 fix bug that some loop constructs could not be interrupted, revise ↵ | Barton E. Schaefer | 7 | -14/+119 | |
signal queueing There are two underlying ideas here: (1) Keeping signals queued around anything that's doing memory management (including push/pop of the heap) has become crucial. (2) Anytime the shell is going to run a command, be it buitin or external, it must be both safe and necessary to process any queued signals, so that the apparent order of signal arrival and command execution is preserved. | |||||
2015-08-09 | unposted: add tests for outputting traps specified via aliases | Mikael Magnusson | 2 | -0/+16 | |
2015-08-09 | Fix retying variables in opposite order. | Peter Stephenson | 3 | -1/+11 | |
Now gives an error. Add test. | |||||
2015-08-09 | 36025: Fix completion aftoer "foo=bar; setopt ". | Peter Stephenson | 2 | -3/+21 | |
Done by catching a case that doesn't seem to be handled otherwise, so there's some hope it doesn't screw up too much. | |||||
2015-08-08 | 36008: trap: Fix listing of traps created under non-alias non-canonical ↵ | Daniel Shahaf | 2 | -1/+12 | |
signal spelling | |||||
2015-08-08 | 35954: Doc: sysopen -u is not optional | Mikael Magnusson | 2 | -2/+6 | |
2015-08-09 | 35929: protect FDT_PROC_SUBST by #ifdef | Jun-ichi Takimoto | 2 | -2/+9 | |
2015-08-08 | 35928: '%-m' should work even if not supported by strftime(3) | Jun-ichi Takimoto | 3 | -4/+11 | |
Also clarify document. | |||||
2015-08-05 | 35991: _ssh: add ssh option FingerprintHash | Christian Hesse | 2 | -0/+8 | |
Signed-off-by: Christian Hesse <mail@eworm.de> | |||||
2015-08-05 | unposted: _ssh: use the -q option for the = suffix | Mikael Magnusson | 2 | -1/+4 | |
This way, you can press = to start completing the values instead of the space, backspace, tab dance | |||||
2015-08-05 | 35989: _ssh: update to 6.9 | Mikael Magnusson | 2 | -45/+86 | |
2015-08-05 | 35973: new systat and vmstat completions | Eric Cook | 3 | -0/+174 | |
2015-08-05 | 35972: allow for Directive=Value format in .ssh/config | Eric Cook | 2 | -2/+5 | |
2015-08-05 | 35986: add ssh option UpdateHostKeys | Christian Hesse | 2 | -0/+4 | |
2015-08-05 | unposted (c.f. Bart: 35902): use - after zle -U in case $key is - | Oliver Kiddle | 2 | -1/+6 | |
2015-08-04 | unposted: Typo fix. | Daniel Shahaf | 2 | -1/+5 | |
2015-08-02 | 35970: completion: fix typos in _git and _brace_parameter | Daniel Hahler | 3 | -3/+9 | |
2015-08-02 | 35957: fix _make-expandVars() | Jun-ichi Takimoto | 2 | -60/+77 | |
Also use variables set in the command line and environment. | |||||
2015-07-31 | 35963: simplify condition found by coverity to include tautology | Oliver Kiddle | 2 | -2/+4 | |
2015-07-31 | 35960 (tweaked): complete correct options for OpenBSD's find | Matthew Martin | 2 | -9/+18 | |
2015-07-29 | 35953: fix handling of command substitution in math context | Barton E. Schaefer | 3 | -1/+16 | |