[libref-util-perl] annotated tag upstream/0.111 created (now 99c3168)

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


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

gregoa pushed a change to annotated tag upstream/0.111
in repository libref-util-perl.

        at  99c3168   (tag)
   tagging  1d5ae5cff843be0225e845f4b1e6789f3fdc187f (commit)
 tagged by  gregor herrmann
        on  Mon Jan 9 20:54:50 2017 +0100

- Log -----------------------------------------------------------------
Upstream version 0.111

Aaron Crane (26):
      Avoid -Wtautological-constant-out-of-range-compare warning
      Add an additional test condition to internals
      Add is_plain_hashref() et al
      Add test for a regexp blessed into an unusual package
      Fix incorrect test count
      Fix compilation under 5.8 and 5.6
      Skip format-ref tests before 5.8.x
      Mark blessed-regexp tests TODO on 5.6 and 5.8
      Add is_plain_ref, is_plain_formatref, is_plain_refref
      Behavior change: is_scalarref($refref) is now false
      Fix a family of bugs
      Fix and simplify is_regexpref() on pre-5.10 Perl
      Move formatref conditions out-of-line
      Rename internal SET_OP() macro to INSTALL()
      Add test for list-context calls
      Unify plain-function and custom-op implementations
      Behavior change: is_scalarref() false for qr/./ and \*GLOB
      Refactor and expand test suite
      Add is_blessed_*ref family of functions
      Throw exceptions on incorrect argument count
      Add internal _using_custom_ops() function
      Avoid exceptions when decompiling custom-op output
      Add prototype to XS functions when custom ops not in use
      Quell prototype warning from xsubpp
      Make optree manipulation work on PERL_OP_PARENT builds
      Whitespace fixup

Christian Walde (4):
      update ppport.h and remove the fallback declarations
      add memory safety to the call op tree munger and add some comments
      remove inline declaration as it is only useful for direct callers
      PUTBACK must be used with dSP, to maintain stack in unbalanced pop/pushes

Graham Ollis (2):
      add repository meta
      also use GitHub for the bugtracker

Matthew Horsfall (alh) (1):
      Pass interpreter under 5.8.x threaded perls, otherwise compilation fails.

Mohammad S Anwar (1):
      - Added key 'LICENSE' to the Makefile.PL script.

Sawyer X (122):
      Initial commit
      First version, some problems remain:
      use XSRETURN_YES and XSRETURN_NO, fix test
      use PUSHs() and PL_sv_yes/PL_sv_no
      Merge remote-tracking branch 'demerphq/master'
      Consider this lesson learn, thanks Yves
      add expression test
      fix XSUB_BODY, make dynamic work
      refactor
      better renaming?
      more files
      more docs
      whitespace
      bits
      stuffs
      changes
      reflect said changes
      update benchmark
      add more information
      reflect more changes
      more explanations
      add is_refref
      bump version
      update benchmark data
      more changes
      cleanup
      date for changes
      update README
      Merge pull request #1 from plicease/repo_meta
      reflect more changes
      try to support 5.8 and 5.6
      whitespace
      Support 5.6.2, except for isformatref():
      support older Test::More and proper check for 5.8.0+ in formatref check
      some updates
      bump version, release
      oh yeah, we did this too...
      rephrase
      changes
      Merge branch 'add-license-key-to-makefile-script'
      reflect changes
      new version: 0.006
      add is_ref, GH #6
      clarify tied variables lack of support
      reflect change
      bump version, update README
      document is_ref: GH #8
      reflect change
      bump version
      update README
      add examples for rewriting
      make note on changed value
      Ref::Util::Rewriter is on CPAN now
      Merge remote-tracking branch 'arc/master'
      Use SvRXOK() on 5.12+ instead of SVt_REGEXP in XS version:
      fix code comment
      reflect arc's changes
      Use SvRXOK() in opcodes too, on Perl 5.12+:
      reflect change
      Merge remote-tracking branch 'arc/master'
      improve changes entry
      Added in 5.10, not 5.12
      whitespace
      typo
      rephrase, and we're going to release it as 0.010
      Merge remote-tracking branch 'arc/master'
      update pod
      reflect changes
      date for changes
      move bench to tools
      update MANIFEST
      update version
      ugh, manual editing
      ugh manual no. 2
      Merge pull request #15 from wolfsage/topic/fix-threaded-rxok
      Merge remote-tracking branch 'origin/arg-count'
      Merge remote-tracking branch 'origin/op-sibling'
      reflect changes
      version 0.020
      update MANIFEST
      Improve benchmark tool, IMHO
      Merge branch 'kwalitee'
      reflect changes
      Merge branch 'ppport'
      reflect changes best I could
      Merge branch 'feature/travis'
      more correct phrasing
      Redo comments layout
      add more comments
      add test for magic behavior
      add Data::Util to benchmark check
      carry test with dist
      Fix GH #22
      Update documentation
      Remove comment on duck-typing:
      Some cleanups in names:
      Add test for magic
      update MANIFEST
      reflect changes
      Merge branch 'less-stack-work'
      Update benchmarks, docs, remove unnecessary EXPORT array
      spelling
      more cleanups
      New version: 0.100
      make Readonly optional (sorry)
      reflect changes
      README updated, version bump
      reflect changes
      Merge branch 'fix-old-perl'
      Add tests that test all permutations:
      add test file to MANIFEST
      Cleaned up and fixed tests:
      Split tests to smaller parts
      Merge branch 'test-everything'
      reflect changes
      Update benchmark results
      cleanups
      Version updates
      Move to Dist::Zilla
      reflect changes
      Add ignore file
      v0.111

Sergey Aleynikov (2):
      Avoid unnecessary stack pointer modifications,
      Fix compilation for perls lacking SvRX

Vickenty Fesunov (2):
      Add travis-ci configuration file.
      Merge pull request #25 from p5pclub/op-class

Yves Orton (2):
      fix type for hashes (should be SVt_PVHV not SVt_PVCV)
      use macros to reduce redundant verbiage

gregor herrmann (2):
      Import original source of Ref-Util 0.101
      New upstream version 0.111

openstrike (2):
      Add LICENSE to POD in module source
      Add minimum perl version

-----------------------------------------------------------------------

No new revisions were added by this update.

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