about summary refs log tree commit diff
path: root/Test/A02alias.ztst
Commit message (Collapse)AuthorAgeFilesLines
* 45004: Fix typos in commentsMartijn Dekker2019-12-111-1/+1
|
* 42146: type -w += global aliasesDaniel Shahaf2017-12-201-0/+11
| | | | Follow-up to 36403, which did the same for suffix aliases.
* 40306 with doc tweaks: Change behaviour expanding alias in () function ↵Peter Stephenson2017-01-101-0/+22
| | | | | | | definition. Now an error unless the () is part of the same error as the name. Add ALIAS_FUNC_DEF option to allow it again.
* 40010: builtins: Say 'bad option: +x', not 'bad option: -x', when +x was passed.Daniel Shahaf2016-11-281-0/+5
|
* 38746: Fix suffix alias expansion recursion.Peter Stephenson2016-06-221-0/+6
| | | | | | | | This was problematic if the expansion landed you back in command position. Delay marking the alias as out of use until the text that caused the expansion is finished.
* 37591: 'alias -L': skip with a warning aliases with '=' in their LHSDaniel Shahaf2016-01-131-0/+8
|
* 36403: type -w += suffix aliasDaniel Shahaf2015-09-031-0/+3
| | | | | | | | This makes 'type -w' distinguish suffix aliases from regular aliases, like bare 'type' already does. Use-case: detecting programmatically whether the command word is indeed a valid command word (see <https://github.com/zsh-users/zsh-syntax-highlighting/issues/126>)
* 35193: Add "unalias -a".Peter Stephenson2015-05-181-0/+10
|
* 35056: turn off PROMPT_SP for interactive testPeter Stephenson2015-05-081-5/+7
|
* 34781: add implicit space after alias expansion of tokens that form words ↵Barton E. Schaefer2015-03-281-1/+1
| | | | | | without spacing fixes crash when using completion immediately following such an alias
* 34779: tests for 34776Barton E. Schaefer2015-03-251-0/+24
|
* 34734: further aliasing adjustments and docBarton E. Schaefer2015-03-181-1/+1
| | | | | | | | 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
* Missing test for alias fixPeter Stephenson2015-03-051-0/+15
|
* unposted: change new test in A02alias.ztst to use catPeter Stephenson2010-03-251-2/+2
|
* 27827: fix infinite loop in recursive alias at end of parsed stringPeter Stephenson2010-03-251-0/+6
|
* 26675: add POSIX_ALIASES optionPeter Stephenson2009-03-031-0/+11
|
* unposted: fix alias test in 24736 properlyPeter Stephenson2008-03-271-4/+8
|
* 24736: a couple more tests failing on SolarisPeter Stephenson2008-03-261-2/+2
|
* 15334: use string "(eval)" as script name in debugging messages in eval'sPeter Stephenson2001-07-091-1/+1
|
* 15329: test script changes to go with 15327 LINENO changePeter Stephenson2001-07-091-1/+1
|
* Assorted "make check" tweaks.Bart Schaefer2001-06-251-1/+1
|
* moved from ./Test/02alias.ztstSven Wischnowsky2001-04-021-0/+23