Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 1 | -0/+5 |
| | | | | | Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global. | ||||
* | 36653: OpenBSD's usermod has no -a flag | Matthew Martin | 2015-09-27 | 1 | -0/+5 |
| | |||||
* | 36663: replace obsolete "autobins" commentary with "autofeatures" | Barton E. Schaefer | 2015-09-27 | 1 | -0/+3 |
| | |||||
* | 36661: replace obsolete "autobins" setting with "autofeatures" | Barton E. Schaefer | 2015-09-27 | 1 | -0/+5 |
| | |||||
* | 36631: separate _zsh from _sh | Jun-ichi Takimoto | 2015-09-28 | 1 | -0/+5 |
| | | | | Do all the completion for zsh by _arguments | ||||
* | 36641: fix multibyte handling in incremental search during menu selection | Barton E. Schaefer | 2015-09-26 | 1 | -0/+5 |
| | |||||
* | unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy ↵ | Daniel Shahaf | 2015-09-26 | 1 | -0/+5 |
| | | | | | | | Xarg Yarg' syntax This simply removes the '-w' argument to _arguments and changes {-x+,--foo} to {-x+,--foo=} throughout the file. | ||||
* | unposted: zle: Document the C helper function processcmd(). | Daniel Shahaf | 2015-09-25 | 1 | -0/+5 |
| | | | | Also, tweak the docstring of zlelineasstring(). | ||||
* | 36626: _hg: completion for 'hg bookmarks' | Christoph Mathys | 2015-09-25 | 1 | -0/+5 |
| | |||||
* | 36630: new function zsh_directory_name_generic | Peter Stephenson | 2015-09-25 | 1 | -0/+5 |
| | |||||
* | 36623: document bracketed-paste-magic and url-quote-magic; add ↵ | Barton E. Schaefer | 2015-09-24 | 1 | -0/+5 |
| | | | | cross-reference to vim text object widgets | ||||
* | 36603: glob: fix dirfd leak during Y shortcut qualifier | Mikael Magnusson | 2015-09-24 | 1 | -4/+7 |
| | |||||
* | unposted: _hg: Declare $expl as an array | Daniel Shahaf | 2015-09-24 | 1 | -0/+5 |
| | |||||
* | 36613: _hg: extend completion for hg push to support branch and bookmark | Christoph Mathys | 2015-09-24 | 1 | -0/+5 |
| | |||||
* | 36604: fix getopts+shift calculation | Barton E. Schaefer | 2015-09-23 | 1 | -0/+4 |
| | |||||
* | unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax. | Daniel Shahaf | 2015-09-23 | 1 | -0/+5 |
| | |||||
* | 36571: Completion for zsocket and updated losetup's completion | Eric Cook | 2015-09-23 | 1 | -0/+6 |
| | |||||
* | unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entry | Mikael Magnusson | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, ↵ | Barton E. Schaefer | 2015-09-22 | 1 | -0/+5 |
| | | | | for emacsclient | ||||
* | 36586: fix completion match right anchor | Han Pingtian | 2015-09-22 | 1 | -1/+7 |
| | |||||
* | 36538: fix description of b and B completion match anchors | Han Pingtian | 2015-09-22 | 1 | -0/+5 |
| | |||||
* | 36578: option in a set has key "set-opt" in $opt_args | Jun-ichi Takimoto | 2015-09-22 | 1 | -0/+5 |
| | |||||
* | 36580: don't copy empty buffer in compmatch. | Peter Stephenson | 2015-09-21 | 1 | -0/+5 |
| | | | | Also check if length is non-zero when buffer is empty. | ||||
* | 36577: supplement 36559 to using LONG_MAX for 64-bit long | Peter Stephenson | 2015-09-21 | 1 | -0/+3 |
| | |||||
* | 36576: _tmux: Fix tmux homepage URI | Frank Terbeck | 2015-09-21 | 1 | -0/+3 |
| | |||||
* | 36575: _tmux: ‘lock-server’ option is gone in tmux.git | Frank Terbeck | 2015-09-21 | 1 | -0/+5 |
| | |||||
* | 36556: complete two or more options for zsh | Jun-ichi Takimoto | 2015-09-21 | 1 | -0/+8 |
| | |||||
* | unposted: typo in 36559 | Peter Stephenson | 2015-09-21 | 1 | -0/+4 |
| | |||||
* | cf. users/20606: zcompile prepares scripts for sourcing, not for execution | Barton E. Schaefer | 2015-09-19 | 1 | -0/+3 |
| | |||||
* | 36566: check for regular file before lseek() | Barton E. Schaefer | 2015-09-19 | 1 | -0/+2 |
| | |||||
* | 36562: sanitize $PWD on import, per POSIX | Barton E. Schaefer | 2015-09-19 | 1 | -0/+4 |
| | |||||
* | 36559: test earlier for overflow in pattern range | Peter Stephenson | 2015-09-19 | 1 | -0/+3 |
| | |||||
* | unposted: fix typo in test | Peter Stephenson | 2015-09-19 | 1 | -0/+4 |
| | |||||
* | cf. users/20586: clean up cross-references to the "Autoloading Functions" doc | Barton E. Schaefer | 2015-09-18 | 1 | -0/+5 |
| | |||||
* | 36552 plus test: fix Nularg string in quotestring(QT_DOLLARS) | Barton E. Schaefer | 2015-09-17 | 1 | -0/+6 |
| | |||||
* | unposted: docs: Typo fixes | Daniel Shahaf | 2015-09-14 | 1 | -0/+4 |
| | |||||
* | unposted (see 36526): Update changelog for 36443. | Daniel Shahaf | 2015-09-14 | 1 | -2/+3 |
| | |||||
* | 36525: revert only the selfinsert() bit of 36496 | Barton E. Schaefer | 2015-09-12 | 1 | -0/+4 |
| | | | | | selfinsert() may be called with incomplete wide character processing from places other than getkeymapcmd() | ||||
* | 36523: Completion/…/_gphoto2: Replace --delete-files with --delete-file | Axel Beckert | 2015-09-13 | 1 | -0/+5 |
| | |||||
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵ | Barton E. Schaefer | 2015-09-12 | 1 | -0/+4 |
| | | | | adapt to new default behavior of zle_highlight for paste | ||||
* | 36522: unmetafy the argument of "zle -U" | Barton E. Schaefer | 2015-09-12 | 1 | -0/+2 |
| | |||||
* | 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values | Barton E. Schaefer | 2015-09-12 | 1 | -0/+5 |
| | |||||
* | 36491: Multibyte support for parameter expansion flags B,E,N | Jun-ichi Takimoto | 2015-09-12 | 1 | -0/+5 |
| | |||||
* | 36443: Set zle_highlight=(paste:standout) by default. | Daniel Shahaf | 2015-09-11 | 1 | -0/+3 |
| | |||||
* | 36443: Revert "35834: strip a final newline from pasted text: inserting is ↵ | Daniel Shahaf | 2015-09-11 | 1 | -0/+5 |
| | | | | | | | | | | hard to tell apart from accepting it" This reverts commit f17eb26a34af69a2238a3d8b46079445e09c096e. Conflicts: ChangeLog Src/Zle/zle_misc.c | ||||
* | Read full multibyte string early for self-insert | Peter Stephenson | 2015-09-11 | 1 | -0/+5 |
| | |||||
* | unposted: update internal build string to 5.1.1-dev-0 | Peter Stephenson | 2015-09-11 | 1 | -0/+3 |
| | |||||
* | unposted: version 5.1.1 zsh-5.1.1 | Peter Stephenson | 2015-09-11 | 1 | -0/+2 |
| | |||||
* | 36489: fix curses bug with hash table for colours | Sebastian Gniazdowski | 2015-09-11 | 1 | -0/+3 |
| | |||||
* | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 2015-09-11 | 1 | -0/+5 |
| |