summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-23unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2-5/+8
${(AA)name=value}
2017-02-2340624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵Barton E. Schaefer2-0/+10
status
2017-02-2340604: revert to the old method if getutent() is not availableJun-ichi Takimoto3-5/+28
2017-02-21Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2-1/+6
2017-02-20use "diff -a" in case special characters were written to the test outputBarton E. Schaefer2-1/+4
2017-02-2040598: paramsubst() should always return scalar when PREFORK_SINGLE was passedBarton E. Schaefer2-2/+18
2017-02-2040565 (tweaked): test cases for assigning array to scalar with various ↵Barton E. Schaefer2-0/+85
combinations of SHWORDSPLIT and IFS
2017-02-2040593: SHWORDSPLIT + unset IFS should cause default splitting of $@Barton E. Schaefer2-1/+5
2017-02-2040576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵Barton E. Schaefer2-3/+20
trap handling Also small improvement to loop that resets trap handlers
2017-02-19update gphoto2 completion for new options up to gphoto2 2.5.11Oliver Kiddle2-32/+85
2017-02-1740568: REMATCH_PCRE is not enabled by default, fix doc.Øystein Walle2-1/+4
2017-02-1740558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski4-72/+454
2017-02-1340524: do not free a null arrayBarton E. Schaefer2-1/+4
2017-02-1340539: typo in MIPS branch of argument selectionFabian Klotzl2-1/+6
2017-02-1340537: Document previous change to autoloadPeter Stephenson2-1/+6
2017-02-1340536: Prepend directory to $fpath.Peter Stephenson3-0/+43
Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification.
2017-02-1040512: new entr completionOliver Kiddle2-0/+11
2017-02-10unposted: using a colon in the tag name for lsusb completion was not such a ↵Oliver Kiddle2-1/+6
good idea
2017-02-0940510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up ↵Daniel Shahaf3-1/+7
to 40492.)
2017-02-0940492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf6-7/+48
Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
2017-02-08unposted: _svn: Fix '--show-revs' completion.Daniel Shahaf2-1/+4
2017-02-0840508: Make $functions re-settable.Daniel Shahaf3-2/+13
2017-02-0740507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski2-6/+11
2017-02-0740494: _git: Use slashes matchspec for references (as already used for ↵Daniel Shahaf2-2/+8
branch names).
2017-02-0740493/0002: _git-checkout: Reorder default completions.Daniel Shahaf2-2/+8
The unprefixed name of a remote branch is used to create a new local remote-tracking branch; that is presumed to be a rarer operation than either switching among local branches or reverting to the index version of a modified file. Between the remaining two, put modified files before tree-ishes because there are generally few of the former and many of the latter.
2017-02-0740493/0001: _git-checkout: No functional change.Daniel Shahaf2-13/+14
This makes the next diff smaller.
2017-02-0640434: Jan Matejek: patchutils completion updatePeter Stephenson2-2/+7
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf3-2/+9
2017-02-0340480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf5-30/+25
2017-02-0340479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf5-6/+19
callers. This changes hook invocation order in the hg backend.
2017-02-0340481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2-1/+4
2017-02-0340478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf2-2/+5
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf3-3/+10
'standalone' mode.
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson3-9/+41
This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
2017-02-0140483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processesBarton E. Schaefer2-0/+7
2017-02-0140460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf3-6/+22
array
2017-02-0140470: make the test work also with ASCII collationJun-ichi Takimoto2-16/+19
a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use
2017-01-3140466: Update dependencies for config.h.in / autoheader.Peter Stephenson2-2/+6
Needs to happen after autoconf.
2017-01-3040469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer2-12/+7
signal queueing.
2017-01-3040465: update methods to output $PWD in tests.Peter Stephenson3-15/+31
Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
2017-01-2940450, 40451: Swifth language completion.Zhiming Wang3-1/+130
Also resolve whether this is the openstack "swift" command.
2017-01-2940453: signal handler safety for callers of patcompile(PAT_STATIC), which is ↵Barton E. Schaefer13-42/+126
not re-entrant.
2017-01-2840439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer2-0/+5
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson6-10/+162
This allows you to find out where a function was loaded from.
2017-01-2740200: Updated Perforce completionZach Whaley2-269/+682
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson3-4/+13
Not yet 100% clear where the #if's go, depends on how various systems implement the old or new formats.
2017-01-2640423: WARN_NESTED_VARS, conversion the other wayPeter Stephenson3-9/+24
2017-01-2640422: More WARN_NESTED_VAR cases.Peter Stephenson3-8/+26
Converting type when using a calling scope was broken in the original patch.
2017-01-2540413: WARN_NESTED_VAR subscripted variable fix.Peter Stephenson3-1/+25
No warning needed on paramter that's created temporarily to help assignment.
2017-01-2540403/0004: vcs_info set-patch-format helper: Part #4.Daniel Shahaf5-20/+26
This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes.