[Pkg-zsh-commits] [zsh] 01/03: Merge branch 'upstream' and tag 'zsh-5.0.7-dev-4' into 'debian'

Axel Beckert abe at deuxchevaux.org
Thu May 28 00:46:22 UTC 2015


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

abe pushed a commit to branch debian
in repository zsh.

commit fd2ef9a80430c1f4f4ae222af228b485c484dd64
Merge: f14d359 fd786a5
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu May 28 02:27:03 2015 +0200

    Merge branch 'upstream' and tag 'zsh-5.0.7-dev-4' into 'debian'

 ChangeLog                               | 320 +++++++++++++++++++++++++++++++
 Completion/BSD/Command/_bsdconfig       |  55 ++++++
 Completion/BSD/Command/_bsdinstall      |  46 +++++
 Completion/BSD/Command/_jexec           |  19 ++
 Completion/BSD/Command/_jls             |  19 ++
 Completion/BSD/Type/.distfiles          |   2 +
 Completion/BSD/Type/_jails              |  32 +++-
 Completion/Base/Utility/_store_cache    |  11 +-
 Completion/Redhat/Command/_yum          |  22 ++-
 Completion/Unix/Command/_ant            |   3 +-
 Completion/Unix/Command/_baz            |   4 +-
 Completion/Unix/Command/_cp             |   2 +-
 Completion/Unix/Command/_git            | 102 +++++++---
 Completion/Unix/Command/_ip             |   2 +
 Completion/Unix/Command/_locate         |   2 +-
 Completion/Unix/Command/_make           |   6 +-
 Completion/Unix/Command/_pgrep          |  12 +-
 Completion/Unix/Command/_php            |   2 +-
 Completion/Unix/Command/_ps             |   2 +-
 Completion/Unix/Command/_python         |   2 +-
 Completion/Unix/Command/_subversion     |   2 +-
 Completion/Unix/Command/_tar            |   2 +-
 Completion/Unix/Command/_tla            |   4 +-
 Completion/Unix/Command/_vim            |   2 +-
 Completion/Unix/Type/_path_commands     |   2 +-
 Completion/Unix/Type/_urls              |   2 +-
 Completion/X/Command/_xrandr            |   2 +-
 Completion/Zsh/Context/_brace_parameter |   1 +
 Config/version.mk                       |   4 +-
 Doc/Makefile.in                         |  14 +-
 Doc/Zsh/arith.yo                        |  19 +-
 Doc/Zsh/builtins.yo                     | 133 +++++++------
 Doc/Zsh/calsys.yo                       |  19 +-
 Doc/Zsh/compctl.yo                      |  25 +--
 Doc/Zsh/compsys.yo                      | 267 ++++++++++++++------------
 Doc/Zsh/compwid.yo                      |  33 ++--
 Doc/Zsh/cond.yo                         |  11 +-
 Doc/Zsh/contrib.yo                      |  77 ++++----
 Doc/Zsh/expn.yo                         |  45 +++--
 Doc/Zsh/grammar.yo                      |  31 +--
 Doc/Zsh/mod_clone.yo                    |  18 +-
 Doc/Zsh/mod_complist.yo                 |   6 +-
 Doc/Zsh/mod_curses.yo                   |  10 +-
 Doc/Zsh/mod_parameter.yo                |   4 +-
 Doc/Zsh/mod_pcre.yo                     |  10 +-
 Doc/Zsh/mod_sched.yo                    |   4 +-
 Doc/Zsh/mod_stat.yo                     |   6 +-
 Doc/Zsh/mod_system.yo                   |  15 +-
 Doc/Zsh/mod_zftp.yo                     |  26 +--
 Doc/Zsh/mod_zpty.yo                     |  12 +-
 Doc/Zsh/mod_zselect.yo                  |   6 +-
 Doc/Zsh/mod_zutil.yo                    |  52 ++---
 Doc/Zsh/options.yo                      |  20 +-
 Doc/Zsh/params.yo                       |  32 +++-
 Doc/Zsh/redirect.yo                     |   9 +-
 Doc/Zsh/tcpsys.yo                       |  70 +++----
 Doc/Zsh/zftpsys.yo                      |  52 ++---
 Doc/Zsh/zle.yo                          | 328 ++++++++++++++++----------------
 Etc/FAQ.yo                              |   2 +-
 Functions/Chpwd/_cdr                    |   2 +-
 Functions/Zftp/zfcd_match               |   8 +-
 Functions/Zftp/zfdir                    |   7 +-
 Functions/Zle/select-bracketed          |  56 ++++++
 Functions/Zle/select-quoted             |  71 +++++++
 Functions/Zle/surround                  |  75 ++++++++
 NEWS                                    |  16 ++
 README                                  |   6 +
 Src/Modules/zutil.c                     |  36 ++++
 Src/Zle/compcore.c                      |   9 +-
 Src/Zle/computil.c                      |  40 +++-
 Src/Zle/zle_params.c                    |   2 +-
 Src/builtin.c                           |  61 ++++--
 Src/exec.c                              |  10 +-
 Src/hashtable.h                         |   3 +
 Src/lex.c                               |   7 +-
 Src/loop.c                              |  88 +++++----
 Src/params.c                            | 181 +++++++++++-------
 Src/parse.c                             |  90 ++++++---
 Src/pattern.c                           |  13 +-
 Src/subst.c                             |  29 ++-
 Src/text.c                              |  28 ++-
 Src/utils.c                             |  27 ++-
 Src/zsh.h                               |  14 +-
 Src/ztype.h                             |   6 +-
 Test/A01grammar.ztst                    | 106 +++++++++++
 Test/A02alias.ztst                      |  22 ++-
 Test/B02typeset.ztst                    |  27 ++-
 Test/C01arith.ztst                      |   8 +
 Test/D04parameter.ztst                  |   4 +
 configure.ac                            |   7 +-
 90 files changed, 2217 insertions(+), 884 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