[Pkg-zsh-commits] [zsh] branch upstream updated (375115c -> 56aa469)

Axel Beckert abe at deuxchevaux.org
Mon Dec 2 16:06:26 UTC 2013


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

abe pushed a change to branch upstream
in repository zsh.

      from  375115c   unposted: updates for 4.0.2-test-1. Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles.
      adds  f77a7a5   31937: zle -Fw uses widget semantics for file descriptor handler
      adds  12251d6   31940: zcalc -e uses arguments as input
      adds  963a572   unposted: refer to zle -Fw in NEWS
      adds  3c73336   unposted: update some incorrect version numbers in ChangeLog
      adds  2fc2bb7   31961: rationalise fd watching to use structure
      adds  0f90327   31959 (plus tweak to .gitignore): make help files during installation
      adds  0640886   31959 (plus tweak to .gitignore): make help files during installation
      adds  590dd6c   Fix merge conflict amending ChangeLog.
      adds  d3630bc   31959: missed files
      adds  4853954   31966: skip introductory paragraphs when processing "man zshbuiltins".
      adds  0e7bdd1   Merge remote commit
      adds  299738c   31959 tweak: put this back again
      adds  128034e   31971: locale fix for helpfiles
      adds  7a94960   31977: It's OK to autoload a feature that's loaded. Simply check that the feature is from the same module that's requested.
      adds  4c611f9   31982: detection of floating point constants was problematic. Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way.
      adds  11d8781   31983: suppress warning from cmp when genering patchlevel.h. The warning doesn't indicate a problem, so isn't useful.
      adds  42fabad   31984: new df completion
      adds  e7fa65f   Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C
      adds  1746568   One missed hunk from 31988.
      adds  412eb07   Another missed bit of 31988.
      adds  bd919f3   32001: fix crash on ${:*} and ${:|}
      adds  8426fc6   follow up to 31959: I patched the files to the wrong place.
      adds  12fb09c   31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a leading paren means grouping
      adds  7560ed5   Fix merge of ChangeLog
      adds  49959a3   32008: complete "." and ":" for run-help, clean Doc/help in make
      adds  b514fbe   32023: better interrupt handling at RM_STAR_WAIT
      adds  8e2d4c2   32030: need to revert empty glob qualifier change. It failed on an empty expansion that (N) was supposed to remove. Add test for this case.
      adds  9503b16   32031 plus missed _run_help: get helpfiles install path corect in functions
      adds  7b0ea6e   32045 (adjusted by 32047): use makefile dependencies to determine whether to rebuild helpfiles
      adds  412116e   unposted: Prepare 5.0.2-test-2.
      adds  f9fdaff   unposted: Prepare 5.0.3-test-2.
      adds  24c37d8   Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code
      adds  7423ac1   unposted, see 32050, 32051: remove non-ASCII characters in functions
      adds  4163ebf   unposted, see 32054: Rationalise character encoding. Shell functions are strictly ASCII for maximum portability.
      adds  405b497   unposted: fix ChangeLog reference to last test version
      adds  5618116   32061: Fix "use of uninitialized memory" in metafy
      adds  9972fde   32066: fix %r and %S in vcs_info formats when a repository subdirectory is accessed via a symlink
      adds  567b494   32069: completion for "git submodule update --remote"
      adds  56aa469   unposted: 5.0.2-test-3

No new revisions were added by this update.

Summary of changes:
 .gitignore                                        |   4 +
 ChangeLog                                         | 149 +++++++-
 Completion/BSD/Command/_portaudit                 |   2 +-
 Completion/Unix/Command/.distfiles                |   1 +
 Completion/Unix/Command/_cdrdao                   |   2 +-
 Completion/Unix/Command/_df                       |  79 ++++
 Completion/Unix/Command/_git                      |  53 +--
 Completion/Unix/Command/_growisofs                |   4 +-
 Completion/Unix/Command/_systemd                  |   2 +-
 Completion/Zsh/Command/.distfiles                 |   1 +
 Completion/Zsh/Command/_run-help                  |   7 +
 Config/defs.mk.in                                 |   2 +
 Config/installfns.sh                              |  22 +-
 Config/version.mk                                 |   4 +-
 Doc/.cvsignore                                    |   1 +
 Doc/.distfiles                                    |   1 +
 Doc/Makefile.in                                   |  38 +-
 Doc/Zsh/contrib.yo                                |   6 +-
 Doc/Zsh/zle.yo                                    |  11 +-
 Doc/help/.cvsignore                               |   1 +
 {StartupFiles => Doc/help}/.distfiles             |   3 +-
 Etc/ChangeLog-3.0                                 | 434 +++++++++++-----------
 Etc/ChangeLog-3.1                                 | 168 ++++-----
 Functions/Misc/run-help                           |   2 +-
 Functions/Misc/zcalc                              |  36 +-
 Functions/VCS_Info/Backends/VCS_INFO_get_data_git |   2 +-
 Functions/VCS_Info/VCS_INFO_reposub               |   4 +-
 LICENCE                                           |   2 +-
 Makefile.in                                       |  10 +-
 NEWS                                              |   5 +
 Src/Modules/clone.c                               |  10 +-
 Src/Modules/example.c                             |  10 +-
 Src/Zle/zle.h                                     |  12 +
 Src/Zle/zle_main.c                                |  62 ++--
 Src/Zle/zle_thingy.c                              |  52 ++-
 Src/Zle/zle_utils.c                               |   7 +-
 Src/math.c                                        |  34 +-
 Src/module.c                                      |  25 +-
 Src/subst.c                                       |   8 +
 Src/utils.c                                       |   6 +-
 Src/zsh.mdd                                       |   2 +-
 StartupFiles/zshrc                                |   2 +-
 Test/C01arith.ztst                                |  12 +-
 Test/D02glob.ztst                                 |   8 +
 Test/D04parameter.ztst                            |   9 +
 Util/helpfiles                                    |  88 ++++-
 configure.ac                                      |  20 +
 47 files changed, 949 insertions(+), 474 deletions(-)
 create mode 100644 Completion/Unix/Command/_df
 create mode 100644 Completion/Zsh/Command/_run-help
 create mode 100644 Doc/help/.cvsignore
 copy {StartupFiles => Doc/help}/.distfiles (50%)

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