[Pkg-zsh-commits] [zsh] 02/06: New upstream release candidate: Merge branch 'upstream' into debian

Axel Beckert abe at deuxchevaux.org
Mon Aug 11 19:05:55 UTC 2014


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

abe pushed a commit to branch debian
in repository zsh.

commit 382c26acfc62a56744ab9eb603efc56130764fd3
Merge: 73508e3 f8ae47f
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Mon Aug 11 17:39:42 2014 +0200

    New upstream release candidate: Merge branch 'upstream' into debian

 .gitignore                                         |   1 +
 ChangeLog                                          | 920 ++++++++++++++++++++-
 Completion/Base/Completer/.distfiles               |   1 +
 Completion/Base/Completer/_expand_alias            |   5 +-
 Completion/Base/Completer/_extensions              |  33 +
 Completion/Base/Core/_description                  |  16 +-
 Completion/Base/Core/_main_complete                |  13 +
 Completion/Darwin/Command/.distfiles               |   8 +-
 Completion/Darwin/Command/_system_profiler         |  20 +
 Completion/Debian/Command/_apt                     |  66 +-
 Completion/Debian/Command/_aptitude                |   2 +
 Completion/Debian/Command/_axi-cache               |   8 +-
 Completion/Debian/Command/_dpkg                    |  12 +
 Completion/Linux/Command/.distfiles                |   2 +
 Completion/Linux/Command/_btrfs                    | 334 ++++++--
 Completion/Linux/Command/_modutils                 |   2 +-
 Completion/Linux/Command/_ss                       |  98 +++
 Completion/Unix/Command/.distfiles                 |   3 +
 Completion/Unix/Command/_bpython                   |  46 ++
 Completion/Unix/Command/_bzr                       |  16 +-
 Completion/Unix/Command/_gcc                       | 864 ++++++++++++++++---
 Completion/Unix/Command/_git                       | 279 +++++--
 Completion/Unix/Command/_gzip                      |   1 +
 Completion/Unix/Command/_hg                        |  12 +-
 Completion/Unix/Command/_ip                        |   2 +-
 Completion/Unix/Command/_man                       |   2 +-
 Completion/Unix/Command/_moosic                    | 487 +++++++++++
 Completion/Unix/Command/_mpc                       |   5 +-
 Completion/Unix/Command/_nm                        |   2 +-
 Completion/Unix/Command/_npm                       |  20 +-
 Completion/Unix/Command/_od                        |  71 ++
 Completion/Unix/Command/_perforce                  |   6 +-
 Completion/Unix/Command/_perl                      |  23 +-
 Completion/Unix/Command/_pgrep                     | 173 +++-
 Completion/Unix/Command/_php                       |   5 +-
 Completion/Unix/Command/_python                    |  42 +-
 Completion/Unix/Command/_qemu                      |   2 +-
 Completion/Unix/Command/_rm                        |  10 +-
 Completion/Unix/Command/_ruby                      | 117 ++-
 Completion/Unix/Command/_ssh                       |   4 +-
 Completion/Unix/Command/_tmux                      |   5 +-
 Completion/Unix/Command/_zfs                       |   6 +-
 Completion/Unix/Type/_path_files                   |   5 +-
 Completion/X/Command/_x_utils                      |   2 +-
 Completion/Zsh/Command/_typeset                    |   4 +-
 Completion/Zsh/Command/_zstyle                     |   2 +
 Completion/Zsh/Context/_brace_parameter            |   3 +
 Completion/Zsh/Type/_globquals                     |   7 +-
 Completion/Zsh/Type/_parameters                    |   5 +
 Completion/openSUSE/Command/.distfiles             |   2 +-
 .../openSUSE/Command/{_SuSEconfig => _SUSEconfig}  |   0
 Completion/openSUSE/Command/_zypper                | 179 +++-
 Config/defs.mk.in                                  |   2 +-
 Config/version.mk                                  |   4 +-
 Doc/Makefile.in                                    |  13 +-
 Doc/Zsh/arith.yo                                   |  21 +
 Doc/Zsh/builtins.yo                                |  20 +-
 Doc/Zsh/calsys.yo                                  |  21 +-
 Doc/Zsh/compat.yo                                  |   2 +-
 Doc/Zsh/compsys.yo                                 |  34 +-
 Doc/Zsh/cond.yo                                    |  37 +-
 Doc/Zsh/contrib.yo                                 | 158 +++-
 Doc/Zsh/expn.yo                                    |  81 +-
 Doc/Zsh/grammar.yo                                 |  61 +-
 Doc/Zsh/mod_pcre.yo                                |  11 +-
 Doc/Zsh/mod_regex.yo                               |   1 +
 Doc/Zsh/mod_sched.yo                               |   2 +-
 Doc/Zsh/mod_zutil.yo                               |  10 +-
 Doc/Zsh/options.yo                                 |  90 +-
 Doc/Zsh/params.yo                                  |  37 +-
 Doc/Zsh/prompt.yo                                  |  40 +-
 Doc/Zsh/roadmap.yo                                 |   1 -
 Doc/Zsh/tcpsys.yo                                  |   4 +
 Doc/Zsh/zle.yo                                     |  87 +-
 Doc/zman.yo                                        |   6 +-
 Doc/zsh.yo                                         |   1 +
 Doc/ztexi.yo                                       |   1 -
 Etc/.distfiles                                     |   4 +
 Etc/FAQ.yo                                         |   2 +-
 Functions/Misc/zcalc                               |   7 +-
 Functions/TCP/tcp_output                           |   3 +
 Functions/VCS_Info/Backends/VCS_INFO_detect_hg     |   2 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git  |  33 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_svn  |  30 +-
 Functions/Zle/.distfiles                           |   3 +
 Functions/Zle/expand-absolute-path                 |  19 +
 Functions/Zle/read-from-minibuffer                 |   9 +
 Functions/Zle/replace-argument                     |  48 ++
 Functions/Zle/zcalc-auto-insert                    |   8 +
 Misc/vcs_info-examples                             |   4 +
 NEWS                                               |  20 +
 README                                             |   6 +-
 Src/Builtins/rlimits.c                             |  25 +-
 Src/Builtins/sched.c                               |   2 +-
 Src/Modules/datetime.c                             |   2 +-
 Src/Modules/parameter.c                            |  30 +-
 Src/Modules/pcre.c                                 |  11 +-
 Src/Modules/stat.c                                 |   2 +-
 Src/Modules/zutil.c                                | 159 ++--
 Src/Zle/compcore.c                                 |  14 +
 Src/Zle/compctl.c                                  |   4 +-
 Src/Zle/complist.c                                 |  19 +-
 Src/Zle/compresult.c                               |   2 +-
 Src/Zle/computil.c                                 |  10 +-
 Src/Zle/iwidgets.list                              |   1 +
 Src/Zle/zle_hist.c                                 |   4 +
 Src/Zle/zle_main.c                                 |  66 +-
 Src/Zle/zle_misc.c                                 |  28 +-
 Src/Zle/zle_params.c                               |   2 +-
 Src/Zle/zle_refresh.c                              |   9 +-
 Src/Zle/zle_tricky.c                               |   5 +-
 Src/Zle/zle_utils.c                                |  52 +-
 Src/Zle/zle_vi.c                                   |  37 +-
 Src/builtin.c                                      |  54 +-
 Src/compat.c                                       |   2 +-
 Src/cond.c                                         |  24 +-
 Src/exec.c                                         |  52 +-
 Src/glob.c                                         | 305 +++++--
 Src/hist.c                                         |  78 +-
 Src/init.c                                         |  24 +-
 Src/jobs.c                                         |  32 +-
 Src/lex.c                                          |  10 +-
 Src/loop.c                                         |  20 +-
 Src/math.c                                         |  35 +-
 Src/mem.c                                          | 125 ++-
 Src/mkmakemod.sh                                   |   4 +-
 Src/options.c                                      |   3 +
 Src/params.c                                       | 186 ++++-
 Src/parse.c                                        |  45 +-
 Src/pattern.c                                      |   8 +-
 Src/prompt.c                                       |  24 +-
 Src/prototypes.h                                   |   2 +-
 Src/signals.c                                      |  10 +-
 Src/subst.c                                        |  73 +-
 Src/utils.c                                        | 119 ++-
 Src/watch.c                                        |   2 +-
 Src/zsh.h                                          |  32 +-
 Src/zsh.mdd                                        |   2 +-
 Src/zsh_system.h                                   |  14 +-
 Test/.distfiles                                    |   1 +
 Test/A07control.ztst                               |   6 +-
 Test/B08shift.ztst                                 |  33 +
 Test/C01arith.ztst                                 |  16 +
 Test/C02cond.ztst                                  |   8 +
 Test/C04funcdef.ztst                               |   5 +
 Test/D02glob.ztst                                  |  39 +
 Test/D04parameter.ztst                             |  76 ++
 Test/D09brace.ztst                                 |  15 +
 Test/E01options.ztst                               |  44 +-
 Test/X02zlevi.ztst                                 |  57 ++
 Test/comptest                                      |  42 +-
 Test/ztst.zsh                                      |   6 +-
 Util/helpfiles                                     |  36 +-
 configure.ac                                       |  23 +-
 154 files changed, 5979 insertions(+), 1093 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