summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer1-0/+5
2014-06-01users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf1-0/+5
2014-06-0132640: (#q) in [[ ... ]] forces globbingPeter Stephenson1-0/+6
2014-05-2932624: use correct scaling factor (clock ticks) for timesPeter Stephenson1-0/+3
2014-05-29users/18860: man -M overrides manpathPeter Stephenson1-0/+3
2014-05-29unposted: use DIGBUFSIZE for pipestatus numeric bufferPeter Stephenson1-0/+5
2014-05-2932620: Typo fix after commit eb4c70dDaniel Shahaf1-0/+2
2014-05-2932621: vcs_info svn: 'Fix set-branch-format' when in subdirsDaniel Shahaf1-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.
2014-05-2932619: vcs_info svn: Use the revision of cwdDaniel Shahaf1-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.
2014-05-1832616: bad printf arguments for limitsJun T1-0/+5
2014-05-16users/18827 plus tweaks to original comments: hg bookmarks extraction ↵Peter Stephenson1-0/+6
improvement
2014-05-1332609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer1-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.
2014-05-0932603: fix documentation of status after try / alwaysEric Cook1-0/+5
2014-05-0832600: in _arguments, "-" is not an option letter after another "-"m0viefreak1-0/+6
2014-05-0632597: vcs_info git: Describe detached heads symbolically.Daniel Shahaf1-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.
2014-04-2932592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama1-0/+4
2014-04-26Fix merge conflictPeter Stephenson1-0/+7
2014-04-2532580: avoid indefinite wait in lockhistfile() by checking for lock file ↵Barton E. Schaefer1-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.
2014-04-2332562: updates for bzr completionSebastien Alaiwan1-0/+3
2014-04-2332558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse1-0/+5
2014-04-2032569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer1-0/+3
loop body execution in for/select Remove one other redundant and therefore confusing assignment to lastval.
2014-04-2032568: consistency in handling of errflag condition during substitutionsBarton E. Schaefer1-0/+6
Affects for/select word lists, function definition name position, and anonymous function argument lists.
2014-04-1832552 (updated by 32560): fix segfault when using process substitution in ↵Andrew Waldron1-0/+7
anonymous function argument list Also disallow process substitution in function name position.
2014-04-1532546: better handling of ignored files with _path_files -W prefixesJun T1-0/+5
2014-04-1332540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer1-0/+6
restoring from it (updates 32531).
2014-04-07Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer1-0/+6
Conflicts: ChangeLog
2014-04-0732527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson1-0/+6
2014-04-06Fix email addressBarton E. Schaefer1-1/+1
2014-04-06unposted: fix typoBarton E. Schaefer1-0/+2
2014-04-0632531: fix memory leaks detected by valgrindBarton E. Schaefer1-0/+6
2014-04-0632533: add completion for "apt-mark"Sebastian Ramacher1-0/+3
2014-04-0632532: completion for "apt" commandAlessandro Ghedini1-0/+3
2014-04-06complete zfs ... -o multiple timesllua1-0/+3
2014-04-0632521: document that LOGNAME comes from getlogin()Peter Stephenson1-0/+5
2014-04-0532528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵Daniel Shahaf1-0/+3
support.
2014-04-0532528: vcs_info: Add check-for-staged-changesDaniel Shahaf1-0/+6
2014-03-2832505: improved Solaris compatibility for pgrep completionDanek Duvall1-0/+5
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak1-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
2014-03-2132502: fix typo in argument list for git completioTakeshi Banse1-0/+5
2014-03-20Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson1-0/+2
2014-03-20users/18644: bindkey -s doc should have forward reference.Peter Stephenson1-0/+3
Indicate there is documentation for the argument strings.
2014-03-2032500: handle interrupts during pattern matchingBarton E. Schaefer1-0/+2
2014-03-20unposted: in Perforce path completion complete depots after //Peter Stephenson1-0/+6
2014-03-1832497: avoid using comptesteval in the middle of a series of testsBarton E. Schaefer1-0/+7
The change in control required for sourcing the command file can confuse the simulated interactive input
2014-03-1732494: Yodl hack to fix indents in manual page outputJun T1-0/+3
2014-03-1732493: some man page formatting fixesJun T1-0/+6
2014-03-16Fix zypper commands completion [zypper <TAB>].Mariusz Fik1-0/+5
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-03-14unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson1-0/+2
2014-03-1432482: fix character translation issue with some versions of YodlJun T1-0/+5
2014-03-1432479: POSIXTRAPS and implicit return values.Peter Stephenson1-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.