[libencode-perl] branch master updated (367907d -> 27bd7c3)

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


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

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

      from  367907d   releasing package libencode-perl version 2.88-1
      adds  aac8a70   Fix appending correct number of Unicode replacement characters
      adds  a3541e5   Merge pull request #84 from pali/master
      adds  db6b3fb   Increase version in Unicode.pm which should have been done in 2.88
      adds  273e3d1   Merge pull request #85 from pali/master
      adds  56240d3   document str2bytes and bytes2str (RT #119212)
      adds  c2891ea   Merge pull request #86 from eserte/str2bytes-doc
      adds  27367cf   Consume correct number of bytes on malformed
      adds  775c55f   Add test cases provided by Karl Williamson
      adds  a829667   Merge pull request #89 from pali/master
      adds  da46f85   Fix t/truncated_utf8.t test warning: Wide character in print at Test/Builder.pm
      adds  a70d0f6   Merge pull request #90 from pali/master
      adds  12feacd   Encode: In documentation examples show strict UTF-8 encoding
      adds  5728f54   Encode: In documentation examples use name $string for return value of decode function
      adds  c7621fc   Encode: Add warning information about encode_utf8/decode_utf8 to documentation
      adds  40d9858   Merge pull request #91 from pali/master
      adds  d31a52f   Add https://encoding.spec.whatwg.org/encodings.json
      adds  6d24cd5   Add t/whatwg-aliases.t (check aliases against WHATWG Encoding standard)
      adds  6a1a4f7   Merge pull request #92 from dolmen/whatwg-aliases.t
      adds  505a4f5   Fix all Encode modules so their encode(undef) and decode(undef) calls returns undef
      adds  0aa6687   Merge pull request #93 from pali/master
      adds  8789dca   Call Encode callback function with integer argument correctly
      adds  f7d2265   Merge pull request #94 from pali/master
      adds  f1f14e2   For efficiency use newSVpvn() instead of newSVpv() in do_fallback_cb().
      adds  df6cbc0   Merge pull request #95 from pali/master
      adds  56b9f96   Fix documentation about CHECK coderef
      adds  c856e52   Merge pull request #96 from pali/master
      adds  dc4214d   Encode::utf8: decode: Error message now contains original source sequence
      adds  c1bbfc0   Encode::utf8: Error message in strict mode now contains "UTF-8"
      adds  2fd6264   Encode::utf8: Remove defines for UTF8_ALLOW_STRICT and UTF8_ALLOW_NONSTRICT
      adds  bb60a14   Encode::utf8: Fix applying correct UTF-8 start mask for pathological invalid sequences
      adds  3f4f17e   Merge pull request #97 from pali/master
      adds  8dd705b   VERSION 2.89
      adds  07b71db   Avoid magic number
      adds  98cfc05   Initialize uv to safe value
      adds  2e61348   Cleanup code for handling fallback/replacement characters
      adds  d0c072d   Merge pull request #98 from pali/master
      adds  d888bc7   Add missing tests into MANIFEST file
      adds  8f9d8e0   Merge pull request #99 from pali/master
      adds  fa7cb8d   cperl fixes: encoding undeprecated, no strict hashpairs
      adds  5131874   Fix -Wsign-compare errors
      adds  d42e1f1   Merge pull request #100 from rurban/cperl
      adds  f752c66   Turn off t/utf8messages.t warnings which appears only with older Perl versions
      adds  9139ec5   Skip tests on older Perl versions which cause infinite loop due to bug: https://rt.perl.org/Public/Bug/Display.html?id=41442
      adds  e52dd56   Merge pull request #101 from pali/master
      adds  e1f8bc2   Do not assign directly to hash $Encode::Encoding but rather use Encode::define_encoding()
      adds  3c86047   Correctly propagate carp() and croak() messages from Encode modules back to caller
      adds  20ed8f3   Merge pull request #102 from pali/master
      adds  1a48682   Run Encode XS BOOT code at compile time
      adds  f1894ea   Remove parenthesis around constant subs
      adds  a668497   Merge pull request #103 from pali/master
      adds  fe2c32d   Remove PP stubs from Encode as it does not work without XS for a long time
      adds  ed32e8c   Reformat code in predefine_encodings() boot function
      adds  e42b22c   Merge pull request #104 from pali/master
      adds  55364c9   Remove no warnings 'redefine'; and correctly load dependences
      adds  9147e49   Merge pull request #106 from pali/master
      adds  1b11aea   Load module Encode::MIME::Name normally
      adds  d24dbb8   Load module Storable normally
      adds  9b68e23   Merge pull request #107 from pali/master
      adds  2c108c4   Add missing comma in usage of encoding pragma description
      adds  04d7bbf   In Encode::Encoding initialize DEBUG constant function properly
      adds  647371a   In test t/guess.t call use_ok in BEGIN block and remove dead code
      adds  21a409b   Merge pull request #108 from pali/master
      adds  0f2b7cd   Remove 'eval require Encode::MIME::Name' from Encode::XS code
      adds  1a6cb01   Fix memory leak in Encode::XS::mime_name()
      adds  0341535   Fix function Encode::XS::renew to not alias input and output value
      adds  0f37ba3   Use boolSV instead of newSViv in functions Encode::_utf8_off and Encode::_utf8_on
      adds  6f1d3be   Use return value of eval_pv instead of $@ in function Encode::XS::perlio_ok
      adds  21dca89   Disable prototypes for Encode::XS object methods
      adds  43773ae   Fix more XS problems in Encode.xs file
      adds  728e86e   Merge pull request #109 from pali/master
      adds  ce913ed   Use return value of eval instead of $@ in function Encode::Encoding::perlio_ok
      adds  20ac734   Where possible do not depend on value of $@, instead use return value of eval
      adds  7345259   Merge pull request #110 from pali/master
      adds  cc36aa0   Include all contributors into META
      adds  102c482   Merge pull request #111 from pali/master
      adds  e147196   VERSION 2.90
      adds  01856e9   add perl 5.26 to .travis.yml
      adds  f27775c   fix gcc warnings for older gcc < 4.0
      adds  1d2c1a2   Merge pull request #114 from rurban/gh113-gccwarn
      adds  208d094   Addressed: https://rt.cpan.org/Ticket/Display.html?id=122167
      adds  a4b170c   VERSION 2.91
      adds  a2f702b   Stop directory tweaking $Encode::Encoding{utf8}
      adds  d889f1b   Encode::MIME::Header: Fix parsing quoted-printable text in strict mode
      adds  f929414   Merge pull request #115 from pali/master
      adds  8692b48   Fix gccversion Argument "630 20170516" isn't numeric
      adds  26f1a84   Merge pull request #118 from rurban/master
      adds  6d5e144   Fix loading Encode::Alias before Encode
      adds  a5f3368   Merge pull request #119 from pali/master
      adds  fdf56e6   VERSION 2.92
      adds  79dc4a5   New upstream version 2.92
       new  171aa9c   Merge tag 'upstream/2.92'
       new  7c31d67   Update debian/changelog
       new  e2393fc   update standards version
       new  27bd7c3   update d/ch for release

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:
 Changes                               | 112 ++++++++-
 Encode.pm                             | 277 ++++++++++-----------
 Encode.xs                             | 324 ++++++++++++------------
 MANIFEST                              |   6 +
 META.json                             |  96 ++++++-
 META.yml                              |  93 ++++++-
 Makefile.PL                           | 100 +++++++-
 Unicode/Unicode.pm                    |  14 +-
 Unicode/Unicode.xs                    |   6 +-
 bin/enc2xs                            |  14 +-
 bin/ucmlint                           |   7 +-
 debian/changelog                      |   8 +
 debian/control                        |   4 +-
 encoding.pm                           |  21 +-
 lib/Encode/Alias.pm                   |   8 +-
 lib/Encode/CN/HZ.pm                   |   4 +-
 lib/Encode/Encoding.pm                |  24 +-
 lib/Encode/GSM0338.pm                 |  11 +-
 lib/Encode/Guess.pm                   |   5 +-
 lib/Encode/JP/JIS7.pm                 |   7 +-
 lib/Encode/KR/2022_KR.pm              |   4 +-
 lib/Encode/MIME/Header.pm             |  23 +-
 lib/Encode/MIME/Header/ISO_2022_JP.pm |   6 +-
 lib/Encode/Unicode/UTF7.pm            |   9 +-
 t/CJKT.t                              |   6 +-
 t/enc_data.t                          |   2 +-
 t/enc_eucjp.t                         |  23 +-
 t/enc_module.t                        |   2 +-
 t/enc_utf8.t                          |  23 +-
 t/fallback.t                          |  44 +++-
 t/guess.t                             |   6 +-
 t/jperl.t                             |   2 +-
 t/mime-header.t                       |   8 +-
 t/truncated_utf8.t                    |  55 ++++
 t/undef.t                             |  25 ++
 t/use-Encode-Alias.t                  |   8 +
 t/utf8messages.t                      |  33 +++
 t/whatwg-aliases.json                 | 455 ++++++++++++++++++++++++++++++++++
 t/whatwg-aliases.t                    |  66 +++++
 39 files changed, 1509 insertions(+), 432 deletions(-)
 create mode 100644 t/truncated_utf8.t
 create mode 100644 t/undef.t
 create mode 100644 t/use-Encode-Alias.t
 create mode 100644 t/utf8messages.t
 create mode 100644 t/whatwg-aliases.json
 create mode 100644 t/whatwg-aliases.t

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