about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* 36403: type -w += suffix aliasDaniel Shahaf2015-09-031-0/+5
| | | | | | | | 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>)
* Add ChangeLog entry for tests from previous commitBarton E. Schaefer2015-09-021-0/+2
|
* 36393: process queued signals during dotrap()Barton E. Schaefer2015-09-021-0/+4
|
* 36378: skip directories when looking for files to autoloadPeter Stephenson2015-09-021-0/+5
|
* unposted: fix egregious typoPeter Stephenson2015-09-021-1/+1
|
* 36399: Shell code text with multiple here documents wasn't shown properly.Peter Stephenson2015-09-021-0/+5
|
* 36347: Fix appending empty array to associationsMikael Magnusson2015-09-011-0/+7
|
* 36376: handle signals during read1char() so it is possible to interrupt ↵Barton E. Schaefer2015-09-011-0/+5
| | | | correct/correctall prompts
* 36365: magic-space could delete the reset of the line.Peter Stephenson2015-09-011-1/+4
| | | | | | If we got a LEXERR, which didn't necessarily mean an actual error, just something the rather nasty ctxtlex() got confused by, we didn't scan the reset of the line.
* unposted: Update internal version to 5.1-dev-0.Peter Stephenson2015-09-011-0/+5
| | | | Avoids installation clash of develpment build with 5.1 release.
* 36353: _git: Unbreak after previous.Daniel Shahaf2015-09-011-0/+5
|
* 36328 + 36340: _git-cherry-pick: Complete other branches onlyMateusz Karbowy2015-08-301-0/+5
|
* 36338: Replace "5.0.9" with "5.1" in source commentsAxel Beckert2015-08-301-0/+4
|
* Relase zsh 5.1 zsh-5.1Peter Stephenson2015-08-301-0/+4
|
* 36321: _debcheckout: New completion.Daniel Shahaf2015-08-291-0/+5
|
* 36306: _subversion: Complete --show-item valuesDaniel Shahaf2015-08-281-0/+5
|
* users/20475: document cdr stores unique entry of most recent usePeter Stephenson2015-08-281-0/+3
|
* users/20466 plus comment: change test for skipping strftime extensions.Peter Stephenson2015-08-281-0/+8
| | | | | | This test is known to fail on Solaris, but seems to work in other common implementations. Hence there seems no point in having the release fall over on this test. Needs further investigation later.
* 36314: Avoid using short_loops syntax in distributed filesMikael Magnusson2015-08-281-0/+3
|
* 36302: attr: Fix compilation with libcap 2.24Mikael Magnusson2015-08-281-0/+4
|
* unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf2015-08-271-0/+3
|
* 36304: _git-cat-file: Fix regression in 36237Daniel Shahaf2015-08-271-0/+5
| | | | This broke 'git cat-file blob origin:Etc/<TAB>'.
* cf. Axel Beckert 36292: discard even more extraneous stderr in "hang" testBarton E. Schaefer2015-08-271-0/+5
|
* 36288: refine 36825, slightly different test for redirect contextBarton E. Schaefer2015-08-261-0/+3
|
* 36285: update 36025, context cannot be command and redirect at the same ↵Barton E. Schaefer2015-08-261-0/+3
| | | | time, redirect wins
* 36282: discard stderr of "hang" testBarton E. Schaefer2015-08-261-0/+4
|
* unposted: update to 5.0.8-test-3 zsh-5.0.8-test-3Peter Stephenson2015-08-251-0/+4
|
* 36277: _git: Updated for git-clone 2.4.5.Daniel Shahaf2015-08-241-0/+5
|
* unposted: replace version 5.0.9 with 5.1 in FAQPeter Stephenson2015-08-241-0/+4
|
* Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2015-08-241-0/+26
|\
| * users/20455: do not use posix_openpt() on OpenBSDJun-ichi Takimoto2015-08-231-0/+5
| |
| * 36274: clear virangeflag when getvirange() has an error (the next keystroke ↵Barton E. Schaefer2015-08-221-0/+3
| | | | | | | | is not a motion/selection).
| * 36273: teach endofline() and endoflinehist() about invicmdmode() cursor ↵Barton E. Schaefer2015-08-221-0/+5
| | | | | | | | placement.
| * 36266: preserve emulation and setopt context for init and finish functions, ↵Barton E. Schaefer2015-08-211-0/+3
| | | | | | | | handle vi modes
| * 36256: local options should remain in effect for "emulate -L" even if ↵Barton E. Schaefer2015-08-211-0/+5
| | | | | | | | additional option settings are applied
| * unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2Peter Stephenson2015-08-211-0/+5
| |
* | Test for 36265, no alias expansion after "function"Peter Stephenson2015-08-211-0/+9
|/
* 36264: glob and pattern variable pathbuf is metafied.Peter Stephenson2015-08-211-0/+3
| | | | | Document this and unmetafy it when passing to system calls, including lchdir() which is a system-level interface.
* unposted: update version from 5.0.8 to 5.1 in descriptive textPeter Stephenson2015-08-211-0/+3
|
* 36262: Replace fix for missing unmeta in chdir().Peter Stephenson2015-08-211-0/+4
| | | | | | | It was needed in the argument to one of a pair of lchdir()s rather than within zchdir(). Add tests for the case of a character with 0x83 within it.
* 36250: ChangeLog tweaked furtherPeter Stephenson2015-08-211-1/+2
|
* 36250: add notes on bracketed paste mode to READMEPeter Stephenson2015-08-211-0/+4
| | | | Next version will be 5.1 rather than 5.0.9.
* 36243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto2015-08-201-0/+5
|
* 36247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf2015-08-191-0/+3
|
* 36237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf2015-08-191-0/+3
|
* 36236: _git-log: Complete multiple revspecsDaniel Shahaf2015-08-191-0/+3
| | | | e.g., git log origin/master origin/foo origin/bar
* 36236: _git-log: complete 'git rm'd filesDaniel Shahaf2015-08-191-0/+5
|
* 36148: _git-log: Complete flags after positional argumentOliver Kiddle2015-08-191-0/+5
|
* 36241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson2015-08-191-0/+4
| | | | | Check that embedded null characters get passed correctly through the strftime module builtin.
* 36208: _subversion: Complete a few more option switchesDaniel Shahaf2015-08-191-0/+5
| | | | | | The while (( idx )) form should guarantee that these switches are only added if the 'svn' binary supports them. (One of these switches isn't present in svn 1.8 or earlier.)