about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 39356 (tweaked, c.f. Bart 39358): Etc/BUGS: Remove fixed items, add 'compset ↵Daniel Shahaf2016-09-171-0/+5
| | | | | | | | -q' item from workers/39306. The first removed hunk is fixed by ZLE_RPROMPT_INDENT. The next two removed hunks work (on my system, anyway) with current master.
* 39362: another race with pipeline handling.Peter Stephenson2016-09-161-0/+5
| | | | | | When forking the shell to control the right hand side, the forked subshell now always starts its own process group, to avoid getting a spurious additional SIGSTOP.
* 39359: Fix remaining race with orphaned subjob.Peter Stephenson2016-09-161-0/+4
| | | | | | When shell is forked to run right hand side of pipieline it should use its own PID as process group if the left hand side of the pipeline has already exited.
* 39331: Reparent subjob on fork with exited superjob.Peter Stephenson2016-09-161-0/+7
| | | | | | | | | | | Fixes case of v() { { vim - } always { true } } ls | v ^Z fg Tentative fix: still a race at exit where zsh forked by ^Z is stopped when restarted.
* unposted: _postfix: Correct quoting in _call_program invocations.Daniel Shahaf2016-09-161-0/+3
| | | | | | | Fixes completion when the command name ('postconf') or the argument to the -c option ('/etc/postfix') are quoted on the command line, as in % postconf -c '/etc/postfix' ... <TAB>
* 39312 (tweaked): _postfix (postconf): Complete only applicable parameters ↵Daniel Shahaf2016-09-161-0/+3
| | | | | | for -X and -#. Unposted tweak: change the tag and description in the _describe call.
* 39310/0010: internals: match_str: Simplify expression.Daniel Shahaf2016-09-161-0/+3
| | | | | | | In the first hunk we actually know that ind==0 since sfx==0, but keep it identical to the last hunk. Also add a comment (unrelated).
* 39310/0009: internals: match_str: Downscope local variable 't'.Daniel Shahaf2016-09-161-0/+3
| | | | | | | Remove needless initialization (it is written to again before it is ever read). Note there was another 't' variable at the end of the function that shadowed the int 't'.
* 39310/0008: internals: match_str: Document several local variables.Daniel Shahaf2016-09-161-0/+3
|
* 39310/0007: internals: match_str: Rename and constify local variables 'oll', ↵Daniel Shahaf2016-09-161-0/+3
| | | | 'olw'.
* 39310/0006: internals: match_str: Downscope local variable 'bpc'.Daniel Shahaf2016-09-161-0/+3
|
* 39310/0005: internals: match_str: Constify some local variables.Daniel Shahaf2016-09-161-0/+3
|
* 39310/0004: internals: match_str: Document 'savl'.Daniel Shahaf2016-09-161-0/+3
|
* 39310/0003: internals: match_str: Document 'savw'. Avoid magic number.Daniel Shahaf2016-09-161-0/+3
| | | | All callees checked to ensure that they only check that parameter for nonzeroness.
* 39310/0002: internals: match_str: Simplify by removing 'zoff'.Daniel Shahaf2016-09-161-0/+3
| | | | | | 'zoff' was only used within 'if (sfx)' blocks, in which case it was initialized to 'alen', so simply s/zoff/alen/g. 'alen' is not const but it first changes on line 794, after the last use of 'zoff'.
* 39310/0001: internals: match_str: Document some local variables. See 39123.Daniel Shahaf2016-09-161-0/+3
|
* 39311: _tmux-capture-pane: Tweak specifications of -S/-E and description ↵Daniel Shahaf2016-09-161-0/+5
| | | | strings.
* 39333: include name of command used to gain priviliges in context for ↵Oliver Kiddle2016-09-161-0/+5
| | | | command and gain-priviliges styles
* 39332: support ksh's [[ -v varname ]] condition for checking if variables ↵Oliver Kiddle2016-09-161-0/+4
| | | | are set
* unposted: remove duplicated assignmentOliver Kiddle2016-09-151-0/+4
|
* unposted: small documentation tweaksPeter Stephenson2016-09-141-0/+2
|
* zsh-users/21903: Fix ${...?...} in interactive shell.Peter Stephenson2016-09-141-0/+6
| | | | | On failure should abort back to top level, but we reset the error flag around commands. Add a hard error flag that's only reset at top level.
* unposted: _libvirt: Add another noglob. (Follow-up to 39199)Marko Myllynen2016-09-141-0/+5
|
* 39199: _libvirt: Support libvirt URLs that contain a literal question mark ↵Daniel Shahaf2016-09-141-0/+3
| | | | | | | | | | under noglob. E.g., % noglob virsh -c qemu:///system? start <TAB> Conflicts with 39261 resolved.
* unposted: _git: Permit multiple -c options.Daniel Shahaf2016-09-141-0/+5
|
* 39307: update options up to vim 8Oliver Kiddle2016-09-131-0/+3
|
* 39299: better Freebsd support in _external_pwds using procstatOliver Kiddle2016-09-131-0/+5
|
* 39292: Distinguish "=" and "==" tests in output.Peter Stephenson2016-09-131-0/+6
| | | | | This is both in xtrace output and shell code rebuilt from internal structures.
* 39305: Fix error handling after parse for here document.Peter Stephenson2016-09-131-0/+5
| | | | | Keep the error status the same as before, but also retain the interrupt status if that was non-zero.
* 39295: allow -- to appear in the command line passed as an argumentOliver Kiddle2016-09-121-0/+3
|
* 39287: add .tif as a valid extension for TIFF filesOliver Kiddle2016-09-121-0/+6
|
* unposted: reference use of widgets to effect editor changes from a sched commandBarton E. Schaefer2016-09-121-0/+3
|
* 39297: more of 39284, it's painful to add texi nodes in yodlBarton E. Schaefer2016-09-121-3/+8
| | | | Also fix some inconsequential ChangeLog typos.
* missed thisPeter Stephenson2016-09-121-0/+5
|
* 39268: "zsystem flock -t 0 ..." tries only once to flock and immediately ↵Barton E. Schaefer2016-09-111-0/+5
| | | | returns success or failure
* 39284: Added Completion System Variables as a menu itemVin Shelton2016-09-121-0/+6
|
* 39261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle2016-09-111-0/+15
| | | | | | | with sudo in completion functions A new gain-privileges style enables it and a _comp_priv_prefix array added for tracking how to match privileges for the current command
* 39252: internal: quotestring: Drop the 'e' parameter, which no caller uses.Daniel Shahaf2016-09-111-0/+7
|
* unposted: Add tests for ${(q)} being aware of the EQUALS option.Daniel Shahaf2016-09-091-0/+5
|
* 39236 (plus typo fix): docs: Tweak _arguments $opt_args documentation added ↵Daniel Shahaf2016-09-081-0/+5
| | | | in 39173.
* 39222: test math functions in modules.Peter Stephenson2016-09-081-0/+5
| | | | Use zsh/system.
* 39194: _man (Solaris): Ignore man-index. Support multiple sections in the -s ↵Danek Duvall2016-09-071-0/+5
| | | | flag's argument.
* unposted: fix to use ;| style fall-throughs in the case statementOliver Kiddle2016-09-071-4/+7
|
* 39209: Update optionsMatthew Martin2016-09-071-0/+3
|
* 39208: Update flagsMatthew Martin2016-09-071-0/+6
|
* 39193 (cf. Yoshio Hanawa: 39192): don't pass options from after -- on to compaddOliver Kiddle2016-09-071-0/+5
|
* 39185: Only set word begin for completion word if not alias.Peter Stephenson2016-09-071-0/+5
| | | | | This is consistent with other ZLE code in lex.c and fixes a crash in some completions involving aliases, e.g. if uncompleted quotes.
* 39221: update rm completion for BSDMatthew Martin2016-09-071-0/+3
|
* 39218: Fix module feature enables with math functions.Peter Stephenson2016-09-071-0/+3
| | | | If they were present parameters were miscounted.
* 39217: fix error name generation with GCC.Peter Stephenson2016-09-071-0/+5
| | | | | Adapt the same trick as in zsh.mdd to ensure we don't get preprocessor lines in the output.