summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-04-1334885: completion: git: Sort "commit object" completions most recent firstDaniel Shahaf2-1/+4
2015-04-1334885: completion: git: Fix another instance of the 34671 bug fixed in 34814Daniel Shahaf2-1/+8
2015-04-1334880: POSIX_TRAPS docHan Pingtian2-1/+3
2015-04-1334875: CSH_JUNKIE_HISTORY docHan Pingtian2-2/+4
2015-04-13users/20078: HIST_BEEP docHan Pingtian2-1/+5
2015-04-1034874: completion for cabalClint Adams2-0/+14
2015-04-1034748: completion: git: update list of builtintoolsDaniel Hahler2-9/+21
2015-04-0734850: make URLs in html/pdf docs clickableJun-ichi Takimoto9-32/+42
2015-04-0634851: fix thinko from 34093 that short-circuited some "whence -m" searchesBarton E. Schaefer2-5/+12
2015-04-0334837: avoid loss of original file path when applying colon-modifiers in ↵Barton E. Schaefer2-2/+8
glob qualifiers
2015-04-0334840: minor format fixes in prompt.yoJun-ichi Takimoto2-4/+8
2015-04-0334836: fix description of '%-0<<' in prompt.yoJun-ichi Takimoto2-1/+6
2015-04-0134814: completion: git: Fix bug introduced by 236da69Daniel Shahaf2-1/+8
Based on a patch by Daniel Hahler <git@thequod.de>.
2015-04-0134822: correction to GLOB_SUBST docHan Pingtian2-1/+6
2015-03-31users/20058: improve device completion in ip completion.Peter Stephenson4-39/+58
We were too eager to regard strings already on the command line as possible devices.
2015-03-2934817: Catch some errors earlier when reading history.Peter Stephenson3-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.
2015-03-2934792: langinfo: Fix pointer typeTheo Buehler2-1/+6
2015-03-2934762: completion: git: add short option for '--dir-diff' (_git-difftool)Daniel Hahler2-1/+6
2015-03-2834781: add implicit space after alias expansion of tokens that form words ↵Barton E. Schaefer3-1/+15
without spacing fixes crash when using completion immediately following such an alias
2015-03-2834804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionalsBarton E. Schaefer3-4/+10
2015-03-2734788: refine errflag handling in cmd_or_math()Barton E. Schaefer2-1/+5
2015-03-2734785: fix typo in SHINSTDIN docHan Pingtian2-1/+3
2015-03-2734787: Add more history testsPeter Stephenson2-0/+45
2015-03-2634784: fix old bug with history word selectionPeter Stephenson3-11/+26
2015-03-2534779: tests for 34776Barton E. Schaefer3-1/+31
2015-03-2534769: incorrect doc of process time calculationHan Pingtian2-1/+6
2015-03-2534776: improve suppression of alias expansions from history.Peter Stephenson3-35/+17
Now uses the mechanism in use for other forms of suppression of sections of input.
2015-03-2534774: fix %prep and use read from a no-op pipe to force wait for the timeoutBarton E. Schaefer3-2/+7
2015-03-2334772: add new test suite file for history; fix "read" usage in comptestBarton E. Schaefer3-1/+26
2015-03-2234759: improve implementation of last commitPeter Stephenson3-7/+10
2015-03-2234758: fix yet more history / command subst interaction.Peter Stephenson3-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.
2015-03-21users/20034: adjust PREFIX and SUFFIX for unambiguous_cursor on second ↵Barton E. Schaefer2-0/+16
completion attempt with GLOB_COMPLETE
2015-03-2034753: work around NFS problem in tests.Peter Stephenson2-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.
2015-03-2034752: another fix for history expansion in cmd substPeter Stephenson2-2/+20
2015-03-1934742: history expansion inside command substitution failed.Peter Stephenson2-3/+11
Needs the case of alias expansion separating out.
2015-03-1934739: git completion: Fix regression in ce80a92Daniel Shahaf2-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>'.
2015-03-18unposted: update NEWS to reference aliasing changes.Barton E. Schaefer1-0/+6
Also apologize for copy-paste spooge in the preceding commit log.
2015-03-1834734: further aliasing adjustments and docBarton E. Schaefer4-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
2015-03-1834723: disable fixed site function dir if user disable site function dirPeter Stephenson2-1/+7
2015-03-17unposted: update NEWS some morePeter Stephenson2-17/+23
2015-03-1634725: update NEWS for site function configuration.Peter Stephenson2-2/+6
It might be overridden if the installer explicitly sets it up differently.
2015-03-1634721: new glob qualifier functions before, afterPeter Stephenson4-8/+166
2015-03-1634671 plus tweaks: Add -1 -2 -J -V -x to _describe, use them to sort 'git ↵Daniel Shahaf4-17/+29
--fixup' hash completions
2015-03-1634671: git completion: only offer recent commits' tags/heads for --fixupDaniel Shahaf2-2/+39
2015-03-1534712: clarify words that may be aliasedBarton E. Schaefer2-2/+22
2015-03-15Fix ~ and (Q) order in _zattrMikael Magnusson2-1/+6
2015-03-10users/19985: improve doc of subscripting substrings furtherPeter Stephenson2-1/+16
2015-03-0934673: vcs_info git: Fix error message when rebase hasn't startedDaniel Shahaf2-0/+4
2015-03-0934693: sudo completion: Don't false positive 'sudo -e' detectionDaniel Shahaf2-1/+11
2015-03-0934693: _strace: Fix variable leakage of $sys_callsDaniel Shahaf2-0/+6