summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-10-0133319: fix parens in example from 33312Barton E. Schaefer2-1/+5
2014-10-0233284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert3-2/+7
2014-10-0133312: document redirections applied to function definitionsPeter Stephenson3-0/+28
2014-09-3033298: make lexrestore() more signal-safeBarton E. Schaefer2-53/+61
2014-09-3033294: $functions[func_with_redir] plus extra testsPeter Stephenson3-11/+72
2014-09-30Fix some compiler warnings in ZlePeter Stephenson3-3/+7
2014-09-29Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer11-30/+306
Conflicts: ChangeLog
2014-09-2933286: handle redirections for multiply named functionsPeter Stephenson3-1/+35
2014-09-2933285: apply function definition redirections at executionPeter Stephenson8-17/+216
2014-09-2933277: Fix VCS_INFO_reposub's command expansionFrank Terbeck2-3/+9
Reported-by: Marco Hinz <mh.codebro@gmail.com>
2014-09-29users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2-1/+9
2014-09-2933276: safer import of numerical variables from environmentPeter Stephenson3-9/+38
2014-09-2933268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is ↵Barton E. Schaefer4-0/+21
disconnected
2014-09-2733256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2-8/+10
2014-09-2633242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2-2/+18
2014-09-2633252: complete more notmuch subcommandsWieland Hoffmann2-0/+8
2014-09-2533212: improve log entryPeter Stephenson1-2/+2
2014-09-25users/19143: fix depth glob search with trailing slashesPeter Stephenson2-0/+8
2014-09-25unposted: tweak last change to NEWS a bitPeter Stephenson2-5/+10
2014-09-2533238: correct return valuesOliver Kiddle2-234/+195
2014-09-2433224: complete directory as second btrfs argumentEric Cook2-1/+7
2014-09-2333223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2-2/+20
2014-09-2333180: _git: add missing --3way optionØystein Walle2-0/+4
2014-09-2333177: _git: fix typo in git-applyØystein Walle2-1/+3
2014-09-2333178: _git: updates for Git 2.1.0Øystein Walle2-5/+23
This incorporates changes mentioned in the release notes since 2.0.0.
2014-09-2333176: _git: Add missing --list to git-tagØystein Walle2-1/+4
2014-09-2333179: _git: updates for Git 2.0.0Øystein Walle2-3/+28
This incorporates changes mentioned in the release notes since 1.9.0.
2014-09-23unposted: more NEWS tweaks while I'm there.Peter Stephenson2-4/+10
2014-09-23unposted: mention numeric output with underscore separatorsPeter Stephenson2-1/+7
2014-09-23unposted: mention /usr/local/share/zsh/site-functions default in NEWSPeter Stephenson2-0/+12
2014-09-2333221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2-5/+15
Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
2014-09-23unposted: add dvipdf to _dvi command listPeter Stephenson2-1/+4
2014-09-2333218: complete m4a files for mplayerRichard Hartmann2-2/+8
2014-09-2233198: new augeas completionOliver Kiddle2-0/+60
2014-09-22users/19113: reorganised cryptsetup completion functionOliver Kiddle2-98/+81
2014-09-2233217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-indexDaniel Hahler2-3/+8
This will detect changes to submodules from the superproject's perspective, e.g. after `git rm submodule`. >From GIT-DIFF-INDEX(1)/GIT-DIFF(1): Using "dirty" ignores all changes to the work tree of submodules, only changes to the commits stored in the superproject are shown (this was the behavior until 1.7.0).
2014-09-2233208: improve report on paths at end of configurationTanu Kaskinen2-7/+14
2014-09-2033214 (modified further): test prefixes for site fpath betterPeter Stephenson2-1/+14
2014-09-2033213: try to get fixed fpath dir right this timePeter Stephenson3-9/+7
2014-09-2033212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson4-11/+43
2014-09-2033209: allow dummy zsh.texi if yodl not available.Tanu Kaskinen2-2/+9
Removes catastrophic make failure so rest of make can finish.
2014-09-1933206: fix compdescribe docBarton E. Schaefer2-6/+8
2014-09-1933205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer2-1/+7
filtering for matches
2014-09-18users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson3-52/+15
2014-09-1633184: vcs_info git: consider patches for rebaseMarc Finet3-49/+85
Since a rebase contains a list of patches to re-apply, re-use the facility for stgit to have the same mechanism. The patch list given to the gen-{un,}applied-string hooks is an array with the sha1 and the subject of the commit. On rebase merge, the applied patches prior to current contains only a number and "?".
2014-09-1633188: vcs_info git: set rrn before using itMarc Finet2-2/+7
This would fix handling get-revision, check-for-changes or check-for-staged-changes when set per repository.
2014-09-1633137: _path_files: complete # to introduce a glob flagMikael Magnusson2-7/+18
2014-09-1633136: P glob qual appends words when negatedMikael Magnusson3-6/+26
2014-09-1433150: completion git: fix send-email --confirm valuesMarc Finet2-1/+4
2014-09-1433145: vcs_info git: fix applied-string nameMarc Finet2-1/+4
Documentation and hg backend use applied-string. patch-string does not appear anywhere.