Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 40306 with doc tweaks: Change behaviour expanding alias in () function ↵ | Peter Stephenson | 2017-01-10 | 1 | -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 Shahaf | 2016-11-28 | 1 | -0/+5 |
| | |||||
* | 38746: Fix suffix alias expansion recursion. | Peter Stephenson | 2016-06-22 | 1 | -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 LHS | Daniel Shahaf | 2016-01-13 | 1 | -0/+8 |
| | |||||
* | 36403: type -w += suffix alias | Daniel Shahaf | 2015-09-03 | 1 | -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 Stephenson | 2015-05-18 | 1 | -0/+10 |
| | |||||
* | 35056: turn off PROMPT_SP for interactive test | Peter Stephenson | 2015-05-08 | 1 | -5/+7 |
| | |||||
* | 34781: add implicit space after alias expansion of tokens that form words ↵ | Barton E. Schaefer | 2015-03-28 | 1 | -1/+1 |
| | | | | | | without spacing fixes crash when using completion immediately following such an alias | ||||
* | 34779: tests for 34776 | Barton E. Schaefer | 2015-03-25 | 1 | -0/+24 |
| | |||||
* | 34734: further aliasing adjustments and doc | Barton E. Schaefer | 2015-03-18 | 1 | -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 fix | Peter Stephenson | 2015-03-05 | 1 | -0/+15 |
| | |||||
* | unposted: change new test in A02alias.ztst to use cat | Peter Stephenson | 2010-03-25 | 1 | -2/+2 |
| | |||||
* | 27827: fix infinite loop in recursive alias at end of parsed string | Peter Stephenson | 2010-03-25 | 1 | -0/+6 |
| | |||||
* | 26675: add POSIX_ALIASES option | Peter Stephenson | 2009-03-03 | 1 | -0/+11 |
| | |||||
* | unposted: fix alias test in 24736 properly | Peter Stephenson | 2008-03-27 | 1 | -4/+8 |
| | |||||
* | 24736: a couple more tests failing on Solaris | Peter Stephenson | 2008-03-26 | 1 | -2/+2 |
| | |||||
* | 15334: use string "(eval)" as script name in debugging messages in eval's | Peter Stephenson | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | 15329: test script changes to go with 15327 LINENO change | Peter Stephenson | 2001-07-09 | 1 | -1/+1 |
| | |||||
* | Assorted "make check" tweaks. | Bart Schaefer | 2001-06-25 | 1 | -1/+1 |
| | |||||
* | moved from ./Test/02alias.ztst | Sven Wischnowsky | 2001-04-02 | 1 | -0/+23 |