[DRE-commits] [ruby-ox] branch master updated (a02ccad -> 024a6c2)
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Sat Mar 22 18:38:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a change to branch master
in repository ruby-ox.
from a02ccad Prepare changelog
adds 57e5b09 Imported Upstream version 2.1.1
new c45643f Merge tag 'upstream/2.1.1'
new e464206 new upstream release
new 024a6c2 upload to unstable
The 3 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:
README.md | 294 ++++---
checksums.yaml.gz | Bin 0 -> 267 bytes
debian/changelog | 7 +
ext/ox/attr.h | 109 +++
ext/ox/cache.c | 5 +-
ext/ox/cache_test.c | 9 +
ext/ox/dump.c | 1166 ++++++++++++-------------
ext/ox/{cache.h => encode.h} | 29 +-
ext/ox/{cache.h => err.c} | 38 +-
ext/ox/{cache8.h => err.h} | 37 +-
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.h => sax_hint.h} | 28 +-
ext/ox/sax_stack.h | 108 +++
ext/ox/special.c | 76 ++
ext/ox/{cache.h => special.h} | 18 +-
ext/ox/{cache.h => type.h} | 46 +-
lib/ox/element.rb | 27 +-
lib/ox/sax.rb | 21 +-
lib/ox/version.rb | 2 +-
lib/ox/xmlrpc_adapter.rb | 32 +
metadata.yml | 87 +-
34 files changed, 4553 insertions(+), 2554 deletions(-)
create mode 100644 checksums.yaml.gz
create mode 100644 ext/ox/attr.h
copy ext/ox/{cache.h => encode.h} (80%)
copy ext/ox/{cache.h => err.c} (68%)
copy ext/ox/{cache8.h => err.h} (70%)
create mode 100644 ext/ox/helper.h
create mode 100644 ext/ox/sax.h
create mode 100644 ext/ox/sax_as.c
create mode 100644 ext/ox/sax_buf.c
create mode 100644 ext/ox/sax_buf.h
create mode 100644 ext/ox/sax_has.h
create mode 100644 ext/ox/sax_hint.c
copy ext/ox/{cache.h => sax_hint.h} (77%)
create mode 100644 ext/ox/sax_stack.h
create mode 100644 ext/ox/special.c
copy ext/ox/{cache.h => special.h} (83%)
copy ext/ox/{cache.h => type.h} (64%)
create mode 100644 lib/ox/xmlrpc_adapter.rb
--
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