[Pkg-zsh-commits] [zsh] branch upstream updated (9f60590 -> b1f62d9)

Axel Beckert abe at deuxchevaux.org
Sat Dec 10 01:35:56 UTC 2016


This is an automated email from the git hooks/post-receive script.

abe pushed a change to branch upstream
in repository zsh.

      from  9f60590   unposted: 5.2-test-2
      adds  a43e6e2   40107: _mount, _fusermount: fix quoting
      adds  88d12b8   40110: attempt to fix test failures on Solaris
      adds  3594f55   40115: revert 38579 due to bug restoring BUFFER after history search
      adds  ece90da   40114: complete :/ with other parameter operators
      adds  7630215   40119: correct typo in comment
      adds  8c4e1b6   40129: revert 39611, add code comments and test cases for _arguments
      adds  37cbead   40130: mention some changes since 5.2
      adds  feb4be4   40126: zed (fned): When editing a new function. escape its name.
      adds  2e30710   40138: Move regex multibyte test.
      adds  063391f   unposted: minor D07 typos
      adds  7e40a89   40117: Revert a hunk of 40035 that changed semantics incorrectly.
      adds  f094b5b   Document (E) parameter flag better.
      adds  b1f62d9   unposted: 5.2-test-3

No new revisions were added by this update.

Summary of changes:
 ChangeLog                               |  56 ++++++-
 Completion/Linux/Command/_fusermount    |   2 +-
 Completion/Unix/Command/_mount          |   6 +-
 Completion/Zsh/Context/_brace_parameter |   1 +
 Config/version.mk                       |   4 +-
 Doc/Zsh/compsys.yo                      |   4 +-
 Doc/Zsh/expn.yo                         |   3 +-
 Functions/Misc/zed                      |   2 +-
 Functions/Zle/bracketed-paste-magic     |  44 +++---
 NEWS                                    |  24 +++
 Src/Zle/computil.c                      |  91 +++++++-----
 Src/input.c                             |   2 +-
 Src/zsh.h                               |   4 +-
 Test/B02typeset.ztst                    |   2 +-
 Test/C02cond.ztst                       |   2 +-
 Test/D07multibyte.ztst                  |  32 ++--
 Test/Y03arguments.ztst                  | 251 ++++++++++++++++++++++++++++++--
 17 files changed, 432 insertions(+), 98 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/zsh.git



More information about the Pkg-zsh-commits mailing list