summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2015-08-1036056: Add helper script to check state of _tmux completionFrank Terbeck1-0/+3
2015-08-1036049: _tmux: options => session_optionsFrank Terbeck1-0/+3
2015-08-1036054: _tmux: "local -x" serves no purposeFrank Terbeck1-0/+3
2015-08-1036057: _tmux: Replay all arguments when dispatching to new _tmux()Frank Terbeck1-0/+3
2015-08-1036058: _tmux: No need to unset local variablesFrank Terbeck1-0/+3
2015-08-1036050: _tmux: Don't unset, set empty in local scopeFrank Terbeck1-0/+3
2015-08-1036063: _tmux: Remove dead codeFrank Terbeck1-0/+2
2015-08-1036062: _tmux: Add support for new sub-commandsFrank Terbeck1-0/+3
2015-08-1036048: _tmux: Update options for supported commandsFrank Terbeck1-0/+3
This also adds a little TODO on top about what is missing.
2015-08-1036046: _tmux: Update command line optionsFrank Terbeck1-0/+5
New: -C and -V Removed: -q (tmux still excepts it for backward compatibility, but it does nothing)
2015-08-1036045: make effect of failures in wait test clearerPeter Stephenson1-0/+3
2015-08-10not quite posted: check for error return before EINTRPeter Stephenson1-0/+3
2015-08-1036039: Restart socket commands on EINTRJoshua Krusell1-0/+3
2015-08-1035885: document closing fd's opened with sysopenPeter Stephenson1-0/+5
2015-08-0936033: a few more queue_signals() to protect global state changesBarton E. Schaefer1-0/+5
2015-08-0936026: zero freed pointers in zftp cleanup_() in case the module is ↵Barton E. Schaefer1-0/+3
re-loaded after unloading
2015-08-0936022 fix bug that some loop constructs could not be interrupted, revise ↵Barton E. Schaefer1-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.
2015-08-09unposted: add tests for outputting traps specified via aliasesMikael Magnusson1-0/+5
2015-08-09Fix retying variables in opposite order.Peter Stephenson1-0/+3
Now gives an error. Add test.
2015-08-0936025: Fix completion aftoer "foo=bar; setopt ".Peter Stephenson1-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.
2015-08-0836008: trap: Fix listing of traps created under non-alias non-canonical ↵Daniel Shahaf1-0/+5
signal spelling
2015-08-0835954: Doc: sysopen -u is not optionalMikael Magnusson1-0/+4
2015-08-0935929: protect FDT_PROC_SUBST by #ifdefJun-ichi Takimoto1-0/+4
2015-08-0835928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto1-0/+6
Also clarify document.
2015-08-0535991: _ssh: add ssh option FingerprintHashChristian Hesse1-0/+3
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-08-05unposted: _ssh: use the -q option for the = suffixMikael Magnusson1-0/+3
This way, you can press = to start completing the values instead of the space, backspace, tab dance
2015-08-0535989: _ssh: update to 6.9Mikael Magnusson1-0/+4
2015-08-0535973: new systat and vmstat completionsEric Cook1-0/+3
2015-08-0535972: allow for Directive=Value format in .ssh/configEric Cook1-0/+3
2015-08-0535986: add ssh option UpdateHostKeysChristian Hesse1-0/+3
2015-08-05unposted (c.f. Bart: 35902): use - after zle -U in case $key is -Oliver Kiddle1-0/+5
2015-08-04unposted: Typo fix.Daniel Shahaf1-0/+4
2015-08-0235970: completion: fix typos in _git and _brace_parameterDaniel Hahler1-0/+6
2015-08-0235957: fix _make-expandVars()Jun-ichi Takimoto1-0/+5
Also use variables set in the command line and environment.
2015-07-3135963: simplify condition found by coverity to include tautologyOliver Kiddle1-0/+3
2015-07-3135960 (tweaked): complete correct options for OpenBSD's findMatthew Martin1-0/+5
2015-07-2935953: fix handling of command substitution in math contextBarton E. Schaefer1-0/+5
2015-07-2835947: update discussion of module wrappers, some examplesBarton E. Schaefer1-0/+5
2015-07-2735937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer1-0/+5
2015-07-2635274: completion: Add FreeBSD's watch(1)Daniel Shahaf1-0/+6
Review-by: Oliver Kiddle
2015-07-2635901: complete full names as removing later components was broken for ↵Oliver Kiddle1-0/+5
aliases and unwanted in any case
2015-07-26faster method of generating list of python modulesAntony Lee1-0/+5
2015-07-25add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer1-0/+5
whitespace
2015-07-2535910: Don't add to raw lex buffer if lex stopped.Peter Stephenson1-0/+4
This was causing a segmentation violation in completion when parsing an incomplete math expression, e.g. 'echo $((3*4)<TAB>'.
2015-07-2535809: fix $((...)) completion by _expand widget.Peter Stephenson1-0/+3
This changes internal quoting of the form still including tokens not to add unnecessary internal backslashes.
2015-07-2535908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson1-0/+5
2015-07-2435896: index zle_highlightBarton E. Schaefer1-0/+2
2015-07-2435882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer1-0/+4
2015-07-2435810: FAQ += edit-command-lineDaniel Shahaf1-0/+2
2015-07-2435809: zyodl.vim: Fix nested parenthesesDaniel Shahaf1-0/+2