[libyaml-libyaml-perl] branch master updated (ce872f0 -> 35a674d)

gregor herrmann gregoa at debian.org
Fri Oct 10 13:06:48 UTC 2014


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

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

      from  ce872f0   update changelog
       new  6e00340   Add debian/upstream/metadata
       new  4ab54fa   Update debian/changelog
      adds  36a37ee   Add YAML::XS
      adds  ed3b828   add failing test for leaking
      adds  736dedf   mortalize final returned node
      adds  f44c0ce   use hv_clear for anchors hash in loader
      adds  311f095   hv_clear in dumper
      adds  2bef670   mortalize emitter buffer early
      adds  52a6dce   kill key sorting array immediately
      adds  f0bc1f1   version bump
      adds  5880266   changelog
      adds  77fca00   update manifest
      adds  58a0936   cleanup leak test
      adds  c27035f   changelog and version bump
      adds  0198a9a   newSVpvs is not backwards compatible
      adds  cb5c5ad   ppport fixes
      adds  aefd584   changelog and version bump
      adds  2105b63   typo in changes file
      adds  e39f97f   mention LoadFile and DumpFile in docs
      adds  6780499   add $YAML::XS::QuoteNumericStrings
      adds  489ea0e   handle 'null' in loading
      adds  1980525   Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
      adds  33f38dd   Don't turn on the UTF-8 flag for strings containing US-ASCII (0x00-0x7F)
      adds  72270af   - Handle 'get' magic - Added support for tied arrays and hashes
      adds  c6b6726   Handle misbehaved tied hashes
      adds  ff77f71   Fixed a compiler warnings
      adds  da7d7aa   Update MANIFEST
      adds  fae54c1   use const in Load()
      adds  2308ab6   fixed dump_prewalk() to handle tied hashes and updated tied.t
      adds  e2b1bb8   Test "get" magic in Load()
      adds  028f70d   test native charachers in Dump()
      adds  eddf207   Update MANIFEST
      adds  e9d76da   add patch https://rt.cpan.org/Public/Bug/Display.html?id=43115
      adds  a1d5ebb   version 0.34
      adds  1bf08cb   MANIFEST_SKIP tweak
      adds  f656045   tie.t was failing if $] < 5.010
      adds  9c00d36   update ppport.h
      adds  4cd44da   apply bdfoy rendition of memory leak patch
      adds  e8e318e   v0.35
      adds  330190e   Released version 0.36
      adds  bc59412   Released version 0.37
      adds  7613775   Add a failing test for long plain scalars.
      adds  7e3fc94   Released version 0.38
      adds  cd8ea48   Released version 0.39
      adds  38bda76   Released version 0.40
      adds  35da038   Released version 0.41
      adds  4b8e752   ignore built stuff
      adds  eaa326f   convert to Dist::Zilla
      adds  0f16bcb   add travis build file
      adds  b2eadba   added "config.h" because <config.h> wasn't found
      adds  a41d241   Merge pull request #2 from wsdookadr/master
      adds  95af50e   Mostly converted to Zilla::Dist
      adds  128f5f4   This test isn't relevant any more.
      adds  ae893d6   0.42
      adds  b8db438   0.43
      adds  8665cc9   Fix for #6
      adds  f9959d6   0.44
      adds  216b22a   CPAN Release 0.45
      adds  a4108f5   CPAN Release 0.46
      adds  7c50f20   CPAN Release 0.47
      adds  1f12048   CPAN Release 0.48
      adds  e8f5e3b   CPAN Release 0.49
      adds  1520303   CPAN Release 0.50
      adds  47ed547   CPAN Release 0.51
      adds  c18a36c   CPAN Release 0.52
      adds  44a7898   Imported Upstream version 0.52
       new  3e9b71d   Merge tag 'upstream/0.52'
       new  47db0db   Update debian/changelog
       new  e5a1c06   Declare compliance with Debian Policy 3.9.6.
       new  314c101   Mark package as autopkgtest-able.
       new  35a674d   update changelog

The 7 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                           |  22 ++
 LibYAML/emitter.c                 |   8 +-
 LibYAML/parser.c                  |   2 +-
 LibYAML/perl_libyaml.c            |  22 +-
 LibYAML/ppport_sort.h             |   2 +-
 LibYAML/reader.c                  |   6 +-
 LibYAML/scanner.c                 |  10 +-
 LibYAML/writer.c                  |   2 +-
 LibYAML/yaml.h                    |   2 +-
 LibYAML/yaml_private.h            |   4 +-
 MANIFEST                          |   1 +
 META.json                         |   2 +-
 META.yml                          |   2 +-
 Makefile.PL                       |   2 +-
 README                            |  53 +++-
 debian/changelog                  |  10 +-
 debian/control                    |   3 +-
 debian/tests/pkg-perl/module-name |   1 +
 debian/tests/pkg-perl/test-files  |   2 +
 debian/upstream/metadata          |   7 +
 inc/Spiffy.pm                     | 514 +-------------------------------------
 inc/Test/Base.pm                  |  24 +-
 lib/YAML/LibYAML.pm               |   5 +-
 lib/YAML/LibYAML.pod              |   2 +-
 lib/YAML/XS.pm                    |   4 +-
 lib/YAML/XS.pod                   |   4 +
 t/000-require-modules.t           |  17 ++
 t/alias.t                         |   8 +-
 t/long_plain_wrap.t               |   2 +-
 t/tied.t                          |   2 +-
 30 files changed, 181 insertions(+), 564 deletions(-)
 create mode 100644 debian/tests/pkg-perl/module-name
 create mode 100644 debian/tests/pkg-perl/test-files
 create mode 100644 debian/upstream/metadata
 create mode 100644 t/000-require-modules.t

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



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