[DRE-commits] [ruby-oj] branch master updated (9f2a402 -> 0f72738)
Cédric Boutillier
boutil at moszumanska.debian.org
Thu May 29 22:14:52 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a change to branch master
in repository ruby-oj.
from 9f2a402 prepare changelog
adds 34dcf9b Imported Upstream version 2.9.4
new 112530b Merge tag 'upstream/2.9.4'
new 0f72738 preprare changelog
The 2 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 | 6 +-
checksums.yaml.gz | Bin 268 -> 267 bytes
debian/changelog | 7 +
ext/oj/buf.h | 2 +-
ext/oj/compat.c | 16 +-
ext/oj/dump.c | 334 +++++++++++++-------
ext/oj/err.h | 2 +-
ext/oj/object.c | 70 +++--
ext/oj/odd.c | 58 +++-
ext/oj/odd.h | 1 +
ext/oj/oj.c | 134 ++++++---
ext/oj/oj.h | 3 +
ext/oj/parse.c | 44 ++-
ext/oj/parse.h | 13 +-
ext/oj/reader.c | 246 +++++++++++++++
ext/oj/reader.h | 173 +++++++++++
ext/oj/saj.c | 23 +-
ext/oj/scp.c | 16 +-
ext/oj/{parse.c => sparse.c} | 502 ++++++++++++++-----------------
ext/oj/strict.c | 8 +-
ext/oj/val_stack.h | 3 +
lib/oj/version.rb | 2 +-
metadata.yml | 24 +-
test/a.rb | 38 +++
test/bug.rb | 17 ++
test/e.rb | 12 +
test/foo.rb | 24 ++
test/lots.rb | 68 +++++
test/mj.rb | 48 +++
test/perf1.rb | 64 ----
test/perf2.rb | 76 -----
test/perf_fast.rb | 18 +-
test/perf_file.rb | 64 ++++
test/perf_obj_old.rb | 213 -------------
test/perf_object.rb | 3 +-
test/perf_str.rb | 38 +++
test/perf_strict.rb | 1 +
test/{perf_strict.rb => perf_strictx.rb} | 40 +--
test/struct.rb | 29 ++
test/test_file.rb | 242 +++++++++++++++
test/test_mimic.rb | 24 +-
test/test_object.rb | 90 ++++++
test/test_scp.rb | 16 +
test/test_strict.rb | 7 +
test/test_strictx.rb | 58 ++++
test/tests.rb | 51 ++--
test/write_fake_log.rb | 63 ++++
test/x.rb | 59 ++++
48 files changed, 2136 insertions(+), 914 deletions(-)
create mode 100644 ext/oj/reader.c
create mode 100644 ext/oj/reader.h
copy ext/oj/{parse.c => sparse.c} (67%)
create mode 100755 test/a.rb
create mode 100755 test/bug.rb
create mode 100755 test/e.rb
create mode 100755 test/foo.rb
create mode 100755 test/lots.rb
create mode 100755 test/mj.rb
delete mode 100644 test/perf1.rb
delete mode 100644 test/perf2.rb
create mode 100755 test/perf_file.rb
delete mode 100755 test/perf_obj_old.rb
create mode 100755 test/perf_str.rb
copy test/{perf_strict.rb => perf_strictx.rb} (68%)
create mode 100755 test/struct.rb
create mode 100755 test/test_file.rb
create mode 100755 test/test_strictx.rb
create mode 100755 test/write_fake_log.rb
create mode 100755 test/x.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oj.git
More information about the Pkg-ruby-extras-commits
mailing list