[Pkg-zsh-commits] [zsh] branch debian updated (f33de64 -> 0cd5540)

Axel Beckert abe at deuxchevaux.org
Tue Sep 12 23:24:33 UTC 2017


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

abe pushed a change to branch debian
in repository zsh.

      from  f33de64   Declare compliance with Debian Policy 4.1.0. (No changes needed.)
      adds  23af20d   unposted: update to 5.4.1-dev-0
      adds  cfd34c7   41504: make empty strings work in case patterns with no leading parenthesis
      adds  0f8cf76   unposted: fix README typo
      adds  b5f40f4   41527 (tweaked for heap memory): fix [[ -<cond> ]] from  modules
      adds  74aff41   41542: Fix pcre logic for extracting matched parentheses.
      adds  ddb8675   posted but has not shown up: fix fd problem in subshell.
      adds  f80fe2d   41552: complete only branches after git worktree add --detach
      adds  b1a1a34   41556: complete BPF (libpcap) filters
      adds  8197af9   users/22834: allow completion after -c and a few other new ip options
      adds  2b0bc32   users/22834: fix irritating bug in file glob for Linux kernel modules
      adds  ba65386   41560: cleanup chsh completion for different platforms
      adds  bcb285d   41561: update dhclient completion
      adds  620b7d6   41562: correct completed word
      adds  9dee8e0   41563: fix completion description alignment with _regex_words
      adds  1472c85   41568: complete vmstat options on NetBSD and Solaris and add some exclusion lists
      adds  d6aa949   41565: vcs_info patch2subject: Support `svn log -r N --diff` output.
      adds  97d4bdb   41590 modified as 41595: make ERR_RETURN more logical.
      adds  86f9edb   41598: new who and w completions
      adds  93ce12e   41600: fix quoting of songs for mpc completion
      adds  3fbb80b   41601: handle system differences in arp completion and add function for route
      adds  dd2e003   41602 (tweaked): Improve wording in gpg completion.
      adds  0e7186f   41599: info updates for 5.4.2
      adds  c108446   unposted: Fix changelog typo introduced by the previous commit.
      adds  6ff4787   unposted: 5.4.2
       new  4aaf06e   Merge tag 'zsh-5.4.2' into debian
       new  0cd5540   Update changelog for 5.4.2

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ChangeLog                                 |  96 +++++++++++
 Completion/BSD/Command/_rcctl             |   2 +-
 Completion/Base/Utility/_regex_words      |  21 +--
 Completion/Linux/Command/_modutils        |   2 +-
 Completion/Solaris/Command/_snoop         | 111 ++++---------
 Completion/Unix/Command/_arp              | 110 +++++++++++--
 Completion/Unix/Command/_chsh             |  97 ++++++++----
 Completion/Unix/Command/_dhclient         |  86 +++++++---
 Completion/Unix/Command/_git              |   4 +-
 Completion/Unix/Command/_gpg              |  12 +-
 Completion/Unix/Command/_ip               |  15 ++
 Completion/Unix/Command/_mpc              | 111 ++++++++++---
 Completion/Unix/Command/_ngrep            |  33 ++++
 Completion/Unix/Command/_route            | 254 ++++++++++++++++++++++++++++++
 Completion/Unix/Command/_tcpdump          | 177 ++++++++++++---------
 Completion/Unix/Command/_vmstat           |  90 ++++++++---
 Completion/Unix/Command/_w                |  47 ++++++
 Completion/Unix/Command/_who              |  64 ++++++++
 Completion/Unix/Type/_bpf_filters         | 215 +++++++++++++++++++++++++
 Config/version.mk                         |   4 +-
 Doc/Zsh/options.yo                        |  24 ++-
 Etc/FAQ.yo                                |   2 +-
 Functions/VCS_Info/VCS_INFO_patch2subject |  11 +-
 README                                    |  23 ++-
 Src/Modules/pcre.c                        |  68 +++++---
 Src/exec.c                                |  59 +++++--
 Src/init.c                                |   4 +-
 Src/lex.c                                 |   6 +-
 Src/loop.c                                |   9 +-
 Src/module.c                              |  15 +-
 Src/parse.c                               |  48 ++++--
 Src/signals.c                             |   2 +-
 Src/zsh.h                                 |  23 +++
 Test/A01grammar.ztst                      |  37 +++++
 Test/E01options.ztst                      |  30 ++++
 Test/V07pcre.ztst                         |  33 ++++
 debian/NEWS                               |   2 +-
 debian/changelog                          |  10 ++
 38 files changed, 1590 insertions(+), 367 deletions(-)
 create mode 100644 Completion/Unix/Command/_ngrep
 create mode 100644 Completion/Unix/Command/_route
 create mode 100644 Completion/Unix/Command/_w
 create mode 100644 Completion/Unix/Command/_who
 create mode 100644 Completion/Unix/Type/_bpf_filters

-- 
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