Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36077: vcs_info: stop exporting everything | Mikael Magnusson | 2015-08-12 | 1 | -0/+15 |
| | |||||
* | 36108: list of major changes so far since 5.0.8 | Barton E. Schaefer | 2015-08-11 | 1 | -0/+2 |
| | |||||
* | 36104: change order of child_block() and dont_queue_signals() to resolve yet ↵ | Barton E. Schaefer | 2015-08-11 | 1 | -0/+3 |
| | | | | another race condition | ||||
* | 36092: return the zpty master file descriptor in $REPLY for use with "zle ↵ | Barton E. Schaefer | 2015-08-11 | 1 | -0/+3 |
| | | | | -F" etc. | ||||
* | 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 ↵ | Barton E. Schaefer | 2015-08-10 | 1 | -0/+5 |
| | | | | while we are processing a job exit. | ||||
* | 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 |
| | | | | This also adds a little TODO on top about what is missing. | ||||
* | 36046: _tmux: Update command line options | Frank Terbeck | 2015-08-10 | 1 | -0/+5 |
| | | | | | | New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing) | ||||
* | 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 ↵ | Barton E. Schaefer | 2015-08-09 | 1 | -0/+3 |
| | | | | re-loaded after unloading | ||||
* | 36022 fix bug that some loop constructs could not be interrupted, revise ↵ | Barton E. Schaefer | 2015-08-09 | 1 | -0/+10 |
| | | | | | | | | | | | 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. | ||||
* | 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 |
| | | | | | Now gives an error. Add test. | ||||
* | 36025: Fix completion aftoer "foo=bar; setopt ". | Peter Stephenson | 2015-08-09 | 1 | -0/+8 |
| | | | | | 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. | ||||
* | 36008: trap: Fix listing of traps created under non-alias non-canonical ↵ | Daniel Shahaf | 2015-08-08 | 1 | -0/+5 |
| | | | | signal spelling | ||||
* | 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 |
| | | | | Also clarify document. | ||||
* | 35991: _ssh: add ssh option FingerprintHash | Christian Hesse | 2015-08-05 | 1 | -0/+3 |
| | | | | Signed-off-by: Christian Hesse <mail@eworm.de> | ||||
* | unposted: _ssh: use the -q option for the = suffix | Mikael Magnusson | 2015-08-05 | 1 | -0/+3 |
| | | | | | This way, you can press = to start completing the values instead of the space, backspace, tab dance |