[Pkg-zsh-commits] [zsh] 01/03: Merge tag 'zsh-5.1.1-test-1' into debian

Axel Beckert abe at deuxchevaux.org
Wed Nov 25 18:45:59 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 317ec32cb1cbd15b31e17bcb07f09c52cd37c44a
Merge: 1637291 cce4261
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Wed Nov 25 18:51:00 2015 +0100

    Merge tag 'zsh-5.1.1-test-1' into debian

 .gitignore                                        |   1 +
 ChangeLog                                         | 713 ++++++++++++++++++++++
 Completion/BSD/Command/_sockstat                  |  61 +-
 Completion/Base/Utility/_arguments                |  45 +-
 Completion/Base/Widget/_complete_help             |   9 +-
 Completion/Linux/Command/_losetup                 |  36 +-
 Completion/Redhat/Command/_scl                    |  38 ++
 Completion/Unix/Command/_beep                     |   2 +-
 Completion/Unix/Command/_date                     |  17 +-
 Completion/Unix/Command/_git                      | 132 ++--
 Completion/Unix/Command/_gphoto2                  |   2 +-
 Completion/Unix/Command/_head                     |  45 ++
 Completion/Unix/Command/_hg                       | 275 +++++----
 Completion/Unix/Command/_lldb                     |  55 ++
 Completion/Unix/Command/_nm                       |   2 +-
 Completion/Unix/Command/_objdump                  |   8 +
 Completion/Unix/Command/_qemu                     |   4 +-
 Completion/Unix/Command/_sed                      |   8 +-
 Completion/Unix/Command/_sh                       |  17 +-
 Completion/Unix/Command/_ssh                      |   2 +-
 Completion/Unix/Command/_systemd                  | 470 --------------
 Completion/Unix/Command/_tail                     |  69 +++
 Completion/Unix/Command/_tmux                     |  16 +-
 Completion/Unix/Command/_tr                       |  53 ++
 Completion/Unix/Command/_user_admin               |   2 +-
 Completion/Unix/Command/_zfs                      |  12 +-
 Completion/Unix/Command/_zpool                    |   4 +-
 Completion/Unix/Command/_zsh                      |  23 +
 Completion/Unix/Type/_zfs_dataset                 |   6 +-
 Completion/Zsh/Command/_zsocket                   |  14 +
 Completion/Zsh/Context/_brace_parameter           |   6 +-
 Completion/Zsh/Type/_delimiters                   |   2 +-
 Completion/Zsh/Type/_globquals                    |   2 +-
 Config/version.mk                                 |   4 +-
 Doc/Makefile.in                                   |   4 +-
 Doc/Zsh/arith.yo                                  |  10 +-
 Doc/Zsh/builtins.yo                               |  30 +-
 Doc/Zsh/compsys.yo                                |   5 +
 Doc/Zsh/compwid.yo                                |   6 +-
 Doc/Zsh/contrib.yo                                | 383 +++++++++++-
 Doc/Zsh/expn.yo                                   | 100 ++-
 Doc/Zsh/func.yo                                   |   3 +-
 Doc/Zsh/grammar.yo                                |   3 +-
 Doc/Zsh/manual.yo                                 |   1 +
 Doc/Zsh/mod_parameter.yo                          |   6 +-
 Doc/Zsh/mod_pcre.yo                               |   8 +-
 Doc/Zsh/mod_private.yo                            |  89 +++
 Doc/Zsh/mod_socket.yo                             |   5 +
 Doc/Zsh/options.yo                                |  28 +-
 Doc/Zsh/params.yo                                 |  17 +-
 Doc/Zsh/zle.yo                                    |  34 +-
 Doc/zman.yo                                       |   2 +
 Doc/ztexi.yo                                      |   2 +
 Etc/FAQ.yo                                        |   2 +-
 Etc/zsh-development-guide                         |   6 +-
 Functions/Calendar/age                            |   2 +-
 Functions/Chpwd/cdr                               |  37 +-
 Functions/Chpwd/zsh_directory_name_generic        | 151 +++++
 Functions/MIME/zsh-mime-setup                     |   2 +-
 Functions/Misc/add-zsh-hook                       |   2 +
 Functions/Misc/zcalc                              |   4 +
 Functions/Misc/zed                                |  35 +-
 Functions/Misc/zrecompile                         |   2 +-
 Functions/TCP/tcp_open                            |   2 +-
 Functions/TCP/tcp_read                            |   2 +-
 Functions/TCP/tcp_send                            |   2 +-
 Functions/TCP/tcp_shoot                           |   4 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git |  65 +-
 Functions/VCS_Info/VCS_INFO_quilt                 |  31 +
 Functions/VCS_Info/vcs_info                       |   2 +
 Functions/Zle/bracketed-paste-magic               |  29 +-
 Functions/Zle/bracketed-paste-url-magic           |  44 ++
 Functions/Zle/edit-command-line                   |   9 +-
 Functions/Zle/match-word-context                  |   9 +-
 Functions/Zle/smart-insert-last-word              |  10 +-
 MACHINES                                          |   4 +-
 NEWS                                              |  36 +-
 README                                            |  27 +-
 Src/Modules/curses.c                              |   4 +-
 Src/Modules/curses.mdd                            |   2 +-
 Src/Modules/db_gdbm.c                             |   9 +-
 Src/Modules/param_private.c                       | 587 ++++++++++++++++++
 Src/Modules/param_private.mdd                     |   7 +
 Src/Modules/socket.c                              |  23 +-
 Src/Modules/tcp.c                                 |  13 +-
 Src/Modules/zftp.c                                |   8 +-
 Src/Modules/zpty.c                                |   2 +-
 Src/Zle/compctl.c                                 |   4 +-
 Src/Zle/complist.c                                |  13 +-
 Src/Zle/compmatch.c                               |  17 +-
 Src/Zle/computil.c                                |  11 +-
 Src/Zle/zle_hist.c                                |   8 +-
 Src/Zle/zle_keymap.c                              |  37 +-
 Src/Zle/zle_main.c                                |  15 +-
 Src/Zle/zle_misc.c                                |  11 +-
 Src/Zle/zle_params.c                              |  24 +-
 Src/Zle/zle_refresh.c                             |   3 +-
 Src/Zle/zle_thingy.c                              |  47 +-
 Src/Zle/zle_tricky.c                              |   7 +-
 Src/Zle/zle_utils.c                               |  23 +-
 Src/Zle/zle_vi.c                                  |   2 +-
 Src/builtin.c                                     | 100 ++-
 Src/cond.c                                        |   2 +-
 Src/exec.c                                        | 424 ++++++-------
 Src/glob.c                                        | 458 ++++++++------
 Src/hist.c                                        |  18 +-
 Src/init.c                                        |   6 +-
 Src/lex.c                                         |  40 +-
 Src/math.c                                        |   3 +-
 Src/mem.c                                         |  89 ++-
 Src/mkmakemod.sh                                  |  10 +-
 Src/options.c                                     |  31 +
 Src/params.c                                      | 110 +++-
 Src/parse.c                                       |   5 +-
 Src/pattern.c                                     | 388 ++++++++----
 Src/subst.c                                       | 131 +++-
 Src/text.c                                        |   4 +-
 Src/utils.c                                       | 106 +++-
 Src/zsh.h                                         | 117 +++-
 Src/zsh.mdd                                       |   2 +-
 Test/C03traps.ztst                                |  14 +
 Test/D02glob.ztst                                 |   8 +
 Test/D04parameter.ztst                            | 141 +++++
 Test/D06subscript.ztst                            |  17 +
 Test/D07multibyte.ztst                            |  17 +-
 Test/E01options.ztst                              |   8 +-
 Test/V10private.ztst                              | 268 ++++++++
 configure.ac                                      |   6 +
 128 files changed, 5158 insertions(+), 1652 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