about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* unposted: back out 36707, add test case for 36766Barton E. Schaefer2015-10-031-0/+4
|
* 36766: fix incorrect reset of noerrexit during "if" conditionsBarton E. Schaefer2015-10-031-0/+5
|
* 36760: more care with already unmetafied pattern trial stringsPeter Stephenson2015-10-031-0/+5
|
* 36754: Functions/TCP: Tweak some usage output in the tcp_* functionsMikael Magnusson2015-10-031-0/+6
|
* 36732: _zsh now complets script args; also support -s, -bJun-ichi Takimoto2015-10-021-0/+5
|
* 36737: Ensure we don't dreference unterminated zero-length stringPeter Stephenson2015-10-011-0/+3
|
* 36735: add ~/.zcalcrc handling to zcalcPeter Stephenson2015-10-011-0/+2
|
* 36729: fix some typos in distro docsAndrew Janke2015-10-011-0/+2
|
* 36722: allow git range to complete after ^.Peter Stephenson2015-10-011-0/+5
| | | | Take account of backslash quoting.
* Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2015-10-011-0/+37
|\
| * users/20672: missing "do" in gettext2() for "select"Barton E. Schaefer2015-09-301-0/+2
| |
| * 36707: distinguish ERR_RETURN value of retflag so that execif() can ignore ↵Barton E. Schaefer2015-09-301-0/+3
| | | | | | | | it in the test sublist
| * remove sentence fragmentBarton E. Schaefer2015-09-301-0/+4
| |
| * 36692: bracketed-paste-url-magic: simpler alternative for handling pasted urlsMikael Magnusson2015-10-011-0/+3
| |
| * 36709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson2015-10-011-0/+7
| | | | | | | | params writable
| * 36725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.Daniel Shahaf2015-09-301-0/+4
| | | | | | | | | | | | | | | | Before this patch, $gitbranch would be set to empty, which caused VCS_INFO_get_data_git to early out with a failure status¹, consequently $vcs_info_msg_0_ would be empty. ¹ via the 'if [[ -z ]]' block around line 170.
| * 36725: vcs_info git: Compute %b correctly when rebasing detached heads.Daniel Shahaf2015-09-301-0/+3
| | | | | | | | | | | | This sets the %b expando to the hash of the before-the-merge HEAD, rather than to the literal string "detached HEAD". That hash is already available via the gen-applied-string hook.
| * 36725: vcs_info git: Compute %b correctly when merging to detached heads.Daniel Shahaf2015-09-301-0/+6
| | | | | | | | | | The %b expando should be the hash prior to the merge. The hash of the merge result is available as the %i expando and via the gen-applied-string hook.
| * 36697: handle options of _arguments correctlyJun-ichi Takimoto2015-09-301-0/+5
| |
* | 36693: arithmetic rounds towards zero, documentMatthew Martin2015-09-301-0/+3
|/
* 36711: Allocate unmetafied pattern trial string on the heapPeter Stephenson2015-09-301-0/+5
|
* 36682: expand pattern interface to optimise unmetaficationPeter Stephenson2015-09-281-0/+6
|
* unposted: Test for 36669Daniel Shahaf2015-09-281-0/+4
|
* 36601: vcs_info: handle missing .git/rebase-apply/{next,msg-clean}Daniel Hahler2015-09-281-0/+5
| | | | | | | When pressing Ctrl-C after `git am`, only `last` exists in `.git/rebase-apply/`, which is empty. This patch fixes it to fall back to "no patch applied" then.
* 36669: fix ${(z)...} of an an incomplete math expression by restoring "((" ↵Barton E. Schaefer2015-09-271-0/+5
| | | | at the front of the token
* unposted: Update link to my ChangeLog generator script,Daniel Shahaf2015-09-281-0/+6
| | | | on account of patching it to handle commas properly (thanks Mikael).
* unposted: Fix broken case condition and "qualifer" typoMikael Magnusson2015-09-281-5/+10
|
* 36651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf2015-09-271-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 flagMatthew Martin2015-09-271-0/+5
|
* 36663: replace obsolete "autobins" commentary with "autofeatures"Barton E. Schaefer2015-09-271-0/+3
|
* 36661: replace obsolete "autobins" setting with "autofeatures"Barton E. Schaefer2015-09-271-0/+5
|
* 36631: separate _zsh from _shJun-ichi Takimoto2015-09-281-0/+5
| | | | Do all the completion for zsh by _arguments
* 36641: fix multibyte handling in incremental search during menu selectionBarton E. Schaefer2015-09-261-0/+5
|
* unposted (see 36633): _hg: Enable --option=value syntax and disable '-xy ↵Daniel Shahaf2015-09-261-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 Shahaf2015-09-251-0/+5
| | | | Also, tweak the docstring of zlelineasstring().
* 36626: _hg: completion for 'hg bookmarks'Christoph Mathys2015-09-251-0/+5
|
* 36630: new function zsh_directory_name_genericPeter Stephenson2015-09-251-0/+5
|
* 36623: document bracketed-paste-magic and url-quote-magic; add ↵Barton E. Schaefer2015-09-241-0/+5
| | | | cross-reference to vim text object widgets
* 36603: glob: fix dirfd leak during Y shortcut qualifierMikael Magnusson2015-09-241-4/+7
|
* unposted: _hg: Declare $expl as an arrayDaniel Shahaf2015-09-241-0/+5
|
* 36613: _hg: extend completion for hg push to support branch and bookmarkChristoph Mathys2015-09-241-0/+5
|
* 36604: fix getopts+shift calculationBarton E. Schaefer2015-09-231-0/+4
|
* unposted: Followup to 36586: Change C99 comment syntax to the C89 syntax.Daniel Shahaf2015-09-231-0/+5
|
* 36571: Completion for zsocket and updated losetup's completionEric Cook2015-09-231-0/+6
|
* unposted: replace multi-byte curly-quotes with plain quotes in ChangeLog entryMikael Magnusson2015-09-231-1/+1
|
* 36587: use +LINE:COLUMN to place the cursor when invoking emacs variants, ↵Barton E. Schaefer2015-09-221-0/+5
| | | | for emacsclient
* 36586: fix completion match right anchorHan Pingtian2015-09-221-1/+7
|
* 36538: fix description of b and B completion match anchorsHan Pingtian2015-09-221-0/+5
|
* 36578: option in a set has key "set-opt" in $opt_argsJun-ichi Takimoto2015-09-221-0/+5
|
* 36580: don't copy empty buffer in compmatch.Peter Stephenson2015-09-211-0/+5
| | | | Also check if length is non-zero when buffer is empty.