| Commit message (Expand) | Author | Age | Files | Lines |
* | 38108: enable to create both zsh_{a4,us}.pdf | Jun-ichi Takimoto | 2016-03-08 | 2 | -21/+30 |
* | 38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_... | Greg Klanderman | 2016-03-06 | 1 | -7/+12 |
* | users/21256 + workers/37965: New math functions min(), max(), sum(), provided... | Daniel Shahaf | 2016-02-16 | 2 | -0/+22 |
* | 37893: document typeset -U behaviour for PATH-style variables | Peter Stephenson | 2016-02-09 | 1 | -0/+5 |
* | 37896: zshbuiltins: Document argv behaviour of 'source' without arguments | Daniel Shahaf | 2016-02-09 | 1 | -0/+4 |
* | 37895: $ZSH_SCRIPT is POSIX $0 but always availble | Peter Stephenson | 2016-02-07 | 1 | -0/+7 |
* | unposted: complist module docs: Fix parameter name in an example. | Dominik Ritter | 2016-02-07 | 1 | -2/+2 |
* | 37845: Forward-reference typeset instances where no parameter is created, and... | Barton E. Schaefer | 2016-01-31 | 1 | -3/+3 |
* | 37844: reorder typeset introduction to keep related concepts together. | Barton E. Schaefer | 2016-01-30 | 1 | -23/+23 |
* | 37831: typeset: Document exit status difference from parameter assignment sta... | Daniel Shahaf | 2016-01-30 | 1 | -0/+17 |
* | 37802: Clarify zparseopts description. (This file inadvertently ommitted | Barton E. Schaefer | 2016-01-27 | 1 | -3/+7 |
* | 37665: Completion: New helper _absolute_command_paths. | Daniel Shahaf | 2016-01-20 | 1 | -0/+6 |
* | 37664: docs: Document the completion function _command_names. | Daniel Shahaf | 2016-01-20 | 1 | -0/+6 |
* | unposted: docs: zshzle(1): Trivial clarification to $CONTEXT. | Daniel Shahaf | 2016-01-18 | 1 | -1/+1 |
* | 37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar | Peter Stephenson | 2016-01-03 | 1 | -0/+6 |
* | 37493: readonly + POSIX_BUILTINS == typeset -gr | Barton E. Schaefer | 2016-01-02 | 1 | -1/+4 |
* | 37467: add "print -v var" / "printf -v var" | Barton E. Schaefer | 2015-12-31 | 1 | -2/+8 |
* | 36650: Add zle-line-pre-redraw hook for highlighting | Mikael Magnusson | 2015-12-19 | 1 | -0/+5 |
* | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 2015-12-07 | 1 | -0/+5 |
* | 37310: effect of disabling typeset reserved word | Peter Stephenson | 2015-12-07 | 1 | -1/+4 |
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 1 | -0/+5 |
* | unposted: document order of entries for $history and $historywords | Barton E. Schaefer | 2015-11-20 | 1 | -1/+5 |
* | unposted: describe separators between values in array assignment | Peter Stephenson | 2015-11-19 | 1 | -0/+5 |
* | 37140: note that <<(...) is < <(...) | Peter Stephenson | 2015-11-18 | 1 | -0/+6 |
* | 37127: document indexing of $signals | Peter Stephenson | 2015-11-17 | 1 | -1/+7 |
* | 37119: further "Rules" clarifications | Barton E. Schaefer | 2015-11-15 | 1 | -33/+39 |
* | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 2015-11-14 | 1 | -5/+22 |
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 7 | -20/+11 |
* | 37090: correctly handle blank lines in yodl macro example() | Jun-ichi Takimoto | 2015-11-13 | 2 | -0/+4 |
* | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 2015-11-11 | 1 | -1/+10 |
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2015-11-09 | 1 | -5/+5 |
|\ |
|
| * | 37085: fix doc: DEBUG_BEFORE_CMD is set by default | Jun-ichi Takimoto | 2015-11-09 | 1 | -5/+5 |
* | | Jun T. proofreading | Barton E. Schaefer | 2015-11-09 | 1 | -1/+1 |
|/ |
|
* | 37081: new module zsh/param/private for private-scoped parameters in functions | Barton E. Schaefer | 2015-11-08 | 2 | -2/+91 |
* | 37038: add -l option to emulate to list options in emulations | Peter Stephenson | 2015-11-01 | 1 | -1/+9 |
* | 37027: allow subword context to discriminate between words | Peter Stephenson | 2015-10-30 | 1 | -3/+4 |
* | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 2015-10-30 | 2 | -0/+27 |
* | 36982: Fix bug with (#cN) patterns and remove redundant description. | Peter Stephenson | 2015-10-27 | 1 | -10/+0 |
* | 36977: note about difficulties of pattern repetitions | Peter Stephenson | 2015-10-27 | 1 | -0/+10 |
* | 36944: extend fd management to zsocket | Peter Stephenson | 2015-10-24 | 1 | -0/+5 |
* | unposted: vcs_info docs: Typo fix. | Daniel Shahaf | 2015-10-22 | 1 | -1/+1 |
* | 36856: cdr -p/-P to prune directory list | Peter Stephenson | 2015-10-14 | 1 | -0/+12 |
* | 36735: add ~/.zcalcrc handling to zcalc | Peter Stephenson | 2015-10-01 | 1 | -0/+8 |
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2015-10-01 | 2 | -7/+25 |
|\ |
|
| * | remove sentence fragment | Barton E. Schaefer | 2015-09-30 | 1 | -2/+1 |
| * | 36709: zle -f from inside widget to set flags and make yank start/end zle par... | Mikael Magnusson | 2015-10-01 | 1 | -5/+24 |
* | | 36693: arithmetic rounds towards zero, document | Matthew Martin | 2015-09-30 | 1 | -5/+5 |
|/ |
|
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 1 | -1/+2 |
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 2 | -2/+186 |
* | 36623: document bracketed-paste-magic and url-quote-magic; add cross-referenc... | Barton E. Schaefer | 2015-09-24 | 1 | -1/+161 |