Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32568: consistency in handling of errflag condition during substitutions | Barton E. Schaefer | 2014-04-20 | 1 | -0/+6 |
| | | | | | Affects for/select word lists, function definition name position, and anonymous function argument lists. | ||||
* | 32552 (updated by 32560): fix segfault when using process substitution in ↵ | Andrew Waldron | 2014-04-18 | 1 | -0/+7 |
| | | | | | | anonymous function argument list Also disallow process substitution in function name position. | ||||
* | 32546: better handling of ignored files with _path_files -W prefixes | Jun T | 2014-04-15 | 1 | -0/+5 |
| | |||||
* | 32540: in doexpandhist(), discard saved line position data rather than ↵ | Barton E. Schaefer | 2014-04-13 | 1 | -0/+6 |
| | | | | restoring from it (updates 32531). | ||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-04-07 | 1 | -0/+6 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 32527: zcalc-auto-insert key binding for use in zcalc | Peter Stephenson | 2014-04-07 | 1 | -0/+6 |
| | | |||||
* | | Fix email address | Barton E. Schaefer | 2014-04-06 | 1 | -1/+1 |
|/ | |||||
* | unposted: fix typo | Barton E. Schaefer | 2014-04-06 | 1 | -0/+2 |
| | |||||
* | 32531: fix memory leaks detected by valgrind | Barton E. Schaefer | 2014-04-06 | 1 | -0/+6 |
| | |||||
* | 32533: add completion for "apt-mark" | Sebastian Ramacher | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | 32532: completion for "apt" command | Alessandro Ghedini | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | complete zfs ... -o multiple times | llua | 2014-04-06 | 1 | -0/+3 |
| | |||||
* | 32521: document that LOGNAME comes from getlogin() | Peter Stephenson | 2014-04-06 | 1 | -0/+5 |
| | |||||
* | 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵ | Daniel Shahaf | 2014-04-05 | 1 | -0/+3 |
| | | | | support. | ||||
* | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 2014-04-05 | 1 | -0/+6 |
| | |||||
* | 32505: improved Solaris compatibility for pgrep completion | Danek Duvall | 2014-03-28 | 1 | -0/+5 |
| | |||||
* | m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes | m0viefreak | 2014-03-23 | 1 | -0/+12 |
| | | | | | | | | Src/Zle/compresult.c, Src/Zle/zle_misc.c, Src/Zle/zle_refresh.c: fix auto-removable suffix highlighting Completion/Unix/Command/_git: fix compadd for auto-removable suffix in _git_commit_ranges and _git_stash | ||||
* | 32502: fix typo in argument list for git completio | Takeshi Banse | 2014-03-21 | 1 | -0/+5 |
| | |||||
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2014-03-20 | 1 | -0/+2 |
|\ | |||||
| * | 32500: handle interrupts during pattern matching | Barton E. Schaefer | 2014-03-20 | 1 | -0/+2 |
| | | |||||
* | | users/18644: bindkey -s doc should have forward reference. | Peter Stephenson | 2014-03-20 | 1 | -0/+3 |
|/ | | | | Indicate there is documentation for the argument strings. | ||||
* | unposted: in Perforce path completion complete depots after // | Peter Stephenson | 2014-03-20 | 1 | -0/+6 |
| | |||||
* | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 2014-03-18 | 1 | -0/+7 |
| | | | | | The change in control required for sourcing the command file can confuse the simulated interactive input | ||||
* | 32494: Yodl hack to fix indents in manual page output | Jun T | 2014-03-17 | 1 | -0/+3 |
| | |||||
* | 32493: some man page formatting fixes | Jun T | 2014-03-17 | 1 | -0/+6 |
| | |||||
* | Fix zypper commands completion [zypper <TAB>]. | Mariusz Fik | 2014-03-16 | 1 | -0/+5 |
| | | | | Signed-off-by: Mariusz Fik <fisiu@opensuse.org> | ||||
* | unposted: document effect of 32479 on POSIX_TRAPS | Peter Stephenson | 2014-03-14 | 1 | -0/+2 |
| | |||||
* | 32482: fix character translation issue with some versions of Yodl | Jun T | 2014-03-14 | 1 | -0/+5 |
| | |||||
* | 32479: POSIXTRAPS and implicit return values. | Peter Stephenson | 2014-03-14 | 1 | -0/+5 |
| | | | | | | With POSIXTRAPS never propagate implicit return value. In any case if not forcing a return value don't use lastval from within the trap, use the one from the surrounding code. | ||||
* | 32471: tidy up pgrep completion | Kosuke Asami | 2014-03-13 | 1 | -0/+2 |
| | |||||
* | 32471: handle BSD process management in pgrep completion | Kosuke Asami | 2014-03-13 | 1 | -0/+3 |
| | |||||
* | 32472: new pgrep completion options | Kosuke Asami | 2014-03-13 | 1 | -0/+4 |
| | |||||
* | 32480: Fix crash in vi mode with too few previous changes | Jun T | 2014-03-13 | 1 | -0/+5 |
| | |||||
* | 32468: save/restore match/mbegin/mend when doing pattern lookups against ↵ | Barton E. Schaefer | 2014-03-09 | 1 | -0/+6 |
| | | | | zstyle contexts | ||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-03-03 | 1 | -17/+36 |
|\ | |||||
| * | 32289: Doc: Add zsh version to footer in HTML documentation. | Simon Ruderich | 2014-03-03 | 1 | -0/+4 |
| | | |||||
| * | 32441: add completer for file extensions | Oliver Kiddle | 2014-03-03 | 1 | -0/+3 |
| | | |||||
| * | 32450: make get-line widget set the history number that was saved with the line | Oliver Kiddle | 2014-03-03 | 1 | -0/+3 |
| | | |||||
| * | 32448: fix seg fault if $WIDGET is accessed after recursive-edit is interrupted | Oliver Kiddle | 2014-03-03 | 1 | -0/+2 |
| | | |||||
| * | 32439: add new show-ambiguity style | Oliver Kiddle | 2014-03-03 | 1 | -0/+3 |
| | | |||||
| * | 32436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵ | Oliver Kiddle | 2014-03-03 | 1 | -17/+22 |
| | | | | | | | | parentheses | ||||
* | | users/18550: matcher-list documentation clarifications | Barton E. Schaefer | 2014-03-03 | 1 | -1/+5 |
|/ | |||||
* | 32453: fix zcalc default base handling | Peter Stephenson | 2014-03-01 | 1 | -0/+2 |
| | |||||
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 1 | -1/+7 |
| | |||||
* | Fix merge conflict | Peter Stephenson | 2014-02-28 | 1 | -0/+19 |
|\ | |||||
| * | 32435: improved quoting for ignore-line completion style | Jun T | 2014-02-26 | 1 | -0/+6 |
| | | |||||
| * | unposted: fix typo in documentation | Oliver Kiddle | 2014-02-25 | 1 | -0/+2 |
| | | |||||
| * | unposted: duplicate local statement was printing variable value | Oliver Kiddle | 2014-02-25 | 1 | -0/+3 |
| | | |||||
| * | users/18498: observe add-space style in _expand_alias so suffix can be disabled | Oliver Kiddle | 2014-02-25 | 1 | -0/+3 |
| | | |||||
| * | users/18485: add .. as an auto-removable suffix in git revision ranges | Oliver Kiddle | 2014-02-25 | 1 | -0/+5 |
| | |