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

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

      from  34d42d1   releasing package libencode-perl version 2.87-1
      adds  d2a2021   Fix the encoding-locale test to skip properly if 
_get_locale_encoding returns undef
      adds  ad4395a   Merge pull request #49 from andygrundman/master
      adds  7086f87   Autrijus -> Audrey
      adds  4227242   Merge pull request #50 from karenetheridge/patch-1
      adds  dd0d5ab   Encode::MIME::Header: Rewrite both decoder and encoder
      adds  a65d124   Merge pull request #51 from pali/master
      adds  ca4d1af   VERSION 2.83
      adds  f6d5802   Encode::MIME::Header: Fix valid_q_chars, '-' needs to be 
escaped
      adds  03d19c7   Merge pull request #52 from pali/master
      adds  c480b45   Encode::MIME::Header: Update description that this module 
is only for unstructured header
      adds  1fb7692   Merge pull request #53 from pali/master
      adds  cddbe41   VERSION 2.84
      adds  d24bd4f   Made it explicit that inputs might be changed
      adds  c87dcf8   Merge pull request #54 from polettix/polettix-docpatch-1
      adds  4dcbaec   t/encoding-locale.t fails with Test::More@0.80 or before.
      adds  c94989b   Merge pull request #55 from masiuchi/update-test-more
      adds  f37539b   Merged: https://rt.cpan.org/Ticket/Display.html?id=115168
      adds  9aa5286   RT#115540 
https://rt.cpan.org/Ticket/Display.html?id=115540
      adds  79f94f2   attempt to fix perl 5.{12,14}
      adds  85e68df   t/decode.t skip test #5: passing typeglobs to decode if 
perl < v5.16
      adds  eed070b   Skip tests that pass typeglobs to decode if perl < v5.16
      adds  96df5ed   t/Encode.t now use Test::More
      adds  3b837ce   Encode::utf8: Performance optimization (1) for strict 
UTF-8 encoder
      adds  1d32768   Encode::utf8: Performance optimization (2) for strict 
UTF-8 encoder
      adds  8107d81   Merge pull request #56 from pali/master
      adds  8e3b3e3   Revert "t/Encode.t now use Test::More"
      adds  e2416cb   Revert "Revert "t/Encode.t now use Test::More""
      adds  64c9ae8   Revert "Merge pull request #56 from pali/master"
      adds  97cc6d3   retry https://github.com/dankogai/p5-encode/pull/56
      adds  07c8adb   Rethrow 'utf8' warnings in from_to as well
      adds  8fe2cd0   Merge pull request #57 from alexmv/from_to
      adds  12be15d   CVE-2016-1238: avoid loading optional modules from .
      adds  7e2aff2   Merge pull request #58 from tonycoz/cve-2016-1238
      adds  423fdb4   VERSION 2.85
      adds  0352ac0   Patch https://rt.cpan.org/Ticket/Display.html?id=116817
      adds  89170a8   Add/reshuffle missing macro definitions for 5.8.x
      adds  352757b   Silence an old-perl warning
      adds  2910166   Merge pull request #60 from ribasushi/master
      adds  f61f612   Patched: https://rt.cpan.org/Ticket/Display.html?id=111421
      adds  cf6ff75   fixed: https://rt.cpan.org/Ticket/Display.html?id=116196
      adds  87f2792   VERSION 2.86
      adds  646aaae   Fix return value of Encode::encode_utf8(undef)
      adds  3783dcc   Merge pull request #62 from pali/master
      adds  2aac84f   Encode::utf8: Add tests for Malformed and Overlong UTF-8 
sequences
      adds  cbdb757   Encode::utf8: Fix processing invalid UTF-8 subsequences
      adds  b7fc820   Encode::utf8: Check for overflowed and overlong UTF-8 
sequences
      adds  cdb906e   Merge pull request #63 from pali/master
      adds  3cf4b7e   Encode::utf8: Fix count of replacement characters for 
overflowed and overlong UTF-8 sequences
      adds  22d3088   Merge pull request #65 from pali/master
      adds  0ed14e2   Generate CHECK value functions with newCONSTSUB() instead 
with direct XS
      adds  1441d06   Merge pull request #67 from pali/master
      adds  519fb7e   Fix panic when encoding undef scalars
      adds  d69edff   Merge pull request #66 from joyrex2001/master
      adds  2a2cc91   taint.t: Add tests for not tainted strings
      adds  de4ce95   Encode::MIME::Header: Test function use_ok() must be 
called in BEGIN block
      adds  cf1e1c0   Encode::MIME::Header: Add test cases with multiple input 
strings
      adds  2d6c29d   Encode::MIME::Header: Use one coding style and cleanup 
namespace
      adds  3cbf3e8   Encode::MIME::Header: decode: In strict mode do not try 
to decode invalid mime words
      adds  0dd732b   Encode::MIME::Header: decode: In non strict mode allows 
spaces in MIME words
      adds  66c91a4   Encode::MIME::Header: decode: Do not drop trailing empty 
lines
      adds  614e348   Encode::MIME::Header: encode: Do not generate too long 
MIME words
      adds  2d7aaee   Encode::MIME::Name: Fix MIME name for ISO-2022-JP-1
      adds  0367a8f   Encode: Add function find_mime_encoding()
      adds  494a455   Encode::MIME::Header: Fix encoding and decoding of inner 
strings
      adds  68934e5   Encode::MIME::Header: encode: Implement full support for 
check flags
      adds  ec880c9   Encode::MIME::Header: encode: Remove use of const SINGLE 
and call functions directly
      adds  7cb2405   Encode::MIME::Header: decode: Rewrite decoder and 
implement full support for check flags
      adds  3b3cdc4   Encode::MIME::Header: Add tests for decoding long strings
      adds  2770a0b   Encode::MIME::Header: decode: Fix decoding MIME words 
inside comments
      adds  c85796f   Encode::MIME::Header: Fix charset regex according to RFC 
2047 grammar
      adds  03ce818   Encode::MIME::Header: Extend language regex for RFC 5646 
(obsoletes RFC 1766)
      adds  ae1958c   Encode::MIME::Header: Add me into AUTHORS section
      adds  dad0bc9   Encode::MIME::Header: Rewrite POD documentation
      adds  ba0f5c1   Encode::MIME::Header: Change names of variables and 
functions to better match Encode terminology
      adds  6c2e4af   Encode::MIME::Header: encode: Do not allow to set bigger 
size of encoded-word as 76 bytes
      adds  06e4328   Merge pull request #68 from pali/master
      adds  a809359   Fix test undef.t: Declare $c variable
      adds  7f9aebd   Call use_ok in BEGIN block
      adds  8b6dace   Use correct format when skipping tests
      adds  189c157   Allow to run encoding-locale.t test under older version 
of Test::More without note function
      adds  9f30426   Merge pull request #69 from pali/tests
      adds  0da896b   Encode::CN::HZ: Do not try to modify readonly scalar $1
      adds  ebdad9b   Fix handling of undef, ref, typeglob, UTF8, COW and magic 
scalar argument in all XS functions
      adds  8d7150f   Revert "Fix panic when encoding undef scalars"
      adds  20eaeb8   Merge pull request #70 from pali/master
      adds  1001ccb   Enable perl 5.24 on travis
      adds  6e74633   Merge pull request #71 from pali/master
      adds  31b34fc   Fix crash caused by undefined behaviour between two 
sequence points
      adds  1383c18   Merge pull request #72 from pali/master
      adds  1605fa4   Fix crash 'panic: sv_setpvn called with negative strlen'
      adds  cbd3421   Merge pull request #73 from pali/master
      adds  4736434   Disable _utf8_on and _utf8_off for tainted values
      adds  7dfabb2   Merge pull request #74 from pali/master
      adds  374dc05   VERSION 2.87
      adds  d14cc64   Fix 2 of 3 problems Steve Hay found
      adds  f995985   Fix compile warning -Wpointer-sign
      adds  3284de7   Fix compile warning -Wunused-value
      adds  d915450   Merge pull request #75 from pali/master
      adds  e26cee2   Fix handling of undef, COW and magic scalar argument in 
Unicode.xs
      adds  3728813   Merge pull request #76 from pali/master
      adds  e271ab0   Do not use expressions in macros SvTRUE, SvPV, SvIV, attr 
and attr_true
      adds  e5234b1   Merge pull request #77 from pali/no-expressions-in-macros
      adds  4e4d320   Encode: Rmv impediment to compiling under C++11
      adds  69a5058   Merge pull request #78 from khwilliamson/local
      adds  648fcc1   Extend COW tests for UTF-8 and Latin1
      adds  3ae4d02   Merge pull request #80 from pali/master
      adds  8591696   Fix test t/mime-header.t to pass on HP-UX 11.23/64 U with 
perl v5.8.3
      adds  b7d5172   Merge pull request #81 from pali/master
      adds  d92071d   add PERL_CORE equivalent warnings
      adds  25b7365   Fix g++-6 -fpermissive array forwards
      adds  2fa7457   encoding tests: cperl keeps the encoding pragma
      adds  ab93193   fill .gitignore with created files
      adds  b2d7aeb   fix 2-arg open
      adds  449ac9d   fix Alias with empty $alias argument
      adds  9e08935   silence enc2xs with make -s
      adds  de6dfa0   enc2xs: skip Win32 globbing in CORE
      adds  3bf7587   Merge pull request #82 from rurban/g++-6-gh79
      adds  44d25b2   Fix test t/taint.t to pass when Encode::ConfigLocal is 
present
      adds  714455c   Merge pull request #83 from pali/configlocal
      adds  b426e97   VERSION 2.88
      adds  ab2830c   New upstream version 2.88
       new  25a032b   Merge tag 'upstream/2.88'
       new  0c7c941   Update debian/changelog
       new  367907d   releasing package libencode-perl version 2.88-1

The 3 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             |  36 ++++++++++++++++-
 Encode.pm           |   4 +-
 Encode.xs           |  90 ++++++++++++++++++++++++++----------------
 META.json           |   2 +-
 META.yml            |   2 +-
 Makefile.PL         |  13 ++++++-
 Unicode/Makefile.PL |   2 +-
 Unicode/Unicode.xs  | 110 ++++++++++++++++++++++++++++++++++++++--------------
 bin/enc2xs          |  58 ++++++++++++++++++++-------
 debian/changelog    |   6 +++
 encoding.pm         |   4 +-
 lib/Encode/Alias.pm |  14 +++++--
 t/Aliases.t         |   2 +-
 t/Encode.t          |  54 +++++++++++++++++++++-----
 t/decode.t          |   2 +-
 t/enc_data.t        |   4 +-
 t/enc_module.t      |   4 +-
 t/encoding.t        |   2 +-
 t/jperl.t           |   4 +-
 t/magic.t           |  25 ++++++------
 t/mime-header.t     |   6 +--
 t/mime-name.t       |   2 +-
 t/taint.t           |   1 +
 t/utf8ref.t         |   2 +-
 24 files changed, 322 insertions(+), 127 deletions(-)

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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to