[libautovivification-perl] branch master updated (2dc0e26 -> 765e0c9)

Tamas Csillag cstamas-guest at moszumanska.debian.org
Tue Aug 8 21:02:10 UTC 2017


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

cstamas-guest pushed a change to branch master
in repository libautovivification-perl.

      from  2dc0e26   update changelog
      adds  ce247d1   Update VPIT::TestHelpers to ba865c42
      adds  414e69b   Harden t/09-load-threads.t against stray exits
      adds  25026a1   Harden t/50-threads.t against stray exits
      adds  8d93450   Correct a copypasted comment
      adds  d9e7c3a   Make sure asserts are only checked on DEBUGGING builds
      adds  0180a2a   Remove the code coverage link
      adds  c058978   The Big Boilerplate Factorization
      adds  fdfce5e   Remove the only use of bool
      adds  0cd4c2a   Add separate hint values for keys/values
      adds  d63177d   Fix autovivification for scalar(keys(%)) in perl 5.27.3
      adds  fb8ae18   Revamp a_map_update_flags_topdown()
      adds  ed834d2   Bump copyright year
      adds  048a0f6   Protect against d_cplusplus perls
      adds  2c009c2   Update VPIT::XSHelpers to 18554226
      adds  f43bcb4   This is 0.17
      adds  81418dd   New upstream version 0.17
       new  abd72ba   Merge tag 'upstream/0.17'
       new  31f5b47   Update debian/changelog
       new  39d8ed0   update copyright as a file got renamed
       new  a3da44a   bump standards version
       new  c075a8c   add hardening
       new  765e0c9   update d/changelog + release

The 6 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:
 Changes                   |   7 +
 MANIFEST                  |  10 +-
 META.json                 |   8 +-
 META.yml                  |   6 +-
 Makefile.PL               |  26 +-
 README                    |   9 +-
 autovivification.xs       | 943 +++++++++++-----------------------------------
 debian/changelog          |  10 +-
 debian/control            |   2 +-
 debian/copyright          |   2 +-
 debian/rules              |   2 +
 lib/autovivification.pm   |  10 +-
 ptable.h                  | 269 -------------
 t/09-load-threads.t       |  68 ++--
 t/50-threads.t            |   2 +-
 t/lib/VPIT/TestHelpers.pm |  16 +-
 xsh/caps.h                |  51 +++
 xsh/debug.h               |  27 ++
 xsh/hints.h               | 373 ++++++++++++++++++
 xsh/mem.h                 | 199 ++++++++++
 xsh/ops.h                 |  83 ++++
 xsh/peep.h                | 190 ++++++++++
 xsh/ptable.h              | 464 +++++++++++++++++++++++
 xsh/threads.h             | 502 ++++++++++++++++++++++++
 xsh/util.h                |  82 ++++
 25 files changed, 2305 insertions(+), 1056 deletions(-)
 delete mode 100644 ptable.h
 create mode 100644 xsh/caps.h
 create mode 100644 xsh/debug.h
 create mode 100644 xsh/hints.h
 create mode 100644 xsh/mem.h
 create mode 100644 xsh/ops.h
 create mode 100644 xsh/peep.h
 create mode 100644 xsh/ptable.h
 create mode 100644 xsh/threads.h
 create mode 100644 xsh/util.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libautovivification-perl.git



More information about the Pkg-perl-cvs-commits mailing list