about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* users/20078: HIST_BEEP docHan Pingtian2015-04-132-1/+5
|
* 34874: completion for cabalClint Adams2015-04-102-0/+14
|
* 34748: completion: git: update list of builtintoolsDaniel Hahler2015-04-102-9/+21
|
* 34850: make URLs in html/pdf docs clickableJun-ichi Takimoto2015-04-079-32/+42
|
* 34851: fix thinko from 34093 that short-circuited some "whence -m" searchesBarton E. Schaefer2015-04-062-5/+12
|
* 34837: avoid loss of original file path when applying colon-modifiers in ↵Barton E. Schaefer2015-04-032-2/+8
| | | | glob qualifiers
* 34840: minor format fixes in prompt.yoJun-ichi Takimoto2015-04-032-4/+8
|
* 34836: fix description of '%-0<<' in prompt.yoJun-ichi Takimoto2015-04-032-1/+6
|
* 34814: completion: git: Fix bug introduced by 236da69Daniel Shahaf2015-04-012-1/+8
| | | | Based on a patch by Daniel Hahler <git@thequod.de>.
* 34822: correction to GLOB_SUBST docHan Pingtian2015-04-012-1/+6
|
* users/20058: improve device completion in ip completion.Peter Stephenson2015-03-314-39/+58
| | | | | We were too eager to regard strings already on the command line as possible devices.
* 34817: Catch some errors earlier when reading history.Peter Stephenson2015-03-293-1/+13
| | | | | | | | Mostly for the case of an interrupt. Don't try to process words when we know something's gone wrong. Also abort history reading earlier on an interrupt.
* 34792: langinfo: Fix pointer typeTheo Buehler2015-03-292-1/+6
|
* 34762: completion: git: add short option for '--dir-diff' (_git-difftool)Daniel Hahler2015-03-292-1/+6
|
* 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
|