about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 40562: gdbm tests omitted from previous commitSebastian Gniazdowski2017-03-011-0/+5
|
* 40641: docs: patterns: Add '|' to the overview. Clarify that it short-circuits.Daniel Shahaf2017-02-281-0/+5
|
* 40650: redo 40508 and 40626 with comments explaining what is actually going onBarton E. Schaefer2017-02-261-0/+5
|
* Revert 40626 which broke tests.Daniel Shahaf2017-02-261-1/+6
|
* 40640: the (A) parameter flag forces array result even if assignment syntax ↵Barton E. Schaefer2017-02-251-0/+6
| | | | is not used
* unposted: Port 40617 to the completion.Daniel Shahaf2017-02-251-0/+3
|
* 40626: Make $options re-settable.Daniel Shahaf2017-02-251-0/+5
| | | | | | Follow-up to 40508. Reported-by: James McGlashan
* unposted (cf. 40617): clarify description of ${(A)name=value} and ↵Barton E. Schaefer2017-02-231-0/+3
| | | | ${(AA)name=value}
* 40624: conditionally handle WIFCONTINUED to properly set SP_RUNNING process ↵Barton E. Schaefer2017-02-231-0/+5
| | | | status
* 40604: revert to the old method if getutent() is not availableJun-ichi Takimoto2017-02-231-0/+5
|
* Julien Nicoulaud: 40586: discard stderrBarton E. Schaefer2017-02-211-0/+5
|
* use "diff -a" in case special characters were written to the test outputBarton E. Schaefer2017-02-201-0/+3
|
* 40598: paramsubst() should always return scalar when PREFORK_SINGLE was passedBarton E. Schaefer2017-02-201-1/+4
|
* 40565 (tweaked): test cases for assigning array to scalar with various ↵Barton E. Schaefer2017-02-201-0/+5
| | | | combinations of SHWORDSPLIT and IFS
* 40593: SHWORDSPLIT + unset IFS should cause default splitting of $@Barton E. Schaefer2017-02-201-0/+3
|
* 40576 (tweaked): entersubsh(): unblock any signals that were blocked for ↵Barton E. Schaefer2017-02-201-0/+6
| | | | | | trap handling Also small improvement to loop that resets trap handlers
* update gphoto2 completion for new options up to gphoto2 2.5.11Oliver Kiddle2017-02-191-0/+4
|
* 40568: REMATCH_PCRE is not enabled by default, fix doc.Øystein Walle2017-02-171-0/+3
|
* 40558, 40562: General improvements to zsh/db/gdbm moduleSebastian Gniazdowski2017-02-171-0/+6
|
* 40524: do not free a null arrayBarton E. Schaefer2017-02-131-0/+2
|
* 40539: typo in MIPS branch of argument selectionFabian Klotzl2017-02-131-0/+5
|
* 40537: Document previous change to autoloadPeter Stephenson2017-02-131-0/+2
|
* 40536: Prepend directory to $fpath.Peter Stephenson2017-02-131-0/+6
| | | | | | Used if parent function is autoloaded by absolute path so as to find functions in the same suite without shell code modification.
* 40512: new entr completionOliver Kiddle2017-02-101-0/+2
|
* unposted: using a colon in the tag name for lsusb completion was not such a ↵Oliver Kiddle2017-02-101-0/+5
| | | | good idea
* 40510: vcs_info: Update the $psvar episode with '%'-unescaping. (Follow-up ↵Daniel Shahaf2017-02-091-0/+3
| | | | to 40492.)
* 40492: vcs_info: Escape '%' signs in payloads.Daniel Shahaf2017-02-091-0/+7
| | | | | Test case: a patch whose subject is '%Sfoo%sbar'. ('S' and 's' are expandos both in prompts and in the 'formats' style.)
* unposted: _svn: Fix '--show-revs' completion.Daniel Shahaf2017-02-081-0/+3
|
* 40508: Make $functions re-settable.Daniel Shahaf2017-02-081-0/+5
|
* 40507: Remove extraneous null creating GDBM recordsSebastian Gniazdowski2017-02-071-0/+5
|
* 40494: _git: Use slashes matchspec for references (as already used for ↵Daniel Shahaf2017-02-071-0/+5
| | | | branch names).
* 40493/0002: _git-checkout: Reorder default completions.Daniel Shahaf2017-02-071-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.
* 40493/0001: _git-checkout: No functional change.Daniel Shahaf2017-02-071-0/+5
| | | | This makes the next diff smaller.
* 40434: Jan Matejek: patchutils completion updatePeter Stephenson2017-02-061-0/+5
|
* unposted: vcs_info git: Fix typo in manual.Daniel Shahaf2017-02-041-0/+6
|
* 40480: vcs_info set-patch-format: Eliminate the remaining code duplication.Daniel Shahaf2017-02-031-0/+6
|
* 40479: vcs_info set-patch-format: Prepare for more code sharing between the ↵Daniel Shahaf2017-02-031-0/+7
| | | | | | callers. This changes hook invocation order in the hg backend.
* 40481: vcs_info hg: Pass arguments to the set-patch-format hook.Daniel Shahaf2017-02-031-0/+3
|
* 40478: vcs_info set-patch-format: Guard against empty variable elision.Daniel Shahaf2017-02-031-0/+3
|
* 40476: vcs_info $backend_misc: Document at the right point, provide in quilt ↵Daniel Shahaf2017-02-031-0/+6
| | | | 'standalone' mode.
* 40486: Don't warn on creation of MATCH etc. in regex.Peter Stephenson2017-02-021-0/+5
| | | | | This because they are created implicitly rather than by explicit user request, so the warning may not be useful.
* 40483 (cf. Eric Freese: 40482): Remove zpty exit hook from forked processesBarton E. Schaefer2017-02-011-0/+5
|
* 40460: WARN_NESTED_VAR: Don't warn when assigning to a slice of an existing ↵Daniel Shahaf2017-02-011-0/+5
| | | | array
* 40470: make the test work also with ASCII collationJun-ichi Takimoto2017-02-011-0/+5
| | | | | a few OSs (macOS and some versions of BSDs) use ASCII collation even if UTF-8 locale is in use
* 40466: Update dependencies for config.h.in / autoheader.Peter Stephenson2017-01-311-0/+5
| | | | Needs to happen after autoconf.
* 40469: change strategy from 40453 to use patcompile(PAT_HEAPDUP) instead of ↵Barton E. Schaefer2017-01-301-0/+5
| | | | signal queueing.
* 40465: update methods to output $PWD in tests.Peter Stephenson2017-01-301-0/+5
| | | | | Use method from B01cd.tst which resolves symbolic links and matches against parameter in output.
* 40450, 40451: Swifth language completion.Zhiming Wang2017-01-291-0/+6
| | | | Also resolve whether this is the openstack "swift" command.
* 40453: signal handler safety for callers of patcompile(PAT_STATIC), which is ↵Barton E. Schaefer2017-01-291-0/+6
| | | | not re-entrant.
* 40439: PAT_HEAPDUP definition just for clarityBarton E. Schaefer2017-01-281-0/+4
|