summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-03-0240681: strftime builtin should return 1 if ztrftime() returns -1Jun-ichi Takimoto2-2/+11
2017-03-0140622 with typos fixed: functions -Ms.Peter Stephenson5-14/+79
This adds the capability for mathematical functions based on shell functions to have a string argument. Module functions have had this for a long time.
2017-03-0140562: gdbm tests omitted from previous commitSebastian Gniazdowski2-0/+312
2017-02-2840641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf3-0/+9
2017-02-2640650: redo 40508 and 40626 with comments explaining what is actually going onBarton E. Schaefer2-9/+30
2017-02-26Revert 40626 which broke tests.Daniel Shahaf3-6/+8
2017-02-2540640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer3-2/+29
is not used
2017-02-25unposted: Port 40617 to the completion.Daniel Shahaf2-1/+4
2017-02-2540626: Make $options re-settable.Daniel Shahaf3-2/+10
Follow-up to 40508. Reported-by: James McGlashan
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.