rroonga 6.1.0-x64-mingw32 → 6.1.3-x64-mingw32

Sign up to get free protection for your applications and to get access to all the features.
Files changed (656) hide show
  1. checksums.yaml +4 -4
  2. data/Rakefile +1 -1
  3. data/doc/text/news.md +28 -0
  4. data/ext/groonga/rb-grn-context.c +25 -0
  5. data/ext/groonga/rb-grn-database.c +2 -2
  6. data/ext/groonga/rb-grn-exception.c +15 -1
  7. data/ext/groonga/rb-grn-logger.c +43 -0
  8. data/ext/groonga/rb-grn-object.c +11 -3
  9. data/ext/groonga/rb-grn-table.c +9 -3
  10. data/ext/groonga/rb-grn-variable-size-column.c +16 -2
  11. data/ext/groonga/rb-grn.h +2 -2
  12. data/ext/groonga/rb-groonga.c +1 -1
  13. data/lib/2.1/groonga.so +0 -0
  14. data/lib/2.2/groonga.so +0 -0
  15. data/lib/2.3/groonga.so +0 -0
  16. data/lib/2.4/groonga.so +0 -0
  17. data/lib/groonga/dumper.rb +2 -0
  18. data/lib/groonga/logger.rb +2 -1
  19. data/lib/groonga/schema.rb +4 -2
  20. data/rroonga-build.rb +5 -5
  21. data/test/test-context.rb +5 -0
  22. data/test/test-exception.rb +2 -1
  23. data/test/test-logger.rb +18 -0
  24. data/test/test-schema-dumper.rb +19 -1
  25. data/test/test-variable-size-column.rb +10 -0
  26. data/vendor/local/bin/grndb.exe +0 -0
  27. data/vendor/local/bin/groonga-benchmark.exe +0 -0
  28. data/vendor/local/bin/groonga-suggest-create-dataset.exe +0 -0
  29. data/vendor/local/bin/groonga.exe +0 -0
  30. data/vendor/local/bin/libgroonga-0.dll +0 -0
  31. data/vendor/local/bin/libmecab-2.dll +0 -0
  32. data/vendor/local/bin/libmsgpackc.dll +0 -0
  33. data/vendor/local/bin/libonigmo-6.dll +0 -0
  34. data/vendor/local/bin/libpcre-1.dll +0 -0
  35. data/vendor/local/bin/libpcrecpp-0.dll +0 -0
  36. data/vendor/local/bin/libpcreposix-0.dll +0 -0
  37. data/vendor/local/bin/lz4.exe +0 -0
  38. data/vendor/local/bin/lz4c.exe +0 -0
  39. data/vendor/local/bin/lz4cat +0 -0
  40. data/vendor/local/bin/mecab.exe +0 -0
  41. data/vendor/local/bin/{onig-config → onigmo-config} +5 -5
  42. data/vendor/local/bin/pcregrep.exe +0 -0
  43. data/vendor/local/bin/pcretest.exe +0 -0
  44. data/vendor/local/bin/zlib1.dll +0 -0
  45. data/vendor/local/include/groonga/groonga.h +1 -0
  46. data/vendor/local/include/groonga/groonga/accessor.h +34 -0
  47. data/vendor/local/include/groonga/groonga/groonga.h +37 -2
  48. data/vendor/local/include/groonga/groonga/ii.h +4 -0
  49. data/vendor/local/include/groonga/groonga/plugin.h +16 -6
  50. data/vendor/local/include/{oniguruma.h → onigmo.h} +326 -262
  51. data/vendor/local/include/{oniggnu.h → onigmognu.h} +16 -15
  52. data/vendor/local/include/{onigposix.h → onigmoposix.h} +37 -44
  53. data/vendor/local/lib/groonga/plugins/functions/number.a +0 -0
  54. data/vendor/local/lib/groonga/plugins/functions/number.dll +0 -0
  55. data/vendor/local/lib/groonga/plugins/functions/number.dll.a +0 -0
  56. data/vendor/local/lib/groonga/plugins/functions/number.la +3 -3
  57. data/vendor/local/lib/groonga/plugins/functions/string.a +0 -0
  58. data/vendor/local/lib/groonga/plugins/functions/string.dll +0 -0
  59. data/vendor/local/lib/groonga/plugins/functions/string.dll.a +0 -0
  60. data/vendor/local/lib/groonga/plugins/functions/string.la +3 -3
  61. data/vendor/local/lib/groonga/plugins/functions/time.a +0 -0
  62. data/vendor/local/lib/groonga/plugins/functions/time.dll +0 -0
  63. data/vendor/local/lib/groonga/plugins/functions/time.dll.a +0 -0
  64. data/vendor/local/lib/groonga/plugins/functions/time.la +3 -3
  65. data/vendor/local/lib/groonga/plugins/functions/vector.a +0 -0
  66. data/vendor/local/lib/groonga/plugins/functions/vector.dll +0 -0
  67. data/vendor/local/lib/groonga/plugins/functions/vector.dll.a +0 -0
  68. data/vendor/local/lib/groonga/plugins/functions/vector.la +3 -3
  69. data/vendor/local/lib/groonga/plugins/normalizers/mysql.a +0 -0
  70. data/vendor/local/lib/groonga/plugins/normalizers/mysql.dll +0 -0
  71. data/vendor/local/lib/groonga/plugins/{table/table.dll.a → normalizers/mysql.dll.a} +0 -0
  72. data/vendor/local/lib/groonga/plugins/{table/table.la → normalizers/mysql.la} +9 -9
  73. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.a +0 -0
  74. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll +0 -0
  75. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.dll.a +0 -0
  76. data/vendor/local/lib/groonga/plugins/query_expanders/tsv.la +3 -3
  77. data/vendor/local/lib/groonga/plugins/sharding/logical_table_remove.rb +2 -1
  78. data/vendor/local/lib/groonga/plugins/suggest/suggest.a +0 -0
  79. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll +0 -0
  80. data/vendor/local/lib/groonga/plugins/suggest/suggest.dll.a +0 -0
  81. data/vendor/local/lib/groonga/plugins/suggest/suggest.la +3 -3
  82. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.a +0 -0
  83. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll +0 -0
  84. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.dll.a +0 -0
  85. data/vendor/local/lib/groonga/plugins/token_filters/stop_word.la +3 -3
  86. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.a +0 -0
  87. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll +0 -0
  88. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.dll.a +0 -0
  89. data/vendor/local/lib/groonga/plugins/tokenizers/mecab.la +3 -3
  90. data/vendor/local/lib/groonga/scripts/ruby/context/rc.rb +2 -0
  91. data/vendor/local/lib/libgroonga.a +0 -0
  92. data/vendor/local/lib/libgroonga.dll.a +0 -0
  93. data/vendor/local/lib/libgroonga.la +3 -3
  94. data/vendor/local/lib/liblz4.a +0 -0
  95. data/vendor/local/lib/liblz4.dll +0 -0
  96. data/vendor/local/lib/liblz4.dll.1 +0 -0
  97. data/vendor/local/lib/liblz4.dll.1.5.0 +0 -0
  98. data/vendor/local/lib/libmecab.a +0 -0
  99. data/vendor/local/lib/libmecab.dll.a +0 -0
  100. data/vendor/local/lib/libmsgpackc.a +0 -0
  101. data/vendor/local/lib/libmsgpackc.dll.a +0 -0
  102. data/vendor/local/lib/libonigmo.a +0 -0
  103. data/vendor/local/lib/{libonig.dll.a → libonigmo.dll.a} +0 -0
  104. data/vendor/local/lib/{libonig.la → libonigmo.la} +9 -9
  105. data/vendor/local/lib/libpcre.a +0 -0
  106. data/vendor/local/lib/libpcre.dll.a +0 -0
  107. data/vendor/local/lib/libpcrecpp.a +0 -0
  108. data/vendor/local/lib/libpcrecpp.dll.a +0 -0
  109. data/vendor/local/lib/libpcreposix.a +0 -0
  110. data/vendor/local/lib/libpcreposix.dll.a +0 -0
  111. data/vendor/local/lib/libz.a +0 -0
  112. data/vendor/local/lib/libz.dll.a +0 -0
  113. data/vendor/local/lib/pkgconfig/groonga-normalizer-mysql.pc +5 -0
  114. data/vendor/local/lib/pkgconfig/groonga.pc +2 -2
  115. data/vendor/local/lib/pkgconfig/{oniguruma.pc → onigmo.pc} +3 -3
  116. data/vendor/local/libexec/mecab/mecab-cost-train.exe +0 -0
  117. data/vendor/local/libexec/mecab/mecab-dict-gen.exe +0 -0
  118. data/vendor/local/libexec/mecab/mecab-dict-index.exe +0 -0
  119. data/vendor/local/libexec/mecab/mecab-system-eval.exe +0 -0
  120. data/vendor/local/libexec/mecab/mecab-test-gen.exe +0 -0
  121. data/vendor/local/share/doc/groonga-normalizer-mysql/README.md +211 -0
  122. data/vendor/local/share/doc/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
  123. data/vendor/local/share/doc/groonga-normalizer-mysql/news.md +41 -0
  124. data/vendor/local/share/doc/groonga/en/html/.buildinfo +1 -1
  125. data/vendor/local/share/doc/groonga/en/html/_sources/contribution/development/release.txt +114 -46
  126. data/vendor/local/share/doc/groonga/en/html/_sources/install/centos.txt +7 -53
  127. data/vendor/local/share/doc/groonga/en/html/_sources/install/debian.txt +3 -3
  128. data/vendor/local/share/doc/groonga/en/html/_sources/install/fedora.txt +3 -3
  129. data/vendor/local/share/doc/groonga/en/html/_sources/install/mac_os_x.txt +3 -3
  130. data/vendor/local/share/doc/groonga/en/html/_sources/install/others.txt +6 -4
  131. data/vendor/local/share/doc/groonga/en/html/_sources/install/solaris.txt +3 -3
  132. data/vendor/local/share/doc/groonga/en/html/_sources/install/ubuntu.txt +5 -4
  133. data/vendor/local/share/doc/groonga/en/html/_sources/install/windows.txt +9 -9
  134. data/vendor/local/share/doc/groonga/en/html/_sources/news.txt +134 -2
  135. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/request_cancel.txt +0 -4
  136. data/vendor/local/share/doc/groonga/en/html/_sources/reference/commands/select.txt +1 -1
  137. data/vendor/local/share/doc/groonga/en/html/_sources/reference/executables/grndb.txt +0 -4
  138. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/between.txt +1 -1
  139. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_full.txt +0 -4
  140. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/highlight_html.txt +0 -4
  141. data/vendor/local/share/doc/groonga/en/html/_sources/reference/functions/snippet_html.txt +0 -8
  142. data/vendor/local/share/doc/groonga/en/html/_sources/reference/log.txt +18 -0
  143. data/vendor/local/share/doc/groonga/en/html/characteristic.html +6 -6
  144. data/vendor/local/share/doc/groonga/en/html/client.html +6 -6
  145. data/vendor/local/share/doc/groonga/en/html/community.html +6 -6
  146. data/vendor/local/share/doc/groonga/en/html/contribution.html +8 -36
  147. data/vendor/local/share/doc/groonga/en/html/contribution/development.html +6 -6
  148. data/vendor/local/share/doc/groonga/en/html/contribution/development/build.html +6 -6
  149. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_autotools.html +6 -6
  150. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/unix_cmake.html +6 -6
  151. data/vendor/local/share/doc/groonga/en/html/contribution/development/build/windows_cmake.html +6 -6
  152. data/vendor/local/share/doc/groonga/en/html/contribution/development/com.html +6 -6
  153. data/vendor/local/share/doc/groonga/en/html/contribution/development/cooperation.html +6 -6
  154. data/vendor/local/share/doc/groonga/en/html/contribution/development/query.html +6 -6
  155. data/vendor/local/share/doc/groonga/en/html/contribution/development/release.html +219 -156
  156. data/vendor/local/share/doc/groonga/en/html/contribution/development/repository.html +6 -6
  157. data/vendor/local/share/doc/groonga/en/html/contribution/development/test.html +6 -6
  158. data/vendor/local/share/doc/groonga/en/html/contribution/documentation.html +6 -6
  159. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/c-api.html +6 -6
  160. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/i18n.html +6 -6
  161. data/vendor/local/share/doc/groonga/en/html/contribution/documentation/introduction.html +6 -6
  162. data/vendor/local/share/doc/groonga/en/html/contribution/report.html +6 -6
  163. data/vendor/local/share/doc/groonga/en/html/development.html +6 -6
  164. data/vendor/local/share/doc/groonga/en/html/development/travis-ci.html +6 -6
  165. data/vendor/local/share/doc/groonga/en/html/genindex.html +6 -6
  166. data/vendor/local/share/doc/groonga/en/html/index.html +6 -6
  167. data/vendor/local/share/doc/groonga/en/html/install.html +6 -6
  168. data/vendor/local/share/doc/groonga/en/html/install/centos.html +13 -59
  169. data/vendor/local/share/doc/groonga/en/html/install/debian.html +9 -9
  170. data/vendor/local/share/doc/groonga/en/html/install/fedora.html +9 -9
  171. data/vendor/local/share/doc/groonga/en/html/install/mac_os_x.html +9 -9
  172. data/vendor/local/share/doc/groonga/en/html/install/others.html +12 -10
  173. data/vendor/local/share/doc/groonga/en/html/install/solaris.html +9 -9
  174. data/vendor/local/share/doc/groonga/en/html/install/ubuntu.html +11 -10
  175. data/vendor/local/share/doc/groonga/en/html/install/windows.html +15 -15
  176. data/vendor/local/share/doc/groonga/en/html/limitations.html +6 -6
  177. data/vendor/local/share/doc/groonga/en/html/news.html +225 -93
  178. data/vendor/local/share/doc/groonga/en/html/news/0.x.html +6 -6
  179. data/vendor/local/share/doc/groonga/en/html/news/1.0.x.html +6 -6
  180. data/vendor/local/share/doc/groonga/en/html/news/1.1.x.html +6 -6
  181. data/vendor/local/share/doc/groonga/en/html/news/1.2.x.html +6 -6
  182. data/vendor/local/share/doc/groonga/en/html/news/1.3.x.html +6 -6
  183. data/vendor/local/share/doc/groonga/en/html/news/2.x.html +6 -6
  184. data/vendor/local/share/doc/groonga/en/html/news/3.x.html +6 -6
  185. data/vendor/local/share/doc/groonga/en/html/news/4.x.html +6 -6
  186. data/vendor/local/share/doc/groonga/en/html/news/5.x.html +6 -6
  187. data/vendor/local/share/doc/groonga/en/html/news/senna.html +6 -6
  188. data/vendor/local/share/doc/groonga/en/html/objects.inv +0 -0
  189. data/vendor/local/share/doc/groonga/en/html/reference.html +6 -6
  190. data/vendor/local/share/doc/groonga/en/html/reference/alias.html +6 -6
  191. data/vendor/local/share/doc/groonga/en/html/reference/api.html +6 -6
  192. data/vendor/local/share/doc/groonga/en/html/reference/api/global_configurations.html +6 -6
  193. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_cache.html +6 -6
  194. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_column.html +6 -6
  195. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_command_version.html +6 -6
  196. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_content_type.html +6 -6
  197. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ctx.html +6 -6
  198. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_db.html +6 -6
  199. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_encoding.html +6 -6
  200. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_expr.html +6 -6
  201. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_geo.html +6 -6
  202. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_hook.html +6 -6
  203. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_ii.html +6 -6
  204. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_index_cursor.html +6 -6
  205. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_info.html +6 -6
  206. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_match_escalation.html +6 -6
  207. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_obj.html +6 -6
  208. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_proc.html +6 -6
  209. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_search.html +6 -6
  210. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table.html +6 -6
  211. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_table_cursor.html +6 -6
  212. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_thread.html +6 -6
  213. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_type.html +6 -6
  214. data/vendor/local/share/doc/groonga/en/html/reference/api/grn_user_data.html +6 -6
  215. data/vendor/local/share/doc/groonga/en/html/reference/api/overview.html +6 -6
  216. data/vendor/local/share/doc/groonga/en/html/reference/api/plugin.html +6 -6
  217. data/vendor/local/share/doc/groonga/en/html/reference/cast.html +6 -6
  218. data/vendor/local/share/doc/groonga/en/html/reference/column.html +6 -6
  219. data/vendor/local/share/doc/groonga/en/html/reference/columns/index.html +6 -6
  220. data/vendor/local/share/doc/groonga/en/html/reference/columns/pseudo.html +6 -6
  221. data/vendor/local/share/doc/groonga/en/html/reference/columns/scalar.html +6 -6
  222. data/vendor/local/share/doc/groonga/en/html/reference/columns/vector.html +6 -6
  223. data/vendor/local/share/doc/groonga/en/html/reference/command.html +6 -6
  224. data/vendor/local/share/doc/groonga/en/html/reference/command/command_version.html +6 -6
  225. data/vendor/local/share/doc/groonga/en/html/reference/command/output_format.html +6 -6
  226. data/vendor/local/share/doc/groonga/en/html/reference/command/pretty_print.html +6 -6
  227. data/vendor/local/share/doc/groonga/en/html/reference/command/request_id.html +6 -6
  228. data/vendor/local/share/doc/groonga/en/html/reference/command/request_timeout.html +6 -6
  229. data/vendor/local/share/doc/groonga/en/html/reference/command/return_code.html +6 -6
  230. data/vendor/local/share/doc/groonga/en/html/reference/commands/cache_limit.html +6 -6
  231. data/vendor/local/share/doc/groonga/en/html/reference/commands/check.html +6 -6
  232. data/vendor/local/share/doc/groonga/en/html/reference/commands/clearlock.html +6 -6
  233. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_copy.html +6 -6
  234. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_create.html +6 -6
  235. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_list.html +6 -6
  236. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_remove.html +6 -6
  237. data/vendor/local/share/doc/groonga/en/html/reference/commands/column_rename.html +6 -6
  238. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_delete.html +6 -6
  239. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_get.html +6 -6
  240. data/vendor/local/share/doc/groonga/en/html/reference/commands/config_set.html +6 -6
  241. data/vendor/local/share/doc/groonga/en/html/reference/commands/database_unmap.html +6 -6
  242. data/vendor/local/share/doc/groonga/en/html/reference/commands/define_selector.html +6 -6
  243. data/vendor/local/share/doc/groonga/en/html/reference/commands/defrag.html +6 -6
  244. data/vendor/local/share/doc/groonga/en/html/reference/commands/delete.html +6 -6
  245. data/vendor/local/share/doc/groonga/en/html/reference/commands/dump.html +6 -6
  246. data/vendor/local/share/doc/groonga/en/html/reference/commands/io_flush.html +6 -6
  247. data/vendor/local/share/doc/groonga/en/html/reference/commands/load.html +6 -6
  248. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_acquire.html +6 -6
  249. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_clear.html +6 -6
  250. data/vendor/local/share/doc/groonga/en/html/reference/commands/lock_release.html +6 -6
  251. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_level.html +6 -6
  252. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_put.html +6 -6
  253. data/vendor/local/share/doc/groonga/en/html/reference/commands/log_reopen.html +6 -6
  254. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_count.html +6 -6
  255. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_parameters.html +6 -6
  256. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_range_filter.html +6 -6
  257. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_select.html +6 -6
  258. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_shard_list.html +6 -6
  259. data/vendor/local/share/doc/groonga/en/html/reference/commands/logical_table_remove.html +6 -6
  260. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalize.html +6 -6
  261. data/vendor/local/share/doc/groonga/en/html/reference/commands/normalizer_list.html +6 -6
  262. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_exist.html +6 -6
  263. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_inspect.html +6 -6
  264. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_list.html +6 -6
  265. data/vendor/local/share/doc/groonga/en/html/reference/commands/object_remove.html +6 -6
  266. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_register.html +6 -6
  267. data/vendor/local/share/doc/groonga/en/html/reference/commands/plugin_unregister.html +6 -6
  268. data/vendor/local/share/doc/groonga/en/html/reference/commands/query_expand.html +6 -6
  269. data/vendor/local/share/doc/groonga/en/html/reference/commands/quit.html +6 -6
  270. data/vendor/local/share/doc/groonga/en/html/reference/commands/range_filter.html +6 -6
  271. data/vendor/local/share/doc/groonga/en/html/reference/commands/register.html +6 -6
  272. data/vendor/local/share/doc/groonga/en/html/reference/commands/reindex.html +6 -6
  273. data/vendor/local/share/doc/groonga/en/html/reference/commands/request_cancel.html +6 -10
  274. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_eval.html +6 -6
  275. data/vendor/local/share/doc/groonga/en/html/reference/commands/ruby_load.html +6 -6
  276. data/vendor/local/share/doc/groonga/en/html/reference/commands/schema.html +6 -6
  277. data/vendor/local/share/doc/groonga/en/html/reference/commands/select.html +7 -7
  278. data/vendor/local/share/doc/groonga/en/html/reference/commands/shutdown.html +6 -6
  279. data/vendor/local/share/doc/groonga/en/html/reference/commands/status.html +6 -6
  280. data/vendor/local/share/doc/groonga/en/html/reference/commands/suggest.html +6 -6
  281. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_copy.html +6 -6
  282. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_create.html +6 -6
  283. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_list.html +6 -6
  284. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_remove.html +6 -6
  285. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_rename.html +6 -6
  286. data/vendor/local/share/doc/groonga/en/html/reference/commands/table_tokenize.html +6 -6
  287. data/vendor/local/share/doc/groonga/en/html/reference/commands/thread_limit.html +6 -6
  288. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenize.html +6 -6
  289. data/vendor/local/share/doc/groonga/en/html/reference/commands/tokenizer_list.html +6 -6
  290. data/vendor/local/share/doc/groonga/en/html/reference/commands/truncate.html +6 -6
  291. data/vendor/local/share/doc/groonga/en/html/reference/configuration.html +6 -6
  292. data/vendor/local/share/doc/groonga/en/html/reference/executables.html +6 -6
  293. data/vendor/local/share/doc/groonga/en/html/reference/executables/grndb.html +6 -10
  294. data/vendor/local/share/doc/groonga/en/html/reference/executables/grnslap.html +6 -6
  295. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-benchmark.html +6 -6
  296. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-httpd.html +6 -6
  297. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-server-http.html +6 -6
  298. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
  299. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-httpd.html +6 -6
  300. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga-suggest-learner.html +6 -6
  301. data/vendor/local/share/doc/groonga/en/html/reference/executables/groonga.html +6 -6
  302. data/vendor/local/share/doc/groonga/en/html/reference/function.html +6 -6
  303. data/vendor/local/share/doc/groonga/en/html/reference/functions/between.html +6 -6
  304. data/vendor/local/share/doc/groonga/en/html/reference/functions/edit_distance.html +6 -6
  305. data/vendor/local/share/doc/groonga/en/html/reference/functions/fuzzy_search.html +6 -6
  306. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_distance.html +6 -6
  307. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_circle.html +6 -6
  308. data/vendor/local/share/doc/groonga/en/html/reference/functions/geo_in_rectangle.html +6 -6
  309. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_full.html +6 -10
  310. data/vendor/local/share/doc/groonga/en/html/reference/functions/highlight_html.html +6 -10
  311. data/vendor/local/share/doc/groonga/en/html/reference/functions/html_untag.html +6 -6
  312. data/vendor/local/share/doc/groonga/en/html/reference/functions/in_values.html +6 -6
  313. data/vendor/local/share/doc/groonga/en/html/reference/functions/now.html +6 -6
  314. data/vendor/local/share/doc/groonga/en/html/reference/functions/number_classify.html +6 -6
  315. data/vendor/local/share/doc/groonga/en/html/reference/functions/prefix_rk_search.html +6 -6
  316. data/vendor/local/share/doc/groonga/en/html/reference/functions/query.html +6 -6
  317. data/vendor/local/share/doc/groonga/en/html/reference/functions/rand.html +6 -6
  318. data/vendor/local/share/doc/groonga/en/html/reference/functions/record_number.html +6 -6
  319. data/vendor/local/share/doc/groonga/en/html/reference/functions/snippet_html.html +6 -13
  320. data/vendor/local/share/doc/groonga/en/html/reference/functions/string_substring.html +6 -6
  321. data/vendor/local/share/doc/groonga/en/html/reference/functions/sub_filter.html +6 -6
  322. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_day.html +6 -6
  323. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_hour.html +6 -6
  324. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_minute.html +6 -6
  325. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_month.html +6 -6
  326. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_second.html +6 -6
  327. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_week.html +6 -6
  328. data/vendor/local/share/doc/groonga/en/html/reference/functions/time_classify_year.html +6 -6
  329. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_size.html +6 -6
  330. data/vendor/local/share/doc/groonga/en/html/reference/functions/vector_slice.html +6 -6
  331. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr.html +6 -6
  332. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/query_syntax.html +6 -6
  333. data/vendor/local/share/doc/groonga/en/html/reference/grn_expr/script_syntax.html +6 -6
  334. data/vendor/local/share/doc/groonga/en/html/reference/indexing.html +6 -6
  335. data/vendor/local/share/doc/groonga/en/html/reference/log.html +23 -6
  336. data/vendor/local/share/doc/groonga/en/html/reference/normalizers.html +6 -6
  337. data/vendor/local/share/doc/groonga/en/html/reference/operations.html +6 -6
  338. data/vendor/local/share/doc/groonga/en/html/reference/operations/geolocation_search.html +6 -6
  339. data/vendor/local/share/doc/groonga/en/html/reference/operations/prefix_rk_search.html +6 -6
  340. data/vendor/local/share/doc/groonga/en/html/reference/output.html +6 -6
  341. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders.html +6 -6
  342. data/vendor/local/share/doc/groonga/en/html/reference/query_expanders/tsv.html +6 -6
  343. data/vendor/local/share/doc/groonga/en/html/reference/regular_expression.html +6 -6
  344. data/vendor/local/share/doc/groonga/en/html/reference/scorer.html +6 -6
  345. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_at_most.html +6 -6
  346. data/vendor/local/share/doc/groonga/en/html/reference/scorers/scorer_tf_idf.html +6 -6
  347. data/vendor/local/share/doc/groonga/en/html/reference/sharding.html +6 -6
  348. data/vendor/local/share/doc/groonga/en/html/reference/suggest.html +6 -6
  349. data/vendor/local/share/doc/groonga/en/html/reference/suggest/completion.html +6 -6
  350. data/vendor/local/share/doc/groonga/en/html/reference/suggest/correction.html +6 -6
  351. data/vendor/local/share/doc/groonga/en/html/reference/suggest/introduction.html +6 -6
  352. data/vendor/local/share/doc/groonga/en/html/reference/suggest/suggestion.html +6 -6
  353. data/vendor/local/share/doc/groonga/en/html/reference/tables.html +6 -6
  354. data/vendor/local/share/doc/groonga/en/html/reference/token_filters.html +6 -6
  355. data/vendor/local/share/doc/groonga/en/html/reference/tokenizers.html +6 -6
  356. data/vendor/local/share/doc/groonga/en/html/reference/tuning.html +6 -6
  357. data/vendor/local/share/doc/groonga/en/html/reference/types.html +6 -6
  358. data/vendor/local/share/doc/groonga/en/html/search.html +6 -6
  359. data/vendor/local/share/doc/groonga/en/html/searchindex.js +1 -1
  360. data/vendor/local/share/doc/groonga/en/html/server.html +6 -6
  361. data/vendor/local/share/doc/groonga/en/html/server/gqtp.html +6 -6
  362. data/vendor/local/share/doc/groonga/en/html/server/http.html +6 -6
  363. data/vendor/local/share/doc/groonga/en/html/server/http/comparison.html +6 -6
  364. data/vendor/local/share/doc/groonga/en/html/server/http/groonga-httpd.html +6 -6
  365. data/vendor/local/share/doc/groonga/en/html/server/http/groonga.html +6 -6
  366. data/vendor/local/share/doc/groonga/en/html/server/memcached.html +6 -6
  367. data/vendor/local/share/doc/groonga/en/html/server/package.html +6 -6
  368. data/vendor/local/share/doc/groonga/en/html/spec.html +6 -6
  369. data/vendor/local/share/doc/groonga/en/html/spec/gqtp.html +6 -6
  370. data/vendor/local/share/doc/groonga/en/html/spec/search.html +6 -6
  371. data/vendor/local/share/doc/groonga/en/html/troubleshooting.html +6 -6
  372. data/vendor/local/share/doc/groonga/en/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
  373. data/vendor/local/share/doc/groonga/en/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
  374. data/vendor/local/share/doc/groonga/en/html/tutorial.html +6 -6
  375. data/vendor/local/share/doc/groonga/en/html/tutorial/data.html +6 -6
  376. data/vendor/local/share/doc/groonga/en/html/tutorial/drilldown.html +6 -6
  377. data/vendor/local/share/doc/groonga/en/html/tutorial/index.html +6 -6
  378. data/vendor/local/share/doc/groonga/en/html/tutorial/introduction.html +6 -6
  379. data/vendor/local/share/doc/groonga/en/html/tutorial/lexicon.html +6 -6
  380. data/vendor/local/share/doc/groonga/en/html/tutorial/match_columns.html +6 -6
  381. data/vendor/local/share/doc/groonga/en/html/tutorial/micro_blog.html +6 -6
  382. data/vendor/local/share/doc/groonga/en/html/tutorial/network.html +6 -6
  383. data/vendor/local/share/doc/groonga/en/html/tutorial/patricia_trie.html +6 -6
  384. data/vendor/local/share/doc/groonga/en/html/tutorial/query_expansion.html +6 -6
  385. data/vendor/local/share/doc/groonga/en/html/tutorial/search.html +6 -6
  386. data/vendor/local/share/doc/groonga/ja/html/.buildinfo +1 -1
  387. data/vendor/local/share/doc/groonga/ja/html/_sources/contribution/development/release.txt +114 -46
  388. data/vendor/local/share/doc/groonga/ja/html/_sources/install/centos.txt +7 -53
  389. data/vendor/local/share/doc/groonga/ja/html/_sources/install/debian.txt +3 -3
  390. data/vendor/local/share/doc/groonga/ja/html/_sources/install/fedora.txt +3 -3
  391. data/vendor/local/share/doc/groonga/ja/html/_sources/install/mac_os_x.txt +3 -3
  392. data/vendor/local/share/doc/groonga/ja/html/_sources/install/others.txt +6 -4
  393. data/vendor/local/share/doc/groonga/ja/html/_sources/install/solaris.txt +3 -3
  394. data/vendor/local/share/doc/groonga/ja/html/_sources/install/ubuntu.txt +5 -4
  395. data/vendor/local/share/doc/groonga/ja/html/_sources/install/windows.txt +9 -9
  396. data/vendor/local/share/doc/groonga/ja/html/_sources/news.txt +134 -2
  397. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/request_cancel.txt +0 -4
  398. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/commands/select.txt +1 -1
  399. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/executables/grndb.txt +0 -4
  400. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/between.txt +1 -1
  401. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_full.txt +0 -4
  402. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/highlight_html.txt +0 -4
  403. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/functions/snippet_html.txt +0 -8
  404. data/vendor/local/share/doc/groonga/ja/html/_sources/reference/log.txt +18 -0
  405. data/vendor/local/share/doc/groonga/ja/html/characteristic.html +6 -6
  406. data/vendor/local/share/doc/groonga/ja/html/client.html +6 -6
  407. data/vendor/local/share/doc/groonga/ja/html/community.html +6 -6
  408. data/vendor/local/share/doc/groonga/ja/html/contribution.html +8 -36
  409. data/vendor/local/share/doc/groonga/ja/html/contribution/development.html +6 -6
  410. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build.html +6 -6
  411. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_autotools.html +6 -6
  412. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/unix_cmake.html +6 -6
  413. data/vendor/local/share/doc/groonga/ja/html/contribution/development/build/windows_cmake.html +6 -6
  414. data/vendor/local/share/doc/groonga/ja/html/contribution/development/com.html +6 -6
  415. data/vendor/local/share/doc/groonga/ja/html/contribution/development/cooperation.html +6 -6
  416. data/vendor/local/share/doc/groonga/ja/html/contribution/development/query.html +6 -6
  417. data/vendor/local/share/doc/groonga/ja/html/contribution/development/release.html +219 -156
  418. data/vendor/local/share/doc/groonga/ja/html/contribution/development/repository.html +6 -6
  419. data/vendor/local/share/doc/groonga/ja/html/contribution/development/test.html +6 -6
  420. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation.html +6 -6
  421. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/c-api.html +6 -6
  422. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/i18n.html +6 -6
  423. data/vendor/local/share/doc/groonga/ja/html/contribution/documentation/introduction.html +6 -6
  424. data/vendor/local/share/doc/groonga/ja/html/contribution/report.html +6 -6
  425. data/vendor/local/share/doc/groonga/ja/html/development.html +6 -6
  426. data/vendor/local/share/doc/groonga/ja/html/development/travis-ci.html +6 -6
  427. data/vendor/local/share/doc/groonga/ja/html/genindex.html +6 -6
  428. data/vendor/local/share/doc/groonga/ja/html/index.html +6 -6
  429. data/vendor/local/share/doc/groonga/ja/html/install.html +6 -6
  430. data/vendor/local/share/doc/groonga/ja/html/install/centos.html +13 -49
  431. data/vendor/local/share/doc/groonga/ja/html/install/debian.html +9 -9
  432. data/vendor/local/share/doc/groonga/ja/html/install/fedora.html +9 -9
  433. data/vendor/local/share/doc/groonga/ja/html/install/mac_os_x.html +9 -9
  434. data/vendor/local/share/doc/groonga/ja/html/install/others.html +12 -10
  435. data/vendor/local/share/doc/groonga/ja/html/install/solaris.html +9 -9
  436. data/vendor/local/share/doc/groonga/ja/html/install/ubuntu.html +11 -10
  437. data/vendor/local/share/doc/groonga/ja/html/install/windows.html +15 -15
  438. data/vendor/local/share/doc/groonga/ja/html/limitations.html +6 -6
  439. data/vendor/local/share/doc/groonga/ja/html/news.html +225 -92
  440. data/vendor/local/share/doc/groonga/ja/html/news/0.x.html +6 -6
  441. data/vendor/local/share/doc/groonga/ja/html/news/1.0.x.html +6 -6
  442. data/vendor/local/share/doc/groonga/ja/html/news/1.1.x.html +6 -6
  443. data/vendor/local/share/doc/groonga/ja/html/news/1.2.x.html +6 -6
  444. data/vendor/local/share/doc/groonga/ja/html/news/1.3.x.html +6 -6
  445. data/vendor/local/share/doc/groonga/ja/html/news/2.x.html +6 -6
  446. data/vendor/local/share/doc/groonga/ja/html/news/3.x.html +6 -6
  447. data/vendor/local/share/doc/groonga/ja/html/news/4.x.html +6 -6
  448. data/vendor/local/share/doc/groonga/ja/html/news/5.x.html +6 -6
  449. data/vendor/local/share/doc/groonga/ja/html/news/senna.html +6 -6
  450. data/vendor/local/share/doc/groonga/ja/html/objects.inv +0 -0
  451. data/vendor/local/share/doc/groonga/ja/html/reference.html +6 -6
  452. data/vendor/local/share/doc/groonga/ja/html/reference/alias.html +6 -6
  453. data/vendor/local/share/doc/groonga/ja/html/reference/api.html +6 -6
  454. data/vendor/local/share/doc/groonga/ja/html/reference/api/global_configurations.html +6 -6
  455. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_cache.html +6 -6
  456. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_column.html +6 -6
  457. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_command_version.html +6 -6
  458. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_content_type.html +6 -6
  459. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ctx.html +6 -6
  460. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_db.html +6 -6
  461. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_encoding.html +6 -6
  462. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_expr.html +6 -6
  463. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_geo.html +6 -6
  464. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_hook.html +6 -6
  465. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_ii.html +6 -6
  466. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_index_cursor.html +6 -6
  467. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_info.html +6 -6
  468. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_match_escalation.html +6 -6
  469. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_obj.html +6 -6
  470. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_proc.html +6 -6
  471. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_search.html +6 -6
  472. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table.html +6 -6
  473. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_table_cursor.html +6 -6
  474. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_thread.html +6 -6
  475. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_type.html +6 -6
  476. data/vendor/local/share/doc/groonga/ja/html/reference/api/grn_user_data.html +6 -6
  477. data/vendor/local/share/doc/groonga/ja/html/reference/api/overview.html +6 -6
  478. data/vendor/local/share/doc/groonga/ja/html/reference/api/plugin.html +6 -6
  479. data/vendor/local/share/doc/groonga/ja/html/reference/cast.html +6 -6
  480. data/vendor/local/share/doc/groonga/ja/html/reference/column.html +6 -6
  481. data/vendor/local/share/doc/groonga/ja/html/reference/columns/index.html +6 -6
  482. data/vendor/local/share/doc/groonga/ja/html/reference/columns/pseudo.html +6 -6
  483. data/vendor/local/share/doc/groonga/ja/html/reference/columns/scalar.html +6 -6
  484. data/vendor/local/share/doc/groonga/ja/html/reference/columns/vector.html +6 -6
  485. data/vendor/local/share/doc/groonga/ja/html/reference/command.html +6 -6
  486. data/vendor/local/share/doc/groonga/ja/html/reference/command/command_version.html +6 -6
  487. data/vendor/local/share/doc/groonga/ja/html/reference/command/output_format.html +6 -6
  488. data/vendor/local/share/doc/groonga/ja/html/reference/command/pretty_print.html +6 -6
  489. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_id.html +6 -6
  490. data/vendor/local/share/doc/groonga/ja/html/reference/command/request_timeout.html +6 -6
  491. data/vendor/local/share/doc/groonga/ja/html/reference/command/return_code.html +6 -6
  492. data/vendor/local/share/doc/groonga/ja/html/reference/commands/cache_limit.html +6 -6
  493. data/vendor/local/share/doc/groonga/ja/html/reference/commands/check.html +6 -6
  494. data/vendor/local/share/doc/groonga/ja/html/reference/commands/clearlock.html +6 -6
  495. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_copy.html +6 -6
  496. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_create.html +7 -7
  497. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_list.html +6 -6
  498. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_remove.html +6 -6
  499. data/vendor/local/share/doc/groonga/ja/html/reference/commands/column_rename.html +6 -6
  500. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_delete.html +6 -6
  501. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_get.html +6 -6
  502. data/vendor/local/share/doc/groonga/ja/html/reference/commands/config_set.html +6 -6
  503. data/vendor/local/share/doc/groonga/ja/html/reference/commands/database_unmap.html +6 -6
  504. data/vendor/local/share/doc/groonga/ja/html/reference/commands/define_selector.html +6 -6
  505. data/vendor/local/share/doc/groonga/ja/html/reference/commands/defrag.html +6 -6
  506. data/vendor/local/share/doc/groonga/ja/html/reference/commands/delete.html +6 -6
  507. data/vendor/local/share/doc/groonga/ja/html/reference/commands/dump.html +6 -6
  508. data/vendor/local/share/doc/groonga/ja/html/reference/commands/io_flush.html +6 -6
  509. data/vendor/local/share/doc/groonga/ja/html/reference/commands/load.html +6 -6
  510. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_acquire.html +6 -6
  511. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_clear.html +6 -6
  512. data/vendor/local/share/doc/groonga/ja/html/reference/commands/lock_release.html +6 -6
  513. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_level.html +6 -6
  514. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_put.html +6 -6
  515. data/vendor/local/share/doc/groonga/ja/html/reference/commands/log_reopen.html +6 -6
  516. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_count.html +6 -6
  517. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_parameters.html +6 -6
  518. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_range_filter.html +6 -6
  519. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_select.html +6 -6
  520. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_shard_list.html +6 -6
  521. data/vendor/local/share/doc/groonga/ja/html/reference/commands/logical_table_remove.html +6 -6
  522. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalize.html +6 -6
  523. data/vendor/local/share/doc/groonga/ja/html/reference/commands/normalizer_list.html +6 -6
  524. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_exist.html +6 -6
  525. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_inspect.html +6 -6
  526. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_list.html +6 -6
  527. data/vendor/local/share/doc/groonga/ja/html/reference/commands/object_remove.html +6 -6
  528. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_register.html +6 -6
  529. data/vendor/local/share/doc/groonga/ja/html/reference/commands/plugin_unregister.html +6 -6
  530. data/vendor/local/share/doc/groonga/ja/html/reference/commands/query_expand.html +6 -6
  531. data/vendor/local/share/doc/groonga/ja/html/reference/commands/quit.html +6 -6
  532. data/vendor/local/share/doc/groonga/ja/html/reference/commands/range_filter.html +6 -6
  533. data/vendor/local/share/doc/groonga/ja/html/reference/commands/register.html +6 -6
  534. data/vendor/local/share/doc/groonga/ja/html/reference/commands/reindex.html +6 -6
  535. data/vendor/local/share/doc/groonga/ja/html/reference/commands/request_cancel.html +6 -10
  536. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_eval.html +6 -6
  537. data/vendor/local/share/doc/groonga/ja/html/reference/commands/ruby_load.html +6 -6
  538. data/vendor/local/share/doc/groonga/ja/html/reference/commands/schema.html +6 -6
  539. data/vendor/local/share/doc/groonga/ja/html/reference/commands/select.html +8 -8
  540. data/vendor/local/share/doc/groonga/ja/html/reference/commands/shutdown.html +6 -6
  541. data/vendor/local/share/doc/groonga/ja/html/reference/commands/status.html +6 -6
  542. data/vendor/local/share/doc/groonga/ja/html/reference/commands/suggest.html +6 -6
  543. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_copy.html +6 -6
  544. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_create.html +6 -6
  545. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_list.html +6 -6
  546. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_remove.html +6 -6
  547. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_rename.html +6 -6
  548. data/vendor/local/share/doc/groonga/ja/html/reference/commands/table_tokenize.html +6 -6
  549. data/vendor/local/share/doc/groonga/ja/html/reference/commands/thread_limit.html +6 -6
  550. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenize.html +6 -6
  551. data/vendor/local/share/doc/groonga/ja/html/reference/commands/tokenizer_list.html +6 -6
  552. data/vendor/local/share/doc/groonga/ja/html/reference/commands/truncate.html +6 -6
  553. data/vendor/local/share/doc/groonga/ja/html/reference/configuration.html +6 -6
  554. data/vendor/local/share/doc/groonga/ja/html/reference/executables.html +6 -6
  555. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grndb.html +6 -10
  556. data/vendor/local/share/doc/groonga/ja/html/reference/executables/grnslap.html +6 -6
  557. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-benchmark.html +6 -6
  558. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-httpd.html +6 -6
  559. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-server-http.html +6 -6
  560. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-create-dataset.html +6 -6
  561. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-httpd.html +6 -6
  562. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga-suggest-learner.html +6 -6
  563. data/vendor/local/share/doc/groonga/ja/html/reference/executables/groonga.html +6 -6
  564. data/vendor/local/share/doc/groonga/ja/html/reference/function.html +6 -6
  565. data/vendor/local/share/doc/groonga/ja/html/reference/functions/between.html +6 -6
  566. data/vendor/local/share/doc/groonga/ja/html/reference/functions/edit_distance.html +6 -6
  567. data/vendor/local/share/doc/groonga/ja/html/reference/functions/fuzzy_search.html +6 -6
  568. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_distance.html +6 -6
  569. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_circle.html +6 -6
  570. data/vendor/local/share/doc/groonga/ja/html/reference/functions/geo_in_rectangle.html +6 -6
  571. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_full.html +6 -10
  572. data/vendor/local/share/doc/groonga/ja/html/reference/functions/highlight_html.html +6 -10
  573. data/vendor/local/share/doc/groonga/ja/html/reference/functions/html_untag.html +6 -6
  574. data/vendor/local/share/doc/groonga/ja/html/reference/functions/in_values.html +6 -6
  575. data/vendor/local/share/doc/groonga/ja/html/reference/functions/now.html +6 -6
  576. data/vendor/local/share/doc/groonga/ja/html/reference/functions/number_classify.html +6 -6
  577. data/vendor/local/share/doc/groonga/ja/html/reference/functions/prefix_rk_search.html +6 -6
  578. data/vendor/local/share/doc/groonga/ja/html/reference/functions/query.html +6 -6
  579. data/vendor/local/share/doc/groonga/ja/html/reference/functions/rand.html +6 -6
  580. data/vendor/local/share/doc/groonga/ja/html/reference/functions/record_number.html +6 -6
  581. data/vendor/local/share/doc/groonga/ja/html/reference/functions/snippet_html.html +6 -11
  582. data/vendor/local/share/doc/groonga/ja/html/reference/functions/string_substring.html +6 -6
  583. data/vendor/local/share/doc/groonga/ja/html/reference/functions/sub_filter.html +6 -6
  584. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_day.html +6 -6
  585. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_hour.html +6 -6
  586. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_minute.html +6 -6
  587. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_month.html +6 -6
  588. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_second.html +6 -6
  589. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_week.html +6 -6
  590. data/vendor/local/share/doc/groonga/ja/html/reference/functions/time_classify_year.html +6 -6
  591. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_size.html +6 -6
  592. data/vendor/local/share/doc/groonga/ja/html/reference/functions/vector_slice.html +6 -6
  593. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr.html +6 -6
  594. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/query_syntax.html +6 -6
  595. data/vendor/local/share/doc/groonga/ja/html/reference/grn_expr/script_syntax.html +6 -6
  596. data/vendor/local/share/doc/groonga/ja/html/reference/indexing.html +6 -6
  597. data/vendor/local/share/doc/groonga/ja/html/reference/log.html +22 -6
  598. data/vendor/local/share/doc/groonga/ja/html/reference/normalizers.html +6 -6
  599. data/vendor/local/share/doc/groonga/ja/html/reference/operations.html +6 -6
  600. data/vendor/local/share/doc/groonga/ja/html/reference/operations/geolocation_search.html +6 -6
  601. data/vendor/local/share/doc/groonga/ja/html/reference/operations/prefix_rk_search.html +6 -6
  602. data/vendor/local/share/doc/groonga/ja/html/reference/output.html +6 -6
  603. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders.html +6 -6
  604. data/vendor/local/share/doc/groonga/ja/html/reference/query_expanders/tsv.html +6 -6
  605. data/vendor/local/share/doc/groonga/ja/html/reference/regular_expression.html +6 -6
  606. data/vendor/local/share/doc/groonga/ja/html/reference/scorer.html +6 -6
  607. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_at_most.html +6 -6
  608. data/vendor/local/share/doc/groonga/ja/html/reference/scorers/scorer_tf_idf.html +6 -6
  609. data/vendor/local/share/doc/groonga/ja/html/reference/sharding.html +6 -6
  610. data/vendor/local/share/doc/groonga/ja/html/reference/suggest.html +6 -6
  611. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/completion.html +6 -6
  612. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/correction.html +6 -6
  613. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/introduction.html +6 -6
  614. data/vendor/local/share/doc/groonga/ja/html/reference/suggest/suggestion.html +6 -6
  615. data/vendor/local/share/doc/groonga/ja/html/reference/tables.html +6 -6
  616. data/vendor/local/share/doc/groonga/ja/html/reference/token_filters.html +6 -6
  617. data/vendor/local/share/doc/groonga/ja/html/reference/tokenizers.html +6 -6
  618. data/vendor/local/share/doc/groonga/ja/html/reference/tuning.html +6 -6
  619. data/vendor/local/share/doc/groonga/ja/html/reference/types.html +6 -6
  620. data/vendor/local/share/doc/groonga/ja/html/search.html +6 -6
  621. data/vendor/local/share/doc/groonga/ja/html/searchindex.js +1 -1
  622. data/vendor/local/share/doc/groonga/ja/html/server.html +6 -6
  623. data/vendor/local/share/doc/groonga/ja/html/server/gqtp.html +6 -6
  624. data/vendor/local/share/doc/groonga/ja/html/server/http.html +6 -6
  625. data/vendor/local/share/doc/groonga/ja/html/server/http/comparison.html +6 -6
  626. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga-httpd.html +6 -6
  627. data/vendor/local/share/doc/groonga/ja/html/server/http/groonga.html +6 -6
  628. data/vendor/local/share/doc/groonga/ja/html/server/memcached.html +6 -6
  629. data/vendor/local/share/doc/groonga/ja/html/server/package.html +6 -6
  630. data/vendor/local/share/doc/groonga/ja/html/spec.html +6 -6
  631. data/vendor/local/share/doc/groonga/ja/html/spec/gqtp.html +6 -6
  632. data/vendor/local/share/doc/groonga/ja/html/spec/search.html +6 -6
  633. data/vendor/local/share/doc/groonga/ja/html/troubleshooting.html +6 -6
  634. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/different_results_with_the_same_keyword.html +6 -6
  635. data/vendor/local/share/doc/groonga/ja/html/troubleshooting/mmap_cannot_allocate_memory.html +6 -6
  636. data/vendor/local/share/doc/groonga/ja/html/tutorial.html +6 -6
  637. data/vendor/local/share/doc/groonga/ja/html/tutorial/data.html +6 -6
  638. data/vendor/local/share/doc/groonga/ja/html/tutorial/drilldown.html +6 -6
  639. data/vendor/local/share/doc/groonga/ja/html/tutorial/index.html +6 -6
  640. data/vendor/local/share/doc/groonga/ja/html/tutorial/introduction.html +6 -6
  641. data/vendor/local/share/doc/groonga/ja/html/tutorial/lexicon.html +6 -6
  642. data/vendor/local/share/doc/groonga/ja/html/tutorial/match_columns.html +6 -6
  643. data/vendor/local/share/doc/groonga/ja/html/tutorial/micro_blog.html +6 -6
  644. data/vendor/local/share/doc/groonga/ja/html/tutorial/network.html +6 -6
  645. data/vendor/local/share/doc/groonga/ja/html/tutorial/patricia_trie.html +6 -6
  646. data/vendor/local/share/doc/groonga/ja/html/tutorial/query_expansion.html +6 -6
  647. data/vendor/local/share/doc/groonga/ja/html/tutorial/search.html +6 -6
  648. data/vendor/local/share/groonga/mruby/LEGAL +30 -30
  649. data/vendor/local/share/license/groonga-normalizer-mysql/README.md +211 -0
  650. data/vendor/local/share/license/groonga-normalizer-mysql/lgpl-2.0.txt +481 -0
  651. data/vendor/local/share/license/onigmo/README +10 -8
  652. metadata +86 -75
  653. data/vendor/local/bin/libonig-5.dll +0 -0
  654. data/vendor/local/lib/groonga/plugins/table/table.a +0 -0
  655. data/vendor/local/lib/groonga/plugins/table/table.dll +0 -0
  656. data/vendor/local/lib/libonig.a +0 -0
@@ -0,0 +1,211 @@
1
+ # README
2
+
3
+ ## Name
4
+
5
+ groonga-normalizer-mysql
6
+
7
+ ## Description
8
+
9
+ Groonga-normalizer-mysql is a Groonga plugin. It provides MySQL
10
+ compatible normalizers and a custom normalizers to Groonga.
11
+
12
+ Here are MySQL compatible normalizers:
13
+
14
+ * `NormalizerMySQLGeneralCI` for `utf8mb4_general_ci`
15
+ * `NormalizerMySQLUnicodeCI` for `utf8mb4_unicode_ci`
16
+ * `NormalizerMySQLUnicode520CI` for `utf8mb4_unicode_520_ci`
17
+
18
+ Here are custom normalizers:
19
+
20
+ * `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark`
21
+ * It's based on `NormalizerMySQLUnicodeCI`
22
+ * `NormalizerMySQLUnicode520CIExceptKanaCIKanaWithVoicedSoundMark`
23
+ * It's based on `NormalizerMySQLUnicode520CI`
24
+
25
+ They are self-descriptive name but long. They are variant normalizers
26
+ of `NormalizerMySQLUnicodeCI` and `NormalizerMySQLUnicode520CI`. They
27
+ have different behaviors. The followings are the different
28
+ behaviors. They describes with
29
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` but they
30
+ are true for
31
+ `NormalizerMySQLUnicode520CIExceptKanaCIKanaWithVoicedSoundMark`.
32
+
33
+ * `NormalizerMySQLUnicodeCI` normalizes all small Hiragana such as `ぁ`,
34
+ `っ` to Hiragana such as `あ`, `つ`.
35
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark`
36
+ doesn't normalize `ぁ` to `あ` nor `っ` to `つ`. `ぁ` and `あ` are
37
+ different characters. `っ` and `つ` are also different characters.
38
+ This behavior is described by `ExceptKanaCI` in the long name. This
39
+ following behaviors ared described by
40
+ `ExceptKanaWithVoicedSoundMark` in the long name.
41
+ * `NormalizerMySQLUnicode` normalizes all Hiragana with voiced sound
42
+ mark such as `が` to Hiragana without voiced sound mark such as `か`.
43
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` doesn't
44
+ normalize `が` to `か`. `が` and `か` are different characters.
45
+ * `NormalizerMySQLUnicode` normalizes all Hiragana with semi-voiced sound
46
+ mark such as `ぱ` to Hiragana without semi-voiced sound mark such as `は`.
47
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` doesn't
48
+ normalize `ぱ` to `は`. `ぱ` and `は` are different characters.
49
+ * `NormalizerMySQLUnicode` normalizes all Katakana with voiced sound
50
+ mark such as `ガ` to Katakana without voiced sound mark such as `カ`.
51
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` doesn't
52
+ normalize `ガ` to `カ`. `ガ` and `カ` are different characters.
53
+ * `NormalizerMySQLUnicode` normalizes all Katakana with semi-voiced sound
54
+ mark such as `パ` to Hiragana without semi-voiced sound mark such as `ハ`.
55
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` doesn't
56
+ normalize `パ` to `ハ`. `パ` and `ハ` are different characters.
57
+ * `NormalizerMySQLUnicode` normalizes all halfwidth Katakana with
58
+ voiced sound mark such as `ガ` to halfwidth Katakana without voiced
59
+ sound mark such as `カ`.
60
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark`
61
+ normalizes all halfwidth Katakana with voided sound mark such as `ガ`
62
+ to fullwidth Katakana with voiced sound mark such as `ガ`.
63
+
64
+ `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark` and
65
+ `NormalizerMySQLUnicode520CIExceptKanaCIKanaWithVoicedSoundMark` and
66
+ are MySQL incompatible normalizers but they are useful for Japanese
67
+ text. For example, `ふらつく` and `ブラック` has different
68
+ means. `NormalizerMySQLUnicodeCI` identifies `ふらつく` with `ブラック`
69
+ but `NormalizerMySQLUnicodeCIExceptKanaCIKanaWithVoicedSoundMark`
70
+ doesn't identify them.
71
+
72
+ ## Install
73
+
74
+ ### Debian GNU/Linux
75
+
76
+ [Add apt-line for the Groonga deb package repository](http://groonga.org/docs/install/debian.html)
77
+ and install `groonga-normalizer-mysql` package:
78
+
79
+ % sudo apt-get -y install groonga-normalizer-mysql
80
+
81
+ ### Ubuntu
82
+
83
+ [Add apt-line for the Groonga deb package repository](http://groonga.org/docs/install/ubuntu.html)
84
+ and install `groonga-normalizer-mysql` package:
85
+
86
+ % sudo apt-get -y install groonga-normalizer-mysql
87
+
88
+ ### CentOS
89
+
90
+ Install `groonga-repository` package:
91
+
92
+ % sudo rpm -ivh http://packages.groonga.org/centos/groonga-release-1.1.0-1.noarch.rpm
93
+ % sudo yum makecache
94
+
95
+ Then install `groonga-normalizer-mysql` package:
96
+
97
+ % sudo yum install -y groonga-normalizer-mysql
98
+
99
+ ### Fedora
100
+
101
+ Install `groonga-repository` package:
102
+
103
+ % sudo rpm -ivh http://packages.groonga.org/fedora/groonga-release-1.1.0-1.noarch.rpm
104
+ % sudo yum makecache
105
+
106
+ Then install `groonga-normalizer-mysql` package:
107
+
108
+ % sudo yum install -y groonga-normalizer-mysql
109
+
110
+ ### OS X - Homebrew
111
+
112
+ Install `groonga-normalizer-mysql` package:
113
+
114
+ % brew install groonga-normalizer-mysql
115
+
116
+ ### Windows
117
+
118
+ You need to build from source. Here are build instructions.
119
+
120
+ #### Build system
121
+
122
+ Install the following build tools:
123
+
124
+ * [Microsoft Visual Studio 2010 Express](http://www.microsoft.com/japan/msdn/vstudio/express/): 2012 isn't tested yet.
125
+ * [CMake](http://www.cmake.org/)
126
+
127
+ #### Build Groonga
128
+
129
+ Download the latest Groonga source from [packages.groonga.org](http://packages.groonga.org/source/groonga/). Source file name is formatted as `groonga-X.Y.Z.zip`.
130
+
131
+ Extract the source and move to the source folder:
132
+
133
+ > cd ...\groonga-X.Y.Z
134
+ groonga-X.Y.Z>
135
+
136
+ Run CMake. Here is a command line to install Groonga to `C:\groonga` folder:
137
+
138
+ groonga-X.Y.Z> cmake . -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
139
+
140
+ Build:
141
+
142
+ groonga-X.Y.Z> cmake --build . --config Release
143
+
144
+ Install:
145
+
146
+ groonga-X.Y.Z> cmake --build . --config Release --target Install
147
+
148
+ #### Build groonga-normalizer-mysql
149
+
150
+ Download the latest groonga-normalizer-mysql source from [packages.groonga.org](http://packages.groonga.org/source/groonga-normalizer-mysql/). Source file name is formatted as `groonga-normalizer-X.Y.Z.zip`.
151
+
152
+ Extract the source and move to the source folder:
153
+
154
+ > cd ...\groonga-normalizer-mysql-X.Y.Z
155
+ groonga-normalizer-mysql-X.Y.Z>
156
+
157
+ IMPORTANT!!!: Set `PKG_CONFIG_PATH` environment variable:
158
+
159
+ groonga-normalizer-mysql-X.Y.Z> set PKG_CONFIG_PATH=C:\groongalocal\lib\pkgconfig
160
+
161
+ Run CMake. Here is a command line to install Groonga to `C:\groonga` folder:
162
+
163
+ groonga-normalizer-mysql-X.Y.Z> cmake . -G "Visual Studio 12 Win64" -DCMAKE_INSTALL_PREFIX=C:\groonga
164
+
165
+ Build:
166
+
167
+ groonga-normalizer-mysql-X.Y.Z> cmake --build . --config Release
168
+
169
+ Install:
170
+
171
+ groonga-normalizer-mysql-X.Y.Z> cmake --build . --config Release --target Install
172
+
173
+ ## Usage
174
+
175
+ First, you need to register `normalizers/mysql` plugin:
176
+
177
+ groonga> register normalizers/mysql
178
+
179
+ Then, you can use `NormalizerMySQLGeneralCI` and
180
+ `NormalizerMySQLUnicodeCI` as normalizers:
181
+
182
+ groonga> table_create Lexicon TABLE_PAT_KEY --default_tokenizer TokenBigram --normalizer NormalizerMySQLGeneralCI
183
+
184
+ ## Dependencies
185
+
186
+ * Groonga >= 3.0.3
187
+
188
+ ## Mailing list
189
+
190
+ * English: [groonga-talk@lists.sourceforge.net](https://lists.sourceforge.net/lists/listinfo/groonga-talk)
191
+ * Japanese: [groonga-dev@lists.sourceforge.jp](http://lists.sourceforge.jp/mailman/listinfo/groonga-dev)
192
+
193
+ ## Thanks
194
+
195
+ * Alexander Barkov \<bar@udm.net\>: The author of
196
+ `MYSQL_SOURCE/strings/ctype-utf8.c`.
197
+ * ...
198
+
199
+ ## Authors
200
+
201
+ * Kouhei Sutou \<kou@clear-code.com\>
202
+
203
+ ## License
204
+
205
+ LGPLv2 only. See doc/text/lgpl-2.0.txt for details.
206
+
207
+ This program uses normalization table defined in MySQL source code. So
208
+ this program is derived work of
209
+ `MYSQL_SOURCE/strings/ctype-utf8.c`. This program is the same license
210
+ as `MYSQL_SOURCE/strings/ctype-utf8.c` and it is licensed under LGPLv2
211
+ only.
@@ -0,0 +1,481 @@
1
+ GNU LIBRARY GENERAL PUBLIC LICENSE
2
+ Version 2, June 1991
3
+
4
+ Copyright (C) 1991 Free Software Foundation, Inc.
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ [This is the first released version of the library GPL. It is
10
+ numbered 2 because it goes with version 2 of the ordinary GPL.]
11
+
12
+ Preamble
13
+
14
+ The licenses for most software are designed to take away your
15
+ freedom to share and change it. By contrast, the GNU General Public
16
+ Licenses are intended to guarantee your freedom to share and change
17
+ free software--to make sure the software is free for all its users.
18
+
19
+ This license, the Library General Public License, applies to some
20
+ specially designated Free Software Foundation software, and to any
21
+ other libraries whose authors decide to use it. You can use it for
22
+ your libraries, too.
23
+
24
+ When we speak of free software, we are referring to freedom, not
25
+ price. Our General Public Licenses are designed to make sure that you
26
+ have the freedom to distribute copies of free software (and charge for
27
+ this service if you wish), that you receive source code or can get it
28
+ if you want it, that you can change the software or use pieces of it
29
+ in new free programs; and that you know you can do these things.
30
+
31
+ To protect your rights, we need to make restrictions that forbid
32
+ anyone to deny you these rights or to ask you to surrender the rights.
33
+ These restrictions translate to certain responsibilities for you if
34
+ you distribute copies of the library, or if you modify it.
35
+
36
+ For example, if you distribute copies of the library, whether gratis
37
+ or for a fee, you must give the recipients all the rights that we gave
38
+ you. You must make sure that they, too, receive or can get the source
39
+ code. If you link a program with the library, you must provide
40
+ complete object files to the recipients so that they can relink them
41
+ with the library, after making changes to the library and recompiling
42
+ it. And you must show them these terms so they know their rights.
43
+
44
+ Our method of protecting your rights has two steps: (1) copyright
45
+ the library, and (2) offer you this license which gives you legal
46
+ permission to copy, distribute and/or modify the library.
47
+
48
+ Also, for each distributor's protection, we want to make certain
49
+ that everyone understands that there is no warranty for this free
50
+ library. If the library is modified by someone else and passed on, we
51
+ want its recipients to know that what they have is not the original
52
+ version, so that any problems introduced by others will not reflect on
53
+ the original authors' reputations.
54
+
55
+ Finally, any free program is threatened constantly by software
56
+ patents. We wish to avoid the danger that companies distributing free
57
+ software will individually obtain patent licenses, thus in effect
58
+ transforming the program into proprietary software. To prevent this,
59
+ we have made it clear that any patent must be licensed for everyone's
60
+ free use or not licensed at all.
61
+
62
+ Most GNU software, including some libraries, is covered by the ordinary
63
+ GNU General Public License, which was designed for utility programs. This
64
+ license, the GNU Library General Public License, applies to certain
65
+ designated libraries. This license is quite different from the ordinary
66
+ one; be sure to read it in full, and don't assume that anything in it is
67
+ the same as in the ordinary license.
68
+
69
+ The reason we have a separate public license for some libraries is that
70
+ they blur the distinction we usually make between modifying or adding to a
71
+ program and simply using it. Linking a program with a library, without
72
+ changing the library, is in some sense simply using the library, and is
73
+ analogous to running a utility program or application program. However, in
74
+ a textual and legal sense, the linked executable is a combined work, a
75
+ derivative of the original library, and the ordinary General Public License
76
+ treats it as such.
77
+
78
+ Because of this blurred distinction, using the ordinary General
79
+ Public License for libraries did not effectively promote software
80
+ sharing, because most developers did not use the libraries. We
81
+ concluded that weaker conditions might promote sharing better.
82
+
83
+ However, unrestricted linking of non-free programs would deprive the
84
+ users of those programs of all benefit from the free status of the
85
+ libraries themselves. This Library General Public License is intended to
86
+ permit developers of non-free programs to use free libraries, while
87
+ preserving your freedom as a user of such programs to change the free
88
+ libraries that are incorporated in them. (We have not seen how to achieve
89
+ this as regards changes in header files, but we have achieved it as regards
90
+ changes in the actual functions of the Library.) The hope is that this
91
+ will lead to faster development of free libraries.
92
+
93
+ The precise terms and conditions for copying, distribution and
94
+ modification follow. Pay close attention to the difference between a
95
+ "work based on the library" and a "work that uses the library". The
96
+ former contains code derived from the library, while the latter only
97
+ works together with the library.
98
+
99
+ Note that it is possible for a library to be covered by the ordinary
100
+ General Public License rather than by this special one.
101
+
102
+ GNU LIBRARY GENERAL PUBLIC LICENSE
103
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
104
+
105
+ 0. This License Agreement applies to any software library which
106
+ contains a notice placed by the copyright holder or other authorized
107
+ party saying it may be distributed under the terms of this Library
108
+ General Public License (also called "this License"). Each licensee is
109
+ addressed as "you".
110
+
111
+ A "library" means a collection of software functions and/or data
112
+ prepared so as to be conveniently linked with application programs
113
+ (which use some of those functions and data) to form executables.
114
+
115
+ The "Library", below, refers to any such software library or work
116
+ which has been distributed under these terms. A "work based on the
117
+ Library" means either the Library or any derivative work under
118
+ copyright law: that is to say, a work containing the Library or a
119
+ portion of it, either verbatim or with modifications and/or translated
120
+ straightforwardly into another language. (Hereinafter, translation is
121
+ included without limitation in the term "modification".)
122
+
123
+ "Source code" for a work means the preferred form of the work for
124
+ making modifications to it. For a library, complete source code means
125
+ all the source code for all modules it contains, plus any associated
126
+ interface definition files, plus the scripts used to control compilation
127
+ and installation of the library.
128
+
129
+ Activities other than copying, distribution and modification are not
130
+ covered by this License; they are outside its scope. The act of
131
+ running a program using the Library is not restricted, and output from
132
+ such a program is covered only if its contents constitute a work based
133
+ on the Library (independent of the use of the Library in a tool for
134
+ writing it). Whether that is true depends on what the Library does
135
+ and what the program that uses the Library does.
136
+
137
+ 1. You may copy and distribute verbatim copies of the Library's
138
+ complete source code as you receive it, in any medium, provided that
139
+ you conspicuously and appropriately publish on each copy an
140
+ appropriate copyright notice and disclaimer of warranty; keep intact
141
+ all the notices that refer to this License and to the absence of any
142
+ warranty; and distribute a copy of this License along with the
143
+ Library.
144
+
145
+ You may charge a fee for the physical act of transferring a copy,
146
+ and you may at your option offer warranty protection in exchange for a
147
+ fee.
148
+
149
+ 2. You may modify your copy or copies of the Library or any portion
150
+ of it, thus forming a work based on the Library, and copy and
151
+ distribute such modifications or work under the terms of Section 1
152
+ above, provided that you also meet all of these conditions:
153
+
154
+ a) The modified work must itself be a software library.
155
+
156
+ b) You must cause the files modified to carry prominent notices
157
+ stating that you changed the files and the date of any change.
158
+
159
+ c) You must cause the whole of the work to be licensed at no
160
+ charge to all third parties under the terms of this License.
161
+
162
+ d) If a facility in the modified Library refers to a function or a
163
+ table of data to be supplied by an application program that uses
164
+ the facility, other than as an argument passed when the facility
165
+ is invoked, then you must make a good faith effort to ensure that,
166
+ in the event an application does not supply such function or
167
+ table, the facility still operates, and performs whatever part of
168
+ its purpose remains meaningful.
169
+
170
+ (For example, a function in a library to compute square roots has
171
+ a purpose that is entirely well-defined independent of the
172
+ application. Therefore, Subsection 2d requires that any
173
+ application-supplied function or table used by this function must
174
+ be optional: if the application does not supply it, the square
175
+ root function must still compute square roots.)
176
+
177
+ These requirements apply to the modified work as a whole. If
178
+ identifiable sections of that work are not derived from the Library,
179
+ and can be reasonably considered independent and separate works in
180
+ themselves, then this License, and its terms, do not apply to those
181
+ sections when you distribute them as separate works. But when you
182
+ distribute the same sections as part of a whole which is a work based
183
+ on the Library, the distribution of the whole must be on the terms of
184
+ this License, whose permissions for other licensees extend to the
185
+ entire whole, and thus to each and every part regardless of who wrote
186
+ it.
187
+
188
+ Thus, it is not the intent of this section to claim rights or contest
189
+ your rights to work written entirely by you; rather, the intent is to
190
+ exercise the right to control the distribution of derivative or
191
+ collective works based on the Library.
192
+
193
+ In addition, mere aggregation of another work not based on the Library
194
+ with the Library (or with a work based on the Library) on a volume of
195
+ a storage or distribution medium does not bring the other work under
196
+ the scope of this License.
197
+
198
+ 3. You may opt to apply the terms of the ordinary GNU General Public
199
+ License instead of this License to a given copy of the Library. To do
200
+ this, you must alter all the notices that refer to this License, so
201
+ that they refer to the ordinary GNU General Public License, version 2,
202
+ instead of to this License. (If a newer version than version 2 of the
203
+ ordinary GNU General Public License has appeared, then you can specify
204
+ that version instead if you wish.) Do not make any other change in
205
+ these notices.
206
+
207
+ Once this change is made in a given copy, it is irreversible for
208
+ that copy, so the ordinary GNU General Public License applies to all
209
+ subsequent copies and derivative works made from that copy.
210
+
211
+ This option is useful when you wish to copy part of the code of
212
+ the Library into a program that is not a library.
213
+
214
+ 4. You may copy and distribute the Library (or a portion or
215
+ derivative of it, under Section 2) in object code or executable form
216
+ under the terms of Sections 1 and 2 above provided that you accompany
217
+ it with the complete corresponding machine-readable source code, which
218
+ must be distributed under the terms of Sections 1 and 2 above on a
219
+ medium customarily used for software interchange.
220
+
221
+ If distribution of object code is made by offering access to copy
222
+ from a designated place, then offering equivalent access to copy the
223
+ source code from the same place satisfies the requirement to
224
+ distribute the source code, even though third parties are not
225
+ compelled to copy the source along with the object code.
226
+
227
+ 5. A program that contains no derivative of any portion of the
228
+ Library, but is designed to work with the Library by being compiled or
229
+ linked with it, is called a "work that uses the Library". Such a
230
+ work, in isolation, is not a derivative work of the Library, and
231
+ therefore falls outside the scope of this License.
232
+
233
+ However, linking a "work that uses the Library" with the Library
234
+ creates an executable that is a derivative of the Library (because it
235
+ contains portions of the Library), rather than a "work that uses the
236
+ library". The executable is therefore covered by this License.
237
+ Section 6 states terms for distribution of such executables.
238
+
239
+ When a "work that uses the Library" uses material from a header file
240
+ that is part of the Library, the object code for the work may be a
241
+ derivative work of the Library even though the source code is not.
242
+ Whether this is true is especially significant if the work can be
243
+ linked without the Library, or if the work is itself a library. The
244
+ threshold for this to be true is not precisely defined by law.
245
+
246
+ If such an object file uses only numerical parameters, data
247
+ structure layouts and accessors, and small macros and small inline
248
+ functions (ten lines or less in length), then the use of the object
249
+ file is unrestricted, regardless of whether it is legally a derivative
250
+ work. (Executables containing this object code plus portions of the
251
+ Library will still fall under Section 6.)
252
+
253
+ Otherwise, if the work is a derivative of the Library, you may
254
+ distribute the object code for the work under the terms of Section 6.
255
+ Any executables containing that work also fall under Section 6,
256
+ whether or not they are linked directly with the Library itself.
257
+
258
+ 6. As an exception to the Sections above, you may also compile or
259
+ link a "work that uses the Library" with the Library to produce a
260
+ work containing portions of the Library, and distribute that work
261
+ under terms of your choice, provided that the terms permit
262
+ modification of the work for the customer's own use and reverse
263
+ engineering for debugging such modifications.
264
+
265
+ You must give prominent notice with each copy of the work that the
266
+ Library is used in it and that the Library and its use are covered by
267
+ this License. You must supply a copy of this License. If the work
268
+ during execution displays copyright notices, you must include the
269
+ copyright notice for the Library among them, as well as a reference
270
+ directing the user to the copy of this License. Also, you must do one
271
+ of these things:
272
+
273
+ a) Accompany the work with the complete corresponding
274
+ machine-readable source code for the Library including whatever
275
+ changes were used in the work (which must be distributed under
276
+ Sections 1 and 2 above); and, if the work is an executable linked
277
+ with the Library, with the complete machine-readable "work that
278
+ uses the Library", as object code and/or source code, so that the
279
+ user can modify the Library and then relink to produce a modified
280
+ executable containing the modified Library. (It is understood
281
+ that the user who changes the contents of definitions files in the
282
+ Library will not necessarily be able to recompile the application
283
+ to use the modified definitions.)
284
+
285
+ b) Accompany the work with a written offer, valid for at
286
+ least three years, to give the same user the materials
287
+ specified in Subsection 6a, above, for a charge no more
288
+ than the cost of performing this distribution.
289
+
290
+ c) If distribution of the work is made by offering access to copy
291
+ from a designated place, offer equivalent access to copy the above
292
+ specified materials from the same place.
293
+
294
+ d) Verify that the user has already received a copy of these
295
+ materials or that you have already sent this user a copy.
296
+
297
+ For an executable, the required form of the "work that uses the
298
+ Library" must include any data and utility programs needed for
299
+ reproducing the executable from it. However, as a special exception,
300
+ the source code distributed need not include anything that is normally
301
+ distributed (in either source or binary form) with the major
302
+ components (compiler, kernel, and so on) of the operating system on
303
+ which the executable runs, unless that component itself accompanies
304
+ the executable.
305
+
306
+ It may happen that this requirement contradicts the license
307
+ restrictions of other proprietary libraries that do not normally
308
+ accompany the operating system. Such a contradiction means you cannot
309
+ use both them and the Library together in an executable that you
310
+ distribute.
311
+
312
+ 7. You may place library facilities that are a work based on the
313
+ Library side-by-side in a single library together with other library
314
+ facilities not covered by this License, and distribute such a combined
315
+ library, provided that the separate distribution of the work based on
316
+ the Library and of the other library facilities is otherwise
317
+ permitted, and provided that you do these two things:
318
+
319
+ a) Accompany the combined library with a copy of the same work
320
+ based on the Library, uncombined with any other library
321
+ facilities. This must be distributed under the terms of the
322
+ Sections above.
323
+
324
+ b) Give prominent notice with the combined library of the fact
325
+ that part of it is a work based on the Library, and explaining
326
+ where to find the accompanying uncombined form of the same work.
327
+
328
+ 8. You may not copy, modify, sublicense, link with, or distribute
329
+ the Library except as expressly provided under this License. Any
330
+ attempt otherwise to copy, modify, sublicense, link with, or
331
+ distribute the Library is void, and will automatically terminate your
332
+ rights under this License. However, parties who have received copies,
333
+ or rights, from you under this License will not have their licenses
334
+ terminated so long as such parties remain in full compliance.
335
+
336
+ 9. You are not required to accept this License, since you have not
337
+ signed it. However, nothing else grants you permission to modify or
338
+ distribute the Library or its derivative works. These actions are
339
+ prohibited by law if you do not accept this License. Therefore, by
340
+ modifying or distributing the Library (or any work based on the
341
+ Library), you indicate your acceptance of this License to do so, and
342
+ all its terms and conditions for copying, distributing or modifying
343
+ the Library or works based on it.
344
+
345
+ 10. Each time you redistribute the Library (or any work based on the
346
+ Library), the recipient automatically receives a license from the
347
+ original licensor to copy, distribute, link with or modify the Library
348
+ subject to these terms and conditions. You may not impose any further
349
+ restrictions on the recipients' exercise of the rights granted herein.
350
+ You are not responsible for enforcing compliance by third parties to
351
+ this License.
352
+
353
+ 11. If, as a consequence of a court judgment or allegation of patent
354
+ infringement or for any other reason (not limited to patent issues),
355
+ conditions are imposed on you (whether by court order, agreement or
356
+ otherwise) that contradict the conditions of this License, they do not
357
+ excuse you from the conditions of this License. If you cannot
358
+ distribute so as to satisfy simultaneously your obligations under this
359
+ License and any other pertinent obligations, then as a consequence you
360
+ may not distribute the Library at all. For example, if a patent
361
+ license would not permit royalty-free redistribution of the Library by
362
+ all those who receive copies directly or indirectly through you, then
363
+ the only way you could satisfy both it and this License would be to
364
+ refrain entirely from distribution of the Library.
365
+
366
+ If any portion of this section is held invalid or unenforceable under any
367
+ particular circumstance, the balance of the section is intended to apply,
368
+ and the section as a whole is intended to apply in other circumstances.
369
+
370
+ It is not the purpose of this section to induce you to infringe any
371
+ patents or other property right claims or to contest validity of any
372
+ such claims; this section has the sole purpose of protecting the
373
+ integrity of the free software distribution system which is
374
+ implemented by public license practices. Many people have made
375
+ generous contributions to the wide range of software distributed
376
+ through that system in reliance on consistent application of that
377
+ system; it is up to the author/donor to decide if he or she is willing
378
+ to distribute software through any other system and a licensee cannot
379
+ impose that choice.
380
+
381
+ This section is intended to make thoroughly clear what is believed to
382
+ be a consequence of the rest of this License.
383
+
384
+ 12. If the distribution and/or use of the Library is restricted in
385
+ certain countries either by patents or by copyrighted interfaces, the
386
+ original copyright holder who places the Library under this License may add
387
+ an explicit geographical distribution limitation excluding those countries,
388
+ so that distribution is permitted only in or among countries not thus
389
+ excluded. In such case, this License incorporates the limitation as if
390
+ written in the body of this License.
391
+
392
+ 13. The Free Software Foundation may publish revised and/or new
393
+ versions of the Library General Public License from time to time.
394
+ Such new versions will be similar in spirit to the present version,
395
+ but may differ in detail to address new problems or concerns.
396
+
397
+ Each version is given a distinguishing version number. If the Library
398
+ specifies a version number of this License which applies to it and
399
+ "any later version", you have the option of following the terms and
400
+ conditions either of that version or of any later version published by
401
+ the Free Software Foundation. If the Library does not specify a
402
+ license version number, you may choose any version ever published by
403
+ the Free Software Foundation.
404
+
405
+ 14. If you wish to incorporate parts of the Library into other free
406
+ programs whose distribution conditions are incompatible with these,
407
+ write to the author to ask for permission. For software which is
408
+ copyrighted by the Free Software Foundation, write to the Free
409
+ Software Foundation; we sometimes make exceptions for this. Our
410
+ decision will be guided by the two goals of preserving the free status
411
+ of all derivatives of our free software and of promoting the sharing
412
+ and reuse of software generally.
413
+
414
+ NO WARRANTY
415
+
416
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
417
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
418
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
419
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
420
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
421
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
422
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
423
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
424
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
425
+
426
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
427
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
428
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
429
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
430
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
431
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
432
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
433
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
434
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
435
+ DAMAGES.
436
+
437
+ END OF TERMS AND CONDITIONS
438
+
439
+ How to Apply These Terms to Your New Libraries
440
+
441
+ If you develop a new library, and you want it to be of the greatest
442
+ possible use to the public, we recommend making it free software that
443
+ everyone can redistribute and change. You can do so by permitting
444
+ redistribution under these terms (or, alternatively, under the terms of the
445
+ ordinary General Public License).
446
+
447
+ To apply these terms, attach the following notices to the library. It is
448
+ safest to attach them to the start of each source file to most effectively
449
+ convey the exclusion of warranty; and each file should have at least the
450
+ "copyright" line and a pointer to where the full notice is found.
451
+
452
+ <one line to give the library's name and a brief idea of what it does.>
453
+ Copyright (C) <year> <name of author>
454
+
455
+ This library is free software; you can redistribute it and/or
456
+ modify it under the terms of the GNU Library General Public
457
+ License as published by the Free Software Foundation; either
458
+ version 2 of the License, or (at your option) any later version.
459
+
460
+ This library is distributed in the hope that it will be useful,
461
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
462
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
463
+ Library General Public License for more details.
464
+
465
+ You should have received a copy of the GNU Library General Public
466
+ License along with this library; if not, write to the Free Software
467
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
468
+
469
+ Also add information on how to contact you by electronic and paper mail.
470
+
471
+ You should also get your employer (if you work as a programmer) or your
472
+ school, if any, to sign a "copyright disclaimer" for the library, if
473
+ necessary. Here is a sample; alter the names:
474
+
475
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
476
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
477
+
478
+ <signature of Ty Coon>, 1 April 1990
479
+ Ty Coon, President of Vice
480
+
481
+ That's all there is to it!