[DRE-commits] [ruby-ox] 01/03: Merge tag 'upstream/2.1.1'

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sat Mar 22 18:38:15 UTC 2014


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

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

commit c45643fce8f11c56a2c0abb359c93daaee69c5c9
Merge: a02ccad 57e5b09
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sat Mar 22 17:49:08 2014 +0530

    Merge tag 'upstream/2.1.1'
    
    Upstream version 2.1.1

 README.md                           |  294 +++---
 checksums.yaml.gz                   |  Bin 0 -> 267 bytes
 ext/ox/attr.h                       |  109 ++
 ext/ox/cache.c                      |    5 +-
 ext/ox/cache_test.c                 |    9 +
 ext/ox/dump.c                       | 1166 +++++++++++-----------
 ext/ox/{cache_test.c => encode.h}   |   56 +-
 ext/ox/{cache_test.c => err.c}      |   63 +-
 ext/ox/{cache_test.c => err.h}      |   64 +-
 ext/ox/extconf.rb                   |   15 +-
 ext/ox/gen_load.c                   |   68 +-
 ext/ox/helper.h                     |  116 +++
 ext/ox/obj_load.c                   | 1088 ++++++++++----------
 ext/ox/ox.c                         |  162 ++-
 ext/ox/ox.h                         |   65 +-
 ext/ox/parse.c                      |  447 ++++++---
 ext/ox/sax.c                        | 1856 +++++++++++++++++------------------
 ext/ox/sax.h                        |  118 +++
 ext/ox/sax_as.c                     |  254 +++++
 ext/ox/sax_buf.c                    |  277 ++++++
 ext/ox/sax_buf.h                    |  198 ++++
 ext/ox/sax_has.h                    |   87 ++
 ext/ox/sax_hint.c                   |  217 ++++
 ext/ox/{cache_test.c => sax_hint.h} |   55 +-
 ext/ox/sax_stack.h                  |  108 ++
 ext/ox/special.c                    |   76 ++
 ext/ox/{cache_test.c => special.h}  |   45 +-
 ext/ox/{cache_test.c => type.h}     |   73 +-
 lib/ox/element.rb                   |   27 +-
 lib/ox/sax.rb                       |   21 +-
 lib/ox/version.rb                   |    2 +-
 lib/ox/xmlrpc_adapter.rb            |   32 +
 metadata.yml                        |   87 +-
 33 files changed, 4547 insertions(+), 2713 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