| Commit message (Expand) | Author | Age | Files | Lines |
* | unposted: fix duplicated words | Oliver Kiddle | 2016-07-08 | 4 | -5/+5 |
* | 38783: zcalc tweaks for RPN mode. | Peter Stephenson | 2016-07-04 | 1 | -4/+12 |
* | 38770: vi upper/lowercase widgets and shell widget example that reads a vi mo... | Oliver Kiddle | 2016-06-29 | 2 | -0/+25 |
* | 38714: add x: syntax to match specs to make it possible to disable match spec... | Oliver Kiddle | 2016-06-22 | 2 | -2/+10 |
* | 38737: clean up zcalc variables. | Peter Stephenson | 2016-06-21 | 1 | -4/+13 |
* | 38736: various RPN mode enhancements for zcalc | Peter Stephenson | 2016-06-21 | 1 | -2/+21 |
* | 38692: IFS can't be changed in restricted mode | Peter Stephenson | 2016-06-21 | 1 | -5/+5 |
* | 38715: add-zle-hook-widget: assorted ksharrays fixes; assign an index to any ... | Barton E. Schaefer | 2016-06-19 | 1 | -13/+17 |
* | unposted: when ksharrays is set, braces are required for all parameter expans... | Barton E. Schaefer | 2016-06-18 | 1 | -1/+2 |
* | 38693: Add RPN mode to zcalc | Peter Stephenson | 2016-06-16 | 1 | -1/+41 |
* | unposted: fix pareentheses in man for getrusage() | Peter Stephenson | 2016-06-16 | 1 | -2/+2 |
* | 38684: fix format in contrib.yo | Jun-ichi Takimoto | 2016-06-16 | 1 | -3/+3 |
* | users/21632: Use of REPORTMEMORY variable | Peter Stephenson | 2016-06-13 | 1 | -0/+14 |
* | 38653 + 38657: 'functions -T' tracing: recurse into anonymous functions. | Daniel Shahaf | 2016-06-13 | 1 | -1/+2 |
* | 38670: New function for managing ZLE special widgets, modeled after Functions... | Barton E. Schaefer | 2016-06-12 | 1 | -2/+54 |
* | 38593: _describe: Make documentation more greppable. | Daniel Shahaf | 2016-06-04 | 1 | -5/+5 |
* | 38458: mention the option -i of _multi_parts | Marko Myllynen | 2016-05-10 | 1 | -1/+1 |
* | unposted: Doc/Zsh/builtins.yo: Fix typo | Axel Beckert | 2016-05-06 | 1 | -1/+1 |
* | unposted: typo in redirect doc | Peter Stephenson | 2016-05-01 | 1 | -1/+1 |
* | 38356: allow integers as curses colours | Sebastian Gniazdowski | 2016-04-29 | 1 | -1/+5 |
* | 38291: Change names of ISEARCH_* parameters to ISEARCHMATCH_* | m0viefreak | 2016-04-23 | 1 | -10/+10 |
* | m0viefreak: 38264: improve doc for 38145 | m0viefreak | 2016-04-10 | 1 | -4/+5 |
* | 38236: Order of redirections is important. | Peter Stephenson | 2016-04-04 | 1 | -0/+19 |
* | Dmitry Marakasov: 38162: accept G for gigabytes in limit command | Barton E. Schaefer | 2016-03-26 | 1 | -0/+1 |
* | 38145: ZLE parameters for isearch and completion suffixes | m0viefreak | 2016-03-21 | 1 | -0/+26 |
* | unposted: Document run-help-* helper functions. | Daniel Shahaf | 2016-03-18 | 1 | -3/+20 |
* | 38155: docs: compsys: Clarify documentation of the 'filter' style. | Daniel Shahaf | 2016-03-15 | 1 | -1/+2 |
* | 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 |