[Pkg-zsh-commits] [zsh] branch upstream updated (cce4261 -> 2bab9f0)

Axel Beckert abe at deuxchevaux.org
Thu Nov 26 20:58:27 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  cce4261   unposted: Make 5.1.1-test-1 in preparation for 5.2
      adds  b168830   37181: consistent use of zmodload and corresponding ZTST_unimplemented or ZTST_skip
      adds  ae4cf7b   37186: a couple more WARN_CREATE_GLOBAL fixes
      adds  b0323ca   37187: infinite loop in "hash -m"
      adds  544144d   37188: New hash builtin test
      adds  acbd2ca   37191: fix strftime() expansion issue with %p and %P.
      adds  14487ff   37192: silence WARN_CREATE_GLOBAL in prompt themes
      adds  6fe05ea   37201: change quoting to handle group names with spaces
      adds  58d040f   37203: WARN_CREATE_GLOBAL test in wrong place for associative array
      adds  b33617e   unposted:  20974 -> users/20974 because pedantic
      adds  4e87006   37205: update documentary comment
      adds  bc30d6b   37206: fix ${(t)param} for "typeset -H param"
      adds  4e90e27   37208: assignment in a nested scope should not change private parameters in the outer scope from unset to set
      adds  e73b73e   37208: re-run the "typeset" tests with the private module loaded
      adds  9e06828   37208: check for restricted parameter before changing from unset to set
      adds  78abc72   unposted: 5.1.1-test-2
      adds  d590646   37100: update for sysctl completion
      adds  e4aec8c   37224: delete obsolete comment
      adds  2bab9f0   37225: fix test for typeset with zsh/param/private

No new revisions were added by this update.

Summary of changes:
 ChangeLog                               | 77 ++++++++++++++++++++++++++++++++-
 Completion/Unix/Command/_sysctl         | 14 +++---
 Completion/Unix/Type/_groups            |  4 +-
 Config/version.mk                       |  4 +-
 Functions/Prompts/prompt_adam1_setup    |  3 +-
 Functions/Prompts/prompt_adam2_setup    |  3 +-
 Functions/Prompts/prompt_bart_setup     |  5 +--
 Functions/Prompts/prompt_clint_setup    |  3 +-
 Functions/Prompts/prompt_oliver_setup   |  2 +
 Functions/Prompts/prompt_special_chars  |  1 +
 Functions/Prompts/promptinit            |  2 +-
 Functions/VCS_Info/VCS_INFO_nvcsformats |  1 +
 Src/Modules/param_private.c             | 44 +++++++++++++------
 Src/Zle/zle_main.c                      |  3 +-
 Src/builtin.c                           |  1 +
 Src/params.c                            | 36 ++++++++++-----
 Src/subst.c                             |  2 +-
 Src/utils.c                             | 15 +++++--
 Test/B01cd.ztst                         | 14 +++---
 Test/B02typeset.ztst                    |  2 +-
 Test/B09hash.ztst                       | 71 ++++++++++++++++++++++++++++++
 Test/C02cond.ztst                       | 18 +++++---
 Test/D07multibyte.ztst                  |  2 +-
 Test/V01zmodload.ztst                   |  6 +--
 Test/V02zregexparse.ztst                |  4 +-
 Test/V03mathfunc.ztst                   |  5 +--
 Test/V04features.ztst                   |  3 +-
 Test/V05styles.ztst                     |  4 +-
 Test/V09datetime.ztst                   | 22 +++++-----
 Test/V10private.ztst                    | 19 ++++++--
 Test/X02zlevi.ztst                      |  2 +-
 Test/Y01completion.ztst                 |  2 +-
 Test/Y02compmatch.ztst                  |  2 +-
 Test/Y03arguments.ztst                  |  2 +-
 Test/comptest                           |  2 +-
 Test/ztst.zsh                           |  2 +-
 36 files changed, 305 insertions(+), 97 deletions(-)
 create mode 100644 Test/B09hash.ztst

-- 
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