about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* unposted: restore cond_match() in case used in add-on modulePeter Stephenson2014-06-032-0/+16
|
* Numbers transcribed in last commit message: article ID should be 32656.Barton E. Schaefer2014-06-021-1/+1
|
* 36526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵Barton E. Schaefer2014-06-022-1/+37
| | | | zreaddir()
* Fix merge conflictPeter Stephenson2014-06-022-4/+15
|\
| * 32662: vcs_info git: Fix stagedstr for empty reposDaniel Shahaf2014-06-022-4/+15
| | | | | | | | | | | | In empty repositories, HEAD is an unresolvable symbolic ref. Start computing stagedstr/unstagedstr in that case; for the former, use a different method than the non-empty-repository case.
* | users/18870: fix glob scanner insert counting check.Daniel Shahaf2014-06-023-10/+22
|/ | | | Was causing problems with globs in paths with (Y) glob qualifier
* 32653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2014-06-012-1/+8
| | | | Also respect the suffixes zstyle to change the extensions
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-017-7/+54
|
* users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf2014-06-014-11/+44
|
* 32640: (#q) in [[ ... ]] forces globbingPeter Stephenson2014-06-017-53/+145
|
* 32624: use correct scaling factor (clock ticks) for timesPeter Stephenson2014-05-293-17/+24
|
* users/18860: man -M overrides manpathPeter Stephenson2014-05-292-1/+4
|
* unposted: use DIGBUFSIZE for pipestatus numeric bufferPeter Stephenson2014-05-292-1/+6
|
* 32620: Typo fix after commit eb4c70dDaniel Shahaf2014-05-292-1/+3
|
* 32621: vcs_info svn: 'Fix set-branch-format' when in subdirsDaniel Shahaf2014-05-292-7/+18
| | | | | | | The previous code would fail to detect the wcroot with Subversion 1.7+ when cwd is at least two levels below the root (i.e., ../../.svn exists and ../.svn doesn't), and would then pass to the hook the revision and basename of cwd rather than of the wcroot.
* 32619: vcs_info svn: Use the revision of cwdDaniel Shahaf2014-05-292-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 limitsJun T2014-05-183-1/+13
|
* users/18827 plus tweaks to original comments: hg bookmarks extraction ↵Peter Stephenson2014-05-162-12/+11
| | | | improvement
* 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer2014-05-133-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 / alwaysEric Cook2014-05-092-1/+6
|
* 32600: in _arguments, "-" is not an option letter after another "-"m0viefreak2014-05-082-3/+13
|
* 32597: vcs_info git: Describe detached heads symbolically.Daniel Shahaf2014-05-062-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 variableTomoki Sekiyama2014-04-294-1/+25
|
* Fix merge conflictPeter Stephenson2014-04-262-15/+39
|\
| * 32580: avoid indefinite wait in lockhistfile() by checking for lock file ↵Barton E. Schaefer2014-04-252-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 completionSebastien Alaiwan2014-04-232-2/+13
| |
* | 32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse2014-04-232-1/+6
|/
* 32569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer2014-04-202-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 substitutionsBarton E. Schaefer2014-04-203-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 Waldron2014-04-185-11/+33
| | | | | | anonymous function argument list Also disallow process substitution in function name position.
* 32546: better handling of ignored files with _path_files -W prefixesJun T2014-04-152-2/+8
|
* 32540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer2014-04-133-1/+28
| | | | restoring from it (updates 32531).
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-04-075-0/+37
|\ | | | | | | | | Conflicts: ChangeLog
| * addition to 32527: also update .distfilesPeter Stephenson2014-04-071-0/+1
| |
| * 32527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson2014-04-074-0/+36
| |
* | Fix email addressBarton E. Schaefer2014-04-061-1/+1
|/
* unposted: fix typoBarton E. Schaefer2014-04-062-1/+3
|
* 32531: fix memory leaks detected by valgrindBarton E. Schaefer2014-04-064-1/+12
|
* 32533: add completion for "apt-mark"Sebastian Ramacher2014-04-062-1/+35
|
* 32532: completion for "apt" commandAlessandro Ghedini2014-04-062-1/+37
|
* complete zfs ... -o multiple timesllua2014-04-062-3/+6
|
* 32521: document that LOGNAME comes from getlogin()Peter Stephenson2014-04-062-1/+8
|
* 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵Daniel Shahaf2014-04-052-3/+17
| | | | support.
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-055-5/+41
|
* 32505: improved Solaris compatibility for pgrep completionDanek Duvall2014-03-282-4/+52
|
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-235-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 completioTakeshi Banse2014-03-212-1/+6
|
* Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2014-03-202-1/+9
|\
| * 32500: handle interrupts during pattern matchingBarton E. Schaefer2014-03-202-1/+9
| |
* | users/18644: bindkey -s doc should have forward reference.Peter Stephenson2014-03-202-0/+6
|/ | | | Indicate there is documentation for the argument strings.