about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 34781: add implicit space after alias expansion of tokens that form words ↵Barton E. Schaefer2015-03-283-1/+15
| | | | | | without spacing fixes crash when using completion immediately following such an alias
* 34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionalsBarton E. Schaefer2015-03-283-4/+10
|
* 34788: refine errflag handling in cmd_or_math()Barton E. Schaefer2015-03-272-1/+5
|
* 34785: fix typo in SHINSTDIN docHan Pingtian2015-03-272-1/+3
|
* 34787: Add more history testsPeter Stephenson2015-03-272-0/+45
|
* 34784: fix old bug with history word selectionPeter Stephenson2015-03-263-11/+26
|
* 34779: tests for 34776Barton E. Schaefer2015-03-253-1/+31
|
* 34769: incorrect doc of process time calculationHan Pingtian2015-03-252-1/+6
|
* 34776: improve suppression of alias expansions from history.Peter Stephenson2015-03-253-35/+17
| | | | | Now uses the mechanism in use for other forms of suppression of sections of input.
* 34774: fix %prep and use read from a no-op pipe to force wait for the timeoutBarton E. Schaefer2015-03-253-2/+7
|
* 34772: add new test suite file for history; fix "read" usage in comptestBarton E. Schaefer2015-03-233-1/+26
|
* 34759: improve implementation of last commitPeter Stephenson2015-03-223-7/+10
|
* 34758: fix yet more history / command subst interaction.Peter Stephenson2015-03-223-1/+38
| | | | | | In general we need to wind back over the history text input inside command substitution because there's no level of the input mechanism between history and the lexer.
* users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second ↵Barton E. Schaefer2015-03-212-0/+16
| | | | completion attempt with GLOB_COMPLETE
* 34753: work around NFS problem in tests.Peter Stephenson2015-03-202-9/+32
| | | | | Use tmp directory if it helps us check file time comparisons. If it doesn't we're no worse off than we were.
* 34752: another fix for history expansion in cmd substPeter Stephenson2015-03-202-2/+20
|
* 34742: history expansion inside command substitution failed.Peter Stephenson2015-03-192-3/+11
| | | | Needs the case of alias expansion separating out.
* 34739: git completion: Fix regression in ce80a92Daniel Shahaf2015-03-192-1/+6
| | | | | This restores the message when completing a commit object name that isn't one of the most recent 20 commits. e.g., 'git checkout deadbeef<TAB>'.
* unposted: update NEWS to reference aliasing changes.Barton E. Schaefer2015-03-181-0/+6
| | | | Also apologize for copy-paste spooge in the preceding commit log.
* 34734: further aliasing adjustments and docBarton E. Schaefer2015-03-184-13/+35
| | | | | | | | restrict token aliasing (34641) to global aliases; tighten up POSIX_ALIASES to better match spec; update Aliasing doc to cover this and clarify older behavior 2015-03-18 Peter Stephenson <p.stephenson@samsung.com> * 34723: configure.ac: turn off fixed site function directory if
* 34723: disable fixed site function dir if user disable site function dirPeter Stephenson2015-03-182-1/+7
|
* unposted: update NEWS some morePeter Stephenson2015-03-172-17/+23
|
* 34725: update NEWS for site function configuration.Peter Stephenson2015-03-162-2/+6
| | | | | It might be overridden if the installer explicitly sets it up differently.
* 34721: new glob qualifier functions before, afterPeter Stephenson2015-03-164-8/+166
|
* 34671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf2015-03-164-17/+29
| | | | --fixup' hash completions
* 34671: git completion: only offer recent commits' tags/heads for --fixupDaniel Shahaf2015-03-162-2/+39
|
* 34712: clarify words that may be aliasedBarton E. Schaefer2015-03-152-2/+22
|
* Fix ~ and (Q) order in _zattrMikael Magnusson2015-03-152-1/+6
|
* users/19985: improve doc of subscripting substrings furtherPeter Stephenson2015-03-102-1/+16
|
* 34673: vcs_info git: Fix error message when rebase hasn't startedDaniel Shahaf2015-03-092-0/+4
|
* 34693: sudo completion: Don't false positive 'sudo -e' detectionDaniel Shahaf2015-03-092-1/+11
|
* 34693: _strace: Fix variable leakage of $sys_callsDaniel Shahaf2015-03-092-0/+6
|
* Fix ChangeLogDaniel Shahaf2015-03-071-1/+1
| | | | ('git commit --amend' and 'git commit --amend -a' are too similar.)
* 34638 with tweaks: git completion: complete commit hashes and --fixupDaniel Hahler2015-03-072-3/+14
|
* 34643: clarify documentation for print and bindkeyJun-ichi Takimoto2015-03-063-3/+13
|
* 34653: move aborted vared lines to ZLE_VARED_ABORTEDPeter Stephenson2015-03-063-2/+8
|
* 34657: document the effect of substring subscripting betterPeter Stephenson2015-03-062-1/+16
|
* 34654: Improved rpm -q --whatprovides completionPeter Stephenson2015-03-052-1/+13
|
* 34651: Avoid core dump if no lexical tokenPeter Stephenson2015-03-052-0/+5
|
* New completion for add-zsh-hookDaniel Shahaf2015-03-052-0/+29
|
* Missing test for alias fixPeter Stephenson2015-03-051-0/+15
|
* 34636: replace broken isprint() on Mac OS XJun-ichi Takimoto2015-03-056-3/+63
|
* 34641: make it possible to alias tokensPeter Stephenson2015-03-042-30/+44
|
* 34640: clarify documentation for _guard functionDaniel Shahaf2015-03-042-6/+11
|
* 34637: New mixerctl completion for BSDMatthew Martin2015-03-032-0/+16
|
* users/19934: document %D{...} for WATCHFMTBarton E. Schaefer2015-02-282-0/+10
|
* 34634: avoid infinite recursion on (/)# extendedglobBarton E. Schaefer2015-02-272-1/+6
|
* 34588: Complete 'usermod -a'Daniel Shahaf2015-02-272-0/+6
|
* 34623: free history more often if "remetafying"Peter Stephenson2015-02-232-2/+10
|
* 34615 + 34619: Remeta one frame earlierMikael Magnusson2015-02-232-35/+34
|