Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37191: fix strftime() expansion issue with %p and %P. | Peter Stephenson | 2015-11-22 | 2 | -4/+14 |
| | | | | | In some locales the output from this can validly be empty, so we need to treat them specially. | ||||
* | 37188: New hash builtin test | Peter Stephenson | 2015-11-22 | 2 | -1/+74 |
| | |||||
* | 37187: infinite loop in "hash -m" | Peter Stephenson | 2015-11-22 | 2 | -0/+3 |
| | |||||
* | 37186: a couple more WARN_CREATE_GLOBAL fixes | Peter Stephenson | 2015-11-22 | 3 | -1/+8 |
| | |||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 16 | -39/+50 |
| | | | | ZTST_skip | ||||
* | unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1 | Peter Stephenson | 2015-11-21 | 4 | -10/+12 |
| | |||||
* | unposted: document order of entries for $history and $historywords | Barton E. Schaefer | 2015-11-20 | 2 | -1/+10 |
| | |||||
* | 37161: Disable the heuristic setting RPROMPT_INDENT to 0 | Mikael Magnusson | 2015-11-20 | 2 | -2/+9 |
| | |||||
* | 37170: suppress global create warning in function | Peter Stephenson | 2015-11-20 | 2 | -5/+8 |
| | |||||
* | 37168: No WARN_CREATE_GLOBAL on special parameters | Peter Stephenson | 2015-11-20 | 2 | -1/+3 |
| | |||||
* | 20974: Bug with scalar assignment to special array in typeset | Peter Stephenson | 2015-11-20 | 3 | -4/+44 |
| | |||||
* | 37164: _tmux: Complete external commands | Daniel Shahaf | 2015-11-20 | 2 | -6/+9 |
| | |||||
* | 37149: _git: Complete 'bisect/bad' ref | Daniel Shahaf | 2015-11-20 | 2 | -0/+6 |
| | |||||
* | 37159: Update to NEWS and README | Peter Stephenson | 2015-11-19 | 3 | -3/+43 |
| | |||||
* | unposted: describe separators between values in array assignment | Peter Stephenson | 2015-11-19 | 2 | -0/+10 |
| | |||||
* | 37145: suppress alias expansion in skipcomm() | Barton E. Schaefer | 2015-11-18 | 2 | -0/+8 |
| | | | | Thus defer parsing aliases in $(...) et al. into the subshell | ||||
* | 37140: note that <<(...) is < <(...) | Peter Stephenson | 2015-11-18 | 2 | -0/+10 |
| | |||||
* | 37129: _git: Complete 'commit -p' | Daniel Shahaf | 2015-11-17 | 2 | -1/+5 |
| | |||||
* | 37128: work around alias expansion trashing subscript parsing | Peter Stephenson | 2015-11-17 | 3 | -6/+42 |
| | |||||
* | 37127: document indexing of $signals | Peter Stephenson | 2015-11-17 | 2 | -1/+12 |
| | |||||
* | zed: Add -- to the `functions' builtin calls | Eric Cook | 2015-11-16 | 2 | -4/+6 |
| | | | | | | | | | Reported on IRC: % autoload zed; zed -f -- "-zgen-prezto-load" zed:83: bad option: -g -zgen-prezto-load() { } | ||||
* | _sockstat: minor improvements | Eric Cook | 2015-11-16 | 2 | -5/+21 |
| | | | | | | | allow -p, -P and -f's argument to be completed in the same word. Complete -P's argument using /etc/protocols again, while allowing a comma delimited list of protocols. | ||||
* | 37119: further "Rules" clarifications | Barton E. Schaefer | 2015-11-15 | 2 | -33/+43 |
| | |||||
* | 37115: update for changes in ${(P)...} evaluation. | Barton E. Schaefer | 2015-11-14 | 3 | -6/+28 |
| | |||||
* | unposted: Make $EDITOR's jump-to-matching-brace happy. | Daniel Shahaf | 2015-11-13 | 2 | -0/+5 |
| | |||||
* | 37031: _git-merge: Exclude ancestors of HEAD from recent commit completion | Daniel Shahaf | 2015-11-13 | 2 | -1/+5 |
| | | | | As done for _git-cherry-pick in a428c6b62cb2 (36328 + 36340). | ||||
* | 37025: vcs_info git: Add a cherry-pick patch-format | Daniel Shahaf | 2015-11-13 | 2 | -0/+27 |
| | |||||
* | unposted: a few cosmetic format fixes in docs | Jun-ichi Takimoto | 2015-11-13 | 8 | -20/+15 |
| | |||||
* | 37090: correctly handle blank lines in yodl macro example() | Jun-ichi Takimoto | 2015-11-13 | 3 | -0/+9 |
| | |||||
* | 37096: Another $${(P)...} tweak. | Peter Stephenson | 2015-11-12 | 3 | -3/+26 |
| | | | | Make a top level (P) work with nested ones, i.e. ${(P)${(P)...}...} | ||||
* | 37094: Further tweaks to parameter name references. | Peter Stephenson | 2015-11-11 | 2 | -3/+52 |
| | | | | | | | | Safety in array test. Make nested references work. Add parameter tests. | ||||
* | 37092: make nested ${(P)name} properly refer to parameter on return | Peter Stephenson | 2015-11-11 | 9 | -69/+138 |
| | |||||
* | missed log entry | Peter Stephenson | 2015-11-11 | 1 | -0/+5 |
| | |||||
* | 37091: clear lastline and lastlinesz when freeing | Peter Stephenson | 2015-11-11 | 1 | -0/+2 |
| | |||||
* | 37084: add implementation check to zsh/parm/private test | Peter Stephenson | 2015-11-10 | 2 | -0/+8 |
| | |||||
* | Merge branch 'master' of git://git.code.sf.net/p/zsh/code | Barton E. Schaefer | 2015-11-09 | 2 | -5/+10 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | 37085: fix doc: DEBUG_BEFORE_CMD is set by default | Jun-ichi Takimoto | 2015-11-09 | 2 | -5/+10 |
| | | |||||
* | | Jun T. proofreading | Barton E. Schaefer | 2015-11-09 | 2 | -2/+6 |
|/ | |||||
* | 37081: new module zsh/param/private for private-scoped parameters in functions | Barton E. Schaefer | 2015-11-08 | 6 | -2/+955 |
| | |||||
* | 37080: use paramtab abstraction more consistently, add explanatory comments | Barton E. Schaefer | 2015-11-08 | 3 | -6/+14 |
| | |||||
* | 37079: better description of "optstr" field in struct builtin as used in ↵ | Barton E. Schaefer | 2015-11-08 | 2 | -1/+8 |
| | | | | BUILTIN() macro | ||||
* | 37074: extend previous fix to over whitespace at end | Peter Stephenson | 2015-11-07 | 3 | -46/+73 |
| | |||||
* | 37073: another SH_WORD_SPLIT problem. | Peter Stephenson | 2015-11-06 | 3 | -6/+94 |
| | | | | | In cases like x${:- y} the space was simply removed instead of being used for splitting. | ||||
* | 37062: tentative mechanism for git commit descriptions. | Peter Stephenson | 2015-11-04 | 2 | -9/+39 |
| | | | | | Mechanism for forcing completion system into verbose mode is subject to change. | ||||
* | 35303: remove Completion/Unix/Command/_systemd | Daniel Hahler | 2015-11-02 | 2 | -470/+5 |
| | | | | | systemd's upstream version seems to be maintained well, and e.g. on Arch Linux the version from Zsh gets removed in favour of it. | ||||
* | 37038: add -l option to emulate to list options in emulations | Peter Stephenson | 2015-11-01 | 4 | -9/+69 |
| | |||||
* | 37029: update options and new tr completion | Oliver Kiddle | 2015-10-31 | 5 | -14/+82 |
| | |||||
* | 37028: new scl completion | Oliver Kiddle | 2015-10-31 | 2 | -0/+40 |
| | |||||
* | 36993: zed: fix argument parsing | Eric Cook | 2015-10-31 | 2 | -21/+14 |
| | |||||
* | unposted (cf. 36998,36999): undo 36956 / restore 34451 with expanded comment ↵ | Barton E. Schaefer | 2015-10-31 | 3 | -6/+10 |
| | | | | about the flip-flopping |