[DRE-commits] [ruby-oj] branch master updated (ff2ed81 -> 8c4bea1)

Cédric Boutillier boutil at moszumanska.debian.org
Sun Jun 26 20:14:27 UTC 2016


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

boutil pushed a change to branch master
in repository ruby-oj.

      from  ff2ed81   prepare changelog
      adds  2c5b17f   Imported Upstream version 2.16.1
       new  12ec2b4   Merge tag 'upstream/2.16.1'
       new  8c4bea1   prepare 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                      |   4 +-
 debian/changelog               |   6 ++
 ext/oj/fast.c                  |   4 +
 ext/oj/oj.c                    |  23 ++++-
 ext/oj/oj.h                    |   1 +
 ext/oj/parse.c                 |   9 +-
 ext/oj/sparse.c                |  10 +-
 lib/oj/version.rb              |   2 +-
 oj.gemspec                     |  10 +-
 test/bug.rb                    |  87 +++++++----------
 test/bug2.rb                   |  10 ++
 test/bug3.rb                   |  46 +++++++++
 test/bug_fast.rb               |  32 +++++++
 test/bug_load.rb               |  24 +++++
 test/crash.rb                  | 111 +++++++++++++++++++++
 test/example.rb                |  11 +++
 test/io.rb                     |  48 ++++++++++
 test/{test_range.rb => mod.rb} |  15 ++-
 test/perf1.rb                  |  64 -------------
 test/perf2.rb                  |  76 ---------------
 test/perf_obj_old.rb           | 213 -----------------------------------------
 test/russian.rb                |  18 ++++
 test/struct.rb                 |  29 ++++++
 test/test_bigd.rb              |  63 ------------
 test/test_serializer.rb        |  59 ++++++++++++
 test/test_various.rb           |  22 +++++
 test/write_timebars.rb         |  31 ++++++
 27 files changed, 540 insertions(+), 488 deletions(-)
 create mode 100755 test/bug2.rb
 create mode 100755 test/bug3.rb
 create mode 100755 test/bug_fast.rb
 create mode 100755 test/bug_load.rb
 create mode 100755 test/crash.rb
 create mode 100644 test/example.rb
 create mode 100755 test/io.rb
 rename test/{test_range.rb => mod.rb} (50%)
 delete mode 100644 test/perf1.rb
 delete mode 100644 test/perf2.rb
 delete mode 100755 test/perf_obj_old.rb
 create mode 100755 test/russian.rb
 create mode 100755 test/struct.rb
 delete mode 100755 test/test_bigd.rb
 create mode 100755 test/test_serializer.rb
 create mode 100755 test/write_timebars.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