[Pkg-zsh-commits] [zsh] branch debian updated (8b37333 -> 1ac404e)

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


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

abe pushed a change to branch debian
in repository zsh.

      from  8b37333   Add preliminary changelog entry for new upstream release candidate
      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
       new  752cbfd   New upstream release: Merge tag 'zsh-5.0.8' / branch 'upstream' into 'debian'.
       new  1ac404e   Update changelog for 5.0.8 release

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


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 ++++
 debian/changelog                     |  7 +--
 19 files changed, 242 insertions(+), 103 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