<!DOCTYPE html>
<html>
  <head>
  </head>
  <body>
    <dl style="line-height: 1.5; margin-left: 2em">
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Author</dt>
      <dd style="margin-left: 8.5em">Kouhei Sutou &lt;kou****@clear*****&gt;</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Date</dt>
      <dd style="margin-left: 8.5em">2015-04-12 00:12:38 +0900 (Sun, 12 Apr 2015)</dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">New Revision</dt>
      <dd style="margin-left: 8.5em"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225">0d014e0463fbf5f36b46330a090a1aef74528225</a></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Message</dt>
      <dd style="margin-left: 8.5em"><pre style="border: 1px solid #aaa; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; padding: 0.5em; width: auto">Use meaningful name</pre></dd>
      <dt style="clear: both; float: left; font-weight: bold; width: 8em">Modified files</dt>
      <dd style="margin-left: 8.5em">
        <ul>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-0">ext/groonga/extconf.rb</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-1">ext/groonga/rb-grn-array.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-2">ext/groonga/rb-grn-column.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-3">ext/groonga/rb-grn-database.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-4">ext/groonga/rb-grn-double-array-trie.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-5">ext/groonga/rb-grn-expression.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-6">ext/groonga/rb-grn-hash.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-7">ext/groonga/rb-grn-patricia-trie.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-8">ext/groonga/rb-grn-plugin.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-9">ext/groonga/rb-grn-snippet.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-10">ext/groonga/rb-grn-table.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-11">ext/groonga/rb-grn-type.c</a></li>
          <li><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#diff-12">ext/groonga/rb-grn.h</a></li>
        </ul>
      </dd>
    </dl>

    <div class="diff-section" style="clear: both">
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/extconf.rb (+1 -0)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L281">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L282">282</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L283">283</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L284">284</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L285">285</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L286">286</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0L287">287</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R281">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R282">282</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R283">283</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R284">284</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R285">285</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R286">286</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R287">287</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L0R288">288</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -282,6 +282,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">have_header(&quot;ruby/st.h&quot;) unless have_macro(&quot;HAVE_RUBY_ST_H&quot;, &quot;ruby.h&quot;)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> have_func(&quot;rb_errinfo&quot;, &quot;ruby.h&quot;)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> have_func(&quot;rb_sym2str&quot;, &quot;ruby.h&quot;)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> have_func(&quot;rb_to_symbol&quot;, &quot;ruby.h&quot;)</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+have_func(&quot;rb_ary_new_from_values&quot;, &quot;ruby.h&quot;)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> have_type(&quot;enum ruby_value_type&quot;, &quot;ruby.h&quot;)</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> # TODO: Remove me when Groonga 5.0.1 is released.</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-array.c (+1 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L130">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L131">131</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L132">132</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L133">133</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L134">134</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L135">135</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L136">136</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1L137">137</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R130">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R131">131</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R132">132</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R133">133</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R134">134</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R135">135</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R136">136</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L1R137">137</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -131,7 +131,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_array_s_create (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     table = grn_table_create(context, name, name_size, path,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              flags, NULL, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!table)</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-        rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_table = GRNOBJECT2RVAL(klass, context, table, GRN_TRUE);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_grn_context_check(context, rb_table);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_iv_set(rb_table, &quot;@context&quot;, rb_context);</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-column.c (+1 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L350">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L351">351</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L352">352</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L353">353</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L354">354</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L355">355</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L356">356</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2L357">357</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R350">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R351">351</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R352">352</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R353">353</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R354">354</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R355">355</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R356">356</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L2R357">357</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -351,7 +351,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_column_select (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;should be [query_string, option_hash], &quot;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;[expression, option_hash] &quot;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;or [option_hash]: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                     rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                     rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         options = condition_or_options;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-database.c (+2 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L199">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L200">200</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L201">201</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L202">202</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L203">203</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L204">204</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L205">205</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L206">206</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L207">207</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L208">208</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L209">209</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L210">210</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L211">211</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3L212">212</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R199">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R200">200</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R201">201</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R202">202</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R203">203</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R204">204</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R205">205</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R206">206</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R207">207</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R208">208</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R209">209</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R210">210</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R211">211</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L3R212">212</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -200,13 +200,13 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_database_s_create (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">         grn_obj_unlink(context, old_database);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     reset_floating_objects(rb_context);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     database = grn_db_create(context, path, &amp;create_args);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     owner = (context-&gt;flags &amp; GRN_CTX_PER_DB) ? GRN_FALSE : GRN_TRUE;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_database = GRNOBJECT2RVAL(klass, context, database, owner);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_iv_set(rb_database, &quot;@context&quot;, rb_context);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_context))</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_iv_set(rb_context, &quot;database&quot;, rb_database);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (rb_block_given_p())</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         return rb_ensure(rb_yield, rb_database,</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-double-array-trie.c (+2 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L308">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L309">309</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L310">310</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L311">311</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L312">312</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L313">313</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L314">314</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L315">315</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L457">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L458">458</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L459">459</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L460">460</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L461">461</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L462">462</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L463">463</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4L464">464</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R308">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R309">309</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R310">310</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R311">311</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R312">312</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R313">313</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R314">314</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R315">315</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R457">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R458">458</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R459">459</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R460">460</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R461">461</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R462">462</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R463">463</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L4R464">464</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -309,7 +309,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_double_array_trie_s_create (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     table = grn_table_create(context, name, name_size, path,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              flags, key_type, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!table)</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-        rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_table = GRNOBJECT2RVAL(klass, context, table, GRN_TRUE);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_default_tokenizer))</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -458,7 +458,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_double_array_trie_open_grn_prefix_cursor (int argc, VALUE *argv,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_key_bytes) &amp;&amp; !NIL_P(rb_key_bits)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_raise(rb_eArgError,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                  &quot;should not specify both :key_bytes and :key_bits once: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                 rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                 rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bytes)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         prefix_size = NUM2UINT(rb_key_bytes);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bits)) {</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-expression.c (+2 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L474">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L475">475</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L476">476</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L477">477</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L478">478</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L479">479</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L480">480</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L481">481</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L739">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L740">740</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L741">741</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L742">742</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L743">743</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L744">744</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L745">745</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5L746">746</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R474">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R475">475</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R476">476</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R477">477</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R478">478</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R479">479</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R480">480</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R481">481</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R739">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R740">740</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R741">741</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R742">742</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R743">743</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R744">744</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R745">745</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L5R746">746</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -475,7 +475,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_expression_parse (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (rc != GRN_SUCCESS) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         VALUE related_object;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-        related_object = rb_ary_new3(2, self, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        related_object = rb_ary_new3(2, self, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         exception = rb_grn_context_to_exception(context, related_object);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (default_column_is_created)</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -740,7 +740,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_expression_snippet (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             (const char **)open_tags, open_tag_lengths,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             (const char **)close_tags, close_tag_lengths,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             mapping);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    related_object = rb_ary_new3(2, self, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    related_object = rb_ary_new3(2, self, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_grn_context_check(context, related_object);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     return GRNOBJECT2RVAL(Qnil, context, snippet, GRN_TRUE);</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-hash.c (+1 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L215">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L216">216</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L217">217</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L218">218</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L219">219</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L220">220</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L221">221</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6L222">222</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R215">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R216">216</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R217">217</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R218">218</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R219">219</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R220">220</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R221">221</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L6R222">222</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -216,7 +216,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_hash_s_create (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     table = grn_table_create(context, name, name_size, path,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              flags, key_type, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!table)</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-        rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_table = GRNOBJECT2RVAL(klass, context, table, GRN_TRUE);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_default_tokenizer))</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-patricia-trie.c (+3 -3)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L231">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L232">232</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L233">233</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L234">234</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L235">235</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L236">236</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L237">237</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L238">238</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L533">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L534">534</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L535">535</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L536">536</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L537">537</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L538">538</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L539">539</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L540">540</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L683">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L684">684</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L685">685</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L686">686</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L687">687</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L688">688</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L689">689</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7L690">690</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R231">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R232">232</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R233">233</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R234">234</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R235">235</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R236">236</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R237">237</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R238">238</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R533">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R534">534</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R535">535</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R536">536</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R537">537</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R538">538</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R539">539</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R540">540</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R683">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R684">684</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R685">685</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R686">686</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R687">687</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R688">688</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R689">689</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L7R690">690</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -232,7 +232,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_patricia_trie_s_create (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     table = grn_table_create(context, name, name_size, path,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                              flags, key_type, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!table)</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-        rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+        rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_table = GRNOBJECT2RVAL(klass, context, table, GRN_TRUE);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_default_tokenizer))</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -534,7 +534,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_patricia_trie_open_grn_prefix_cursor (int argc, VALUE *argv, VALUE self,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_key_bytes) &amp;&amp; !NIL_P(rb_key_bits)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_raise(rb_eArgError,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                  &quot;should not specify both :key_bytes and :key_bits once: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                 rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                 rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bytes)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         prefix_size = NUM2UINT(rb_key_bytes);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bits)) {</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -684,7 +684,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_patricia_trie_open_grn_rk_cursor (int argc, VALUE *argv, VALUE self,</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (!NIL_P(rb_key_bytes) &amp;&amp; !NIL_P(rb_key_bits)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_raise(rb_eArgError,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                  &quot;should not specify both :key_bytes and :key_bits once: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                 rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                 rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bytes)) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         prefix_size = NUM2UINT(rb_key_bytes);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else if (!NIL_P(rb_key_bits)) {</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-plugin.c (+2 -2)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L116">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L117">117</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L118">118</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L119">119</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L120">120</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L121">121</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L122">122</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L123">123</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L162">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L163">163</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L164">164</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L165">165</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L166">166</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L167">167</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L168">168</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8L169">169</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R116">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R117">117</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R118">118</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R119">119</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R120">120</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R121">121</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R122">122</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R123">123</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R162">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R163">163</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R164">164</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R165">165</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R166">166</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R167">167</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R168">168</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L8R169">169</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -117,7 +117,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_plugin_s_register (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">         grn_plugin_register_by_path(context, path);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     return Qnil;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -163,7 +163,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_plugin_s_unregister (int argc, VALUE *argv, VALUE klass)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     grn_plugin_unregister(context, name);</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     return Qnil;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-snippet.c (+1 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L145">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L146">146</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L147">147</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L148">148</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L149">149</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L150">150</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L151">151</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9L152">152</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R145">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R146">146</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R147">147</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R148">148</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R149">149</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R150">150</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R151">151</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L9R152">152</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -146,7 +146,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_snippet_initialize (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             default_open_tag, default_open_tag_length,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             default_close_tag, default_close_tag_length,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                             mapping);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_grn_object_assign(Qnil, self, rb_context, context, snippet);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_grn_context_register_floating_object(DATA_PTR(self));</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-table.c (+9 -8)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L328">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L329">329</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L330">330</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L331">331</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L332">332</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L333">333</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L334">334</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L335">335</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L451">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L452">452</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L453">453</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L454">454</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L455">455</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L456">456</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L457">457</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L458">458</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1586">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1587">1587</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1588">1588</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1589">1589</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1590">1590</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1591">1591</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1592">1592</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1593">1593</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1644">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1645">1645</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1646">1646</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1647">1647</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1648">1648</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1649">1649</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1650">1650</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1651">1651</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1696">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1697">1697</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1698">1698</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1699">1699</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1700">1700</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1701">1701</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1702">1702</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1703">1703</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1897">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1898">1898</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1899">1899</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1900">1900</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1901">1901</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1902">1902</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1903">1903</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L1904">1904</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2256">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2257">2257</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2258">2258</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2259">2259</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2260">2260</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2261">2261</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2262">2262</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2263">2263</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2284">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2285">2285</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2286">2286</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2287">2287</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2288">2288</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2289">2289</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2290">2290</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10L2291">2291</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R328">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R329">329</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R330">330</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R331">331</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R332">332</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R333">333</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R334">334</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R335">335</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R336">336</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R452">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R453">453</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R454">454</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R455">455</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R456">456</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R457">457</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R458">458</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R459">459</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1587">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1588">1588</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1589">1589</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1590">1590</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1591">1591</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1592">1592</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1593">1593</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1594">1594</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1645">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1646">1646</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1647">1647</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1648">1648</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1649">1649</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1650">1650</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1651">1651</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1652">1652</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1697">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1698">1698</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1699">1699</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1700">1700</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1701">1701</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1702">1702</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1703">1703</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1704">1704</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1898">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1899">1899</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1900">1900</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1901">1901</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1902">1902</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1903">1903</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1904">1904</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R1905">1905</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2257">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2258">2258</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2259">2259</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2260">2260</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2261">2261</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2262">2262</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2263">2263</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2264">2264</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2285">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2286">2286</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2287">2287</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2288">2288</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2289">2289</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2290">2290</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2291">2291</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L10R2292">2292</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -329,7 +329,8 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_define_column (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                                path, flags, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (context-&gt;rc) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_grn_context_check(context,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                             rb_ary_new3(2, self, rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                             rb_ary_new3(2, self,</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                                         rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_column = GRNCOLUMN2RVAL(Qnil, context, column, GRN_TRUE);</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -452,7 +453,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_define_index_column (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                                path, flags, value_type);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     if (context-&gt;rc) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_grn_context_check(context,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                             rb_ary_new3(2, self, rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                             rb_ary_new3(2, self, rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_column = GRNCOLUMN2RVAL(Qnil, context, column, GRN_TRUE);</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1587,7 +1588,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_get_value_convenience (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">             rb_raise(rb_eArgError, &quot;:id options must be true or nil: %s: %s&quot;,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_option_id),</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_ary_new3(2,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                                                self, rb_ary_new4(argc, argv))));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                                                self, rb_ary_new_from_values(argc, argv))));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1645,7 +1646,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_set_value_convenience (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">             rb_raise(rb_eArgError, &quot;:id options must be true or nil: %s: %s&quot;,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_option_id),</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_ary_new3(2,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                                                self, rb_ary_new4(argc, argv))));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                                                self, rb_ary_new_from_values(argc, argv))));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1697,7 +1698,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_get_column_value_convenience (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_option_id),</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_ary_new3(2,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                                                 self,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                                                rb_ary_new4(argc, argv))));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                                                rb_ary_new_from_values(argc, argv))));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1898,7 +1899,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_set_column_value_convenience (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_option_id),</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      rb_grn_inspect(rb_ary_new3(2,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                                                 self,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                                                rb_ary_new4(argc, argv))));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                                                rb_ary_new_from_values(argc, argv))));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2257,7 +2258,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_select (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;should be [query_string, option_hash], &quot;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;[expression, option_hash] &quot;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;or [option_hash]: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                     rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                     rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         options = condition_or_options;</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     }</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -2285,7 +2286,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_table_select (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre">         if (!result) {</span>
<span class="diff-not-changed" style="display: block; white-space: pre">             rb_raise(rb_eGrnNoMemoryAvailable,</span>
<span class="diff-not-changed" style="display: block; white-space: pre">                      &quot;failed to create result table: %s&quot;,</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-                     rb_grn_inspect(rb_ary_new4(argc, argv)));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+                     rb_grn_inspect(rb_ary_new_from_values(argc, argv)));</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         }</span>
<span class="diff-not-changed" style="display: block; white-space: pre">         rb_result = GRNTABLE2RVAL(context, result, GRN_TRUE);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     } else {</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn-type.c (+1 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L123">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L124">124</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L125">125</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L126">126</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L127">127</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L128">128</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L129">129</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11L130">130</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R123">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R124">124</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R125">125</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R126">126</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R127">127</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R128">128</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R129">129</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L11R130">130</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -124,7 +124,7 @@ <span class="diff-context" style="background-color: #ffffaa; color: #000000">rb_grn_type_initialize (int argc, VALUE *argv, VALUE self)</span></span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     type = grn_type_create(context, name, name_size, flags, size);</span>
<span class="diff-not-changed" style="display: block; white-space: pre">     rb_grn_object_assign(Qnil, self, rb_context, context, type);</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-    rb_grn_context_check(context, rb_ary_new4(argc, argv));</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+    rb_grn_context_check(context, rb_ary_new_from_values(argc, argv));</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">     return Qnil;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> }</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
      <table style="border-collapse: collapse; border: 1px solid #aaa">
        <thead>
          <tr class="diff-header" style="border: 1px solid #aaa">
            <td colspan="3">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">  Modified: ext/groonga/rb-grn.h (+5 -1)</span>
<span class="diff-header-mark" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">===================================================================</span>
</pre>
            </td>
          </tr>
        </thead>
        <tbody>
          <tr>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L0">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L1">1</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L3">3</a></span>
<span class="diff-line-number-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L4">4</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L7">7</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L48">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L49">49</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L50">50</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L51">51</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L52">52</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L53">53</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12L54">54</a></span>
</pre>
            </th>
            <th class="diff-line-number" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R0">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R1">1</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R2">2</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R3">3</a></span>
<span class="diff-line-number-nothing" style="display: block; white-space: pre">&nbsp;</span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R4">4</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R5">5</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R6">6</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R7">7</a></span>
<span class="diff-line-number-hunk-header" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R48">...</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R49">49</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R50">50</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R51">51</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R52">52</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R53">53</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R54">54</a></span>
<span class="diff-line-number-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R55">55</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R56">56</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R57">57</a></span>
<span class="diff-line-number-not-changed" style="display: block; white-space: pre"><a href="https://github.com/ranguba/rroonga/commit/0d014e0463fbf5f36b46330a090a1aef74528225#L12R58">58</a></span>
</pre>
            </th>
            <td class="diff-content" style="border: 1px solid #aaa">
<pre style="border: 0; font-family: Consolas, Menlo, &quot;Liberation Mono&quot;, Courier, monospace; line-height: 1.2; margin: 0; padding: 0.5em; white-space: normal; width: auto"><span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -1,7 +1,7 @@</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /* -*- coding: utf-8; mode: C; indent-tabs-mode: nil; c-basic-offset: 4 -*- */</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> /*</span>
<span class="diff-not-changed" style="display: block; white-space: pre">   Copyright (C) 2015  Masafumi Yokoyama &lt;yokoy****@clear*****&gt;</span>
<span class="diff-deleted" style="background-color: #ffaaaa; color: #000000; display: block; white-space: pre">-  Copyright (C) 2009-2014  Kouhei Sutou &lt;kou****@clear*****&gt;</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+  Copyright (C) 2009-2015  Kouhei Sutou &lt;kou****@clear*****&gt;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre">   This library is free software; you can redistribute it and/or</span>
<span class="diff-not-changed" style="display: block; white-space: pre">   modify it under the terms of the GNU Lesser General Public</span>
<span class="diff-hunk-header" style="background-color: #eaf2f5; color: #999999; display: block; white-space: pre">@@ -49,6 +49,10 @@</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> #  define rb_to_symbol(rb_string) (rb_str_intern(rb_string))</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> #endif</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+#ifndef HAVE_RB_ARY_NEW_FROM_VALUES</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+#  define rb_ary_new_from_values(n, values) rb_ary_new4((n), (values))</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+#endif</span>
<span class="diff-added" style="background-color: #aaffaa; color: #000000; display: block; white-space: pre">+</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> #include &lt;groonga.h&gt;</span>
<span class="diff-not-changed" style="display: block; white-space: pre"> </span>
<span class="diff-not-changed" style="display: block; white-space: pre"> #if defined(__cplusplus)</span>
</pre>
            </td>
          </tr>
        </tbody>
      </table>
    </div>
  </body>
</html>