[libref-util-perl] branch master updated (92ed7aa -> bcaabb2)

gregor herrmann gregoa at debian.org
Mon Jan 9 20:00:01 UTC 2017


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

gregoa pushed a change to branch master
in repository libref-util-perl.

      from  92ed7aa   releasing package libref-util-perl version 0.101-1
      adds  6ef464a   Initial commit
      adds  8f18223   First version, some problems remain:
      adds  3b9c4d6   use XSRETURN_YES and XSRETURN_NO, fix test
      adds  fb04ac9   use PUSHs() and PL_sv_yes/PL_sv_no
      adds  0e832ac   fix type for hashes (should be SVt_PVHV not SVt_PVCV)
      adds  11cc2c4   use macros to reduce redundant verbiage
      adds  4d0dc8e   Merge remote-tracking branch 'demerphq/master'
      adds  1620fa0   Consider this lesson learn, thanks Yves
      adds  1ea3e4c   add expression test
      adds  c6c9580   fix XSUB_BODY, make dynamic work
      adds  f472e99   refactor
      adds  0593d48   better renaming?
      adds  53f1e92   more files
      adds  b76e29f   more docs
      adds  61887ac   whitespace
      adds  0d5ead3   bits
      adds  e52cc3e   stuffs
      adds  f01e2a4   changes
      adds  835f17f   reflect said changes
      adds  9ecde59   update benchmark
      adds  3843097   add more information
      adds  869a938   reflect more changes
      adds  92a8b33   more explanations
      adds  427763b   add is_refref
      adds  6db848b   bump version
      adds  b89d429   update benchmark data
      adds  332f8c4   more changes
      adds  1f02950   cleanup
      adds  bb0ae7f   date for changes
      adds  3dadc82   update README
      adds  94e74b7   add repository meta
      adds  e1f63ca   also use GitHub for the bugtracker
      adds  a43f70a   Merge pull request #1 from plicease/repo_meta
      adds  d7f32d0   reflect more changes
      adds  638476f   try to support 5.8 and 5.6
      adds  634eec0   whitespace
      adds  c3368b5   Support 5.6.2, except for isformatref():
      adds  d4c8d43   support older Test::More and proper check for 5.8.0+ in formatref check
      adds  593c5b2   some updates
      adds  fc53540   bump version, release
      adds  d2ee737   oh yeah, we did this too...
      adds  76237d0   rephrase
      adds  4b464b9   changes
      adds  1714a5a   - Added key 'LICENSE' to the Makefile.PL script.
      adds  1cd6743   Merge branch 'add-license-key-to-makefile-script'
      adds  4dafc6e   reflect changes
      adds  d1fb3a8   new version: 0.006
      adds  657dc9c   add is_ref, GH #6
      adds  98a9adb   clarify tied variables lack of support
      adds  c0c4fbe   reflect change
      adds  9659086   bump version, update README
      adds  bff2adf   document is_ref: GH #8
      adds  15dff0c   reflect change
      adds  794d23d   bump version
      adds  74c4573   update README
      adds  3159ce6   add examples for rewriting
      adds  3ec8130   make note on changed value
      adds  f99a09d   Ref::Util::Rewriter is on CPAN now
      adds  4e7fafb   Avoid -Wtautological-constant-out-of-range-compare warning
      adds  8fe448d   Add an additional test condition to internals
      adds  c49cf39   Add is_plain_hashref() et al
      adds  3027dbf   Merge remote-tracking branch 'arc/master'
      adds  0339cd4   Use SvRXOK() on 5.12+ instead of SVt_REGEXP in XS version:
      adds  e137c3c   fix code comment
      adds  7e6080d   reflect arc's changes
      adds  ab9949c   Use SvRXOK() in opcodes too, on Perl 5.12+:
      adds  4a980af   reflect change
      adds  3e4f12e   Add test for a regexp blessed into an unusual package
      adds  94c9fca   Merge remote-tracking branch 'arc/master'
      adds  4eff767   improve changes entry
      adds  f116e0e   Added in 5.10, not 5.12
      adds  dd12197   Fix incorrect test count
      adds  917bef0   Fix compilation under 5.8 and 5.6
      adds  577e339   Skip format-ref tests before 5.8.x
      adds  1576691   Mark blessed-regexp tests TODO on 5.6 and 5.8
      adds  bc65180   Add is_plain_ref, is_plain_formatref, is_plain_refref
      adds  c812a60   Behavior change: is_scalarref($refref) is now false
      adds  532568b   Fix a family of bugs
      adds  6d5a0c1   whitespace
      adds  66e3d52   typo
      adds  8c72746   rephrase, and we're going to release it as 0.010
      adds  cb94308   Fix and simplify is_regexpref() on pre-5.10 Perl
      adds  957c026   Move formatref conditions out-of-line
      adds  3a69f32   Rename internal SET_OP() macro to INSTALL()
      adds  f8b5c5b   Add test for list-context calls
      adds  a44a9a2   Unify plain-function and custom-op implementations
      adds  b02cae8   Behavior change: is_scalarref() false for qr/./ and \*GLOB
      adds  6db935c   Refactor and expand test suite
      adds  7ef8f64   Add is_blessed_*ref family of functions
      adds  ceb4422   Merge remote-tracking branch 'arc/master'
      adds  64fbd58   update pod
      adds  24ca6ac   reflect changes
      adds  b4dc0bf   date for changes
      adds  0e6fc14   move bench to tools
      adds  80c3f7e   update MANIFEST
      adds  736c1d1   update version
      adds  5f2780d   ugh, manual editing
      adds  bb8e16e   ugh manual no. 2
      adds  0072904   Pass interpreter under 5.8.x threaded perls, otherwise compilation fails.
      adds  10c9b37   Merge pull request #15 from wolfsage/topic/fix-threaded-rxok
      adds  994ce53   Throw exceptions on incorrect argument count
      adds  abfdf2d   Add prototype to XS functions when custom ops not in use
      adds  efa9b89   Quell prototype warning from xsubpp
      adds  181c6e4   Merge remote-tracking branch 'origin/arg-count'
      adds  c12c533   Make optree manipulation work on PERL_OP_PARENT builds
      adds  45e4da4   Whitespace fixup
      adds  3b008de   Merge remote-tracking branch 'origin/op-sibling'
      adds  bdf1f2e   reflect changes
      adds  fc25773   version 0.020
      adds  1d28923   update MANIFEST
      adds  18d1e33   Improve benchmark tool, IMHO
      adds  e9b016c   Add LICENSE to POD in module source
      adds  9122391   Add minimum perl version
      adds  3ebf7fb   Merge branch 'kwalitee'
      adds  2cfd492   reflect changes
      adds  13d6668   update ppport.h and remove the fallback declarations
      adds  673fa88   add memory safety to the call op tree munger and add some comments
      adds  3ccc48c   remove inline declaration as it is only useful for direct callers
      adds  af4481e   PUTBACK must be used with dSP, to maintain stack in unbalanced pop/pushes
      adds  652628b   Merge branch 'ppport'
      adds  5b4d345   reflect changes best I could
      adds  b3d8c8f   Add travis-ci configuration file.
      adds  b2970c1   Merge branch 'feature/travis'
      adds  36e212a   more correct phrasing
      adds  bdef194   Add internal _using_custom_ops() function
      adds  b03a074   Avoid exceptions when decompiling custom-op output
      adds  9f689b1   Merge pull request #25 from p5pclub/op-class
      adds  2fa031b   Redo comments layout
      adds  f59883c   add more comments
      adds  50c6e60   add test for magic behavior
      adds  a0014e2   add Data::Util to benchmark check
      adds  3f0311e   carry test with dist
      adds  a671186   Fix GH #22
      adds  4262d1e   Update documentation
      adds  4df4f1c   Remove comment on duck-typing:
      adds  475d290   Some cleanups in names:
      adds  0a3e873   Add test for magic
      adds  d867e2d   update MANIFEST
      adds  ca352b3   Avoid unnecessary stack pointer modifications, as we never change stack capacity.
      adds  38e9e75   reflect changes
      adds  721a3ac   Merge branch 'less-stack-work'
      adds  5e6d266   Update benchmarks, docs, remove unnecessary EXPORT array
      adds  bae3ddd   spelling
      adds  1bd9e19   more cleanups
      adds  925c4c9   New version: 0.100
      adds  365d1bc   make Readonly optional (sorry)
      adds  99bca98   reflect changes
      adds  f0a70f9   README updated, version bump
      adds  c6af6e3   Fix compilation for perls lacking SvRX
      adds  e30c037   reflect changes
      adds  fc6f0b5   Merge branch 'fix-old-perl'
      adds  c1db2ed   Add tests that test all permutations:
      adds  e0edc5c   add test file to MANIFEST
      adds  0d4400c   Cleaned up and fixed tests:
      adds  62ccfcd   Split tests to smaller parts
      adds  28740ef   Merge branch 'test-everything'
      adds  86851f6   reflect changes
      adds  6882888   Update benchmark results
      adds  47a8180   cleanups
      adds  f91c96d   Version updates
      adds  b56b8b8   Move to Dist::Zilla
      adds  770f5a7   reflect changes
      adds  761146f   Add ignore file
      adds  ca98be6   v0.111
      adds  1d5ae5c   New upstream version 0.111
       new  830c78b   Merge tag 'upstream/0.111'
       new  31d35fd   Update debian/changelog
       new  eb8d7b3   Update years of upstream and packaging copyright.
       new  bcaabb2   releasing package libref-util-perl version 0.111-1

The 4 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:
 .travis.yml            |  16 --
 Changes                |  13 ++
 LICENSE                |  44 ++--
 MANIFEST               |  28 ++-
 META.json              |  60 +++--
 META.yml               |  31 +--
 README                 | 386 +-------------------------------
 Util.xs                |   2 +
 cpanfile               |   7 +
 debian/changelog       |   7 +
 debian/copyright       |   4 +-
 lib/Ref/Util.pm        |  49 ++++-
 ppport.h               |   2 +-
 t/00-report-prereqs.dd |  34 +++
 t/00-report-prereqs.t  | 183 ++++++++++++++++
 t/all-permutations.t   | 584 +++++++++++++++++++++++++++++++++++++++++++++++++
 t/author-00-compile.t  |  60 +++++
 t/author-no-tabs.t     |  34 +++
 t/author-pod-syntax.t  |  15 ++
 t/b-concise.t          |   9 +-
 t/release-distmeta.t   |  14 ++
 tools/bench.pl         |  27 ++-
 22 files changed, 1127 insertions(+), 482 deletions(-)
 delete mode 100644 .travis.yml
 create mode 100644 cpanfile
 create mode 100644 t/00-report-prereqs.dd
 create mode 100644 t/00-report-prereqs.t
 create mode 100644 t/all-permutations.t
 create mode 100644 t/author-00-compile.t
 create mode 100644 t/author-no-tabs.t
 create mode 100644 t/author-pod-syntax.t
 create mode 100644 t/release-distmeta.t

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



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