Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32619: vcs_info svn: Use the revision of cwd | Daniel Shahaf | 2014-05-29 | 2 | -3/+10 |
| | | | | | | | Previously, the value of the wc root would be used. In Subversion, it makes more sense to use the revision of cwd, since all commands (e.g., 'svn ci', 'svnversion') operate only on cwd and below, not on wcroot and below. | ||||
* | 32616: bad printf arguments for limits | Jun T | 2014-05-18 | 3 | -1/+13 |
| | |||||
* | users/18827 plus tweaks to original comments: hg bookmarks extraction ↵ | Peter Stephenson | 2014-05-16 | 2 | -12/+11 |
| | | | | improvement | ||||
* | 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility | Barton E. Schaefer | 2014-05-13 | 3 | -13/+44 |
| | | | | | | Also restore ksh [ -t ] compatibility when POSIX_BUILTINS is not set, and allow operators defined by modules to be called with no arguments, although this affects only runtime interpretation, not parsing. | ||||
* | 32603: fix documentation of status after try / always | Eric Cook | 2014-05-09 | 2 | -1/+6 |
| | |||||
* | 32600: in _arguments, "-" is not an option letter after another "-" | m0viefreak | 2014-05-08 | 2 | -3/+13 |
| | |||||
* | 32597: vcs_info git: Describe detached heads symbolically. | Daniel Shahaf | 2014-05-06 | 2 | -1/+6 |
| | | | | | | | This makes %b expand to a refname rather than a sha1 when HEAD is detached but happens to match some ref (branch, tag, etc). The resulting output will typically contain a slash (e.g., "tags/v1.0.2", "heads/mybranch"), which helps distinguish it from the output in the "HEAD is a symbolic ref" case. | ||||
* | 32592: add CORRECT_IGNORE_FILE variable | Tomoki Sekiyama | 2014-04-29 | 4 | -1/+25 |
| | |||||
* | Fix merge conflict | Peter Stephenson | 2014-04-26 | 2 | -15/+39 |
|\ | |||||
| * | 32580: avoid indefinite wait in lockhistfile() by checking for lock file ↵ | Barton E. Schaefer | 2014-04-25 | 2 | -15/+39 |
| | | | | | | | | | | | | | | time stamp in the future Also change behavior of HIST_FCNTL_LOCK to use only fcntl() locking, rather than applying both kinds of lock. | ||||
* | | 32562: updates for bzr completion | Sebastien Alaiwan | 2014-04-23 | 2 | -2/+13 |
| | | |||||
* | | 32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSD | Jasper Lievisse Adriaanse | 2014-04-23 | 2 | -1/+6 |
|/ | |||||
* | 32569: lastval ($?) should not be reset between word list substitution and ↵ | Barton E. Schaefer | 2014-04-20 | 2 | -3/+6 |
| | | | | | | loop body execution in for/select Remove one other redundant and therefore confusing assignment to lastval. | ||||
* | 32568: consistency in handling of errflag condition during substitutions | Barton E. Schaefer | 2014-04-20 | 3 | -4/+27 |
| | | | | | 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 | 5 | -11/+33 |
| | | | | | | 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 | 2 | -2/+8 |
| | |||||
* | 32540: in doexpandhist(), discard saved line position data rather than ↵ | Barton E. Schaefer | 2014-04-13 | 3 | -1/+28 |
| | | | | restoring from it (updates 32531). | ||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2014-04-07 | 5 | -0/+37 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | addition to 32527: also update .distfiles | Peter Stephenson | 2014-04-07 | 1 | -0/+1 |
| | | |||||
| * | 32527: zcalc-auto-insert key binding for use in zcalc | Peter Stephenson | 2014-04-07 | 4 | -0/+36 |
| | | |||||
* | | Fix email address | Barton E. Schaefer | 2014-04-06 | 1 | -1/+1 |
|/ | |||||
* | unposted: fix typo | Barton E. Schaefer | 2014-04-06 | 2 | -1/+3 |
| | |||||
* | 32531: fix memory leaks detected by valgrind | Barton E. Schaefer | 2014-04-06 | 4 | -1/+12 |
| | |||||
* | 32533: add completion for "apt-mark" | Sebastian Ramacher | 2014-04-06 | 2 | -1/+35 |
| | |||||
* | 32532: completion for "apt" command | Alessandro Ghedini | 2014-04-06 | 2 | -1/+37 |
| | |||||
* | complete zfs ... -o multiple times | llua | 2014-04-06 | 2 | -3/+6 |
| | |||||
* | 32521: document that LOGNAME comes from getlogin() | Peter Stephenson | 2014-04-06 | 2 | -1/+8 |
| | |||||
* | 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵ | Daniel Shahaf | 2014-04-05 | 2 | -3/+17 |
| | | | | support. | ||||
* | 32528: vcs_info: Add check-for-staged-changes | Daniel Shahaf | 2014-04-05 | 5 | -5/+41 |
| | |||||
* | 32505: improved Solaris compatibility for pgrep completion | Danek Duvall | 2014-03-28 | 2 | -4/+52 |
| | |||||
* | m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixes | m0viefreak | 2014-03-23 | 5 | -19/+31 |
| | | | | | | | | 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 | 2 | -1/+6 |
| | |||||
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2014-03-20 | 2 | -1/+9 |
|\ | |||||
| * | 32500: handle interrupts during pattern matching | Barton E. Schaefer | 2014-03-20 | 2 | -1/+9 |
| | | |||||
* | | users/18644: bindkey -s doc should have forward reference. | Peter Stephenson | 2014-03-20 | 2 | -0/+6 |
|/ | | | | Indicate there is documentation for the argument strings. | ||||
* | unposted: in Perforce path completion complete depots after // | Peter Stephenson | 2014-03-20 | 2 | -2/+10 |
| | |||||
* | 32497: avoid using comptesteval in the middle of a series of tests | Barton E. Schaefer | 2014-03-18 | 3 | -6/+21 |
| | | | | | 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 | 2 | -2/+5 |
| | |||||
* | 32493: some man page formatting fixes | Jun T | 2014-03-17 | 5 | -2/+10 |
| | |||||
* | Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code | Peter Stephenson | 2014-03-16 | 0 | -0/+0 |
|\ | |||||
| * | Fix zypper commands completion [zypper <TAB>]. | Mariusz Fik | 2014-03-16 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Mariusz Fik <fisiu@opensuse.org> | ||||
* | | Fix zypper commands completion [zypper <TAB>]. | Mariusz Fik | 2014-03-16 | 2 | -1/+9 |
|/ | | | | Signed-off-by: Mariusz Fik <fisiu@opensuse.org> | ||||
* | unposted: document effect of 32479 on POSIX_TRAPS | Peter Stephenson | 2014-03-14 | 2 | -1/+6 |
| | |||||
* | 32482: fix character translation issue with some versions of Yodl | Jun T | 2014-03-14 | 2 | -1/+6 |
| | |||||
* | 32479: POSIXTRAPS and implicit return values. | Peter Stephenson | 2014-03-14 | 3 | -2/+22 |
| | | | | | | 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 | 2 | -23/+21 |
| | |||||
* | 32471: handle BSD process management in pgrep completion | Kosuke Asami | 2014-03-13 | 2 | -6/+51 |
| | |||||
* | 32472: new pgrep completion options | Kosuke Asami | 2014-03-13 | 2 | -2/+38 |
| | |||||
* | 32480: Fix crash in vi mode with too few previous changes | Jun T | 2014-03-13 | 2 | -1/+6 |
| | |||||
* | 32468: save/restore match/mbegin/mend when doing pattern lookups against ↵ | Barton E. Schaefer | 2014-03-09 | 2 | -55/+67 |
| | | | | zstyle contexts |