Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 37314: upgrade quotedzputs() for non-printable output. | Peter Stephenson | 2015-12-06 | 1 | -0/+6 |
| | | | | | Use nicechar with $'..' quoting; upgrade nicechar() etc. to use suitable output. | ||||
* | 37150: _git: Autocomplete .. for commit ranges | Daniel Shahaf | 2015-12-05 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | 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 | 1 | -0/+4 |
| | |||||
* | unposted: fix init_io() calls in previous change | Peter Stephenson | 2015-12-04 | 1 | -0/+3 |
| | |||||
* | 37294: Add ZSH_EXECUTION_STRING. | Peter Stephenson | 2015-12-04 | 1 | -0/+5 |
| | | | | This shows the argument to shell option -c. | ||||
* | 37253: Constify two local variables. | Daniel Shahaf | 2015-12-03 | 1 | -0/+2 |
| | |||||
* | unposted: Remove uneeded executability bits. | Daniel Shahaf | 2015-12-03 | 1 | -0/+6 |
| | |||||
* | 37296: Avoid needless calloc(). | Daniel Shahaf | 2015-12-03 | 1 | -0/+2 |
| | |||||
* | 37295: kill-word-match: Join kills | Daniel Shahaf | 2015-12-03 | 1 | -0/+5 |
| | |||||
* | unposted: Update internal version to 5.2-dev-0. | Peter Stephenson | 2015-12-03 | 1 | -0/+7 |
| | | | | Also add entry for 5.2 release in ChangeLog. | ||||
* | 37256: _debchange (_dch): Update completion. | Daniel Shahaf | 2015-11-30 | 1 | -0/+3 |
| | |||||
* | 37252: vcs_info git: Compute %b correctly with "rebase --onto" of detached ↵ | Daniel Shahaf | 2015-11-30 | 1 | -0/+4 |
| | | | | heads. (Follow-up to 36725.) | ||||
* | 37254: No functional change: change code layout in preparation for 37253. | Daniel Shahaf | 2015-11-30 | 1 | -0/+3 |
| | |||||
* | 37250: No functional change: rename local variables. | Daniel Shahaf | 2015-11-30 | 1 | -0/+5 |
| | |||||
* | unposted: 5.1.1-test-3 zsh-5.1.1-test-3 | Peter Stephenson | 2015-11-29 | 1 | -0/+4 |
| | |||||
* | unposted (after 37243): Explain the breadcrumb by adding a comment. | Daniel Shahaf | 2015-11-28 | 1 | -0/+5 |
| | |||||
* | Fix conflicts in ChangeLog | Barton E. Schaefer | 2015-11-27 | 1 | -0/+15 |
|\ | |||||
| * | unposted: ZCALCPROMPT created globally in zcalc | Peter Stephenson | 2015-11-27 | 1 | -0/+4 |
| | | |||||
| * | 37214: 'prompt walters': Don't export PS1 | Daniel Shahaf | 2015-11-27 | 1 | -0/+3 |
| | | |||||
| * | 37163: Remove curl completion | Daniel Shahaf | 2015-11-27 | 1 | -0/+3 |
| | | |||||
| * | 37215: _regex_words: Don't add mismatched parentheses | Daniel Shahaf | 2015-11-27 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | 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 | 1 | -0/+9 |
|/ | | | | | | | 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 | 1 | -0/+5 |
| | | | | | | 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 | 1 | -0/+2 |
| | |||||
* | 37225: fix test for typeset with zsh/param/private | Barton E. Schaefer | 2015-11-26 | 1 | -0/+2 |
| | |||||
* | 37224: delete obsolete comment | Barton E. Schaefer | 2015-11-26 | 1 | -0/+4 |
| | |||||
* | 37100: update for sysctl completion | Matthew Martin | 2015-11-26 | 1 | -0/+5 |
| | |||||
* | unposted: 5.1.1-test-2 zsh-5.1.1-test-2 5.1.1-test-2 | Peter Stephenson | 2015-11-25 | 1 | -0/+4 |
| | |||||
* | 37208: check for restricted parameter before changing from unset to set | Barton E. Schaefer | 2015-11-23 | 1 | -0/+5 |
| | | | | | Also, return NULL from setnparam() on failure to retrieve value (avoids null-pointer dereference); add some expository comments | ||||
* | 37208: re-run the "typeset" tests with the private module loaded | Barton E. Schaefer | 2015-11-23 | 1 | -0/+3 |
| | |||||
* | 37208: assignment in a nested scope should not change private parameters in ↵ | Barton E. Schaefer | 2015-11-23 | 1 | -0/+4 |
| | | | | | | the outer scope from unset to set Bug remains that the attempt does not generate a warning | ||||
* | 37206: fix ${(t)param} for "typeset -H param" | Barton E. Schaefer | 2015-11-23 | 1 | -0/+2 |
| | |||||
* | 37205: update documentary comment | Barton E. Schaefer | 2015-11-23 | 1 | -0/+4 |
| | |||||
* | unposted: 20974 -> users/20974 because pedantic | Barton E. Schaefer | 2015-11-23 | 1 | -1/+1 |
| | |||||
* | 37203: WARN_CREATE_GLOBAL test in wrong place for associative array | Peter Stephenson | 2015-11-23 | 1 | -0/+5 |
| | |||||
* | 37201: change quoting to handle group names with spaces | Matthew Martin | 2015-11-22 | 1 | -0/+5 |
| | |||||
* | 37192: silence WARN_CREATE_GLOBAL in prompt themes | Barton E. Schaefer | 2015-11-22 | 1 | -0/+10 |
| | |||||
* | 37191: fix strftime() expansion issue with %p and %P. | Peter Stephenson | 2015-11-22 | 1 | -0/+3 |
| | | | | | In some locales the output from this can validly be empty, so we need to treat them specially. | ||||
* | 37188: New hash builtin test | Peter Stephenson | 2015-11-22 | 1 | -1/+3 |
| | |||||
* | 37187: infinite loop in "hash -m" | Peter Stephenson | 2015-11-22 | 1 | -0/+2 |
| | |||||
* | 37186: a couple more WARN_CREATE_GLOBAL fixes | Peter Stephenson | 2015-11-22 | 1 | -0/+5 |
| | |||||
* | 37181: consistent use of zmodload and corresponding ZTST_unimplemented or ↵ | Barton E. Schaefer | 2015-11-21 | 1 | -0/+10 |
| | | | | ZTST_skip | ||||
* | unposted: Make 5.1.1-test-1 in preparation for 5.2 zsh-5.1.1-test-1 | Peter Stephenson | 2015-11-21 | 1 | -0/+5 |
| | |||||
* | unposted: document order of entries for $history and $historywords | Barton E. Schaefer | 2015-11-20 | 1 | -0/+5 |
| | |||||
* | 37161: Disable the heuristic setting RPROMPT_INDENT to 0 | Mikael Magnusson | 2015-11-20 | 1 | -0/+5 |
| | |||||
* | 37170: suppress global create warning in function | Peter Stephenson | 2015-11-20 | 1 | -0/+3 |
| | |||||
* | 37168: No WARN_CREATE_GLOBAL on special parameters | Peter Stephenson | 2015-11-20 | 1 | -0/+2 |
| | |||||
* | 20974: Bug with scalar assignment to special array in typeset | Peter Stephenson | 2015-11-20 | 1 | -0/+5 |
| | |||||
* | 37164: _tmux: Complete external commands | Daniel Shahaf | 2015-11-20 | 1 | -0/+3 |
| |