[Pkg-zsh-commits] [zsh] branch upstream updated (fd786a5 -> f0068ed)

Axel Beckert abe at deuxchevaux.org
Mon Jun 1 22:55:56 UTC 2015


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

abe pushed a change to branch upstream
in repository zsh.

      from  fd786a5   Update to 5.0.7-dev-4
      adds  cb596a5   35306: "test -z \(" failed due to parse confusion
      adds  2b08d0e   35318: POSIX_BUILTINS behaviour for getopts.
      adds  a711b2a   35315: replace inappropriate uses of _path_commands
      adds  da603d0   35098: completion: git: provide --amend also with "message" group
      adds  cba1d41   2037: ${functions[foo]} shouldn't be unmetafied.
      adds  d924373   20237: fix typo in foregoing commit
      adds  e88610b   35326: $#- was misparsed as ${#-}
      adds  4c2a62f   35310 (plus undo 35268 (git 899613f)): fix quoting of cached arrays
      adds  63dfc82   35311: typo in zfuput behaviour
      adds  fea56dc   35234: better zfget completion with paths
      adds  911edc5   users/20238: add "fc -L" to operate only on the local shell history
      adds  75cafcc   35343: Avoid $#name length handling for POSIX_IDENTIFIERS
      adds  f0068ed   unposted: release 5.0.8

No new revisions were added by this update.

Summary of changes:
 ChangeLog                            | 61 ++++++++++++++++++++++--
 Completion/Base/Utility/_store_cache | 11 ++++-
 Completion/Unix/Command/_git         | 91 +++++++++++++++++-------------------
 Completion/X/Command/_matlab         | 12 +++--
 Config/version.mk                    |  4 +-
 Doc/Zsh/builtins.yo                  | 19 +++++---
 Doc/Zsh/expn.yo                      |  7 +++
 Doc/Zsh/options.yo                   | 11 +++++
 Doc/Zsh/zftpsys.yo                   |  2 +-
 Etc/FAQ.yo                           |  4 +-
 Functions/Zftp/zfget_match           | 24 ++++++++--
 Src/Modules/parameter.c              |  5 --
 Src/builtin.c                        | 27 +++++++----
 Src/exec.c                           | 12 +++--
 Src/parse.c                          | 25 ++++++----
 Src/subst.c                          |  1 +
 Test/C02cond.ztst                    | 14 ++++++
 Test/D04parameter.ztst               |  8 ++++
 18 files changed, 238 insertions(+), 100 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