Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37913: add additional completers and _zpool improvement | Eric Cook | 2016-02-11 | 9 | -0/+271 |
| | |||||
* | 37946: make rm * warnings more informative. | Peter Stephenson | 2016-02-11 | 2 | -4/+32 |
| | | | | Now count files that would be deleted up to 100. | ||||
* | Missed ChangeLog entry for 37895 | Peter Stephenson | 2016-02-10 | 1 | -0/+5 |
| | |||||
* | 37893: document typeset -U behaviour for PATH-style variables | Peter Stephenson | 2016-02-09 | 2 | -0/+10 |
| | |||||
* | 37914: reparse associative array subscripts in "unset" so keys with "[" or ↵ | Barton E. Schaefer | 2016-02-08 | 3 | -13/+25 |
| | | | | | | "]" may be backslash-escaped Also fix erroneous test case this revealed. | ||||
* | 37924: Completion: _git: Complete files for 'check-ignore' | Daniel Shahaf | 2016-02-09 | 2 | -1/+4 |
| | | | | | Also, don't leak the parameter 'ret'; the leak was theoretical because the caller immediately wrote to that parameter. | ||||
* | 37923: Completion: _bts: Fix quoting of $DEBEMAIL. | Daniel Shahaf | 2016-02-09 | 2 | -2/+5 |
| | |||||
* | 37922: zyodl.vim: Add alternative installation instructions. | Daniel Shahaf | 2016-02-09 | 2 | -0/+5 |
| | |||||
* | 37896: zshbuiltins: Document argv behaviour of 'source' without arguments | Daniel Shahaf | 2016-02-09 | 2 | -0/+7 |
| | |||||
* | unposted: ChangeLog: Move the 37678 entry to the correct location (and author). | Daniel Shahaf | 2016-02-09 | 1 | -4/+9 |
| | |||||
* | 37895: $ZSH_SCRIPT is POSIX $0 but always availble | Peter Stephenson | 2016-02-07 | 2 | -0/+8 |
| | |||||
* | unposted: complist module docs: Fix parameter name in an example. | Dominik Ritter | 2016-02-07 | 2 | -2/+7 |
| | | | | Submitted via GitHub (https://github.com/zsh-users/zsh/pull/6). | ||||
* | unposted: Follow-up to 37833: extend description of 37804 in README. | Daniel Shahaf | 2016-02-07 | 2 | -1/+8 |
| | |||||
* | 37874: remove unused function argument | Jun-ichi Takimoto | 2016-02-04 | 2 | -5/+9 |
| | |||||
* | 37868: add 'static' to file local variables | Jun-ichi Takimoto | 2016-02-03 | 16 | -27/+34 |
| | |||||
* | 37859: NULL-terminate cond_binary_ops static array. | Barton E. Schaefer | 2016-01-31 | 2 | -1/+5 |
| | |||||
* | 37845: Forward-reference typeset instances where no parameter is created, ↵ | Barton E. Schaefer | 2016-01-31 | 2 | -3/+7 |
| | | | | and remove the obsolete statement about array assignments separated from typeset command on -p. | ||||
* | 37844: reorder typeset introduction to keep related concepts together. | Barton E. Schaefer | 2016-01-30 | 2 | -23/+28 |
| | |||||
* | 37831: typeset: Document exit status difference from parameter assignment ↵ | Daniel Shahaf | 2016-01-30 | 2 | -0/+22 |
| | | | | statements | ||||
* | 37838: use UNUSED() consistently | Jun-ichi Takimoto | 2016-01-30 | 29 | -34/+47 |
| | |||||
* | 37833: Document 37804 in README. | Daniel Shahaf | 2016-01-29 | 2 | -1/+8 |
| | |||||
* | 37797: StartupFiles/zshrc += run-help | Daniel Shahaf | 2016-01-29 | 2 | -0/+3 |
| | |||||
* | 37752: More tests for the previous patch. | Daniel Shahaf | 2016-01-29 | 2 | -0/+21 |
| | |||||
* | 37700: Teach ${(z)} the 'repeat WORD SUBLIST' syntax. | Daniel Shahaf | 2016-01-29 | 5 | -2/+38 |
| | |||||
* | unposted: _init_d: Report failure to caller. | Daniel Shahaf | 2016-01-29 | 2 | -1/+6 |
| | |||||
* | 37814: run-help-ip: use an absolute path for the shebang. | Kamil Dudka | 2016-01-28 | 2 | -1/+6 |
| | |||||
* | 37804 (plus 37816): first word following "repeat" should be evaluated as math | Barton E. Schaefer | 2016-01-27 | 2 | -1/+6 |
| | |||||
* | 37819: zshaddhistory hook works for any history file write, even upon ↵ | Barton E. Schaefer | 2016-01-27 | 2 | -4/+14 |
| | | | | keyboard interrupt | ||||
* | 37810: repair handling of backslashes and of names starting with "+"/":"/"=" ↵ | Barton E. Schaefer | 2016-01-27 | 2 | -8/+16 |
| | | | | in zparseopts option specs | ||||
* | 37802: Clarify zparseopts description. (This file inadvertently ommitted | Barton E. Schaefer | 2016-01-27 | 1 | -3/+7 |
| | | | | from previous commit.) | ||||
* | 37802: Clarify zparseopts documention. zparseopts "X::" specifier should ↵ | Barton E. Schaefer | 2016-01-27 | 2 | -2/+9 |
| | | | | also look for the optional argument in the word after "-X". | ||||
* | 37788: _subscript - fix completion of associative array keys | Eric Cook | 2016-01-26 | 2 | -2/+7 |
| | |||||
* | 37785: skip autoload parameters for "typeset -p" | Barton E. Schaefer | 2016-01-26 | 2 | -1/+6 |
| | |||||
* | 37780: Care printing error if nothing to print. | Kamil Dudka | 2016-01-25 | 2 | -3/+7 |
| | |||||
* | Jun T.: 37759: save more function pointers from realparamtab when hacking in ↵ | Jun T | 2016-01-25 | 2 | -3/+14 |
| | | | | | | their replacements Restoring from the original external symbols fails for some dynamic link schemes (e.g. 64bit Cygwin). | ||||
* | 37765: Use FS_FUNC on fucstack to find autoload -X target. | Peter Stephenson | 2016-01-25 | 3 | -7/+41 |
| | | | | | This is better than scriptname which can be updated due to e.g. intervening "eval". | ||||
* | 37776: Set errflag before calls to zwarning(). | Peter Stephenson | 2016-01-25 | 2 | -2/+7 |
| | | | | This avoids an attempt to call zerr() or zerrnam() recusrively. | ||||
* | 37725: Completion: _init_d: add OpenBSD bits | Matthew Martin | 2016-01-23 | 2 | -1/+24 |
| | |||||
* | 37703: Completion: git: Also complete sendmail commands for send-email's ↵ | Daniel Shahaf | 2016-01-23 | 2 | -2/+8 |
| | | | | configuration. (after 37666) | ||||
* | 37722: test builtin should return status 2 on syntax error | Peter Stephenson | 2016-01-21 | 3 | -10/+18 |
| | |||||
* | 37705: don't turn - to Dash after start of brace parameter | Peter Stephenson | 2016-01-20 | 2 | -2/+10 |
| | |||||
* | unposted: increment version to 5.2-dev-1 | Peter Stephenson | 2016-01-20 | 2 | -2/+7 |
| | |||||
* | 37666: Completion: git: 'send-email --smtp-server=' takes absolute path to ↵ | Daniel Shahaf | 2016-01-20 | 2 | -1/+9 |
| | | | | sendmail. | ||||
* | 37665: Completion: New helper _absolute_command_paths. | Daniel Shahaf | 2016-01-20 | 4 | -4/+43 |
| | |||||
* | 37664: docs: Document the completion function _command_names. | Daniel Shahaf | 2016-01-20 | 3 | -0/+14 |
| | |||||
* | 37682: when SH_GLOB is set, do not parse bare parentheses in arguments as a ↵ | Barton E. Schaefer | 2016-01-19 | 2 | -1/+6 |
| | | | | pattern grouping. | ||||
* | 37693: turn Dash into '-' in glob qualifiers | Peter Stephenson | 2016-01-19 | 2 | -1/+6 |
| | |||||
* | 37689: ! and ^ need to be tokenised in character sets | Peter Stephenson | 2016-01-19 | 7 | -42/+110 |
| | |||||
* | 37678: Now possible to quote "-" in pattern range | Peter Stephenson | 2016-01-19 | 7 | -18/+102 |
| | |||||
* | 37646: bit missed out of previous readonly commit. | Peter Stephenson | 2016-01-19 | 1 | -0/+5 |
| | | | | I mean, the commit about readonly. Commits aren't readonly, this is git. |