summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-08-0835928: '%-m' should work even if not supported by strftime(3)Jun-ichi Takimoto3-4/+11
Also clarify document.
2015-08-0535991: _ssh: add ssh option FingerprintHashChristian Hesse2-0/+8
Signed-off-by: Christian Hesse <mail@eworm.de>
2015-08-05unposted: _ssh: use the -q option for the = suffixMikael Magnusson2-1/+4
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 Magnusson2-45/+86
2015-08-0535973: new systat and vmstat completionsEric Cook3-0/+174
2015-08-0535972: allow for Directive=Value format in .ssh/configEric Cook2-2/+5
2015-08-0535986: add ssh option UpdateHostKeysChristian Hesse2-0/+4
2015-08-05unposted (c.f. Bart: 35902): use - after zle -U in case $key is -Oliver Kiddle2-1/+6
2015-08-04unposted: Typo fix.Daniel Shahaf2-1/+5
2015-08-0235970: completion: fix typos in _git and _brace_parameterDaniel Hahler3-3/+9
2015-08-0235957: fix _make-expandVars()Jun-ichi Takimoto2-60/+77
Also use variables set in the command line and environment.
2015-07-3135963: simplify condition found by coverity to include tautologyOliver Kiddle2-2/+4
2015-07-3135960 (tweaked): complete correct options for OpenBSD's findMatthew Martin2-9/+18
2015-07-2935953: fix handling of command substitution in math contextBarton E. Schaefer3-1/+16
2015-07-2835947: update discussion of module wrappers, some examplesBarton E. Schaefer2-7/+35
2015-07-27Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-53/+96
2015-07-2735937: wait for process IDs instead of job numbers in parallel modeBarton E. Schaefer2-2/+7
2015-07-27_arguments docs: Divide into subsectionsDaniel Shahaf1-0/+12
2015-07-27_arguments docs: Bring all option descriptions to one placeDaniel Shahaf1-54/+85
2015-07-2635274: completion: Add FreeBSD's watch(1)Daniel Shahaf3-0/+28
Review-by: Oliver Kiddle
2015-07-2635901: complete full names as removing later components was broken for ↵Oliver Kiddle2-2/+7
aliases and unwanted in any case
2015-07-26faster method of generating list of python modulesAntony Lee2-4/+7
2015-07-25add RPS2 handling to "prompt bart", update help text, clean up indentation ↵Barton E. Schaefer2-11/+33
whitespace
2015-07-2535910: Don't add to raw lex buffer if lex stopped.Peter Stephenson2-1/+6
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 Stephenson2-1/+22
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 Stephenson2-2/+9
2015-07-2435896: index zle_highlightBarton E. Schaefer3-0/+10
2015-07-2435882: read-command has ZLE_NOTCOMMANDBarton E. Schaefer2-1/+5
2015-07-2435810: FAQ += edit-command-lineDaniel Shahaf2-0/+19
2015-07-2435809: zyodl.vim: Fix nested parenthesesDaniel Shahaf2-7/+16
2015-07-2435807: edit-command-line: Fix for non-7bit-data (after 35769)Daniel Shahaf2-1/+9
Bug reported and fix suggested by Mikael.
2015-07-2435865: document %^ prompt expansionOliver Kiddle2-0/+6
2015-07-2435864: add sysopen, sysseek and systell to system moduleOliver Kiddle4-2/+246
2015-07-2435879: fix for subcommands that don't have a second subcommandEric Cook2-133/+137
2015-07-2435883: Don't attempt to back up over history if expanding aliasPeter Stephenson2-1/+7
2015-07-2335873: add original test for process substitution deadlock from 35847Peter Stephenson2-0/+10
2015-07-2335872: protect against NULL pointers in unmetaPeter Stephenson2-1/+6
2015-07-2335849: close fd's from process substitution after forkPeter Stephenson4-6/+28
Leaving these hanging in parent could cause deadlock: test added.
2015-07-2335854: ensure history character unget doesn't recurse infinitelyPeter Stephenson2-2/+11
2015-07-2335793: avoid undefined behaviour shifting signed numberPeter Stephenson2-3/+9
2015-07-2335753: allow for numbers after the ( in ternary expressions and fix ↵Oliver Kiddle2-10/+12
backslash quoting
2015-07-2335867: new patchutils (interdiff etc) completionOliver Kiddle2-0/+108
2015-07-2335866: complete also for pigz and allow for NetBSD gzipOliver Kiddle3-28/+41
2015-07-2335824: allow highlighting of just pasted text and put text from bracketed ↵Oliver Kiddle6-10/+40
paste in cut buffers
2015-07-2335815: fix for lack of startup output from newer nslookupOliver Kiddle2-2/+3
2015-07-2335814: POSTEDIT needs to be unmetafiedOliver Kiddle2-1/+5
2015-07-2235939: fix select polling in ztcp and zsocketJoshua Krusell3-2/+6
2015-07-22users/20324: add (D) flag for tilde-fied completion listingBarton E. Schaefer2-3/+10
Also move some more recent code so an old comment is connected to the correct bit of older code
2015-07-22fix another test for 35581Barton E. Schaefer2-2/+4
2015-07-2235826: add getsparam_u() to return unmetafied string, use it for a number of ↵Barton E. Schaefer9-20/+38
references to non-special params