Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 37513: fix typos; improve error cleanup and correct for signed/unsigned ↵ | Barton E. Schaefer | 2016-01-06 | 2 | -10/+20 |
| | | | | compiler warning | ||||
* | 37504: refactor code using/simulating memstream to capture output for "print -v" | Barton E. Schaefer | 2016-01-05 | 2 | -71/+105 |
| | |||||
* | 37503: detect incompatible "print" options, fix metafication and possible ↵ | Barton E. Schaefer | 2016-01-04 | 2 | -29/+56 |
| | | | | memory leak, miscellaneous cosmetics | ||||
* | 37501 (+ revise test): correct byte counts when simulating memstream via ↵ | Jun T | 2016-01-04 | 3 | -7/+12 |
| | | | | temp file | ||||
* | 37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar | Peter Stephenson | 2016-01-03 | 3 | -0/+18 |
| | |||||
* | 37497: handle NUL bytes in "printf -v". | Barton E. Schaefer | 2016-01-02 | 2 | -4/+9 |
| | |||||
* | 37493: readonly + POSIX_BUILTINS == typeset -gr | Barton E. Schaefer | 2016-01-02 | 5 | -8/+20 |
| | |||||
* | 37483: save and possibly restore cshnullglob failure state around each ↵ | Barton E. Schaefer | 2016-01-01 | 2 | -1/+7 |
| | | | | evaluation of an (e:...:) glob qualifier. | ||||
* | 37473: check for cshnullglob in command position. | Barton E. Schaefer | 2016-01-01 | 2 | -0/+9 |
| | |||||
* | 37469: do NOT allow semicolons in place of line breaks in conditionals | Barton E. Schaefer | 2015-12-31 | 2 | -14/+19 |
| | |||||
* | unposted: enable WARN_CREATE_GLOBAL for print -v | Barton E. Schaefer | 2015-12-31 | 2 | -2/+4 |
| | |||||
* | 37468: allow line breaks in more places in [[ ... ]] | Barton E. Schaefer | 2015-12-31 | 2 | -8/+14 |
| | |||||
* | 37467: add "print -v var" / "printf -v var" | Barton E. Schaefer | 2015-12-31 | 4 | -11/+47 |
| | |||||
* | 37453 (with Bart, started by Baptiste Daroussin, 37315): try to improve ↵ | Oliver Kiddle | 2015-12-31 | 2 | -1/+4 |
| | | | | detection of noatime filesystem | ||||
* | users/21114: new dig completion | Oliver Kiddle | 2015-12-31 | 2 | -0/+89 |
| | |||||
* | 37460: make sure the default keymap is emacs before using that keymap to ↵ | Barton E. Schaefer | 2015-12-30 | 2 | -0/+6 |
| | | | | test bindings | ||||
* | unposted: NEWS: Document how to disable paste highlighting. | Daniel Shahaf | 2015-12-31 | 2 | -0/+9 |
| | | | | This updates the 5.2 entry, note that 5.2 has been released already. | ||||
* | 37456: Have zle_highlight=(none) disable paste highlighting | Daniel Shahaf | 2015-12-31 | 2 | -3/+8 |
| | | | | | Before this change, zle_highlight=(paste:none) worked, but zle_highlight=(none) didn't. | ||||
* | 37451: vcs_info: Declare "msgs" in early context | Frank Terbeck | 2015-12-30 | 2 | -1/+6 |
| | | | | | | The parameter *is* being declared with the redefinition of the function, but not in its initial form, which gets you a warning about the parameter being defined globally. This fixes it. | ||||
* | 37438: C/D/C/_aptitude: Also parse -h output of aptitude 0.7.5 and later | Axel Beckert | 2015-12-27 | 2 | -1/+6 |
| | |||||
* | Add changelog entry for previous commit | Axel Beckert | 2015-12-26 | 1 | -0/+5 |
| | |||||
* | Add missing apt purge and autoremove subcommands | Felipe Sateler | 2015-12-26 | 1 | -1/+3 |
| | |||||
* | 37435 (+ fix typo): allow execution of empty files as "sh" scripts | Barton E. Schaefer | 2015-12-25 | 2 | -1/+5 |
| | |||||
* | 37434: POSIXBUILTINS "command" should prevent shell exit on errors from ↵ | Barton E. Schaefer | 2015-12-25 | 2 | -3/+10 |
| | | | | special builtins |