[libyaml-libyaml-perl] 02/14: Update upstream source from tag 'upstream/0.69+repack'

Damyan Ivanov dmn at moszumanska.debian.org
Sun Jan 21 22:27:43 UTC 2018


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

dmn pushed a commit to branch master
in repository libyaml-libyaml-perl.

commit 51a0f274e65edada46d2cdcfd001785a96ffb3af
Merge: fbaa17a b33193e
Author: Damyan Ivanov <dmn at debian.org>
Date:   Sun Jan 21 14:34:15 2018 +0000

    Update upstream source from tag 'upstream/0.69+repack'
    
    Update to upstream version '0.69+repack'
    with Debian dir a452c0c2d0b11e2c8bdaafdbc3cca53bc52f616b

 CONTRIBUTING           |    2 +-
 Changes                |   31 +
 LICENSE                |    6 +-
 LibYAML/api.c          | 1392 -------------------
 LibYAML/config.h       |   74 -
 LibYAML/dumper.c       |  394 ------
 LibYAML/emitter.c      | 2334 -------------------------------
 LibYAML/loader.c       |  444 ------
 LibYAML/parser.c       | 1374 ------------------
 LibYAML/perl_libyaml.c |  245 +++-
 LibYAML/perl_libyaml.h |    5 +
 LibYAML/reader.c       |  469 -------
 LibYAML/scanner.c      | 3589 ------------------------------------------------
 LibYAML/writer.c       |  141 --
 LibYAML/yaml.h         | 1971 --------------------------
 LibYAML/yaml_private.h |  665 ---------
 MANIFEST               |    8 +-
 META.json              |    6 +-
 META.yml               |    6 +-
 Makefile.PL            |    4 +-
 README                 |   57 +-
 lib/YAML/LibYAML.pm    |    2 +-
 lib/YAML/LibYAML.pod   |    4 +-
 lib/YAML/XS.pm         |   23 +-
 lib/YAML/XS.pod        |   56 +-
 t/TestYAML.pm          |    2 +-
 t/TestYAMLTests.pm     |   10 +-
 t/alias.t              |    4 +-
 t/api.t                |    4 +-
 t/ascii.t              |    4 +-
 t/author-pod-syntax.t  |    2 +-
 t/blessed.t            |    4 +-
 t/boolean-boolean.t    |   37 +
 t/boolean-invalid.t    |   36 +
 t/boolean-jsonpp.t     |   36 +
 t/boolean.t            |    4 +-
 t/bug-pvf.t            |    4 +-
 t/bug-stack.t          |    4 +-
 t/code.t               |    4 +-
 t/dump-heuristics.t    |    4 +-
 t/dump-int.t           |   37 +
 t/dump.t               |    4 +-
 t/empty.t              |    4 +-
 t/error.t              |    4 +-
 t/file.t               |    4 +-
 t/glob.t               |    4 +-
 t/io-handle.t          |    7 +-
 t/leak.t               |    4 +-
 t/load-blessed.t       |   49 +
 t/load.t               |    4 +-
 t/load_standard_tags.t |   48 +
 t/magic.t              |    4 +-
 t/native.t             |    4 +-
 t/null.t               |    4 +-
 t/numbers.t            |    4 +-
 t/path-class.t         |    4 +-
 t/pl_sv_undef.t        |    4 +-
 t/private.t            |    4 +-
 t/quote.t              |    4 +-
 t/ref-scalar.t         |    4 +-
 t/regexp.t             |   10 +-
 t/string_nulls.t       |    4 +-
 t/tags.t               |    4 +-
 t/tied.t               |   16 +-
 t/utf8.t               |    4 +-
 65 files changed, 719 insertions(+), 12985 deletions(-)

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