[libencode-perl] annotated tag upstream/2.92 created (now 1b65b68)

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


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

cstamas-guest pushed a change to annotated tag upstream/2.92
in repository libencode-perl.

        at  1b65b68   (tag)
   tagging  79dc4a5252757d2e14de7fb23b75cb66c4cd63a4 (commit)
  replaces  upstream/2.88
 tagged by  CSILLAG Tamas
        on  Tue Aug 8 23:30:02 2017 +0200

- Log -----------------------------------------------------------------
Upstream version 2.92

CSILLAG Tamas (1):
      New upstream version 2.92

Dan Kogai (36):
      Merge pull request #84 from pali/master
      Merge pull request #85 from pali/master
      Merge pull request #86 from eserte/str2bytes-doc
      Merge pull request #89 from pali/master
      Merge pull request #90 from pali/master
      Merge pull request #91 from pali/master
      Merge pull request #92 from dolmen/whatwg-aliases.t
      Merge pull request #93 from pali/master
      Merge pull request #94 from pali/master
      Merge pull request #95 from pali/master
      Merge pull request #96 from pali/master
      Merge pull request #97 from pali/master
      VERSION 2.89
      Merge pull request #98 from pali/master
      Merge pull request #99 from pali/master
      Merge pull request #100 from rurban/cperl
      Merge pull request #101 from pali/master
      Merge pull request #102 from pali/master
      Merge pull request #103 from pali/master
      Merge pull request #104 from pali/master
      Merge pull request #106 from pali/master
      Merge pull request #107 from pali/master
      Merge pull request #108 from pali/master
      Merge pull request #109 from pali/master
      Merge pull request #110 from pali/master
      Merge pull request #111 from pali/master
      VERSION 2.90
      add perl 5.26 to .travis.yml
      Merge pull request #114 from rurban/gh113-gccwarn
      Addressed: https://rt.cpan.org/Ticket/Display.html?id=122167
      VERSION 2.91
      Stop directory tweaking $Encode::Encoding{utf8}
      Merge pull request #115 from pali/master
      Merge pull request #118 from rurban/master
      Merge pull request #119 from pali/master
      VERSION 2.92

Karl Williamson (1):
      Consume correct number of bytes on malformed

Olivier Mengué (2):
      Add https://encoding.spec.whatwg.org/encodings.json
      Add t/whatwg-aliases.t (check aliases against WHATWG Encoding standard)

Pali (45):
      Fix appending correct number of Unicode replacement characters
      Increase version in Unicode.pm which should have been done in 2.88
      Add test cases provided by Karl Williamson
      Fix t/truncated_utf8.t test warning: Wide character in print at Test/Builder.pm
      Encode: In documentation examples show strict UTF-8 encoding
      Encode: In documentation examples use name $string for return value of decode function
      Encode: Add warning information about encode_utf8/decode_utf8 to documentation
      Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef
      Call Encode callback function with integer argument correctly
      For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb().
      Fix documentation about CHECK coderef
      Encode::utf8: decode: Error message now contains original source sequence
      Encode::utf8: Error message in strict mode now contains "UTF-8"
      Encode::utf8: Remove defines for UTF8_ALLOW_STRICT and UTF8_ALLOW_NONSTRICT
      Encode::utf8: Fix applying correct UTF-8 start mask for pathological invalid sequences
      Avoid magic number
      Initialize uv to safe value
      Cleanup code for handling fallback/replacement characters
      Add missing tests into MANIFEST file
      Turn off t/utf8messages.t warnings which appears only with older Perl versions
      Skip tests on older Perl versions which cause infinite loop due to bug: https://rt.perl.org/Public/Bug/Display.html?id=41442
      Do not assign directly to hash $Encode::Encoding but rather use Encode::define_encoding()
      Correctly propagate carp() and croak() messages from Encode modules back to caller
      Run Encode XS BOOT code at compile time
      Remove parenthesis around constant subs
      Remove PP stubs from Encode as it does not work without XS for a long time
      Reformat code in predefine_encodings() boot function
      Remove no warnings 'redefine'; and correctly load dependences
      Load module Encode::MIME::Name normally
      Load module Storable normally
      Add missing comma in usage of encoding pragma description
      In Encode::Encoding initialize DEBUG constant function properly
      In test t/guess.t call use_ok in BEGIN block and remove dead code
      Remove 'eval require Encode::MIME::Name' from Encode::XS code
      Fix memory leak in Encode::XS::mime_name()
      Fix function Encode::XS::renew to not alias input and output value
      Use boolSV instead of newSViv in functions Encode::_utf8_off and Encode::_utf8_on
      Use return value of eval_pv instead of $@ in function Encode::XS::perlio_ok
      Disable prototypes for Encode::XS object methods
      Fix more XS problems in Encode.xs file
      Use return value of eval instead of $@ in function Encode::Encoding::perlio_ok
      Where possible do not depend on value of $@, instead use return value of eval
      Include all contributors into META
      Encode::MIME::Header: Fix parsing quoted-printable text in strict mode
      Fix loading Encode::Alias before Encode

Reini Urban (4):
      cperl fixes: encoding undeprecated, no strict hashpairs
      Fix -Wsign-compare errors
      fix gcc warnings for older gcc < 4.0
      Fix gccversion Argument "630 20170516" isn't numeric

Slaven Rezic (1):
      document str2bytes and bytes2str (RT #119212)

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

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/libencode-perl.git



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