about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 33284: Completion/Unix/Command/_*magick: Add JPEG 2000 file extensionsAxel Beckert2014-10-023-2/+7
|
* 33312: document redirections applied to function definitionsPeter Stephenson2014-10-013-0/+28
|
* 33298: make lexrestore() more signal-safeBarton E. Schaefer2014-09-302-53/+61
|
* 33294: $functions[func_with_redir] plus extra testsPeter Stephenson2014-09-303-11/+72
|
* Fix some compiler warnings in ZlePeter Stephenson2014-09-303-3/+7
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-09-2911-30/+306
|\ | | | | | | | | Conflicts: ChangeLog
| * 33286: handle redirections for multiply named functionsPeter Stephenson2014-09-293-1/+35
| |
| * 33285: apply function definition redirections at executionPeter Stephenson2014-09-298-17/+216
| |
| * 33277: Fix VCS_INFO_reposub's command expansionFrank Terbeck2014-09-292-3/+9
| | | | | | | | Reported-by: Marco Hinz <mh.codebro@gmail.com>
| * users/19183: improve unlikely error case with fdopen in history codePeter Stephenson2014-09-292-1/+9
| |
| * 33276: safer import of numerical variables from environmentPeter Stephenson2014-09-293-9/+38
| |
* | 33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is ↵Barton E. Schaefer2014-09-294-0/+21
|/ | | | disconnected
* 33256: fix prompttrunc() counting of %{ %} spansBarton E. Schaefer2014-09-272-8/+10
|
* 33242: tokens following if, for, repeat, while aren't in command positionPeter Stephenson2014-09-262-2/+18
|
* 33252: complete more notmuch subcommandsWieland Hoffmann2014-09-262-0/+8
|
* 33212: improve log entryPeter Stephenson2014-09-251-2/+2
|
* users/19143: fix depth glob search with trailing slashesPeter Stephenson2014-09-252-0/+8
|
* unposted: tweak last change to NEWS a bitPeter Stephenson2014-09-252-5/+10
|
* 33238: correct return valuesOliver Kiddle2014-09-252-234/+195
|
* 33224: complete directory as second btrfs argumentEric Cook2014-09-242-1/+7
|
* 33223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer2014-09-232-2/+20
|
* 33180: _git: add missing --3way optionØystein Walle2014-09-232-0/+4
|
* 33177: _git: fix typo in git-applyØystein Walle2014-09-232-1/+3
|
* 33178: _git: updates for Git 2.1.0Øystein Walle2014-09-232-5/+23
| | | | This incorporates changes mentioned in the release notes since 2.0.0.
* 33176: _git: Add missing --list to git-tagØystein Walle2014-09-232-1/+4
|
* 33179: _git: updates for Git 2.0.0Øystein Walle2014-09-232-3/+28
| | | | This incorporates changes mentioned in the release notes since 1.9.0.
* unposted: more NEWS tweaks while I'm there.Peter Stephenson2014-09-232-4/+10
|
* unposted: mention numeric output with underscore separatorsPeter Stephenson2014-09-232-1/+7
|
* unposted: mention /usr/local/share/zsh/site-functions default in NEWSPeter Stephenson2014-09-232-0/+12
|
* 33221 (including 33173 from Anthony Heading): _perforce tweak.Peter Stephenson2014-09-232-5/+15
| | | | | Complete directories when handling unmaintained files for add. Rationalise code and comments around this.
* unposted: add dvipdf to _dvi command listPeter Stephenson2014-09-232-1/+4
|
* 33218: complete m4a files for mplayerRichard Hartmann2014-09-232-2/+8
|
* 33198: new augeas completionOliver Kiddle2014-09-222-0/+60
|
* users/19113: reorganised cryptsetup completion functionOliver Kiddle2014-09-222-98/+81
|
* 33217: vcs_info: use `--ignore-submodules=dirty` with diff/diff-indexDaniel Hahler2014-09-222-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).
* 33208: improve report on paths at end of configurationTanu Kaskinen2014-09-222-7/+14
|
* 33214 (modified further): test prefixes for site fpath betterPeter Stephenson2014-09-202-1/+14
|
* 33213: try to get fixed fpath dir right this timePeter Stephenson2014-09-203-9/+7
|
* 33212: try to put /usr/local/share/zsh/site-functions in default fpathPeter Stephenson2014-09-204-11/+43
|
* 33209: allow dummy zsh.texi if yodl not available.Tanu Kaskinen2014-09-202-2/+9
| | | | Removes catastrophic make failure so rest of make can finish.
* 33206: fix compdescribe docBarton E. Schaefer2014-09-192-6/+8
|
* 33205: keep array of completions and array of display strings in sync when ↵Barton E. Schaefer2014-09-192-1/+7
| | | | filtering for matches
* users/19097: remove $functypetrace in favour of ref to $zsheval_contextPeter Stephenson2014-09-183-52/+15
|
* 33184: vcs_info git: consider patches for rebaseMarc Finet2014-09-163-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 "?".
* 33188: vcs_info git: set rrn before using itMarc Finet2014-09-162-2/+7
| | | | | This would fix handling get-revision, check-for-changes or check-for-staged-changes when set per repository.
* 33137: _path_files: complete # to introduce a glob flagMikael Magnusson2014-09-162-7/+18
|
* 33136: P glob qual appends words when negatedMikael Magnusson2014-09-163-6/+26
|
* 33150: completion git: fix send-email --confirm valuesMarc Finet2014-09-142-1/+4
|
* 33145: vcs_info git: fix applied-string nameMarc Finet2014-09-142-1/+4
| | | | | Documentation and hg backend use applied-string. patch-string does not appear anywhere.
* 33148: vcs_info quilt: refactor standalone detectionMarc Finet2014-09-142-5/+6
| | | | | | Since VCS_INFO_bydir_detect always uses the vcs_comm[detect_need_file], it should be cleared when querying it without file.