summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-2532580: avoid indefinite wait in lockhistfile() by checking for lock file ↵Barton E. Schaefer2-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.
2014-04-2032569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer2-3/+6
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. Schaefer3-4/+27
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 Waldron5-11/+33
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 T2-2/+8
2014-04-1332540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer3-1/+28
restoring from it (updates 32531).
2014-04-07Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer5-0/+37
Conflicts: ChangeLog
2014-04-07addition to 32527: also update .distfilesPeter Stephenson1-0/+1
2014-04-0732527: zcalc-auto-insert key binding for use in zcalcPeter Stephenson4-0/+36
2014-04-06Fix email addressBarton E. Schaefer1-1/+1
2014-04-06unposted: fix typoBarton E. Schaefer2-1/+3
2014-04-0632531: fix memory leaks detected by valgrindBarton E. Schaefer4-1/+12
2014-04-0632533: add completion for "apt-mark"Sebastian Ramacher2-1/+35
2014-04-0632532: completion for "apt" commandAlessandro Ghedini2-1/+37
2014-04-06complete zfs ... -o multiple timesllua2-3/+6
2014-04-0632521: document that LOGNAME comes from getlogin()Peter Stephenson2-1/+8
2014-04-0532528: vcs_info: Document 'post-backend' hook and bzr 'check-for-changes' ↵Daniel Shahaf2-3/+17
support.
2014-04-0532528: vcs_info: Add check-for-staged-changesDaniel Shahaf5-5/+41
2014-03-2832505: improved Solaris compatibility for pgrep completionDanek Duvall2-4/+52
2014-03-23m0viefreak: users/18655,18657,18660: assorted auto-removable suffix fixesm0viefreak5-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
2014-03-2132502: fix typo in argument list for git completioTakeshi Banse2-1/+6
2014-03-20Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2-1/+9
2014-03-20users/18644: bindkey -s doc should have forward reference.Peter Stephenson2-0/+6
Indicate there is documentation for the argument strings.
2014-03-2032500: handle interrupts during pattern matchingBarton E. Schaefer2-1/+9
2014-03-20unposted: in Perforce path completion complete depots after //Peter Stephenson2-2/+10
2014-03-1832497: avoid using comptesteval in the middle of a series of testsBarton E. Schaefer3-6/+21
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 T2-2/+5
2014-03-1732493: some man page formatting fixesJun T5-2/+10
2014-03-16Merge branch 'master' of ssh://git.code.sf.net/p/zsh/codePeter Stephenson0-0/+0
2014-03-16Fix zypper commands completion [zypper <TAB>].Mariusz Fik2-1/+9
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-03-16Fix zypper commands completion [zypper <TAB>].Mariusz Fik1-1/+4
Signed-off-by: Mariusz Fik <fisiu@opensuse.org>
2014-03-14unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson2-1/+6
2014-03-1432482: fix character translation issue with some versions of YodlJun T2-1/+6
2014-03-1432479: POSIXTRAPS and implicit return values.Peter Stephenson3-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.
2014-03-1332471: tidy up pgrep completionKosuke Asami2-23/+21
2014-03-1332471: handle BSD process management in pgrep completionKosuke Asami2-6/+51
2014-03-1332472: new pgrep completion optionsKosuke Asami2-2/+38
2014-03-1332480: Fix crash in vi mode with too few previous changesJun T2-1/+6
2014-03-0932468: save/restore match/mbegin/mend when doing pattern lookups against ↵Barton E. Schaefer2-55/+67
zstyle contexts
2014-03-03Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer9-22/+124
2014-03-03users/18550: matcher-list documentation clarificationsBarton E. Schaefer2-6/+12
2014-03-0332289: Doc: Add zsh version to footer in HTML documentation.Simon Ruderich3-2/+13
2014-03-0332441: add completer for file extensionsOliver Kiddle3-0/+45
2014-03-0332450: make get-line widget set the history number that was saved with the lineOliver Kiddle2-0/+7
2014-03-0332448: fix seg fault if $WIDGET is accessed after recursive-edit is interruptedOliver Kiddle2-1/+3
2014-03-0332439: add new show-ambiguity styleOliver Kiddle3-0/+20
2014-03-0332436: allow = to be used in ZLS_COLORS patterns if it is quoted or inside ↵Oliver Kiddle2-19/+37
parentheses
2014-03-0132453: fix zcalc default base handlingPeter Stephenson2-1/+3
2014-03-0132412 / 32415: New giga- and terabyte units for glob qualifiersManuel Presnitz5-13/+62
2014-02-28Fix merge conflictPeter Stephenson7-21/+44