[DRE-commits] [ruby-ox] 01/05: Update upstream source from tag 'upstream/2.8.2'

Cédric Boutillier boutil at moszumanska.debian.org
Sat Nov 18 14:12:59 UTC 2017


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

boutil pushed a commit to branch master
in repository ruby-ox.

commit 628c821a04f326ab07f00b3b949d4a5bba72f7b2
Merge: 1d1e94f c6acffc
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Nov 16 23:51:33 2017 +0100

    Update upstream source from tag 'upstream/2.8.2'
    
    Update to upstream version '2.8.2'
    with Debian dir c01af5d5b42aa0ce2e3f85162b04211cb0bc62bb

 .gitignore               |   1 -
 CHANGELOG.md             | 416 ++++++++++++++++++++++
 LICENSE                  |  40 +--
 README.md                |  31 +-
 checksums.yaml.gz        | Bin 267 -> 0 bytes
 ext/ox/attr.h            |  25 --
 ext/ox/base64.c          |  25 --
 ext/ox/base64.h          |  25 --
 ext/ox/buf.h             | 160 +++++++++
 ext/ox/builder.c         | 891 +++++++++++++++++++++++++++++++++++++++++++++++
 ext/ox/cache.c           |  32 +-
 ext/ox/cache.h           |  27 +-
 ext/ox/cache8.c          |  12 +-
 ext/ox/cache8.h          |  27 +-
 ext/ox/cache8_test.c     |  69 ----
 ext/ox/cache_test.c      |  80 -----
 ext/ox/dump.c            | 212 +++++++----
 ext/ox/encode.h          |  25 --
 ext/ox/err.c             |  29 +-
 ext/ox/err.h             |  25 --
 ext/ox/extconf.rb        |   2 +
 ext/ox/gen_load.c        |  41 +--
 ext/ox/hash_load.c       | 224 ++++++++++++
 ext/ox/helper.h          |  25 --
 ext/ox/obj_load.c        |  51 +--
 ext/ox/ox.c              | 788 ++++++++++++++++++++++++++++++++++-------
 ext/ox/ox.h              | 100 +++---
 ext/ox/parse.c           | 177 +++++++---
 ext/ox/sax.c             | 782 ++++++++++++++++++++++++++++++-----------
 ext/ox/sax.h             |  85 +----
 ext/ox/sax_as.c          |  74 ++--
 ext/ox/sax_buf.c         | 105 ++----
 ext/ox/sax_buf.h         |  86 +++--
 ext/ox/sax_has.h         |  38 +-
 ext/ox/sax_hint.c        | 291 ++++++++--------
 ext/ox/sax_hint.h        |  40 +--
 ext/ox/sax_stack.h       |  27 +-
 ext/ox/special.c         |  25 --
 ext/ox/special.h         |  25 --
 ext/ox/type.h            |  25 --
 lib/ox.rb                |  27 +-
 lib/ox/bag.rb            |  35 +-
 lib/ox/cdata.rb          |   2 +-
 lib/ox/comment.rb        |   4 +-
 lib/ox/doctype.rb        |   2 +-
 lib/ox/document.rb       |   8 +-
 lib/ox/element.rb        | 111 +++++-
 lib/ox/error.rb          |   2 +
 lib/ox/hasattrs.rb       |  15 +-
 lib/ox/instruct.rb       |   8 +-
 lib/ox/node.rb           |   4 +-
 lib/ox/raw.rb            |  14 +
 lib/ox/sax.rb            |  23 +-
 lib/ox/version.rb        |   2 +-
 lib/ox/xmlrpc_adapter.rb |   4 +-
 metadata.yml             | 101 ------
 ox.gemspec               |  34 ++
 57 files changed, 3851 insertions(+), 1708 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ox.git



More information about the Pkg-ruby-extras-commits mailing list