[Pkg-zsh-commits] [zsh] 01/02: Merge branch 'upstream' into debian

Axel Beckert abe at deuxchevaux.org
Thu Nov 7 14:40:38 UTC 2013


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

abe pushed a commit to branch debian
in repository zsh.

commit d799ac78a744a5359563af55b4dee9e91255a1dc
Merge: abfb3b1 375115c
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Thu Nov 7 14:52:31 2013 +0100

    Merge branch 'upstream' into debian

 .cvsignore                                        |    1 +
 .editorconfig                                     |    4 +-
 .gitignore                                        |    7 +
 ChangeLog                                         | 1073 ++++++++++++++++++++-
 Completion/Base/Utility/.distfiles                |   26 +-
 Completion/Base/Utility/_comp_locale              |   20 +
 Completion/Base/Widget/_complete_help             |   70 +-
 Completion/Base/Widget/_complete_tag              |    5 +
 Completion/Debian/Command/.distfiles              |    2 +-
 Completion/Debian/Command/_dak                    |    4 +
 Completion/Debian/Command/_dcut                   |  160 +++
 Completion/Debian/Command/_dput                   |   61 +-
 Completion/Debian/Command/_linda                  |   26 -
 Completion/Linux/Command/_brctl                   |    6 +-
 Completion/Linux/Command/_btrfs                   |    2 +-
 Completion/Unix/Command/.distfiles                |    4 +-
 Completion/Unix/Command/_awk                      |    6 +-
 Completion/Unix/Command/_cat                      |   43 +
 Completion/Unix/Command/_cp                       |   92 +-
 Completion/Unix/Command/_cut                      |   74 +-
 Completion/Unix/Command/_devtodo                  |    6 +-
 Completion/Unix/Command/_django                   |    2 +-
 Completion/Unix/Command/_du                       |   18 +
 Completion/Unix/Command/_etags                    |   63 ++
 Completion/Unix/Command/_git                      |  700 ++++++++++----
 Completion/Unix/Command/_gradle                   |   16 +-
 Completion/Unix/Command/_graphicsmagick           |    2 +-
 Completion/Unix/Command/_gzip                     |    6 +-
 Completion/Unix/Command/_imagemagick              |    2 +-
 Completion/Unix/Command/_java                     |   24 +-
 Completion/Unix/Command/_make                     |   86 +-
 Completion/Unix/Command/_osc                      |  149 ---
 Completion/Unix/Command/_perforce                 |   10 +-
 Completion/Unix/Command/_prove                    |   51 +
 Completion/Unix/Command/_psutils                  |   34 +-
 Completion/Unix/Command/_qemu                     |    6 +-
 Completion/Unix/Command/_rsync                    |   13 +-
 Completion/Unix/Command/_sed                      |    2 +
 Completion/Unix/Command/_sh                       |   11 +-
 Completion/Unix/Command/_sort                     |   62 +-
 Completion/Unix/Command/_ssh                      |    2 +-
 Completion/Unix/Command/_subversion               |   14 +-
 Completion/Unix/Command/_systemd                  |   12 +-
 Completion/Unix/Command/_twisted                  |  109 +--
 Completion/Unix/Command/_vcsh                     |  149 ++-
 Completion/Unix/Command/_wget                     |   20 +-
 Completion/Unix/Command/_xmlsoft                  |   16 +-
 Completion/Unix/Type/.distfiles                   |    2 +-
 Completion/Unix/Type/_files                       |    2 +-
 Completion/Unix/Type/_java_class                  |    2 +-
 Completion/Unix/Type/{_ps => _postscript}         |    0
 Completion/Unix/Type/_terminals                   |    2 +-
 Completion/X/Command/_mplayer                     |    4 +-
 Completion/X/Command/_xrandr                      |   50 +-
 Completion/Zsh/Command/_cd                        |   16 +-
 Completion/Zsh/Command/_disable                   |   15 +-
 Completion/Zsh/Command/_enable                    |   14 +-
 Completion/Zsh/Command/_fc                        |   32 +-
 Completion/Zsh/Command/_typeset                   |   28 +-
 Completion/Zsh/Context/_math                      |    4 +-
 Completion/Zsh/Context/_zcalc_line                |    2 +-
 Completion/Zsh/Type/.distfiles                    |    3 +
 Completion/Zsh/Type/_math_params                  |    3 +
 Completion/Zsh/Type/_module_math_func             |    9 +
 Completion/Zsh/Type/_user_math_func               |    9 +
 Completion/bashcompinit                           |    4 +-
 Completion/compaudit                              |   47 +-
 Completion/compinit                               |    3 +-
 Completion/openSUSE/Command/_osc                  |    4 +-
 Completion/openSUSE/Command/_zypper               |    5 +-
 Config/version.mk                                 |    4 +-
 Doc/Zsh/builtins.yo                               |  158 ++-
 Doc/Zsh/calsys.yo                                 |   17 +-
 Doc/Zsh/compsys.yo                                |  170 ++--
 Doc/Zsh/contrib.yo                                |   82 +-
 Doc/Zsh/expn.yo                                   |   54 +-
 Doc/Zsh/func.yo                                   |   24 +-
 Doc/Zsh/jobs.yo                                   |   15 +
 Doc/Zsh/mod_curses.yo                             |    6 +-
 Doc/Zsh/mod_mapfile.yo                            |    9 +-
 Doc/Zsh/mod_mathfunc.yo                           |    2 +-
 Doc/Zsh/mod_parameter.yo                          |    8 +
 Doc/Zsh/options.yo                                |   44 +
 Doc/Zsh/params.yo                                 |   18 +-
 Doc/Zsh/prompt.yo                                 |    9 +-
 Doc/Zsh/zle.yo                                    |    5 +
 Doc/zmacros.yo                                    |    1 +
 Doc/ztexi.yo                                      |    6 +-
 Etc/FAQ.yo                                        |    2 +-
 Etc/zsh-development-guide                         |  152 ++-
 Functions/Calendar/age                            |   14 +-
 Functions/MIME/zsh-mime-handler                   |   15 +-
 Functions/Misc/run-help                           |    4 +
 Functions/Misc/zcalc                              |   28 +-
 Functions/Misc/zmv                                |   15 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git |   34 +-
 Functions/Zle/down-line-or-beginning-search       |    2 +
 Functions/Zle/keeper                              |   27 +-
 Functions/Zle/modify-current-argument             |   35 +-
 Functions/Zle/up-line-or-beginning-search         |    2 +
 LICENCE                                           |   12 +
 Makefile.in                                       |    1 +
 NEWS                                              |   20 +
 README                                            |   18 +-
 Src/Builtins/rlimits.awk                          |    6 +-
 Src/Builtins/rlimits.c                            |   56 +-
 Src/Modules/mathfunc.c                            |    9 +
 Src/Modules/parameter.c                           |   40 +
 Src/Modules/parameter.mdd                         |    2 +-
 Src/Modules/stat.c                                |    4 +-
 Src/Modules/zpty.c                                |   33 +-
 Src/Zle/compcore.c                                |    5 +-
 Src/Zle/compctl.c                                 |    1 -
 Src/Zle/computil.c                                |   63 +-
 Src/Zle/zle_main.c                                |   47 +-
 Src/Zle/zle_move.c                                |   16 +-
 Src/Zle/zle_tricky.c                              |   29 +-
 Src/Zle/zle_utils.c                               |    1 +
 Src/builtin.c                                     |   76 +-
 Src/exec.c                                        |  158 +--
 Src/glob.c                                        |   59 +-
 Src/hist.c                                        |  118 ++-
 Src/init.c                                        |    9 +-
 Src/input.c                                       |    4 +
 Src/jobs.c                                        |  137 ++-
 Src/lex.c                                         |    1 +
 Src/math.c                                        |   21 +-
 Src/options.c                                     |    3 +
 Src/params.c                                      |    2 +
 Src/parse.c                                       |   45 +-
 Src/pattern.c                                     |  480 +++++++--
 Src/prompt.c                                      |   43 +-
 Src/signals.c                                     |    8 +-
 Src/signals.h                                     |    8 +
 Src/subst.c                                       |   10 +-
 Src/utils.c                                       |   22 +-
 Src/zsh.h                                         |   82 +-
 Src/zsh.mdd                                       |   12 +-
 Src/zsh_system.h                                  |    2 +-
 Test/.distfiles                                   |    2 +
 Test/A04redirect.ztst                             |   11 +
 Test/A05execution.ztst                            |   24 +
 Test/C01arith.ztst                                |   15 +
 Test/C02cond.ztst                                 |   25 +
 Test/D02glob.ztst                                 |   58 ++
 Test/D03procsubst.ztst                            |    8 +
 Test/D04parameter.ztst                            |    7 +
 Test/E01options.ztst                              |   15 +
 Test/E02xtrace.ztst                               |    9 +
 Test/V01zmodload.ztst                             |    2 +
 Test/V03mathfunc.ztst                             |    6 +
 Test/V08zpty.ztst                                 |   28 +
 Test/X02zlevi.ztst                                |   20 +
 Test/comptest                                     |   33 +-
 configure.ac                                      |    9 +-
 155 files changed, 5007 insertions(+), 1421 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