about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Relase zsh 5.1 zsh-5.1Peter Stephenson2015-08-302-2/+6
|
* 36321: _debcheckout: New completion.Daniel Shahaf2015-08-292-0/+26
|
* 36306: _subversion: Complete --show-item valuesDaniel Shahaf2015-08-282-0/+23
|
* users/20475: document cdr stores unique entry of most recent usePeter Stephenson2015-08-282-3/+10
|
* users/20466 plus comment: change test for skipping strftime extensions.Peter Stephenson2015-08-282-1/+12
| | | | | | 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-282-2/+5
|
* 36302: attr: Fix compilation with libcap 2.24Mikael Magnusson2015-08-282-3/+7
|
* unposted: _subversion: Avoid SHORT_LOOPSDaniel Shahaf2015-08-272-1/+4
|
* 36304: _git-cat-file: Fix regression in 36237Daniel Shahaf2015-08-272-0/+6
| | | | This broke 'git cat-file blob origin:Etc/<TAB>'.
* cf. Axel Beckert 36292: discard even more extraneous stderr in "hang" testBarton E. Schaefer2015-08-272-1/+6
|
* 36288: refine 36825, slightly different test for redirect contextBarton E. Schaefer2015-08-262-1/+4
|
* 36285: update 36025, context cannot be command and redirect at the same ↵Barton E. Schaefer2015-08-262-4/+8
| | | | time, redirect wins
* 36282: discard stderr of "hang" testBarton E. Schaefer2015-08-262-1/+5
|
* unposted: update to 5.0.8-test-3 zsh-5.0.8-test-3Peter Stephenson2015-08-252-1/+5
|
* 36277: _git: Updated for git-clone 2.4.5.Daniel Shahaf2015-08-242-2/+10
|
* unposted: replace version 5.0.9 with 5.1 in FAQPeter Stephenson2015-08-242-1/+5
|
* Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson2015-08-249-18/+87
|\
| * users/20455: do not use posix_openpt() on OpenBSDJun-ichi Takimoto2015-08-232-1/+7
| |
| * 36274: clear virangeflag when getvirange() has an error (the next keystroke ↵Barton E. Schaefer2015-08-222-0/+5
| | | | | | | | is not a motion/selection).
| * 36273: teach endofline() and endoflinehist() about invicmdmode() cursor ↵Barton E. Schaefer2015-08-222-0/+9
| | | | | | | | placement.
| * 36266: preserve emulation and setopt context for init and finish functions, ↵Barton E. Schaefer2015-08-212-9/+45
| | | | | | | | handle vi modes
| * 36256: local options should remain in effect for "emulate -L" even if ↵Barton E. Schaefer2015-08-212-4/+12
| | | | | | | | additional option settings are applied
| * unposted: fix up for 5.0.8-test-2 zsh-5.0.8-test-2Peter Stephenson2015-08-214-4/+9
| |
* | Test for 36265, no alias expansion after "function"Peter Stephenson2015-08-212-0/+22
|/
* 36265 plus FAQ: fix alias expansion after "function"Peter Stephenson2015-08-212-2/+24
| | | | | | | Owing to interesting historical parsing, names after the first were treated as command words so had non-global aliases expanded. Add an FAQ note that use of the function keyword works around other alias problems
* 36264: glob and pattern variable pathbuf is metafied.Peter Stephenson2015-08-212-4/+13
| | | | | 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-213-6/+8
|
* 36262: Replace fix for missing unmeta in chdir().Peter Stephenson2015-08-215-8/+34
| | | | | | | 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-213-4/+17
| | | | Next version will be 5.1 rather than 5.0.9.
* 36243: fix a few problems of "_pids -m pattern"Jun-ichi Takimoto2015-08-202-1/+6
|
* 36247: __git_objects: Complete HEAD:./foo correctly in worktree subdirDaniel Shahaf2015-08-192-1/+8
|
* 36237: __git_objects: Complete HEAD:foo correctly in worktree subdirDaniel Shahaf2015-08-192-2/+16
|
* 36236: _git-log: Complete multiple revspecsDaniel Shahaf2015-08-192-0/+8
| | | | e.g., git log origin/master origin/foo origin/bar
* 36236: _git-log: complete 'git rm'd filesDaniel Shahaf2015-08-192-3/+8
|
* 36148: _git-log: Complete flags after positional argumentOliver Kiddle2015-08-192-25/+28
|
* 36241: Test for ztrftime fix, 36227 / f8164fb6.Peter Stephenson2015-08-192-0/+8
| | | | | Check that embedded null characters get passed correctly through the strftime module builtin.
* 36208: _subversion: Complete a few more option switchesDaniel Shahaf2015-08-192-0/+23
| | | | | | 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.)
* unposted: typo in ChangeLogMikael Magnusson2015-08-181-1/+1
|
* 36232: Unmeta needed in chdir() in zchdir()Peter Stephenson2015-08-182-1/+3
|
* 36227: attempt to fix metafication problem with ztrftime.Peter Stephenson2015-08-188-16/+61
| | | | | fmt is treated as metafied on entry; use returned length to ensure we metafy or output the correct length if there are embedded nulls.
* Revert "36222: unmetafy output from strftime"Peter Stephenson2015-08-182-2/+3
| | | | This reverts commit 8141a3d850b1b9777a13d0107c262853734214b4.
* 36222: unmetafy output from strftimePeter Stephenson2015-08-182-1/+4
|
* 36218: use unmetafied file name for mkdir system callPeter Stephenson2015-08-182-1/+4
|
* 36216: Missed message numberPeter Stephenson2015-08-181-1/+1
|
* 36216: Simpler handling of UNDO_LIMIT_NOPeter Stephenson2015-08-182-6/+8
|
* 36212: save and restore HISTNO along with other editor state, for sanity of ↵Barton E. Schaefer2015-08-172-3/+10
| | | | "zle undo"
* 36209: vcs_info: avoid grep error message when file is missingbrian m. carlson2015-08-182-1/+8
| | | | | | | When running git rebase -m and a conflict occurs, the git-rebase-todo file is not present. This leads to an error from grep every time the shell prompt is printed when vcs_info is enabled. Avoid this message by checking if the file exists before trying to grep it.
* unposted: _sshfs: Fix completion of options with valuesDaniel Shahaf2015-08-172-10/+13
| | | | | The "=" to the left of the ":" was interpreted as a literal part of the option name, resulting in double equal signs.
* 36158: _sshfs: Fix completion of and after -oDaniel Shahaf2015-08-172-3/+31
| | | | The "action" part of the -o spec didn't escape colons.