about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 32640: (#q) in [[ ... ]] forces globbingPeter Stephenson2014-06-011-0/+6
|
* 32624: use correct scaling factor (clock ticks) for timesPeter Stephenson2014-05-291-0/+3
|
* users/18860: man -M overrides manpathPeter Stephenson2014-05-291-0/+3
|
* unposted: use DIGBUFSIZE for pipestatus numeric bufferPeter Stephenson2014-05-291-0/+5
|
* 32620: Typo fix after commit eb4c70dDaniel Shahaf2014-05-291-0/+2
|
* 32621: vcs_info svn: 'Fix set-branch-format' when in subdirsDaniel Shahaf2014-05-291-0/+3
| | | | | | | 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-291-0/+5
| | | | | | | 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-181-0/+5
|
* users/18827 plus tweaks to original comments: hg bookmarks extraction ↵Peter Stephenson2014-05-161-0/+6
| | | | improvement
* 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer2014-05-131-0/+8
| | | | | | 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-091-0/+5
|
* 32600: in _arguments, "-" is not an option letter after another "-"m0viefreak2014-05-081-0/+6
|
* 32597: vcs_info git: Describe detached heads symbolically.Daniel Shahaf2014-05-061-0/+5
| | | | | | | 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-291-0/+4
|
* Fix merge conflictPeter Stephenson2014-04-261-0/+7
|\
| * 32580: avoid indefinite wait in lockhistfile() by checking for lock file ↵Barton E. Schaefer2014-04-251-0/+7
| | | | | | | | | | | | | | 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-231-0/+3
| |
* | 32558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse2014-04-231-0/+5
|/
* 32569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer2014-04-201-0/+3
| | | | | | 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-201-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 Waldron2014-04-181-0/+7
| | | | | | 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-151-0/+5
|
* 32540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer2014-04-131-0/+6
| | | | restoring from it (updates 32531).
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-04-071-0/+6
|\ | | | | | | | | Conflicts: ChangeLog
| * 32527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson2014-04-071-0/+6
| |
* | Fix email addressBarton E. Schaefer2014-04-061-1/+1
|/
* unposted: fix typoBarton E. Schaefer2014-04-061-0/+2
|
* 32531: fix memory leaks detected by valgrindBarton E. Schaefer2014-04-061-0/+6
|
* 32533: add completion for "apt-mark"Sebastian Ramacher2014-04-061-0/+3
|
* 32532: completion for "apt" commandAlessandro Ghedini2014-04-061-0/+3
|
* complete zfs ... -o multiple timesllua2014-04-061-0/+3
|
* 32521: document that LOGNAME comes from getlogin()Peter Stephenson2014-04-061-0/+5
|
* 32528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵Daniel Shahaf2014-04-051-0/+3
| | | | support.
* 32528: vcs_info: Add check-for-staged-changesDaniel Shahaf2014-04-051-0/+6
|
* 32505: improved Solaris compatibility for pgrep completionDanek Duvall2014-03-281-0/+5
|
* m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak2014-03-231-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 completioTakeshi Banse2014-03-211-0/+5
|
* Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2014-03-201-0/+2
|\
| * 32500: handle interrupts during pattern matchingBarton E. Schaefer2014-03-201-0/+2
| |
* | users/18644: bindkey -s doc should have forward reference.Peter Stephenson2014-03-201-0/+3
|/ | | | Indicate there is documentation for the argument strings.
* unposted: in Perforce path completion complete depots after //Peter Stephenson2014-03-201-0/+6
|
* 32497: avoid using comptesteval in the middle of a series of testsBarton E. Schaefer2014-03-181-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 outputJun T2014-03-171-0/+3
|
* 32493: some man page formatting fixesJun T2014-03-171-0/+6
|
* Fix zypper commands completion [zypper <TAB>].Mariusz Fik2014-03-161-0/+5
| | | | Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
* unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson2014-03-141-0/+2
|
* 32482: fix character translation issue with some versions of YodlJun T2014-03-141-0/+5
|
* 32479: POSIXTRAPS and implicit return values.Peter Stephenson2014-03-141-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 completionKosuke Asami2014-03-131-0/+2
|
* 32471: handle BSD process management in pgrep completionKosuke Asami2014-03-131-0/+3
|