Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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>) | ||||
* | Add ChangeLog entry for tests from previous commit | Barton E. Schaefer | 2015-09-02 | 1 | -0/+2 |
| | |||||
* | 36393: process queued signals during dotrap() | Barton E. Schaefer | 2015-09-02 | 3 | -0/+18 |
| | |||||
* | 36378: skip directories when looking for files to autoload | Peter Stephenson | 2015-09-02 | 2 | -1/+8 |
| | |||||
* | unposted: fix egregious typo | Peter Stephenson | 2015-09-02 | 1 | -1/+1 |
| | |||||
* | 36399: Shell code text with multiple here documents wasn't shown properly. | Peter Stephenson | 2015-09-02 | 3 | -2/+38 |
| | |||||
* | 36347: Fix appending empty array to associations | Mikael Magnusson | 2015-09-01 | 3 | -3/+21 |
| | |||||
* | 36380: Avoid gcc case syntax | Mikael Magnusson | 2015-09-01 | 1 | -1/+2 |
| | |||||
* | 36376: handle signals during read1char() so it is possible to interrupt ↵ | Barton E. Schaefer | 2015-09-01 | 2 | -1/+11 |
| | | | | correct/correctall prompts | ||||
* | 36365: magic-space could delete the reset of the line. | Peter Stephenson | 2015-09-01 | 2 | -1/+6 |
| | | | | | | 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 Stephenson | 2015-09-01 | 2 | -2/+7 |
| | | | | Avoids installation clash of develpment build with 5.1 release. | ||||
* | 36353: _git: Unbreak after previous. | Daniel Shahaf | 2015-09-01 | 2 | -1/+6 |
| | |||||
* | 36328 + 36340: _git-cherry-pick: Complete other branches only | Mateusz Karbowy | 2015-08-30 | 2 | -14/+57 |
| | |||||
* | 36338: Replace "5.0.9" with "5.1" in source comments | Axel Beckert | 2015-08-30 | 3 | -2/+6 |
| | |||||
* | Relase zsh 5.1 zsh-5.1 | Peter Stephenson | 2015-08-30 | 2 | -2/+6 |
| | |||||
* | 36321: _debcheckout: New completion. | Daniel Shahaf | 2015-08-29 | 2 | -0/+26 |
| | |||||
* | 36306: _subversion: Complete --show-item values | Daniel Shahaf | 2015-08-28 | 2 | -0/+23 |
| | |||||
* | users/20475: document cdr stores unique entry of most recent use | Peter Stephenson | 2015-08-28 | 2 | -3/+10 |
| | |||||
* | users/20466 plus comment: change test for skipping strftime extensions. | Peter Stephenson | 2015-08-28 | 2 | -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 files | Mikael Magnusson | 2015-08-28 | 2 | -2/+5 |
| | |||||
* | 36302: attr: Fix compilation with libcap 2.24 | Mikael Magnusson | 2015-08-28 | 2 | -3/+7 |
| | |||||
* | unposted: _subversion: Avoid SHORT_LOOPS | Daniel Shahaf | 2015-08-27 | 2 | -1/+4 |
| | |||||
* | 36304: _git-cat-file: Fix regression in 36237 | Daniel Shahaf | 2015-08-27 | 2 | -0/+6 |
| | | | | This broke 'git cat-file blob origin:Etc/<TAB>'. | ||||
* | cf. Axel Beckert 36292: discard even more extraneous stderr in "hang" test | Barton E. Schaefer | 2015-08-27 | 2 | -1/+6 |
| | |||||
* | 36288: refine 36825, slightly different test for redirect context | Barton E. Schaefer | 2015-08-26 | 2 | -1/+4 |
| | |||||
* | 36285: update 36025, context cannot be command and redirect at the same ↵ | Barton E. Schaefer | 2015-08-26 | 2 | -4/+8 |
| | | | | time, redirect wins | ||||
* | 36282: discard stderr of "hang" test | Barton E. Schaefer | 2015-08-26 | 2 | -1/+5 |
| | |||||
* | unposted: update to 5.0.8-test-3 zsh-5.0.8-test-3 | Peter Stephenson | 2015-08-25 | 2 | -1/+5 |
| | |||||
* | 36277: _git: Updated for git-clone 2.4.5. | Daniel Shahaf | 2015-08-24 | 2 | -2/+10 |
| | |||||
* | unposted: replace version 5.0.9 with 5.1 in FAQ | Peter Stephenson | 2015-08-24 | 2 | -1/+5 |
| | |||||
* | Merge branch 'master' of https://git.code.sf.net/p/zsh/code | Peter Stephenson | 2015-08-24 | 9 | -18/+87 |
|\ | |||||
| * | users/20455: do not use posix_openpt() on OpenBSD | Jun-ichi Takimoto | 2015-08-23 | 2 | -1/+7 |
| | | |||||
| * | 36274: clear virangeflag when getvirange() has an error (the next keystroke ↵ | Barton E. Schaefer | 2015-08-22 | 2 | -0/+5 |
| | | | | | | | | is not a motion/selection). |