summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
2017-02-2340624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵Barton E. Schaefer1-0/+5
status
2017-02-2340604: revert to the old method if getutent() is not availableJun-ichi Takimoto1-0/+5
2017-02-21Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer1-0/+5
2017-02-20use "diff -a" in case special characters were written to the test outputBarton E. Schaefer1-0/+3
2017-02-2040598: paramsubst() should always return scalar when PREFORK_SINGLE was passedBarton E. Schaefer1-1/+4
2017-02-2040565 (tweaked): test cases for assigning array to scalar with various ↵Barton E. Schaefer1-0/+5
combinations of SHWORDSPLIT and IFS
2017-02-2040593: SHWORDSPLIT + unset IFS should cause default splitting of $@Barton E. Schaefer1-0/+3
2017-02-2040576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵Barton E. Schaefer1-0/+6
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 Kiddle1-0/+4
2017-02-1740568: REMATCH_PCRE is not enabled by default, fix doc.Øystein Walle1-0/+3
2017-02-1740558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski1-0/+6
2017-02-1340524: do not free a null arrayBarton E. Schaefer1-0/+2
2017-02-1340539: typo in MIPS branch of argument selectionFabian Klotzl1-0/+5
2017-02-1340537: Document previous change to autoloadPeter Stephenson1-0/+2
2017-02-1340536: Prepend directory to $fpath.Peter Stephenson1-0/+6
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 Kiddle1-0/+2
2017-02-10unposted: using a colon in the tag name for lsusb completion was not such a ↵Oliver Kiddle1-0/+5
good idea
2017-02-0940510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up ↵Daniel Shahaf1-0/+3
to 40492.)
2017-02-0940492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf1-0/+7
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 Shahaf1-0/+3
2017-02-0840508: Make $functions re-settable.Daniel Shahaf1-0/+5
2017-02-0740507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski1-0/+5
2017-02-0740494: _git: Use slashes matchspec for references (as already used for ↵Daniel Shahaf1-0/+5
branch names).
2017-02-0740493/0002: _git-checkout: Reorder default completions.Daniel Shahaf1-0/+5
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 Shahaf1-0/+5
This makes the next diff smaller.
2017-02-0640434: Jan Matejek: patchutils completion updatePeter Stephenson1-0/+5
2017-02-04unposted: vcs_info git: Fix typo in manual.Daniel Shahaf1-0/+6
2017-02-0340480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf1-0/+6
2017-02-0340479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf1-0/+7
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 Shahaf1-0/+3
2017-02-0340478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf1-0/+3
2017-02-0340476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf1-0/+6
'standalone' mode.
2017-02-0240486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson1-0/+5
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. Schaefer1-0/+5
2017-02-0140460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf1-0/+5
array
2017-02-0140470: make the test work also with ASCII collationJun-ichi Takimoto1-0/+5
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 Stephenson1-0/+5
Needs to happen after autoconf.
2017-01-3040469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer1-0/+5
signal queueing.
2017-01-3040465: update methods to output $PWD in tests.Peter Stephenson1-0/+5
Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
2017-01-2940450, 40451: Swifth language completion.Zhiming Wang1-0/+6
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. Schaefer1-0/+6
not re-entrant.
2017-01-2840439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer1-0/+4
2017-01-2840440: Add $functions_source hash to zsh/parameter.Peter Stephenson1-0/+7
This allows you to find out where a function was loaded from.
2017-01-2740200: Updated Perforce completionZach Whaley1-0/+3
2017-01-2740425: HAVE_* tests for getutxent etc.Peter Stephenson1-0/+5
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 Stephenson1-0/+3
2017-01-2640422: More WARN_NESTED_VAR cases.Peter Stephenson1-0/+5
Converting type when using a calling scope was broken in the original patch.
2017-01-2540413: WARN_NESTED_VAR subscripted variable fix.Peter Stephenson1-0/+5
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 Shahaf1-0/+6
This also fixes the %a (${hook_com[all-n]}) expando in the hg backend: before this change, it counted only unapplied changes.
2017-01-2540403/0003: vcs_info set-patch-format helper: Part #3.Daniel Shahaf1-0/+6