Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37411: more bindkey tests | Peter Stephenson | 2015-12-16 | 2 | -2/+81 |
| | |||||
* | 37405: Fix self-insert binding for multibyte sequences. | Peter Stephenson | 2015-12-15 | 3 | -12/+116 |
| | | | | | | This makes it work even if the self-insert applies to a sequence longer than an initial byte, including the case of a complete binding to a full character sequence. | ||||
* | 37401: pattern error caused too much activity in _list_files for some styles | Peter Stephenson | 2015-12-14 | 2 | -1/+4 |
| | |||||
* | 37400: typo gave unwanted error message in zsh_directory_name_generic | Peter Stephenson | 2015-12-14 | 2 | -2/+7 |
| | |||||
* | unposted: missed ChangeLog entry | Peter Stephenson | 2015-12-13 | 1 | -0/+5 |
| | |||||
* | 37397: Optimised update to dnf completion | Adrien Vergé | 2015-12-13 | 1 | -248/+168 |
| | |||||
* | 37386: localise mbegin, mend, match in URL magic | Peter Stephenson | 2015-12-11 | 2 | -1/+6 |
| | |||||
* | 37383: add completion type for object files | Matthew Martin | 2015-12-11 | 6 | -21/+20 |
| | |||||
* | 37260: add opus to mplayer audio completions | Simon Hafner | 2015-12-11 | 2 | -2/+5 |
| | |||||
* | users/20873: disable bracketed paste while running external editor from zle | Oliver Kiddle | 2015-12-11 | 2 | -3/+12 |
| | |||||
* | 37378: New bindkey tests. | Peter Stephenson | 2015-12-10 | 4 | -7/+70 |
| | | | | Also fix Meta bug on pattern match in zpty -r. | ||||
* | 37364: "test" and "[" handling of parentheses. | Peter Stephenson | 2015-12-09 | 4 | -8/+50 |
| | | | | | | If three arguments, need to prefer binary operators if possible. Need to look for full string for parentheses. | ||||
* | 37348: Tests and fix for ${(q+)...}. | Peter Stephenson | 2015-12-08 | 4 | -1/+26 |
| | | | | Needs dupstring() for empty string case. | ||||
* | 37347: Remove incorrect local for msgs in VCS info | Peter Stephenson | 2015-12-08 | 2 | -1/+3 |
| | |||||
* | users/21071: Fix binding of multibyte sequences. | Peter Stephenson | 2015-12-08 | 2 | -1/+7 |
| | | | | | There was a problem if the first byte was already bound to self-insert. | ||||
* | 37344: restore old printable quoting, add ${(q+)...}. | Peter Stephenson | 2015-12-07 | 7 | -53/+247 |
| | | | | | | The \C- form is only used inside quotedzputs(). ${(q+)...} outputs a quotedzputs() representation. | ||||
* | 37331: Use a single chracter to represent an MB_INCOMPLETE. | Peter Stephenson | 2015-12-07 | 2 | -6/+15 |
| | | | | | This is as it is likely to appear as a single character in output even if it has multiple octets. | ||||
* | 37337: Delay freeing widget until not in use. | Peter Stephenson | 2015-12-07 | 4 | -3/+30 |
| | |||||
* | unposted: fix ChangeLog for previous change | Peter Stephenson | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | 37335: fix tests after 34314 | Peter Stephenson | 2015-12-07 | 3 | -4/+7 |
| | |||||
* | 37310: effect of disabling typeset reserved word | Peter Stephenson | 2015-12-07 | 2 | -1/+9 |
| | |||||
* | 37326: comment only: multibyte string lenght/width counting | Peter Stephenson | 2015-12-06 | 2 | -0/+14 |
| | |||||
* | 37314: upgrade quotedzputs() for non-printable output. | Peter Stephenson | 2015-12-06 | 3 | -27/+156 |
| | | | | | Use nicechar with $'..' quoting; upgrade nicechar() etc. to use suitable output. | ||||
* | 37150: _git: Autocomplete .. for commit ranges | Daniel Shahaf | 2015-12-05 | 2 | -3/+6 |
| | | | | | | | | | | | | | | | | This patch makes three changes: - Enable 'git diff o/m<TAB>' to complete to 'origin/master..' with the ".." being autoremovable. This is implemented by the first hunk. That hunk is a functional subset of Oliver's users/20705, however, the latter hasn't been committed. - Make typing "^" remove the "..", in light of the syntax "foo^..bar". - Make typing "." _not_ remove the ".." but simply append it, since "foo...bar" is a valid and useful syntax. | ||||
* | 36957: _git: Apply matchspecs to filename completion such as 'git log ↵ | Daniel Shahaf | 2015-12-05 | 2 | -1/+6 |
| | | | | | | | f/b<TAB>' → 'foo/bar.txt's This patch makes 'git log S/e<TAB>' expand to Src/exec.c. The incumbent code would run 'git ls-tree S/' and find no matches. | ||||
* | 37305: typeset -p can now output arrays on one line | Peter Stephenson | 2015-12-04 | 5 | -45/+13 |
| | |||||
* | 37303: test WARN_CREATE_GLOBAL negative cases. | Peter Stephenson | 2015-12-04 | 1 | -0/+9 |
| | |||||
* | 37202: suppress WARN_CREATE_GLOBAL warnings after a fork | Peter Stephenson | 2015-12-04 | 2 | -6/+7 |
| | |||||
* | unposted: fix init_io() calls in previous change | Peter Stephenson | 2015-12-04 | 5 | -3/+8 |
| | |||||
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 3 | -13/+25 |
| | | | | This shows the argument to shell option -c. | ||||
* | 37253: Constify two local variables. | Daniel Shahaf | 2015-12-03 | 2 | -4/+8 |
| | |||||
* | unposted: Remove uneeded executability bits. | Daniel Shahaf | 2015-12-03 | 6 | -0/+6 |
| | |||||
* | 37296: Avoid needless calloc(). | Daniel Shahaf | 2015-12-03 | 2 | -11/+15 |
| | |||||
* | 37295: kill-word-match: Join kills | Daniel Shahaf | 2015-12-03 | 3 | -0/+9 |
| | |||||
* | unposted: Update internal version to 5.2-dev-0. | Peter Stephenson | 2015-12-03 | 2 | -2/+9 |
| | | | | Also add entry for 5.2 release in ChangeLog. | ||||
* | unposted: zsh 5.2 zsh-5.2 | Peter Stephenson | 2015-12-02 | 1 | -2/+2 |
| | |||||
* | 37256: _debchange (_dch): Update completion. | Daniel Shahaf | 2015-11-30 | 2 | -6/+77 |
| | |||||
* | 37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached ↵ | Daniel Shahaf | 2015-11-30 | 2 | -1/+6 |
| | | | | heads. (Follow-up to 36725.) | ||||
* | 37254: No functional change: change code layout in preparation for 37253. | Daniel Shahaf | 2015-11-30 | 2 | -6/+9 |
| | |||||
* | 37250: No functional change: rename local variables. | Daniel Shahaf | 2015-11-30 | 2 | -10/+18 |
| | |||||
* | unposted: 5.1.1-test-3 zsh-5.1.1-test-3 | Peter Stephenson | 2015-11-29 | 2 | -2/+6 |
| | |||||
* | unposted (after 37243): Explain the breadcrumb by adding a comment. | Daniel Shahaf | 2015-11-28 | 2 | -0/+6 |
| | |||||
* | Fix conflicts in ChangeLog | Barton E. Schaefer | 2015-11-27 | 6 | -6/+36 |
|\ | |||||
| * | unposted: ZCALCPROMPT created globally in zcalc | Peter Stephenson | 2015-11-27 | 2 | -1/+7 |
| | | |||||
| * | 37214: 'prompt walters': Don't export PS1 | Daniel Shahaf | 2015-11-27 | 2 | -3/+6 |
| | | |||||
| * | 37163: Remove curl completion | Daniel Shahaf | 2015-11-27 | 3 | -1/+11 |
| | | |||||
| * | 37215: _regex_words: Don't add mismatched parentheses | Daniel Shahaf | 2015-11-27 | 2 | -1/+12 |
| | | | | | | | | | | | | | | | | I ran into this in the wild¹, it manifested as the following error message: zregexparse:4: not enough regex arguments ¹ https://bug.tasktools.org/browse/TW-1729 | ||||
* | | 37243: too many problems with inserting a line into B02, instead add a ↵ | Barton E. Schaefer | 2015-11-27 | 3 | -5/+14 |
|/ | | | | | | | placeholder and substitute for it. unposted: %cleanup block is not called when %prep sets ZTST_unimplemented, so avoid leaving a mess | ||||
* | 37229: non-local assignment to a parameter name whose outermost declaration ↵ | Barton E. Schaefer | 2015-11-26 | 3 | -16/+81 |
| | | | | | | is private, is an error rather than a silent no-op. Also fix %prep sed expression for Solaris. | ||||
* | Comment should say export is equivalent to typeset -xg | Barton E. Schaefer | 2015-11-26 | 2 | -1/+3 |
| |