Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 36580: don't copy empty buffer in compmatch. | Peter Stephenson | 2015-09-21 | 2 | -2/+14 |
| | | | | 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 | 3 | -0/+13 |
| | |||||
* | 36576: _tmux: Fix tmux homepage URI | Frank Terbeck | 2015-09-21 | 2 | -1/+4 |
| | |||||
* | 36575: _tmux: ‘lock-server’ option is gone in tmux.git | Frank Terbeck | 2015-09-21 | 2 | -2/+5 |
| | |||||
* | 36556: complete two or more options for zsh | Jun-ichi Takimoto | 2015-09-21 | 2 | -1/+9 |
| | |||||
* | unposted: typo in 36559 | Peter Stephenson | 2015-09-21 | 2 | -1/+5 |
| | |||||
* | 36574: new completion for the lldb debbuger | Jun-ichi Takimoto | 2015-09-21 | 1 | -0/+55 |
| | |||||
* | cf. users/20606: zcompile prepares scripts for sourcing, not for execution | Barton E. Schaefer | 2015-09-19 | 2 | -1/+4 |
| | |||||
* | 36566: check for regular file before lseek() | Barton E. Schaefer | 2015-09-19 | 2 | -0/+5 |
| | |||||
* | 36562: sanitize $PWD on import, per POSIX | Barton E. Schaefer | 2015-09-19 | 2 | -3/+21 |
| | |||||
* | 36559: test earlier for overflow in pattern range | Peter Stephenson | 2015-09-19 | 3 | -5/+28 |
| | |||||
* | unposted: fix typo in test | Peter Stephenson | 2015-09-19 | 2 | -1/+5 |
| | |||||
* | cf. 36554: remove unnecessary pointer dereference | Barton E. Schaefer | 2015-09-19 | 1 | -1/+1 |
| | |||||
* | cf. users/20586: clean up cross-references to the "Autoloading Functions" doc | Barton E. Schaefer | 2015-09-18 | 2 | -8/+15 |
| | |||||
* | 36552 plus test: fix Nularg string in quotestring(QT_DOLLARS) | Barton E. Schaefer | 2015-09-17 | 3 | -0/+16 |
| | |||||
* | unposted: docs: Typo fixes | Daniel Shahaf | 2015-09-14 | 3 | -2/+6 |
| | |||||
* | 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 | 2 | -1/+8 |
| | | | | | 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 | 2 | -1/+6 |
| | |||||
* | unposted: revert 36483 as multibyte is now handled by "zle .read-command"; ↵ | Barton E. Schaefer | 2015-09-12 | 2 | -13/+9 |
| | | | | adapt to new default behavior of zle_highlight for paste | ||||
* | 36522: unmetafy the argument of "zle -U" | Barton E. Schaefer | 2015-09-12 | 2 | -1/+3 |
| | |||||
* | 36509: allocate hash table nodes with zshcalloc() to avoid garbage flag values | Barton E. Schaefer | 2015-09-12 | 2 | -2/+7 |
| | |||||
* | 36491: Multibyte support for parameter expansion flags B,E,N | Jun-ichi Takimoto | 2015-09-12 | 3 | -3/+23 |
| | |||||
* | 36443: Set zle_highlight=(paste:standout) by default. | Daniel Shahaf | 2015-09-11 | 3 | -2/+6 |
| | |||||
* | 36443: Revert "35834: strip a final newline from pasted text: inserting is ↵ | Daniel Shahaf | 2015-09-11 | 2 | -6/+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 | 6 | -17/+47 |
| | |||||
* | unposted: update internal build string to 5.1.1-dev-0 | Peter Stephenson | 2015-09-11 | 2 | -1/+4 |
| | |||||
* | unposted: version 5.1.1 zsh-5.1.1 | Peter Stephenson | 2015-09-11 | 2 | -2/+4 |
| | |||||
* | 36489: fix curses bug with hash table for colours | Sebastian Gniazdowski | 2015-09-11 | 2 | -1/+4 |
| | |||||
* | 36483: handle incomplete multibyte characters in bracketed-paste-magi | Peter Stephenson | 2015-09-11 | 2 | -4/+17 |
| | |||||
* | Update news for 5.1.1 with minor features just added. | Peter Stephenson | 2015-09-11 | 3 | -2/+19 |
| | |||||
* | 36445: Expose yankb, yanke, ZLE_YANK to widgets. | Daniel Shahaf | 2015-09-10 | 3 | -0/+47 |
| | |||||
* | 36478: Add [[:INCOMPLETE:]] and [[:INVALID:]] pattern tests. | Peter Stephenson | 2015-09-10 | 6 | -14/+77 |
| | |||||
* | 36470: Auxiliary to 36468, return an empty buffer from zleread() if a widget ↵ | Barton E. Schaefer | 2015-09-10 | 2 | -1/+6 |
| | | | | exits | ||||
* | 36468: Fix infinite loop exiting from Zle widget. | Peter Stephenson | 2015-09-10 | 2 | -0/+10 |
| | | | | | If the exit was while we were waiting to complete a lexical expression we might not exit from the loop. | ||||
* | 36460: Discard benign error when no one is reading from pipe | Peter Stephenson | 2015-09-10 | 2 | -1/+6 |
| | |||||
* | 36422: add missing unmeta() | Oliver Kiddle | 2015-09-08 | 2 | -1/+5 |
| | |||||
* | 36437: Document interaction of $region_highlight and $zle_highlight. | Daniel Shahaf | 2015-09-07 | 3 | -0/+16 |
| | |||||
* | unposted: ZLE_STATE: fix obvious documentation typo. | Daniel Shahaf | 2015-09-07 | 2 | -1/+6 |
| | |||||
* | 36441: _git: Fixed typo in --author-date-order description | James Clarke | 2015-09-07 | 2 | -1/+6 |
| | |||||
* | unposted: make 5.1-test-1 with updates for 5.1.1 zsh-5.1-test-1 | Peter Stephenson | 2015-09-06 | 5 | -4/+13 |
| | |||||
* | unposted: typo in comment | Mikael Magnusson | 2015-09-06 | 1 | -1/+1 |
| | |||||
* | unposted: Minor documentation tweaks. | Daniel Shahaf | 2015-09-05 | 3 | -3/+7 |
| | |||||
* | 36410: vcs_info git: Present merge heads as patches | Daniel Shahaf | 2015-09-05 | 3 | -1/+24 |
| | | | | | | | This shows, during 'git merge', the revision hashes of the "remote" head (the one that will become second parent of the commit) in the %m expando. Review-by: Frank Terbeck | ||||
* | unposted: typo in change log | Peter Stephenson | 2015-09-04 | 1 | -1/+1 |
| | |||||
* | 36421: fix breakage in pattern change in 36415 | Peter Stephenson | 2015-09-04 | 2 | -1/+6 |
| | |||||
* | 36417: fix/update top level texinfo menu | Jun-ichi Takimoto | 2015-09-04 | 2 | -8/+22 |
| | |||||
* | 36415: remap bytes from invalid multibyte characters. | Peter Stephenson | 2015-09-04 | 3 | -6/+47 |
| | | | | | | | These now go to 0xdc00 + index. If wchar_t is a Unicode code point, this is by construction an invalid character within the Unicode range. If it isn't, we would hope the result was no worse than the current fudge. | ||||
* | 36416: ^C in getzlequery() just aborts query. | Peter Stephenson | 2015-09-03 | 3 | -1/+15 |
| | | | | | Also logical but possibly invisible fix for error propagated back from listing interface. | ||||
* | 36403: type -w += suffix alias | Daniel Shahaf | 2015-09-03 | 3 | -1/+12 |
| | | | | | | | | This makes 'type -w' distinguish suffix aliases from regular aliases, like bare 'type' already does. Use-case: detecting programmatically whether the command word is indeed a valid command word (see <https://github.com/zsh-users/zsh-syntax-highlighting/issues/126>) |