rroonga 6.1.0-x64-mingw32 → 6.1.3-x64-mingw32
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
 - data/Rakefile +1 -1
 - data/doc/text/news.md +28 -0
 - data/ext/groonga/rb-grn-context.c +25 -0
 - data/ext/groonga/rb-grn-database.c +2 -2
 - data/ext/groonga/rb-grn-exception.c +15 -1
 - data/ext/groonga/rb-grn-logger.c +43 -0
 - data/ext/groonga/rb-grn-object.c +11 -3
 - data/ext/groonga/rb-grn-table.c +9 -3
 - data/ext/groonga/rb-grn-variable-size-column.c +16 -2
 - data/ext/groonga/rb-grn.h +2 -2
 - data/ext/groonga/rb-groonga.c +1 -1
 - data/lib/2.1/groonga.so +0 -0
 - data/lib/2.2/groonga.so +0 -0
 - data/lib/2.3/groonga.so +0 -0
 - data/lib/2.4/groonga.so +0 -0
 - data/lib/groonga/dumper.rb +2 -0
 - data/lib/groonga/logger.rb +2 -1
 - data/lib/groonga/schema.rb +4 -2
 - data/rroonga-build.rb +5 -5
 - data/test/test-context.rb +5 -0
 - data/test/test-exception.rb +2 -1
 - data/test/test-logger.rb +18 -0
 - data/test/test-schema-dumper.rb +19 -1
 - data/test/test-variable-size-column.rb +10 -0
 - data/vendor/local/bin/grndb.exe +0 -0
 - data/vendor/local/bin/groonga-benchmark.exe +0 -0
 - data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
 - data/vendor/local/bin/groonga.exe +0 -0
 - data/vendor/local/bin/libgroonga-0.dll +0 -0
 - data/vendor/local/bin/libmecab-2.dll +0 -0
 - data/vendor/local/bin/libmsgpackc.dll +0 -0
 - data/vendor/local/bin/libonigmo-6.dll +0 -0
 - data/vendor/local/bin/libpcre-1.dll +0 -0
 - data/vendor/local/bin/libpcrecpp-0.dll +0 -0
 - data/vendor/local/bin/libpcreposix-0.dll +0 -0
 - data/vendor/local/bin/lz4.exe +0 -0
 - data/vendor/local/bin/lz4c.exe +0 -0
 - data/vendor/local/bin/lz4cat +0 -0
 - data/vendor/local/bin/mecab.exe +0 -0
 - data/vendor/local/bin/{onig-config → onigmo-config} +5 -5
 - data/vendor/local/bin/pcregrep.exe +0 -0
 - data/vendor/local/bin/pcretest.exe +0 -0
 - data/vendor/local/bin/zlib1.dll +0 -0
 - data/vendor/local/include/groonga/groonga.h +1 -0
 - data/vendor/local/include/groonga/groonga/accessor.h +34 -0
 - data/vendor/local/include/groonga/groonga/groonga.h +37 -2
 - data/vendor/local/include/groonga/groonga/ii.h +4 -0
 - data/vendor/local/include/groonga/groonga/plugin.h +16 -6
 - data/vendor/local/include/{oniguruma.h → onigmo.h} +326 -262
 - data/vendor/local/include/{oniggnu.h → onigmognu.h} +16 -15
 - data/vendor/local/include/{onigposix.h → onigmoposix.h} +37 -44
 - data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
 - data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
 - data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.dll.a → normalizers/mysql.dll.a} +0 -0
 - data/vendor/local/lib/groonga/plugins/{table/table.la → normalizers/mysql.la} +9 -9
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
 - data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +2 -1
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
 - data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
 - data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
 - data/vendor/local/lib/libgroonga.a +0 -0
 - data/vendor/local/lib/libgroonga.dll.a +0 -0
 - data/vendor/local/lib/libgroonga.la +3 -3
 - data/vendor/local/lib/liblz4.a +0 -0
 - data/vendor/local/lib/liblz4.dll +0 -0
 - data/vendor/local/lib/liblz4.dll.1 +0 -0
 - data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
 - data/vendor/local/lib/libmecab.a +0 -0
 - data/vendor/local/lib/libmecab.dll.a +0 -0
 - data/vendor/local/lib/libmsgpackc.a +0 -0
 - data/vendor/local/lib/libmsgpackc.dll.a +0 -0
 - data/vendor/local/lib/libonigmo.a +0 -0
 - data/vendor/local/lib/{libonig.dll.a → libonigmo.dll.a} +0 -0
 - data/vendor/local/lib/{libonig.la → libonigmo.la} +9 -9
 - data/vendor/local/lib/libpcre.a +0 -0
 - data/vendor/local/lib/libpcre.dll.a +0 -0
 - data/vendor/local/lib/libpcrecpp.a +0 -0
 - data/vendor/local/lib/libpcrecpp.dll.a +0 -0
 - data/vendor/local/lib/libpcreposix.a +0 -0
 - data/vendor/local/lib/libpcreposix.dll.a +0 -0
 - data/vendor/local/lib/libz.a +0 -0
 - data/vendor/local/lib/libz.dll.a +0 -0
 - data/vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc +5 -0
 - data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
 - data/vendor/local/lib/pkgconfig/{oniguruma.pc → onigmo.pc} +3 -3
 - data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
 - data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/doc/groonga-normalizer-mysql/news.md +41 -0
 - data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +6 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +134 -2
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -59
 - data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/en/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news.html +225 -93
 - data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/en/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +6 -13
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +114 -46
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -53
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +6 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +134 -2
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -4
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -8
 - data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +18 -0
 - data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/client.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -36
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +219 -156
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -49
 - data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/others.html +12 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
 - data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +11 -10
 - data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
 - data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news.html +225 -92
 - data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
 - data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +6 -10
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -11
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
 - data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
 - data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
 - data/vendor/local/share/groonga/mruby/LEGAL +30 -30
 - data/vendor/local/share/license/groonga-normalizer-mysql/README.md +211 -0
 - data/vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
 - data/vendor/local/share/license/onigmo/README +10 -8
 - metadata +86 -75
 - data/vendor/local/bin/libonig-5.dll +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
 - data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
 - data/vendor/local/lib/libonig.a +0 -0
 
| 
         @@ -1,10 +1,11 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #ifndef  
     | 
| 
       2 
     | 
    
         
            -
            #define  
     | 
| 
      
 1 
     | 
    
         
            +
            #ifndef ONIGMOGNU_H
         
     | 
| 
      
 2 
     | 
    
         
            +
            #define ONIGMOGNU_H
         
     | 
| 
       3 
3 
     | 
    
         
             
            /**********************************************************************
         
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
      
 4 
     | 
    
         
            +
              onigmognu.h - Onigmo (Oniguruma-mod) (regular expression library)
         
     | 
| 
       5 
5 
     | 
    
         
             
            **********************************************************************/
         
     | 
| 
       6 
6 
     | 
    
         
             
            /*-
         
     | 
| 
       7 
7 
     | 
    
         
             
             * Copyright (c) 2002-2005  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
         
     | 
| 
      
 8 
     | 
    
         
            +
             * Copyright (c) 2011-2016  K.Takata  <kentkt AT csc DOT jp>
         
     | 
| 
       8 
9 
     | 
    
         
             
             * All rights reserved.
         
     | 
| 
       9 
10 
     | 
    
         
             
             *
         
     | 
| 
       10 
11 
     | 
    
         
             
             * Redistribution and use in source and binary forms, with or without
         
     | 
| 
         @@ -29,7 +30,7 @@ 
     | 
|
| 
       29 
30 
     | 
    
         
             
             * SUCH DAMAGE.
         
     | 
| 
       30 
31 
     | 
    
         
             
             */
         
     | 
| 
       31 
32 
     | 
    
         | 
| 
       32 
     | 
    
         
            -
            #include " 
     | 
| 
      
 33 
     | 
    
         
            +
            #include "onigmo.h"
         
     | 
| 
       33 
34 
     | 
    
         | 
| 
       34 
35 
     | 
    
         
             
            #ifdef __cplusplus
         
     | 
| 
       35 
36 
     | 
    
         
             
            extern "C" {
         
     | 
| 
         @@ -58,28 +59,28 @@ extern "C" { 
     | 
|
| 
       58 
59 
     | 
    
         | 
| 
       59 
60 
     | 
    
         | 
| 
       60 
61 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       61 
     | 
    
         
            -
            void re_mbcinit 
     | 
| 
      
 62 
     | 
    
         
            +
            void re_mbcinit(int);
         
     | 
| 
       62 
63 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       63 
     | 
    
         
            -
            int re_compile_pattern 
     | 
| 
      
 64 
     | 
    
         
            +
            int re_compile_pattern(const char*, int, struct re_pattern_buffer*, char* err_buf);
         
     | 
| 
       64 
65 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       65 
     | 
    
         
            -
            int re_recompile_pattern 
     | 
| 
      
 66 
     | 
    
         
            +
            int re_recompile_pattern(const char*, int, struct re_pattern_buffer*, char* err_buf);
         
     | 
| 
       66 
67 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       67 
     | 
    
         
            -
            void re_free_pattern 
     | 
| 
      
 68 
     | 
    
         
            +
            void re_free_pattern(struct re_pattern_buffer*);
         
     | 
| 
       68 
69 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       69 
     | 
    
         
            -
            int re_adjust_startpos 
     | 
| 
      
 70 
     | 
    
         
            +
            int re_adjust_startpos(struct re_pattern_buffer*, const char*, int, int, int);
         
     | 
| 
       70 
71 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       71 
     | 
    
         
            -
            int re_search 
     | 
| 
      
 72 
     | 
    
         
            +
            int re_search(struct re_pattern_buffer*, const char*, int, int, int, struct re_registers*);
         
     | 
| 
       72 
73 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       73 
     | 
    
         
            -
            int re_match 
     | 
| 
      
 74 
     | 
    
         
            +
            int re_match(struct re_pattern_buffer*, const char *, int, int, struct re_registers*);
         
     | 
| 
       74 
75 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       75 
     | 
    
         
            -
            void re_set_casetable 
     | 
| 
      
 76 
     | 
    
         
            +
            void re_set_casetable(const char*);
         
     | 
| 
       76 
77 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       77 
     | 
    
         
            -
            void re_free_registers 
     | 
| 
      
 78 
     | 
    
         
            +
            void re_free_registers(struct re_registers*);
         
     | 
| 
       78 
79 
     | 
    
         
             
            ONIG_EXTERN
         
     | 
| 
       79 
     | 
    
         
            -
            int re_alloc_pattern 
     | 
| 
      
 80 
     | 
    
         
            +
            int re_alloc_pattern(struct re_pattern_buffer**);  /* added */
         
     | 
| 
       80 
81 
     | 
    
         | 
| 
       81 
82 
     | 
    
         
             
            #ifdef __cplusplus
         
     | 
| 
       82 
83 
     | 
    
         
             
            }
         
     | 
| 
       83 
84 
     | 
    
         
             
            #endif
         
     | 
| 
       84 
85 
     | 
    
         | 
| 
       85 
     | 
    
         
            -
            #endif /*  
     | 
| 
      
 86 
     | 
    
         
            +
            #endif /* ONIGMOGNU_H */
         
     | 
| 
         @@ -1,10 +1,11 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #ifndef  
     | 
| 
       2 
     | 
    
         
            -
            #define  
     | 
| 
      
 1 
     | 
    
         
            +
            #ifndef ONIGMOPOSIX_H
         
     | 
| 
      
 2 
     | 
    
         
            +
            #define ONIGMOPOSIX_H
         
     | 
| 
       3 
3 
     | 
    
         
             
            /**********************************************************************
         
     | 
| 
       4 
     | 
    
         
            -
               
     | 
| 
      
 4 
     | 
    
         
            +
              onigmoposix.h - Onigmo (Oniguruma-mod) (regular expression library)
         
     | 
| 
       5 
5 
     | 
    
         
             
            **********************************************************************/
         
     | 
| 
       6 
6 
     | 
    
         
             
            /*-
         
     | 
| 
       7 
7 
     | 
    
         
             
             * Copyright (c) 2002-2005  K.Kosako  <sndgk393 AT ybb DOT ne DOT jp>
         
     | 
| 
      
 8 
     | 
    
         
            +
             * Copyright (c) 2011-2016  K.Takata  <kentkt AT csc DOT jp>
         
     | 
| 
       8 
9 
     | 
    
         
             
             * All rights reserved.
         
     | 
| 
       9 
10 
     | 
    
         
             
             *
         
     | 
| 
       10 
11 
     | 
    
         
             
             * Redistribution and use in source and binary forms, with or without
         
     | 
| 
         @@ -61,7 +62,7 @@ extern "C" { 
     | 
|
| 
       61 
62 
     | 
    
         
             
            #define REG_EONIG_INTERNAL  14
         
     | 
| 
       62 
63 
     | 
    
         
             
            #define REG_EONIG_BADWC     15
         
     | 
| 
       63 
64 
     | 
    
         
             
            #define REG_EONIG_BADARG    16
         
     | 
| 
       64 
     | 
    
         
            -
            #define REG_EONIG_THREAD    17
         
     | 
| 
      
 65 
     | 
    
         
            +
            /* #define REG_EONIG_THREAD    17 */
         
     | 
| 
       65 
66 
     | 
    
         | 
| 
       66 
67 
     | 
    
         
             
            /* character encodings (for reg_set_encoding()) */
         
     | 
| 
       67 
68 
     | 
    
         
             
            #define REG_POSIX_ENCODING_ASCII     0
         
     | 
| 
         @@ -87,29 +88,21 @@ typedef struct { 
     | 
|
| 
       87 
88 
     | 
    
         
             
            } regex_t;
         
     | 
| 
       88 
89 
     | 
    
         | 
| 
       89 
90 
     | 
    
         | 
| 
       90 
     | 
    
         
            -
            #ifndef P_
         
     | 
| 
       91 
     | 
    
         
            -
            #if defined(__STDC__) || defined(_WIN32)
         
     | 
| 
       92 
     | 
    
         
            -
            # define P_(args) args
         
     | 
| 
       93 
     | 
    
         
            -
            #else
         
     | 
| 
       94 
     | 
    
         
            -
            # define P_(args) ()
         
     | 
| 
       95 
     | 
    
         
            -
            #endif
         
     | 
| 
       96 
     | 
    
         
            -
            #endif
         
     | 
| 
       97 
     | 
    
         
            -
             
     | 
| 
       98 
91 
     | 
    
         
             
            #ifndef ONIG_EXTERN
         
     | 
| 
       99 
     | 
    
         
            -
            #if defined(_WIN32) && !defined(__GNUC__)
         
     | 
| 
       100 
     | 
    
         
            -
            #if defined(EXPORT)
         
     | 
| 
       101 
     | 
    
         
            -
            #define ONIG_EXTERN   extern __declspec(dllexport)
         
     | 
| 
       102 
     | 
    
         
            -
            #else
         
     | 
| 
       103 
     | 
    
         
            -
            #define ONIG_EXTERN   extern __declspec(dllimport)
         
     | 
| 
       104 
     | 
    
         
            -
            #endif
         
     | 
| 
       105 
     | 
    
         
            -
            #endif
         
     | 
| 
      
 92 
     | 
    
         
            +
            # if defined(_WIN32) && !defined(__GNUC__)
         
     | 
| 
      
 93 
     | 
    
         
            +
            #  if defined(EXPORT)
         
     | 
| 
      
 94 
     | 
    
         
            +
            #   define ONIG_EXTERN   extern __declspec(dllexport)
         
     | 
| 
      
 95 
     | 
    
         
            +
            #  else
         
     | 
| 
      
 96 
     | 
    
         
            +
            #   define ONIG_EXTERN   extern __declspec(dllimport)
         
     | 
| 
      
 97 
     | 
    
         
            +
            #  endif
         
     | 
| 
      
 98 
     | 
    
         
            +
            # endif
         
     | 
| 
       106 
99 
     | 
    
         
             
            #endif
         
     | 
| 
       107 
100 
     | 
    
         | 
| 
       108 
101 
     | 
    
         
             
            #ifndef ONIG_EXTERN
         
     | 
| 
       109 
     | 
    
         
            -
            #define ONIG_EXTERN   extern
         
     | 
| 
      
 102 
     | 
    
         
            +
            # define ONIG_EXTERN   extern
         
     | 
| 
       110 
103 
     | 
    
         
             
            #endif
         
     | 
| 
       111 
104 
     | 
    
         | 
| 
       112 
     | 
    
         
            -
            #ifndef  
     | 
| 
      
 105 
     | 
    
         
            +
            #ifndef ONIGMO_H
         
     | 
| 
       113 
106 
     | 
    
         
             
            typedef unsigned int        OnigOptionType;
         
     | 
| 
       114 
107 
     | 
    
         | 
| 
       115 
108 
     | 
    
         
             
            /* syntax */
         
     | 
| 
         @@ -120,14 +113,14 @@ typedef struct { 
     | 
|
| 
       120 
113 
     | 
    
         
             
              OnigOptionType options;    /* default option */
         
     | 
| 
       121 
114 
     | 
    
         
             
            } OnigSyntaxType;
         
     | 
| 
       122 
115 
     | 
    
         | 
| 
       123 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxPosixBasic;
         
     | 
| 
       124 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxPosixExtended;
         
     | 
| 
       125 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxEmacs;
         
     | 
| 
       126 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxGrep;
         
     | 
| 
       127 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxGnuRegex;
         
     | 
| 
       128 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxJava;
         
     | 
| 
       129 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxPerl;
         
     | 
| 
       130 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType OnigSyntaxRuby;
         
     | 
| 
      
 116 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxPosixBasic;
         
     | 
| 
      
 117 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxPosixExtended;
         
     | 
| 
      
 118 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxEmacs;
         
     | 
| 
      
 119 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxGrep;
         
     | 
| 
      
 120 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxGnuRegex;
         
     | 
| 
      
 121 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxJava;
         
     | 
| 
      
 122 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxPerl;
         
     | 
| 
      
 123 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType OnigSyntaxRuby;
         
     | 
| 
       131 
124 
     | 
    
         | 
| 
       132 
125 
     | 
    
         
             
            /* predefined syntaxes (see regsyntax.c) */
         
     | 
| 
       133 
126 
     | 
    
         
             
            #define ONIG_SYNTAX_POSIX_BASIC        (&OnigSyntaxPosixBasic)
         
     | 
| 
         @@ -141,29 +134,29 @@ ONIG_EXTERN OnigSyntaxType OnigSyntaxRuby; 
     | 
|
| 
       141 
134 
     | 
    
         
             
            /* default syntax */
         
     | 
| 
       142 
135 
     | 
    
         
             
            #define ONIG_SYNTAX_DEFAULT             OnigDefaultSyntax
         
     | 
| 
       143 
136 
     | 
    
         | 
| 
       144 
     | 
    
         
            -
            ONIG_EXTERN OnigSyntaxType*  OnigDefaultSyntax;
         
     | 
| 
      
 137 
     | 
    
         
            +
            ONIG_EXTERN const OnigSyntaxType*  OnigDefaultSyntax;
         
     | 
| 
       145 
138 
     | 
    
         | 
| 
       146 
     | 
    
         
            -
            ONIG_EXTERN int  onig_set_default_syntax  
     | 
| 
       147 
     | 
    
         
            -
            ONIG_EXTERN void onig_copy_syntax 
     | 
| 
       148 
     | 
    
         
            -
            ONIG_EXTERN const char* onig_version 
     | 
| 
       149 
     | 
    
         
            -
            ONIG_EXTERN const char* onig_copyright 
     | 
| 
      
 139 
     | 
    
         
            +
            ONIG_EXTERN int  onig_set_default_syntax(const OnigSyntaxType* syntax);
         
     | 
| 
      
 140 
     | 
    
         
            +
            ONIG_EXTERN void onig_copy_syntax(OnigSyntaxType* to, const OnigSyntaxType* from);
         
     | 
| 
      
 141 
     | 
    
         
            +
            ONIG_EXTERN const char* onig_version(void);
         
     | 
| 
      
 142 
     | 
    
         
            +
            ONIG_EXTERN const char* onig_copyright(void);
         
     | 
| 
       150 
143 
     | 
    
         | 
| 
       151 
     | 
    
         
            -
            #endif /*  
     | 
| 
      
 144 
     | 
    
         
            +
            #endif /* ONIGMO_H */
         
     | 
| 
       152 
145 
     | 
    
         | 
| 
       153 
146 
     | 
    
         | 
| 
       154 
     | 
    
         
            -
            ONIG_EXTERN int    regcomp 
     | 
| 
       155 
     | 
    
         
            -
            ONIG_EXTERN int    regexec 
     | 
| 
       156 
     | 
    
         
            -
            ONIG_EXTERN void   regfree 
     | 
| 
       157 
     | 
    
         
            -
            ONIG_EXTERN size_t regerror 
     | 
| 
      
 147 
     | 
    
         
            +
            ONIG_EXTERN int    regcomp(regex_t* reg, const char* pat, int options);
         
     | 
| 
      
 148 
     | 
    
         
            +
            ONIG_EXTERN int    regexec(regex_t* reg, const char* str, size_t nmatch, regmatch_t* matches, int options);
         
     | 
| 
      
 149 
     | 
    
         
            +
            ONIG_EXTERN void   regfree(regex_t* reg);
         
     | 
| 
      
 150 
     | 
    
         
            +
            ONIG_EXTERN size_t regerror(int code, const regex_t* reg, char* buf, size_t size);
         
     | 
| 
       158 
151 
     | 
    
         | 
| 
       159 
152 
     | 
    
         
             
            /* extended API */
         
     | 
| 
       160 
     | 
    
         
            -
            ONIG_EXTERN void reg_set_encoding 
     | 
| 
       161 
     | 
    
         
            -
            ONIG_EXTERN int  reg_name_to_group_numbers 
     | 
| 
       162 
     | 
    
         
            -
            ONIG_EXTERN int  reg_foreach_name 
     | 
| 
       163 
     | 
    
         
            -
            ONIG_EXTERN int  reg_number_of_names 
     | 
| 
      
 153 
     | 
    
         
            +
            ONIG_EXTERN void reg_set_encoding(int enc);
         
     | 
| 
      
 154 
     | 
    
         
            +
            ONIG_EXTERN int  reg_name_to_group_numbers(regex_t* reg, const unsigned char* name, const unsigned char* name_end, int** nums);
         
     | 
| 
      
 155 
     | 
    
         
            +
            ONIG_EXTERN int  reg_foreach_name(regex_t* reg, int (*func)(const unsigned char*, const unsigned char*,int,int*,regex_t*,void*), void* arg);
         
     | 
| 
      
 156 
     | 
    
         
            +
            ONIG_EXTERN int  reg_number_of_names(regex_t* reg);
         
     | 
| 
       164 
157 
     | 
    
         | 
| 
       165 
158 
     | 
    
         
             
            #ifdef __cplusplus
         
     | 
| 
       166 
159 
     | 
    
         
             
            }
         
     | 
| 
       167 
160 
     | 
    
         
             
            #endif
         
     | 
| 
       168 
161 
     | 
    
         | 
| 
       169 
     | 
    
         
            -
            #endif /*  
     | 
| 
      
 162 
     | 
    
         
            +
            #endif /* ONIGMOPOSIX_H */
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # number.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='number.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='number.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # string.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='string.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='string.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # time.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='time.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='time.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # vector.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='vector.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='vector.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,28 +1,28 @@ 
     | 
|
| 
       1 
     | 
    
         
            -
            #  
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 1 
     | 
    
         
            +
            # mysql.la - a libtool library file
         
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-0.1
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
       6 
6 
     | 
    
         | 
| 
       7 
7 
     | 
    
         
             
            # The name that we can dlopen(3).
         
     | 
| 
       8 
     | 
    
         
            -
            dlname=' 
     | 
| 
      
 8 
     | 
    
         
            +
            dlname='mysql.dll'
         
     | 
| 
       9 
9 
     | 
    
         | 
| 
       10 
10 
     | 
    
         
             
            # Names of this library.
         
     | 
| 
       11 
     | 
    
         
            -
            library_names=' 
     | 
| 
      
 11 
     | 
    
         
            +
            library_names='mysql.dll.a'
         
     | 
| 
       12 
12 
     | 
    
         | 
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
     | 
    
         
            -
            old_library=' 
     | 
| 
      
 14 
     | 
    
         
            +
            old_library='mysql.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
       24 
24 
     | 
    
         | 
| 
       25 
     | 
    
         
            -
            # Version information for  
     | 
| 
      
 25 
     | 
    
         
            +
            # Version information for mysql.
         
     | 
| 
       26 
26 
     | 
    
         
             
            current=0
         
     | 
| 
       27 
27 
     | 
    
         
             
            age=0
         
     | 
| 
       28 
28 
     | 
    
         
             
            revision=0
         
     | 
| 
         @@ -38,4 +38,4 @@ dlopen='' 
     | 
|
| 
       38 
38 
     | 
    
         
             
            dlpreopen=''
         
     | 
| 
       39 
39 
     | 
    
         | 
| 
       40 
40 
     | 
    
         
             
            # Directory that this library needs to be installed in:
         
     | 
| 
       41 
     | 
    
         
            -
            libdir='/vagrant/dist-x64/lib/groonga/plugins/ 
     | 
| 
      
 41 
     | 
    
         
            +
            libdir='/vagrant/dist-x64/lib/groonga/plugins/normalizers'
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # tsv.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='tsv.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='tsv.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         @@ -302,8 +302,9 @@ module Groonga 
     | 
|
| 
       302 
302 
     | 
    
         | 
| 
       303 
303 
     | 
    
         
             
                    database = context.database
         
     | 
| 
       304 
304 
     | 
    
         
             
                    shard_suffix = shard.range_data.to_suffix
         
     | 
| 
       305 
     | 
    
         
            -
                    referenced_table_ids.each do |referenced_table_id|
         
     | 
| 
      
 305 
     | 
    
         
            +
                    referenced_table_ids.uniq.each do |referenced_table_id|
         
     | 
| 
       306 
306 
     | 
    
         
             
                      referenced_table_name = database[referenced_table_id]
         
     | 
| 
      
 307 
     | 
    
         
            +
                      next if referenced_table_name.nil?
         
     | 
| 
       307 
308 
     | 
    
         
             
                      next unless referenced_table_name.end_with?(shard_suffix)
         
     | 
| 
       308 
309 
     | 
    
         | 
| 
       309 
310 
     | 
    
         
             
                      referenced_table = context[referenced_table_id]
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # suggest.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='suggest.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='suggest.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32 -lmsgpackc'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         Binary file 
     | 
| 
         @@ -1,5 +1,5 @@ 
     | 
|
| 
       1 
1 
     | 
    
         
             
            # stop_word.la - a libtool library file
         
     | 
| 
       2 
     | 
    
         
            -
            # Generated by libtool (GNU libtool) 2.4. 
     | 
| 
      
 2 
     | 
    
         
            +
            # Generated by libtool (GNU libtool) 2.4.6 Debian-2.4.6-2
         
     | 
| 
       3 
3 
     | 
    
         
             
            #
         
     | 
| 
       4 
4 
     | 
    
         
             
            # Please DO NOT delete this file!
         
     | 
| 
       5 
5 
     | 
    
         
             
            # It is necessary for linking the library.
         
     | 
| 
         @@ -13,11 +13,11 @@ library_names='stop_word.dll.a' 
     | 
|
| 
       13 
13 
     | 
    
         
             
            # The name of the static archive.
         
     | 
| 
       14 
14 
     | 
    
         
             
            old_library='stop_word.a'
         
     | 
| 
       15 
15 
     | 
    
         | 
| 
       16 
     | 
    
         
            -
            # Linker flags that  
     | 
| 
      
 16 
     | 
    
         
            +
            # Linker flags that cannot go in dependency_libs.
         
     | 
| 
       17 
17 
     | 
    
         
             
            inherited_linker_flags=''
         
     | 
| 
       18 
18 
     | 
    
         | 
| 
       19 
19 
     | 
    
         
             
            # Libraries that this one depends upon.
         
     | 
| 
       20 
     | 
    
         
            -
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/ 
     | 
| 
      
 20 
     | 
    
         
            +
            dependency_libs=' -L/vagrant/dist-x64/lib /vagrant/dist-x64/lib/libgroonga.la -lmsgpackc /vagrant/dist-x64/lib/libonigmo.la -llz4 -lz -lws2_32'
         
     | 
| 
       21 
21 
     | 
    
         | 
| 
       22 
22 
     | 
    
         
             
            # Names of additional weak libraries provided by this library
         
     | 
| 
       23 
23 
     | 
    
         
             
            weak_library_names=''
         
     |