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

Axel Beckert abe at deuxchevaux.org
Sun Jan 24 17:20:01 UTC 2016


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

abe pushed a commit to branch debian
in repository zsh.

commit 86ca06fb4b5a835caac37700952207db4c5073cd
Merge: 370659a d18ce35
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Jan 24 17:19:53 2016 +0100

    Merge branch 'upstream' at 5.2-dev-1 into debian

 ChangeLog                                         | 369 +++++++++++++++++++
 Completion/BSD/Command/_cu                        |   7 +
 Completion/BSD/Command/_fw_update                 |  10 +
 Completion/BSD/Command/_rcctl                     |  42 +++
 Completion/Debian/Command/_apt                    |   4 +-
 Completion/Debian/Command/_aptitude               |   2 +-
 Completion/Redhat/Command/_dnf                    | 416 +++++++++------------
 Completion/Unix/Command/_bibtex                   |   5 +
 Completion/Unix/Command/_dig                      |  85 +++++
 Completion/Unix/Command/_elfdump                  |   6 +-
 Completion/Unix/Command/_getent                   |   0
 Completion/Unix/Command/_git                      |  23 +-
 Completion/Unix/Command/_man                      |  21 +-
 Completion/Unix/Command/_mtools                   |   0
 Completion/Unix/Command/_nm                       |   6 +-
 Completion/Unix/Command/_objdump                  |   7 +-
 Completion/Unix/Command/_readelf                  |   6 +-
 Completion/Unix/Type/_absolute_command_paths      |  29 ++
 Completion/Unix/Type/_list_files                  |   2 +-
 Completion/Unix/Type/_mime_types                  |   0
 Completion/Unix/Type/_object_files                |  11 +
 Completion/Unix/Type/_path_commands               |   3 +
 Completion/X/Command/_kfmclient                   |   0
 Completion/X/Command/_mplayer                     |   4 +-
 Completion/Zsh/Command/_zed                       |   0
 Config/version.mk                                 |   4 +-
 Doc/Zsh/builtins.yo                               |  20 +-
 Doc/Zsh/compsys.yo                                |  12 +
 Doc/Zsh/expn.yo                                   |   5 +
 Doc/Zsh/options.yo                                |   6 +
 Doc/Zsh/params.yo                                 |   5 +
 Doc/Zsh/zle.yo                                    |   7 +-
 Functions/Chpwd/zsh_directory_name_generic        |   4 +-
 Functions/Misc/is-at-least                        |  20 +-
 Functions/Newuser/zsh-newuser-install             |   2 +-
 Functions/VCS_Info/Backends/VCS_INFO_detect_p4    |   4 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git |   4 +-
 Functions/VCS_Info/VCS_INFO_maxexports            |   2 +-
 Functions/VCS_Info/VCS_INFO_nvcsformats           |   1 -
 Functions/VCS_Info/VCS_INFO_set                   |   2 +-
 Functions/VCS_Info/vcs_info                       |   2 +-
 Functions/Zle/backward-kill-word-match            |   2 +
 Functions/Zle/edit-command-line                   |  10 +-
 Functions/Zle/kill-word-match                     |   2 +
 Functions/Zle/match-words-by-style                |   6 +-
 Functions/Zle/transpose-words-match               |  11 +-
 Functions/Zle/url-quote-magic                     |   2 +-
 NEWS                                              |   7 +
 README                                            |  34 +-
 Src/Modules/clone.c                               |   2 +-
 Src/Modules/pcre.c                                |  33 +-
 Src/Modules/zpty.c                                |  26 +-
 Src/Zle/complist.c                                |   6 +
 Src/Zle/zle.h                                     |   2 +
 Src/Zle/zle_hist.c                                |   2 +
 Src/Zle/zle_keymap.c                              | 111 +++++-
 Src/Zle/zle_main.c                                |  53 ++-
 Src/Zle/zle_refresh.c                             |   6 +-
 Src/Zle/zle_thingy.c                              |   7 +-
 Src/builtin.c                                     | 256 ++++++++-----
 Src/exec.c                                        |  20 +-
 Src/glob.c                                        |  17 +-
 Src/hashtable.c                                   |   9 +
 Src/hashtable.h                                   |   2 +-
 Src/init.c                                        |  30 +-
 Src/lex.c                                         |  49 ++-
 Src/options.c                                     |   2 +-
 Src/params.c                                      |  64 +---
 Src/parse.c                                       |  34 +-
 Src/pattern.c                                     |  17 +-
 Src/subst.c                                       |  14 +-
 Src/text.c                                        |  32 +-
 Src/utils.c                                       | 429 +++++++++++++++++++---
 Src/zsh.h                                         |  34 +-
 Test/A02alias.ztst                                |   8 +
 Test/A06assign.ztst                               |  15 +-
 Test/B02typeset.ztst                              |  29 +-
 Test/B03print.ztst                                |   9 +
 Test/C01arith.ztst                                |  11 +
 Test/C02cond.ztst                                 |  14 +-
 Test/D02glob.ztst                                 |  73 ++++
 Test/D04parameter.ztst                            |  16 +-
 Test/D07multibyte.ztst                            |   7 +
 Test/E01options.ztst                              |   9 +
 Test/V07pcre.ztst                                 |  11 +
 Test/V09datetime.ztst                             |   2 +-
 Test/V10private.ztst                              |   9 +-
 Test/X03zlebindkey.ztst                           | 128 +++++++
 Test/comptest                                     |   2 +-
 89 files changed, 2182 insertions(+), 650 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