Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | 37634: _man: Support subsection names such as '3p'. | Daniel Shahaf | 2016-01-18 | 2 | -2/+5 |
| | |||||
* | 37634: _man: Disentangle a local variable that had two distinct semantics. ↵ | Daniel Shahaf | 2016-01-18 | 2 | -8/+14 |
| | | | | No functional change | ||||
* | 37663: New bibtex completion (very minimal). | Daniel Shahaf | 2016-01-18 | 2 | -0/+8 |
| | |||||
* | unposted: docs: zshzle(1): Trivial clarification to $CONTEXT. | Daniel Shahaf | 2016-01-18 | 2 | -1/+6 |
| | |||||
* | 37646: Return non-zero status from typeset assigning readonly | Peter Stephenson | 2016-01-15 | 2 | -0/+5 |
| | |||||
* | 37643: Reset interrupt on key input in menu selection. | Peter Stephenson | 2016-01-15 | 2 | -0/+9 |
| | | | | | | | We don't need to propagate the interrupt further as the interrupt causes the key to be empty, which will exit the widget. We need to reset the condition as zrefresh() is now more sensitive to errors since 36416 / 32f5d3d8. | ||||
* | 37512: overeager WARN_CREATE_GLOBAL with strftime | Peter Stephenson | 2016-01-15 | 2 | -14/+7 |
| | |||||
* | unposted: Extend docstring of callhookfunc(). | Daniel Shahaf | 2016-01-15 | 2 | -0/+5 |
| | |||||
* | unposted: Fix typo in comment. | Daniel Shahaf | 2016-01-15 | 2 | -2/+5 |
| | |||||
* | 37612: vcs_info git: Set $git_patches_unapplied correctly for 'rebase-apply' ↵ | Daniel Shahaf | 2016-01-15 | 2 | -1/+9 |
| | | | | | | case. This manifested, e.g., in 'git am' of a single patch that had a conflict. | ||||
* | Belated ChangeLog entry for 37489, back-dated to the correct sequence. | Barton E. Schaefer | 2016-01-13 | 1 | -0/+6 |
| | |||||
* | 37570: give truth to the doc assertion transpose-words-match is a drop-in ↵ | Barton E. Schaefer | 2016-01-13 | 2 | -1/+13 |
| | | | | replacement for transpose-words | ||||
* | 37567: use (Z:n:) to split the buffer into words so line breaks are treated ↵ | Barton E. Schaefer | 2016-01-13 | 2 | -3/+8 |
| | | | | as whitespace | ||||
* | 37590: Invoke zle-line-pre-redraw during isearch. | Daniel Shahaf | 2016-01-14 | 3 | -1/+9 |
| | |||||
* | 37591: 'alias -L': skip with a warning aliases with '=' in their LHS | Daniel Shahaf | 2016-01-13 | 3 | -0/+20 |
| | |||||
* | 37550: _cu: Support Linux line-device names; fail gracefully on OSes ↵ | Daniel Shahaf | 2016-01-13 | 2 | -1/+7 |
| | | | | matching no known line-device name pattern. | ||||
* | 37551: Include the builtin's name in a "bad option" error message. | Daniel Shahaf | 2016-01-10 | 2 | -1/+6 |
| | | | | Example: «zsh -fc 'zle -z'» now prepends "zle:" to the error message. | ||||
* | 37534: completion for OpenBSD's cu, fw_update and rcctl utils | Matthew Martin | 2016-01-10 | 4 | -0/+63 |
| | |||||
* | Jun T.: 37515: multibyte handling as per 35448. | Barton E. Schaefer | 2016-01-08 | 3 | -10/+37 |
| | |||||
* | unposted: Src/builtin.c: refine READ_MSTREAM to avoid unsequenced evaluation | Barton E. Schaefer | 2016-01-08 | 2 | -1/+6 |
| |