about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 36062: _tmux: Add support for new sub-commandsFrank Terbeck2015-08-102-12/+91
* 36048: _tmux: Update options for supported commandsFrank Terbeck2015-08-102-145/+197
* 36046: _tmux: Update command line optionsFrank Terbeck2015-08-102-1/+7
* 36045: make effect of failures in wait test clearerPeter Stephenson2015-08-102-1/+6
* not quite posted: check for error return before EINTRPeter Stephenson2015-08-103-2/+5
* 36039: Restart socket commands on EINTRJoshua Krusell2015-08-103-4/+13
* 35885: document closing fd's opened with sysopenPeter Stephenson2015-08-102-0/+10
* 36033: a few more queue_signals() to protect global state changesBarton E. Schaefer2015-08-093-1/+16
* 36026: zero freed pointers in zftp cleanup_() in case the module is re-loaded...Barton E. Schaefer2015-08-092-0/+5
* 36022 fix bug that some loop constructs could not be interrupted, revise sign...Barton E. Schaefer2015-08-097-14/+119
* unposted: add tests for outputting traps specified via aliasesMikael Magnusson2015-08-092-0/+16
* Fix retying variables in opposite order.Peter Stephenson2015-08-093-1/+11
* 36025: Fix completion aftoer "foo=bar; setopt ".Peter Stephenson2015-08-092-3/+21
* 36008: trap: Fix listing of traps created under non-alias non-canonical signa...Daniel Shahaf2015-08-082-1/+12
* 35954: Doc: sysopen -u is not optionalMikael Magnusson2015-08-082-2/+6
* 35929: protect FDT_PROC_SUBST by #ifdefJun-ichi Takimoto2015-08-092-2/+9
* 35928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto2015-08-083-4/+11
* 35991: _ssh: add ssh option FingerprintHashChristian Hesse2015-08-052-0/+8
* unposted: _ssh: use the -q option for the = suffixMikael Magnusson2015-08-052-1/+4
* 35989: _ssh: update to 6.9Mikael Magnusson2015-08-052-45/+86
* 35973: new systat and vmstat completionsEric Cook2015-08-053-0/+174
* 35972: allow for Directive=Value format in .ssh/configEric Cook2015-08-052-2/+5
* 35986: add ssh option UpdateHostKeysChristian Hesse2015-08-052-0/+4
* unposted (c.f. Bart: 35902): use - after zle -U in case $key is -Oliver Kiddle2015-08-052-1/+6
* unposted: Typo fix.Daniel Shahaf2015-08-042-1/+5
* 35970: completion: fix typos in _git and _brace_parameterDaniel Hahler2015-08-023-3/+9
* 35957: fix _make-expandVars()Jun-ichi Takimoto2015-08-022-60/+77
* 35963: simplify condition found by coverity to include tautologyOliver Kiddle2015-07-312-2/+4
* 35960 (tweaked): complete correct options for OpenBSD's findMatthew Martin2015-07-312-9/+18
* 35953: fix handling of command substitution in math contextBarton E. Schaefer2015-07-293-1/+16
* 35947: update discussion of module wrappers, some examplesBarton E. Schaefer2015-07-282-7/+35
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2015-07-271-53/+96
|\
| * _arguments docs: Divide into subsectionsDaniel Shahaf2015-07-271-0/+12
| * _arguments docs: Bring all option descriptions to one placeDaniel Shahaf2015-07-271-54/+85
* | 35937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer2015-07-272-2/+7
|/
* 35274: completion: Add FreeBSD's watch(1)Daniel Shahaf2015-07-263-0/+28
* 35901: complete full names as removing later components was broken for aliase...Oliver Kiddle2015-07-262-2/+7
* faster method of generating list of python modulesAntony Lee2015-07-262-4/+7
* add RPS2 handling to "prompt bart", update help text, clean up indentation wh...Barton E. Schaefer2015-07-252-11/+33
* 35910: Don't add to raw lex buffer if lex stopped.Peter Stephenson2015-07-252-1/+6
* 35809: fix $((...)) completion by _expand widget.Peter Stephenson2015-07-252-1/+22
* 35908: fix $((...)) completion in expand-or-complete widgetPeter Stephenson2015-07-252-2/+9
* 35896: index zle_highlightBarton E. Schaefer2015-07-243-0/+10
* 35882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer2015-07-242-1/+5
* 35810: FAQ += edit-command-lineDaniel Shahaf2015-07-242-0/+19
* 35809: zyodl.vim: Fix nested parenthesesDaniel Shahaf2015-07-242-7/+16
* 35807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2015-07-242-1/+9
* 35865: document %^ prompt expansionOliver Kiddle2015-07-242-0/+6
* 35864: add sysopen, sysseek and systell to system moduleOliver Kiddle2015-07-244-2/+246
* 35879: fix for subcommands that don't have a second subcommandEric Cook2015-07-242-133/+137