[libperlio-utf8-strict-perl] branch master updated (5ecd8e1 -> 2177696)

gregor herrmann gregoa at debian.org
Thu Jul 9 20:07:26 UTC 2015


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

gregoa pushed a change to branch master
in repository libperlio-utf8-strict-perl.

      from  5ecd8e1   releasing package libperlio-utf8-strict-perl version 0.004-2 to unstable
       new  20abdbf   Add debian/upstream/metadata
       new  0555fb2   Update debian/changelog
      adds  a071cd5   initial commit
      adds  7ded2ce   Initial implementation
      adds  fe4d804   Put incomplete characters in their own buffer
      adds  9a5b47b   Make tests more unicody
      adds  5a1911e   Rewrite validation code based on Unicode::UTF8
      adds  5cd6e60   Test surrogates, incomplete sequences and non-shortest form sequences
      adds  07a3f9a   Test encoded super codepoints (> U+10FFFF) and noncharacters
      adds  6e5189c   Correctly detect End Of File during incompletes
      adds  d907fac   Made module multiplicity-compliant
      adds  2e54840   Add a parser for parameters
      adds  63518a4   Refactored two octet validaton
      adds  ddf2303   Test reading larger documents
      adds  c2147d7   Test reading encoded Unicode scalar values from U+0000 incremented by 0x1000
      adds  b74ce31   Add done_testing to t/unicode.t
      adds  565f3bf   Pass U8 instead of STDCHAR
      adds  06ba1cc   Added failing test
      adds  8bcb993   Fixed a critical buffering bug
      adds  2188813   Add strict option
      adds  2a491c5   Add stub documentation
      adds  bafd028   Refactored for better performance and implemented support for 'allow_noncharacters'.
      adds  0313020   Added support for passing params to fh_with_octets()
      adds  a7512f2   Updated tests to match for improved error messages
      adds  e976d07   Adopted test for new error messages and added a test for 'allow_noncharacters'
      adds  5e5f8c1   Implemented support for 'allow_surrogates'.
      adds  f678b04   Added test for 'allow_surrogates'
      adds  8e21d58   Added DIAGNOSTICS section to POD.
      adds  0967f9c   Set PERLIO_F_ERROR on error
      adds  ae63d5c   v0.001
      adds  a525f34   C89 conformance
      adds  558f1c9   Renamed MAX_BYTES to UTF8_MAX_BYTES
      adds  426e836   Be a little more careful with integers
      adds  5aa51a7   Be more consistent about enums
      adds  a8c9546   Fix hanging bug on non-buffered layers
      adds  16ac3e3   Documentation update
      adds  df60fe2   Update Changes
      adds  c190c36   Add test hanging under PERLIO=stdio
      adds  5771a5c   v0.002
      adds  54fc063   Fixed conversion to code points in noncharacter error reporting
      adds  0a5bc7c   PerlIOBase_flush_linebuf is unresolved on WIN32, pull in a copy
      adds  9ce19f3   Use our redefined PerlIOBase_flush_linebuf unconditionally
      adds  89b1cf2   Updated Changes
      adds  a3c52d4   v0.003
      adds  447fe74   Restyled PerlIOBase_flush_linebuf for consistency
      adds  9ad86aa   Fix compilation on 5.8
      adds  fc07a43   v0.004
      adds  8a687f9   Minor cleanup
      adds  ed9a0ca   Add PPPort to compile on perl <5.8.9
      adds  277e3c7   v0.005
      adds  f213ae0   Move to MakeMaker
      adds  7394ab8   Minor cleanup
      adds  9bd3212   v0.006
      adds  56483c7   Imported Upstream version 0.006
       new  9360443   Merge tag 'upstream/0.006'
       new  c99b4a9   Update debian/changelog
       new  7cf5073   debian/copyright: add information about new ppport.h.
       new  c762aae   Drop build dependency on libmodule-build-perl.
       new  427d021   Declare compliance with Debian Policy 3.9.6.
       new  c31efe2   wrap&sort d/control
       new  8041792   Fix email address in debian/upstream/metadata.
       new  2177696   releasing package libperlio-utf8-strict-perl version 0.006-1

The 10 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:
 Build.PL                                    |   47 -
 Changes                                     |    6 +
 INSTALL                                     |    8 +-
 LICENSE                                     |    2 +-
 MANIFEST                                    |   12 +-
 META.json                                   |   30 +-
 META.yml                                    |   40 +-
 Makefile.PL                                 |   71 +
 README                                      |    4 +-
 debian/changelog                            |   12 +
 debian/control                              |    7 +-
 debian/copyright                            |    6 +
 debian/upstream/metadata                    |    8 +
 dist.ini                                    |    5 +-
 lib/PerlIO/utf8_strict.pm                   |   14 +-
 ppport.h                                    | 7582 +++++++++++++++++++++++++++
 t/00-compile.t                              |   73 -
 t/release-pod-coverage.t                    |   21 -
 t/release-pod-syntax.t                      |   15 -
 lib/PerlIO/utf8_strict.xs => utf8_strict.xs |    8 +-
 xt/author/00-compile.t                      |   51 +
 xt/release/pod-coverage.t                   |    7 +
 xt/release/pod-syntax.t                     |    6 +
 23 files changed, 7822 insertions(+), 213 deletions(-)
 delete mode 100644 Build.PL
 create mode 100644 Makefile.PL
 create mode 100644 debian/upstream/metadata
 create mode 100644 ppport.h
 delete mode 100644 t/00-compile.t
 delete mode 100644 t/release-pod-coverage.t
 delete mode 100644 t/release-pod-syntax.t
 rename lib/PerlIO/utf8_strict.xs => utf8_strict.xs (98%)
 create mode 100644 xt/author/00-compile.t
 create mode 100644 xt/release/pod-coverage.t
 create mode 100644 xt/release/pod-syntax.t

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



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