esruby 0.0.0

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.
Files changed (763) hide show
  1. checksums.yaml +7 -0
  2. data/LICENSE +21 -0
  3. data/README.md +22 -0
  4. data/bin/esruby +34 -0
  5. data/lib/esruby.rb +26 -0
  6. data/lib/esruby/build.rb +140 -0
  7. data/lib/esruby/build/configuration.rb +77 -0
  8. data/lib/esruby/gem.rb +5 -0
  9. data/lib/esruby/gem/specification.rb +35 -0
  10. data/resources/build_config.eruby +53 -0
  11. data/resources/cpp/esruby.cpp +64 -0
  12. data/resources/cpp/esruby.hpp +42 -0
  13. data/resources/cpp/main.cpp +9 -0
  14. data/resources/js/esruby.js +45 -0
  15. data/resources/mruby/AUTHORS +40 -0
  16. data/resources/mruby/CONTRIBUTING.md +68 -0
  17. data/resources/mruby/LEGAL +6 -0
  18. data/resources/mruby/MITL +20 -0
  19. data/resources/mruby/Makefile +17 -0
  20. data/resources/mruby/NEWS +13 -0
  21. data/resources/mruby/README.md +92 -0
  22. data/resources/mruby/Rakefile +152 -0
  23. data/resources/mruby/TODO +10 -0
  24. data/resources/mruby/appveyor.yml +38 -0
  25. data/resources/mruby/appveyor_config.rb +50 -0
  26. data/resources/mruby/benchmark/bm_ao_render.rb +314 -0
  27. data/resources/mruby/benchmark/bm_app_lc_fizzbuzz.rb +52 -0
  28. data/resources/mruby/benchmark/bm_fib.rb +7 -0
  29. data/resources/mruby/benchmark/bm_so_lists.rb +47 -0
  30. data/resources/mruby/benchmark/build_config_boxing.rb +28 -0
  31. data/resources/mruby/benchmark/build_config_cc.rb +13 -0
  32. data/resources/mruby/benchmark/plot.gpl +5 -0
  33. data/resources/mruby/bin/mirb +0 -0
  34. data/resources/mruby/bin/mrbc +0 -0
  35. data/resources/mruby/bin/mruby +0 -0
  36. data/resources/mruby/bin/mruby-strip +0 -0
  37. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/README.md +82 -0
  38. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrbgem.rake +63 -0
  39. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrblib/regexp_pcre.rb +232 -0
  40. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/mrblib/string_pcre.rb +333 -0
  41. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/132html +313 -0
  42. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/AUTHORS +45 -0
  43. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CMakeLists.txt +959 -0
  44. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/COPYING +5 -0
  45. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ChangeLog +4981 -0
  46. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CheckMan +67 -0
  47. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/CleanTxt +113 -0
  48. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Detrail +35 -0
  49. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/HACKING +473 -0
  50. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/INSTALL +370 -0
  51. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/LICENCE +92 -0
  52. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Makefile.am +877 -0
  53. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/Makefile.in +2917 -0
  54. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NEWS +611 -0
  55. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NON-AUTOTOOLS-BUILD +639 -0
  56. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/NON-UNIX-USE +7 -0
  57. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/PrepareRelease +253 -0
  58. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/README +935 -0
  59. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunGrepTest +551 -0
  60. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunTest +1015 -0
  61. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/RunTest.bat +616 -0
  62. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/aclocal.m4 +1230 -0
  63. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/output.0 +21280 -0
  64. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/output.1 +21280 -0
  65. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/requests +273 -0
  66. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/traces.0 +2421 -0
  67. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/autom4te.cache/traces.1 +1144 -0
  68. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/COPYING-CMAKE-SCRIPTS +22 -0
  69. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindEditline.cmake +17 -0
  70. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindPackageHandleStandardArgs.cmake +58 -0
  71. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/cmake/FindReadline.cmake +29 -0
  72. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/compile +343 -0
  73. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config-cmake.h.in +54 -0
  74. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.guess +1552 -0
  75. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h +392 -0
  76. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h.generic +392 -0
  77. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.h.in +343 -0
  78. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/config.sub +1804 -0
  79. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/configure +21280 -0
  80. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/configure.ac +1082 -0
  81. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/depcomp +708 -0
  82. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/dftables.c +212 -0
  83. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/index.html +180 -0
  84. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre-config.html +109 -0
  85. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre.html +204 -0
  86. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre16.html +383 -0
  87. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_assign_jit_stack.html +76 -0
  88. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_compile.html +108 -0
  89. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_compile2.html +112 -0
  90. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_config.html +91 -0
  91. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_copy_named_substring.html +65 -0
  92. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_copy_substring.html +61 -0
  93. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_dfa_exec.html +128 -0
  94. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_exec.html +110 -0
  95. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_study.html +46 -0
  96. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_substring.html +46 -0
  97. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_free_substring_list.html +46 -0
  98. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_fullinfo.html +108 -0
  99. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_named_substring.html +68 -0
  100. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_stringnumber.html +57 -0
  101. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_stringtable_entries.html +60 -0
  102. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_substring.html +64 -0
  103. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_get_substring_list.html +61 -0
  104. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_exec.html +108 -0
  105. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_stack_alloc.html +55 -0
  106. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_jit_stack_free.html +48 -0
  107. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_maketables.html +48 -0
  108. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_pattern_to_host_byte_order.html +58 -0
  109. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_refcount.html +51 -0
  110. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_study.html +68 -0
  111. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_utf16_to_host_byte_order.html +57 -0
  112. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcre_version.html +46 -0
  113. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreapi.html +2786 -0
  114. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrebuild.html +517 -0
  115. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecallout.html +243 -0
  116. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecompat.html +216 -0
  117. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrecpp.html +368 -0
  118. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcredemo.html +426 -0
  119. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcregrep.html +757 -0
  120. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrejit.html +458 -0
  121. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrelimits.html +86 -0
  122. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrematching.html +233 -0
  123. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrepartial.html +474 -0
  124. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrepattern.html +2953 -0
  125. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreperform.html +195 -0
  126. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreposix.html +292 -0
  127. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreprecompile.html +158 -0
  128. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcresample.html +110 -0
  129. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcrestack.html +225 -0
  130. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcresyntax.html +521 -0
  131. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcretest.html +1082 -0
  132. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/html/pcreunicode.html +270 -0
  133. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/index.html.src +180 -0
  134. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre-config.1 +92 -0
  135. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre-config.txt +86 -0
  136. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre.3 +202 -0
  137. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre.txt +9909 -0
  138. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre16.3 +390 -0
  139. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre32.3 +389 -0
  140. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_assign_jit_stack.3 +61 -0
  141. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_compile.3 +98 -0
  142. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_compile2.3 +106 -0
  143. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_config.3 +76 -0
  144. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_copy_named_substring.3 +59 -0
  145. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_copy_substring.3 +52 -0
  146. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_dfa_exec.3 +125 -0
  147. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_exec.3 +103 -0
  148. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_study.3 +31 -0
  149. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_substring.3 +31 -0
  150. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_free_substring_list.3 +31 -0
  151. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_fullinfo.3 +95 -0
  152. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_named_substring.3 +62 -0
  153. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_stringnumber.3 +45 -0
  154. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_stringtable_entries.3 +48 -0
  155. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_substring.3 +55 -0
  156. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_get_substring_list.3 +49 -0
  157. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_exec.3 +104 -0
  158. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_stack_alloc.3 +45 -0
  159. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_jit_stack_free.3 +35 -0
  160. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_maketables.3 +33 -0
  161. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_pattern_to_host_byte_order.3 +46 -0
  162. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_refcount.3 +36 -0
  163. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_study.3 +56 -0
  164. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_utf16_to_host_byte_order.3 +46 -0
  165. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_utf32_to_host_byte_order.3 +46 -0
  166. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcre_version.3 +31 -0
  167. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreapi.3 +2823 -0
  168. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrebuild.3 +520 -0
  169. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecallout.3 +214 -0
  170. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecompat.3 +185 -0
  171. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrecpp.3 +348 -0
  172. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcregrep.1 +679 -0
  173. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcregrep.txt +740 -0
  174. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrejit.3 +437 -0
  175. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrelimits.3 +67 -0
  176. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrematching.3 +206 -0
  177. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrepartial.3 +445 -0
  178. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrepattern.3 +2983 -0
  179. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreperform.3 +177 -0
  180. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreposix.3 +270 -0
  181. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreprecompile.3 +151 -0
  182. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcresample.3 +99 -0
  183. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcrestack.3 +215 -0
  184. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcresyntax.3 +496 -0
  185. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcretest.1 +1079 -0
  186. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcretest.txt +1012 -0
  187. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/pcreunicode.3 +255 -0
  188. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/doc/perltest.txt +42 -0
  189. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/install-sh +527 -0
  190. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre.pc.in +12 -0
  191. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre16.pc.in +12 -0
  192. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcre32.pc.in +12 -0
  193. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcrecpp.pc.in +12 -0
  194. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/libpcreposix.pc.in +13 -0
  195. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ltmain.sh +9636 -0
  196. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ax_pthread.m4 +309 -0
  197. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/libtool.m4 +7844 -0
  198. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltoptions.m4 +369 -0
  199. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltsugar.m4 +123 -0
  200. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/ltversion.m4 +23 -0
  201. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/lt~obsolete.m4 +98 -0
  202. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/m4/pcre_visibility.m4 +89 -0
  203. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp.bat +66 -0
  204. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp_c.txt +20 -0
  205. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/makevp_l.txt +20 -0
  206. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/missing +331 -0
  207. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre-config.in +133 -0
  208. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h +653 -0
  209. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h.generic +653 -0
  210. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre.h.in +653 -0
  211. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_byte_order.c +45 -0
  212. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_chartables.c +45 -0
  213. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_compile.c +45 -0
  214. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_config.c +45 -0
  215. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_dfa_exec.c +45 -0
  216. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_exec.c +45 -0
  217. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_fullinfo.c +45 -0
  218. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_get.c +45 -0
  219. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_globals.c +45 -0
  220. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_jit_compile.c +45 -0
  221. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_maketables.c +45 -0
  222. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_newline.c +45 -0
  223. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_ord2utf16.c +90 -0
  224. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_printint.c +45 -0
  225. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_refcount.c +45 -0
  226. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_string_utils.c +45 -0
  227. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_study.c +45 -0
  228. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_tables.c +45 -0
  229. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_ucd.c +45 -0
  230. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_utf16_utils.c +130 -0
  231. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_valid_utf16.c +156 -0
  232. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_version.c +45 -0
  233. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre16_xclass.c +45 -0
  234. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_byte_order.c +45 -0
  235. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_chartables.c +45 -0
  236. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_compile.c +45 -0
  237. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_config.c +45 -0
  238. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_dfa_exec.c +45 -0
  239. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_exec.c +45 -0
  240. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_fullinfo.c +45 -0
  241. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_get.c +45 -0
  242. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_globals.c +45 -0
  243. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_jit_compile.c +45 -0
  244. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_maketables.c +45 -0
  245. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_newline.c +45 -0
  246. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_ord2utf32.c +82 -0
  247. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_printint.c +45 -0
  248. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_refcount.c +45 -0
  249. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_string_utils.c +45 -0
  250. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_study.c +45 -0
  251. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_tables.c +45 -0
  252. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_ucd.c +45 -0
  253. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_utf32_utils.c +141 -0
  254. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_valid_utf32.c +131 -0
  255. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_version.c +45 -0
  256. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre32_xclass.c +45 -0
  257. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_byte_order.c +318 -0
  258. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_chartables.c +198 -0
  259. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_chartables.c.dist +198 -0
  260. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_compile.c +8386 -0
  261. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_config.c +186 -0
  262. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_dfa_exec.c +3582 -0
  263. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_exec.c +7049 -0
  264. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_fullinfo.c +231 -0
  265. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_get.c +662 -0
  266. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_globals.c +84 -0
  267. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_internal.h +2744 -0
  268. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_jit_compile.c +8560 -0
  269. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_jit_test.c +1614 -0
  270. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_maketables.c +151 -0
  271. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_newline.c +210 -0
  272. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_ord2utf8.c +94 -0
  273. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_printint.c +766 -0
  274. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_refcount.c +92 -0
  275. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner.cc +199 -0
  276. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner.h +172 -0
  277. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_scanner_unittest.cc +159 -0
  278. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_string_utils.c +211 -0
  279. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece.cc +43 -0
  280. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece.h.in +179 -0
  281. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_stringpiece_unittest.cc +150 -0
  282. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_study.c +1562 -0
  283. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_tables.c +655 -0
  284. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_ucd.c +3298 -0
  285. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_valid_utf8.c +312 -0
  286. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_version.c +98 -0
  287. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcre_xclass.c +198 -0
  288. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp.cc +922 -0
  289. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp.h +710 -0
  290. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp_internal.h +71 -0
  291. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpp_unittest.cc +1291 -0
  292. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcrecpparg.h.in +174 -0
  293. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcredemo.c +406 -0
  294. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcregexp.pas +845 -0
  295. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcregrep.c +3180 -0
  296. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcreposix.c +419 -0
  297. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcreposix.h +146 -0
  298. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/pcretest.c +5488 -0
  299. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/perltest.pl +237 -0
  300. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitConfig.h +110 -0
  301. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitConfigInternal.h +484 -0
  302. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitExecAllocator.c +289 -0
  303. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitLir.c +1766 -0
  304. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitLir.h +985 -0
  305. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeARM_Thumb2.c +2008 -0
  306. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeARM_v5.c +2515 -0
  307. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeMIPS_32.c +404 -0
  308. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeMIPS_common.c +1881 -0
  309. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_32.c +269 -0
  310. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_64.c +421 -0
  311. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativePPC_common.c +2014 -0
  312. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeSPARC_32.c +164 -0
  313. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeSPARC_common.c +1348 -0
  314. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_32.c +547 -0
  315. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_64.c +810 -0
  316. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitNativeX86_common.c +2836 -0
  317. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/sljit/sljitUtils.c +332 -0
  318. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepbinary +0 -0
  319. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepfilelist +3 -0
  320. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput +611 -0
  321. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput3 +15 -0
  322. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinput8 +11 -0
  323. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinputv +4 -0
  324. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepinputx +43 -0
  325. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/greplist +7 -0
  326. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutput +707 -0
  327. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutput8 +12 -0
  328. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/grepoutputN +16 -1
  329. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/greppatN4 +2 -0
  330. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16 +0 -0
  331. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16BE-1 +0 -0
  332. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16BE-2 +0 -0
  333. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16LE-1 +0 -0
  334. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved16LE-2 +0 -0
  335. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32 +0 -0
  336. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32BE-1 +0 -0
  337. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32BE-2 +0 -0
  338. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32LE-1 +0 -0
  339. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved32LE-2 +0 -0
  340. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/saved8 +0 -0
  341. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput1 +5306 -0
  342. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput10 +1337 -0
  343. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput11 +135 -0
  344. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput12 +89 -0
  345. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput13 +9 -0
  346. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput14 +329 -0
  347. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput15 +430 -0
  348. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput16 +35 -0
  349. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput17 +296 -0
  350. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput18 +296 -0
  351. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput19 +22 -0
  352. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput2 +3813 -0
  353. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput20 +19 -0
  354. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput21 +16 -0
  355. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput22 +13 -0
  356. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput23 +16 -0
  357. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput24 +77 -0
  358. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput25 +32 -0
  359. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput26 +80 -0
  360. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput3 +95 -0
  361. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput4 +624 -0
  362. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput5 +772 -0
  363. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput6 +1319 -0
  364. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput7 +672 -0
  365. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput8 +4801 -0
  366. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinput9 +717 -0
  367. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testinputEBC +121 -0
  368. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput1 +8798 -0
  369. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput10 +2726 -0
  370. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-16 +713 -0
  371. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-32 +713 -0
  372. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput11-8 +713 -0
  373. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput12 +181 -0
  374. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput13 +21 -0
  375. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput14 +476 -0
  376. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput15 +1269 -0
  377. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput16 +121 -0
  378. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput17 +505 -0
  379. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput18-16 +1022 -0
  380. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput18-32 +1019 -0
  381. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput19 +88 -0
  382. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput2 +12484 -0
  383. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput20 +27 -0
  384. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput21-16 +90 -0
  385. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput21-32 +90 -0
  386. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput22-16 +71 -0
  387. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput22-32 +71 -0
  388. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput23 +42 -0
  389. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput24 +145 -0
  390. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput25 +79 -0
  391. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput26 +148 -0
  392. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput3 +169 -0
  393. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput4 +1094 -0
  394. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput5 +1849 -0
  395. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput6 +2137 -0
  396. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput7 +1473 -0
  397. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput8 +8019 -0
  398. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutput9 +1371 -0
  399. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/testoutputEBC +182 -0
  400. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/wintestinput3 +91 -0
  401. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/testdata/wintestoutput3 +166 -0
  402. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/pcre/ucp.h +197 -0
  403. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/run_test.rb +23 -0
  404. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/src/mruby_regexp_pcre.c +364 -0
  405. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/matchdata.rb +94 -0
  406. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/regexp.rb +264 -0
  407. data/resources/mruby/build/mrbgems/mruby-regexp-pcre/test/string.rb +201 -0
  408. data/resources/mruby/build_config.rb +152 -0
  409. data/resources/mruby/doc/guides/compile.md +488 -0
  410. data/resources/mruby/doc/guides/debugger.md +370 -0
  411. data/resources/mruby/doc/guides/gc-arena-howto.md +177 -0
  412. data/resources/mruby/doc/guides/mrbconf.md +146 -0
  413. data/resources/mruby/doc/guides/mrbgems.md +340 -0
  414. data/resources/mruby/doc/limitations.md +187 -0
  415. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/README.md +4 -0
  416. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/mrbgem.rake +23 -0
  417. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/mrblib/example.rb +5 -0
  418. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/src/example.c +20 -0
  419. data/resources/mruby/examples/mrbgems/c_and_ruby_extension_example/test/example.rb +7 -0
  420. data/resources/mruby/examples/mrbgems/c_extension_example/README.md +4 -0
  421. data/resources/mruby/examples/mrbgems/c_extension_example/mrbgem.rake +23 -0
  422. data/resources/mruby/examples/mrbgems/c_extension_example/src/example.c +20 -0
  423. data/resources/mruby/examples/mrbgems/c_extension_example/test/example.c +7 -0
  424. data/resources/mruby/examples/mrbgems/c_extension_example/test/example.rb +3 -0
  425. data/resources/mruby/examples/mrbgems/ruby_extension_example/README.md +4 -0
  426. data/resources/mruby/examples/mrbgems/ruby_extension_example/mrbgem.rake +25 -0
  427. data/resources/mruby/examples/mrbgems/ruby_extension_example/mrblib/example.rb +5 -0
  428. data/resources/mruby/examples/mrbgems/ruby_extension_example/test/example.rb +3 -0
  429. data/resources/mruby/examples/targets/build_config_ArduinoDue.rb +90 -0
  430. data/resources/mruby/examples/targets/build_config_IntelEdison.rb +69 -0
  431. data/resources/mruby/examples/targets/build_config_IntelGalileo.rb +106 -0
  432. data/resources/mruby/examples/targets/build_config_RX630.rb +81 -0
  433. data/resources/mruby/examples/targets/build_config_android_arm64-v8a.rb +26 -0
  434. data/resources/mruby/examples/targets/build_config_android_armeabi.rb +26 -0
  435. data/resources/mruby/examples/targets/build_config_android_armeabi_v7a_neon_hard.rb +28 -0
  436. data/resources/mruby/examples/targets/build_config_chipKITMax32.rb +86 -0
  437. data/resources/mruby/include/mrbconf.h +145 -0
  438. data/resources/mruby/include/mruby.h +1280 -0
  439. data/resources/mruby/include/mruby/array.h +279 -0
  440. data/resources/mruby/include/mruby/boxing_nan.h +102 -0
  441. data/resources/mruby/include/mruby/boxing_no.h +56 -0
  442. data/resources/mruby/include/mruby/boxing_word.h +136 -0
  443. data/resources/mruby/include/mruby/class.h +94 -0
  444. data/resources/mruby/include/mruby/common.h +72 -0
  445. data/resources/mruby/include/mruby/compile.h +194 -0
  446. data/resources/mruby/include/mruby/data.h +75 -0
  447. data/resources/mruby/include/mruby/debug.h +66 -0
  448. data/resources/mruby/include/mruby/dump.h +196 -0
  449. data/resources/mruby/include/mruby/error.h +75 -0
  450. data/resources/mruby/include/mruby/gc.h +91 -0
  451. data/resources/mruby/include/mruby/hash.h +182 -0
  452. data/resources/mruby/include/mruby/irep.h +62 -0
  453. data/resources/mruby/include/mruby/istruct.h +47 -0
  454. data/resources/mruby/include/mruby/khash.h +274 -0
  455. data/resources/mruby/include/mruby/numeric.h +161 -0
  456. data/resources/mruby/include/mruby/object.h +45 -0
  457. data/resources/mruby/include/mruby/opcode.h +161 -0
  458. data/resources/mruby/include/mruby/proc.h +131 -0
  459. data/resources/mruby/include/mruby/range.h +49 -0
  460. data/resources/mruby/include/mruby/re.h +16 -0
  461. data/resources/mruby/include/mruby/string.h +440 -0
  462. data/resources/mruby/include/mruby/throw.h +55 -0
  463. data/resources/mruby/include/mruby/value.h +309 -0
  464. data/resources/mruby/include/mruby/variable.h +138 -0
  465. data/resources/mruby/include/mruby/version.h +110 -0
  466. data/resources/mruby/lib/mruby-core-ext.rb +79 -0
  467. data/resources/mruby/lib/mruby/build.rb +355 -0
  468. data/resources/mruby/lib/mruby/build/command.rb +324 -0
  469. data/resources/mruby/lib/mruby/build/load_gems.rb +122 -0
  470. data/resources/mruby/lib/mruby/gem.rb +459 -0
  471. data/resources/mruby/lib/mruby/source.rb +30 -0
  472. data/resources/mruby/minirake +484 -0
  473. data/resources/mruby/mrbgems/default.gembox +82 -0
  474. data/resources/mruby/mrbgems/full-core.gembox +9 -0
  475. data/resources/mruby/mrbgems/mruby-array-ext/mrbgem.rake +6 -0
  476. data/resources/mruby/mrbgems/mruby-array-ext/mrblib/array.rb +935 -0
  477. data/resources/mruby/mrbgems/mruby-array-ext/src/array.c +246 -0
  478. data/resources/mruby/mrbgems/mruby-array-ext/test/array.rb +422 -0
  479. data/resources/mruby/mrbgems/mruby-bin-debugger/bintest/mrdb.rb +286 -0
  480. data/resources/mruby/mrbgems/mruby-bin-debugger/bintest/print.rb +701 -0
  481. data/resources/mruby/mrbgems/mruby-bin-debugger/mrbgem.rake +9 -0
  482. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.c +505 -0
  483. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apibreak.h +26 -0
  484. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.c +240 -0
  485. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apilist.h +14 -0
  486. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.c +78 -0
  487. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/apiprint.h +13 -0
  488. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdbreak.c +436 -0
  489. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdmisc.c +502 -0
  490. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdprint.c +58 -0
  491. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/cmdrun.c +64 -0
  492. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.c +759 -0
  493. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdb.h +165 -0
  494. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdbconf.h +16 -0
  495. data/resources/mruby/mrbgems/mruby-bin-debugger/tools/mrdb/mrdberror.h +20 -0
  496. data/resources/mruby/mrbgems/mruby-bin-mirb/bintest/mirb.rb +12 -0
  497. data/resources/mruby/mrbgems/mruby-bin-mirb/mrbgem.rake +33 -0
  498. data/resources/mruby/mrbgems/mruby-bin-mirb/tools/mirb/mirb.c +611 -0
  499. data/resources/mruby/mrbgems/mruby-bin-mrbc/mrbgem.rake +16 -0
  500. data/resources/mruby/mrbgems/mruby-bin-mrbc/tools/mrbc/mrbc.c +336 -0
  501. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mrbgem.rake +30 -0
  502. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mruby-config +20 -0
  503. data/resources/mruby/mrbgems/mruby-bin-mruby-config/mruby-config.bat +42 -0
  504. data/resources/mruby/mrbgems/mruby-bin-mruby/bintest/mruby.rb +60 -0
  505. data/resources/mruby/mrbgems/mruby-bin-mruby/mrbgem.rake +12 -0
  506. data/resources/mruby/mrbgems/mruby-bin-mruby/tools/mruby/mruby.c +254 -0
  507. data/resources/mruby/mrbgems/mruby-bin-strip/bintest/mruby-strip.rb +73 -0
  508. data/resources/mruby/mrbgems/mruby-bin-strip/mrbgem.rake +6 -0
  509. data/resources/mruby/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c +155 -0
  510. data/resources/mruby/mrbgems/mruby-class-ext/mrbgem.rake +5 -0
  511. data/resources/mruby/mrbgems/mruby-class-ext/src/class.c +68 -0
  512. data/resources/mruby/mrbgems/mruby-class-ext/test/module.rb +55 -0
  513. data/resources/mruby/mrbgems/mruby-compar-ext/mrbgem.rake +5 -0
  514. data/resources/mruby/mrbgems/mruby-compar-ext/mrblib/compar.rb +31 -0
  515. data/resources/mruby/mrbgems/mruby-compiler/bintest/mrbc.rb +30 -0
  516. data/resources/mruby/mrbgems/mruby-compiler/core/codegen.c +3083 -0
  517. data/resources/mruby/mrbgems/mruby-compiler/core/keywords +50 -0
  518. data/resources/mruby/mrbgems/mruby-compiler/core/lex.def +211 -0
  519. data/resources/mruby/mrbgems/mruby-compiler/core/node.h +118 -0
  520. data/resources/mruby/mrbgems/mruby-compiler/core/parse.y +6661 -0
  521. data/resources/mruby/mrbgems/mruby-compiler/mrbgem.rake +40 -0
  522. data/resources/mruby/mrbgems/mruby-enum-ext/mrbgem.rake +5 -0
  523. data/resources/mruby/mrbgems/mruby-enum-ext/mrblib/enum.rb +813 -0
  524. data/resources/mruby/mrbgems/mruby-enum-ext/test/enum.rb +185 -0
  525. data/resources/mruby/mrbgems/mruby-enum-lazy/mrbgem.rake +7 -0
  526. data/resources/mruby/mrbgems/mruby-enum-lazy/mrblib/lazy.rb +178 -0
  527. data/resources/mruby/mrbgems/mruby-enum-lazy/test/lazy.rb +53 -0
  528. data/resources/mruby/mrbgems/mruby-enumerator/mrbgem.rake +7 -0
  529. data/resources/mruby/mrbgems/mruby-enumerator/mrblib/enumerator.rb +645 -0
  530. data/resources/mruby/mrbgems/mruby-enumerator/test/enumerator.rb +546 -0
  531. data/resources/mruby/mrbgems/mruby-error/mrbgem.rake +10 -0
  532. data/resources/mruby/mrbgems/mruby-error/src/exception.c +100 -0
  533. data/resources/mruby/mrbgems/mruby-error/test/exception.c +59 -0
  534. data/resources/mruby/mrbgems/mruby-error/test/exception.rb +55 -0
  535. data/resources/mruby/mrbgems/mruby-eval/mrbgem.rake +7 -0
  536. data/resources/mruby/mrbgems/mruby-eval/src/eval.c +346 -0
  537. data/resources/mruby/mrbgems/mruby-eval/test/eval.rb +101 -0
  538. data/resources/mruby/mrbgems/mruby-exit/mrbgem.rake +5 -0
  539. data/resources/mruby/mrbgems/mruby-exit/src/mruby-exit.c +24 -0
  540. data/resources/mruby/mrbgems/mruby-fiber/mrbgem.rake +5 -0
  541. data/resources/mruby/mrbgems/mruby-fiber/src/fiber.c +420 -0
  542. data/resources/mruby/mrbgems/mruby-fiber/test/fiber.rb +208 -0
  543. data/resources/mruby/mrbgems/mruby-hash-ext/mrbgem.rake +8 -0
  544. data/resources/mruby/mrbgems/mruby-hash-ext/mrblib/hash.rb +502 -0
  545. data/resources/mruby/mrbgems/mruby-hash-ext/src/hash-ext.c +128 -0
  546. data/resources/mruby/mrbgems/mruby-hash-ext/test/hash.rb +300 -0
  547. data/resources/mruby/mrbgems/mruby-inline-struct/mrbgem.rake +5 -0
  548. data/resources/mruby/mrbgems/mruby-inline-struct/test/inline.c +83 -0
  549. data/resources/mruby/mrbgems/mruby-inline-struct/test/inline.rb +151 -0
  550. data/resources/mruby/mrbgems/mruby-io/README.md +193 -0
  551. data/resources/mruby/mrbgems/mruby-io/include/mruby/ext/io.h +38 -0
  552. data/resources/mruby/mrbgems/mruby-io/mrbgem.rake +17 -0
  553. data/resources/mruby/mrbgems/mruby-io/mrblib/file.rb +208 -0
  554. data/resources/mruby/mrbgems/mruby-io/mrblib/file_constants.rb +29 -0
  555. data/resources/mruby/mrbgems/mruby-io/mrblib/io.rb +387 -0
  556. data/resources/mruby/mrbgems/mruby-io/mrblib/kernel.rb +15 -0
  557. data/resources/mruby/mrbgems/mruby-io/run_test.rb +26 -0
  558. data/resources/mruby/mrbgems/mruby-io/src/file.c +489 -0
  559. data/resources/mruby/mrbgems/mruby-io/src/file_test.c +381 -0
  560. data/resources/mruby/mrbgems/mruby-io/src/io.c +1320 -0
  561. data/resources/mruby/mrbgems/mruby-io/src/mruby_io_gem.c +20 -0
  562. data/resources/mruby/mrbgems/mruby-io/test/file.rb +197 -0
  563. data/resources/mruby/mrbgems/mruby-io/test/file_test.rb +117 -0
  564. data/resources/mruby/mrbgems/mruby-io/test/gc_filedes.sh +4 -0
  565. data/resources/mruby/mrbgems/mruby-io/test/io.rb +642 -0
  566. data/resources/mruby/mrbgems/mruby-io/test/mruby_io_test.c +256 -0
  567. data/resources/mruby/mrbgems/mruby-kernel-ext/mrbgem.rake +5 -0
  568. data/resources/mruby/mrbgems/mruby-kernel-ext/mrblib/kernel.rb +13 -0
  569. data/resources/mruby/mrbgems/mruby-kernel-ext/src/kernel.c +264 -0
  570. data/resources/mruby/mrbgems/mruby-kernel-ext/test/kernel.rb +86 -0
  571. data/resources/mruby/mrbgems/mruby-math/mrbgem.rake +5 -0
  572. data/resources/mruby/mrbgems/mruby-math/src/math.c +783 -0
  573. data/resources/mruby/mrbgems/mruby-math/test/math.rb +152 -0
  574. data/resources/mruby/mrbgems/mruby-method/README.md +59 -0
  575. data/resources/mruby/mrbgems/mruby-method/mrbgem.rake +7 -0
  576. data/resources/mruby/mrbgems/mruby-method/mrblib/kernel.rb +9 -0
  577. data/resources/mruby/mrbgems/mruby-method/mrblib/method.rb +20 -0
  578. data/resources/mruby/mrbgems/mruby-method/mrblib/unbound_method.rb +9 -0
  579. data/resources/mruby/mrbgems/mruby-method/src/method.c +418 -0
  580. data/resources/mruby/mrbgems/mruby-method/test/method.rb +425 -0
  581. data/resources/mruby/mrbgems/mruby-numeric-ext/mrbgem.rake +5 -0
  582. data/resources/mruby/mrbgems/mruby-numeric-ext/mrblib/numeric_ext.rb +25 -0
  583. data/resources/mruby/mrbgems/mruby-numeric-ext/src/numeric_ext.c +102 -0
  584. data/resources/mruby/mrbgems/mruby-numeric-ext/test/numeric.rb +28 -0
  585. data/resources/mruby/mrbgems/mruby-object-ext/mrbgem.rake +5 -0
  586. data/resources/mruby/mrbgems/mruby-object-ext/mrblib/object.rb +19 -0
  587. data/resources/mruby/mrbgems/mruby-object-ext/src/object.c +112 -0
  588. data/resources/mruby/mrbgems/mruby-object-ext/test/nil.rb +11 -0
  589. data/resources/mruby/mrbgems/mruby-object-ext/test/object.rb +53 -0
  590. data/resources/mruby/mrbgems/mruby-objectspace/mrbgem.rake +5 -0
  591. data/resources/mruby/mrbgems/mruby-objectspace/src/mruby_objectspace.c +187 -0
  592. data/resources/mruby/mrbgems/mruby-objectspace/test/objectspace.rb +60 -0
  593. data/resources/mruby/mrbgems/mruby-pack/README.md +70 -0
  594. data/resources/mruby/mrbgems/mruby-pack/mrbgem.rake +7 -0
  595. data/resources/mruby/mrbgems/mruby-pack/packtest.rb +157 -0
  596. data/resources/mruby/mrbgems/mruby-pack/run_test.rb +26 -0
  597. data/resources/mruby/mrbgems/mruby-pack/src/pack.c +1281 -0
  598. data/resources/mruby/mrbgems/mruby-pack/test/pack.rb +165 -0
  599. data/resources/mruby/mrbgems/mruby-print/mrbgem.rake +5 -0
  600. data/resources/mruby/mrbgems/mruby-print/mrblib/print.rb +64 -0
  601. data/resources/mruby/mrbgems/mruby-print/src/print.c +64 -0
  602. data/resources/mruby/mrbgems/mruby-proc-ext/mrbgem.rake +5 -0
  603. data/resources/mruby/mrbgems/mruby-proc-ext/mrblib/proc.rb +42 -0
  604. data/resources/mruby/mrbgems/mruby-proc-ext/src/proc.c +173 -0
  605. data/resources/mruby/mrbgems/mruby-proc-ext/test/proc.c +62 -0
  606. data/resources/mruby/mrbgems/mruby-proc-ext/test/proc.rb +96 -0
  607. data/resources/mruby/mrbgems/mruby-random/mrbgem.rake +5 -0
  608. data/resources/mruby/mrbgems/mruby-random/src/mt19937ar.c +224 -0
  609. data/resources/mruby/mrbgems/mruby-random/src/mt19937ar.h +80 -0
  610. data/resources/mruby/mrbgems/mruby-random/src/random.c +349 -0
  611. data/resources/mruby/mrbgems/mruby-random/src/random.h +12 -0
  612. data/resources/mruby/mrbgems/mruby-random/test/random.rb +88 -0
  613. data/resources/mruby/mrbgems/mruby-range-ext/mrbgem.rake +5 -0
  614. data/resources/mruby/mrbgems/mruby-range-ext/mrblib/range.rb +31 -0
  615. data/resources/mruby/mrbgems/mruby-range-ext/src/range.c +176 -0
  616. data/resources/mruby/mrbgems/mruby-range-ext/test/range.rb +32 -0
  617. data/resources/mruby/mrbgems/mruby-socket/README.md +55 -0
  618. data/resources/mruby/mrbgems/mruby-socket/mrbgem.rake +17 -0
  619. data/resources/mruby/mrbgems/mruby-socket/mrblib/socket.rb +621 -0
  620. data/resources/mruby/mrbgems/mruby-socket/run_test.rb +28 -0
  621. data/resources/mruby/mrbgems/mruby-socket/src/const.cstub +453 -0
  622. data/resources/mruby/mrbgems/mruby-socket/src/const.def +163 -0
  623. data/resources/mruby/mrbgems/mruby-socket/src/gen.rb +17 -0
  624. data/resources/mruby/mrbgems/mruby-socket/src/socket.c +928 -0
  625. data/resources/mruby/mrbgems/mruby-socket/test/addrinfo.rb +91 -0
  626. data/resources/mruby/mrbgems/mruby-socket/test/basicsocket.rb +17 -0
  627. data/resources/mruby/mrbgems/mruby-socket/test/ipsocket.rb +44 -0
  628. data/resources/mruby/mrbgems/mruby-socket/test/socket.rb +38 -0
  629. data/resources/mruby/mrbgems/mruby-socket/test/sockettest.c +46 -0
  630. data/resources/mruby/mrbgems/mruby-socket/test/tcpsocket.rb +4 -0
  631. data/resources/mruby/mrbgems/mruby-socket/test/udpsocket.rb +16 -0
  632. data/resources/mruby/mrbgems/mruby-socket/test/unix.rb +130 -0
  633. data/resources/mruby/mrbgems/mruby-sprintf/mrbgem.rake +5 -0
  634. data/resources/mruby/mrbgems/mruby-sprintf/mrblib/string.rb +9 -0
  635. data/resources/mruby/mrbgems/mruby-sprintf/src/kernel.c +30 -0
  636. data/resources/mruby/mrbgems/mruby-sprintf/src/sprintf.c +1126 -0
  637. data/resources/mruby/mrbgems/mruby-sprintf/test/sprintf.rb +110 -0
  638. data/resources/mruby/mrbgems/mruby-string-ext/mrbgem.rake +6 -0
  639. data/resources/mruby/mrbgems/mruby-string-ext/mrblib/string.rb +368 -0
  640. data/resources/mruby/mrbgems/mruby-string-ext/src/string.c +804 -0
  641. data/resources/mruby/mrbgems/mruby-string-ext/test/string.rb +682 -0
  642. data/resources/mruby/mrbgems/mruby-struct/mrbgem.rake +5 -0
  643. data/resources/mruby/mrbgems/mruby-struct/mrblib/struct.rb +103 -0
  644. data/resources/mruby/mrbgems/mruby-struct/src/struct.c +726 -0
  645. data/resources/mruby/mrbgems/mruby-struct/test/struct.rb +205 -0
  646. data/resources/mruby/mrbgems/mruby-symbol-ext/mrbgem.rake +5 -0
  647. data/resources/mruby/mrbgems/mruby-symbol-ext/mrblib/symbol.rb +78 -0
  648. data/resources/mruby/mrbgems/mruby-symbol-ext/src/symbol.c +64 -0
  649. data/resources/mruby/mrbgems/mruby-symbol-ext/test/symbol.rb +48 -0
  650. data/resources/mruby/mrbgems/mruby-test/README.md +7 -0
  651. data/resources/mruby/mrbgems/mruby-test/driver.c +175 -0
  652. data/resources/mruby/mrbgems/mruby-test/init_mrbtest.c +38 -0
  653. data/resources/mruby/mrbgems/mruby-test/mrbgem.rake +191 -0
  654. data/resources/mruby/mrbgems/mruby-time/mrbgem.rake +5 -0
  655. data/resources/mruby/mrbgems/mruby-time/mrblib/time.rb +9 -0
  656. data/resources/mruby/mrbgems/mruby-time/src/time.c +869 -0
  657. data/resources/mruby/mrbgems/mruby-time/test/time.rb +228 -0
  658. data/resources/mruby/mrbgems/mruby-toplevel-ext/mrbgem.rake +5 -0
  659. data/resources/mruby/mrbgems/mruby-toplevel-ext/mrblib/toplevel.rb +11 -0
  660. data/resources/mruby/mrbgems/mruby-toplevel-ext/test/toplevel.rb +24 -0
  661. data/resources/mruby/mrblib/00class.rb +29 -0
  662. data/resources/mruby/mrblib/10error.rb +59 -0
  663. data/resources/mruby/mrblib/array.rb +243 -0
  664. data/resources/mruby/mrblib/compar.rb +84 -0
  665. data/resources/mruby/mrblib/enum.rb +348 -0
  666. data/resources/mruby/mrblib/float.rb +9 -0
  667. data/resources/mruby/mrblib/hash.rb +358 -0
  668. data/resources/mruby/mrblib/init_mrblib.c +11 -0
  669. data/resources/mruby/mrblib/kernel.rb +50 -0
  670. data/resources/mruby/mrblib/mrblib.rake +21 -0
  671. data/resources/mruby/mrblib/numeric.rb +163 -0
  672. data/resources/mruby/mrblib/range.rb +67 -0
  673. data/resources/mruby/mrblib/string.rb +275 -0
  674. data/resources/mruby/mruby-source.gemspec +18 -0
  675. data/resources/mruby/src/array.c +1251 -0
  676. data/resources/mruby/src/backtrace.c +285 -0
  677. data/resources/mruby/src/class.c +2546 -0
  678. data/resources/mruby/src/codedump.c +477 -0
  679. data/resources/mruby/src/compar.c +13 -0
  680. data/resources/mruby/src/crc.c +39 -0
  681. data/resources/mruby/src/debug.c +217 -0
  682. data/resources/mruby/src/dump.c +1106 -0
  683. data/resources/mruby/src/enum.c +14 -0
  684. data/resources/mruby/src/error.c +513 -0
  685. data/resources/mruby/src/error.h +3 -0
  686. data/resources/mruby/src/etc.c +246 -0
  687. data/resources/mruby/src/fmt_fp.c +374 -0
  688. data/resources/mruby/src/gc.c +1835 -0
  689. data/resources/mruby/src/hash.c +916 -0
  690. data/resources/mruby/src/init.c +51 -0
  691. data/resources/mruby/src/kernel.c +1264 -0
  692. data/resources/mruby/src/load.c +706 -0
  693. data/resources/mruby/src/mruby_core.rake +20 -0
  694. data/resources/mruby/src/numeric.c +1574 -0
  695. data/resources/mruby/src/object.c +618 -0
  696. data/resources/mruby/src/opcode.h +2 -0
  697. data/resources/mruby/src/pool.c +209 -0
  698. data/resources/mruby/src/print.c +47 -0
  699. data/resources/mruby/src/proc.c +313 -0
  700. data/resources/mruby/src/range.c +446 -0
  701. data/resources/mruby/src/state.c +307 -0
  702. data/resources/mruby/src/string.c +3025 -0
  703. data/resources/mruby/src/symbol.c +494 -0
  704. data/resources/mruby/src/value_array.h +27 -0
  705. data/resources/mruby/src/variable.c +982 -0
  706. data/resources/mruby/src/version.c +17 -0
  707. data/resources/mruby/src/vm.c +3020 -0
  708. data/resources/mruby/tasks/benchmark.rake +91 -0
  709. data/resources/mruby/tasks/gitlab.rake +118 -0
  710. data/resources/mruby/tasks/libmruby.rake +24 -0
  711. data/resources/mruby/tasks/mrbgems.rake +98 -0
  712. data/resources/mruby/tasks/toolchains/android.rake +321 -0
  713. data/resources/mruby/tasks/toolchains/clang.rake +9 -0
  714. data/resources/mruby/tasks/toolchains/gcc.rake +66 -0
  715. data/resources/mruby/tasks/toolchains/openwrt.rake +38 -0
  716. data/resources/mruby/tasks/toolchains/visualcpp.rake +68 -0
  717. data/resources/mruby/test/assert.rb +249 -0
  718. data/resources/mruby/test/bintest.rb +33 -0
  719. data/resources/mruby/test/report.rb +4 -0
  720. data/resources/mruby/test/t/argumenterror.rb +16 -0
  721. data/resources/mruby/test/t/array.rb +394 -0
  722. data/resources/mruby/test/t/basicobject.rb +11 -0
  723. data/resources/mruby/test/t/bs_block.rb +521 -0
  724. data/resources/mruby/test/t/bs_literal.rb +38 -0
  725. data/resources/mruby/test/t/class.rb +451 -0
  726. data/resources/mruby/test/t/codegen.rb +197 -0
  727. data/resources/mruby/test/t/comparable.rb +80 -0
  728. data/resources/mruby/test/t/ensure.rb +54 -0
  729. data/resources/mruby/test/t/enumerable.rb +134 -0
  730. data/resources/mruby/test/t/exception.rb +422 -0
  731. data/resources/mruby/test/t/false.rb +31 -0
  732. data/resources/mruby/test/t/float.rb +209 -0
  733. data/resources/mruby/test/t/gc.rb +45 -0
  734. data/resources/mruby/test/t/hash.rb +375 -0
  735. data/resources/mruby/test/t/indexerror.rb +6 -0
  736. data/resources/mruby/test/t/integer.rb +277 -0
  737. data/resources/mruby/test/t/iterations.rb +61 -0
  738. data/resources/mruby/test/t/kernel.rb +600 -0
  739. data/resources/mruby/test/t/lang.rb +74 -0
  740. data/resources/mruby/test/t/literals.rb +337 -0
  741. data/resources/mruby/test/t/localjumperror.rb +13 -0
  742. data/resources/mruby/test/t/methods.rb +109 -0
  743. data/resources/mruby/test/t/module.rb +914 -0
  744. data/resources/mruby/test/t/nameerror.rb +28 -0
  745. data/resources/mruby/test/t/nil.rb +39 -0
  746. data/resources/mruby/test/t/nomethoderror.rb +22 -0
  747. data/resources/mruby/test/t/numeric.rb +43 -0
  748. data/resources/mruby/test/t/object.rb +11 -0
  749. data/resources/mruby/test/t/proc.rb +180 -0
  750. data/resources/mruby/test/t/range.rb +95 -0
  751. data/resources/mruby/test/t/rangeerror.rb +6 -0
  752. data/resources/mruby/test/t/regexperror.rb +4 -0
  753. data/resources/mruby/test/t/runtimeerror.rb +6 -0
  754. data/resources/mruby/test/t/standarderror.rb +6 -0
  755. data/resources/mruby/test/t/string.rb +728 -0
  756. data/resources/mruby/test/t/superclass.rb +47 -0
  757. data/resources/mruby/test/t/symbol.rb +30 -0
  758. data/resources/mruby/test/t/syntax.rb +468 -0
  759. data/resources/mruby/test/t/true.rb +31 -0
  760. data/resources/mruby/test/t/typeerror.rb +6 -0
  761. data/resources/mruby/test/t/unicode.rb +39 -0
  762. data/resources/mruby/travis_config.rb +53 -0
  763. metadata +806 -0
@@ -0,0 +1,7 @@
1
+ Compiling PCRE on non-Unix systems
2
+ ----------------------------------
3
+
4
+ This has been renamed to better reflect its contents. Please see the file
5
+ NON-AUTOTOOLS-BUILD for details of how to build PCRE without using autotools.
6
+
7
+ ####
@@ -0,0 +1,253 @@
1
+ #/bin/sh
2
+
3
+ # Script to prepare the files for building a PCRE release. It does some
4
+ # processing of the documentation, detrails files, and creates pcre.h.generic
5
+ # and config.h.generic (for use by builders who can't run ./configure).
6
+
7
+ # You must run this script before runnning "make dist". If its first argument
8
+ # is "doc", it stops after preparing the documentation. There are no other
9
+ # arguments. The script makes use of the following files:
10
+
11
+ # 132html A Perl script that converts a .1 or .3 man page into HTML. It
12
+ # "knows" the relevant troff constructs that are used in the PCRE
13
+ # man pages.
14
+
15
+ # CheckMan A Perl script that checks man pages for typos in the mark up.
16
+
17
+ # CleanTxt A Perl script that cleans up the output of "nroff -man" by
18
+ # removing backspaces and other redundant text so as to produce
19
+ # a readable .txt file.
20
+
21
+ # Detrail A Perl script that removes trailing spaces from files.
22
+
23
+ # doc/index.html.src
24
+ # A file that is copied as index.html into the doc/html directory
25
+ # when the HTML documentation is built. It works like this so that
26
+ # doc/html can be deleted and re-created from scratch.
27
+
28
+
29
+ # First, sort out the documentation. Remove pcredemo.3 first because it won't
30
+ # pass the markup check (it is created below, using markup that none of the
31
+ # other pages use).
32
+
33
+ cd doc
34
+ echo Processing documentation
35
+
36
+ /bin/rm -f pcredemo.3
37
+
38
+ # Check the remaining man pages
39
+
40
+ perl ../CheckMan *.1 *.3
41
+ if [ $? != 0 ] ; then exit 1; fi
42
+
43
+ # Make Text form of the documentation. It needs some mangling to make it
44
+ # tidy for online reading. Concatenate all the .3 stuff, but omit the
45
+ # individual function pages.
46
+
47
+ cat <<End >pcre.txt
48
+ -----------------------------------------------------------------------------
49
+ This file contains a concatenation of the PCRE man pages, converted to plain
50
+ text format for ease of searching with a text editor, or for use on systems
51
+ that do not have a man page processor. The small individual files that give
52
+ synopses of each function in the library have not been included. Neither has
53
+ the pcredemo program. There are separate text files for the pcregrep and
54
+ pcretest commands.
55
+ -----------------------------------------------------------------------------
56
+
57
+
58
+ End
59
+
60
+ echo "Making pcre.txt"
61
+ for file in pcre pcre16 pcre32 pcrebuild pcrematching pcreapi pcrecallout \
62
+ pcrecompat pcrepattern pcresyntax pcreunicode pcrejit pcrepartial \
63
+ pcreprecompile pcreperform pcreposix pcrecpp pcresample \
64
+ pcrelimits pcrestack ; do
65
+ echo " Processing $file.3"
66
+ nroff -c -man $file.3 >$file.rawtxt
67
+ perl ../CleanTxt <$file.rawtxt >>pcre.txt
68
+ /bin/rm $file.rawtxt
69
+ echo "------------------------------------------------------------------------------" >>pcre.txt
70
+ if [ "$file" != "pcresample" ] ; then
71
+ echo " " >>pcre.txt
72
+ echo " " >>pcre.txt
73
+ fi
74
+ done
75
+
76
+ # The three commands
77
+ for file in pcretest pcregrep pcre-config ; do
78
+ echo Making $file.txt
79
+ nroff -c -man $file.1 >$file.rawtxt
80
+ perl ../CleanTxt <$file.rawtxt >$file.txt
81
+ /bin/rm $file.rawtxt
82
+ done
83
+
84
+
85
+ # Make pcredemo.3 from the pcredemo.c source file
86
+
87
+ echo "Making pcredemo.3"
88
+ perl <<"END" >pcredemo.3
89
+ open(IN, "../pcredemo.c") || die "Failed to open pcredemo.c\n";
90
+ open(OUT, ">pcredemo.3") || die "Failed to open pcredemo.3\n";
91
+ print OUT ".\\\" Start example.\n" .
92
+ ".de EX\n" .
93
+ ". nr mE \\\\n(.f\n" .
94
+ ". nf\n" .
95
+ ". nh\n" .
96
+ ". ft CW\n" .
97
+ "..\n" .
98
+ ".\n" .
99
+ ".\n" .
100
+ ".\\\" End example.\n" .
101
+ ".de EE\n" .
102
+ ". ft \\\\n(mE\n" .
103
+ ". fi\n" .
104
+ ". hy \\\\n(HY\n" .
105
+ "..\n" .
106
+ ".\n" .
107
+ ".EX\n" ;
108
+ while (<IN>)
109
+ {
110
+ s/\\/\\e/g;
111
+ print OUT;
112
+ }
113
+ print OUT ".EE\n";
114
+ close(IN);
115
+ close(OUT);
116
+ END
117
+ if [ $? != 0 ] ; then exit 1; fi
118
+
119
+
120
+ # Make HTML form of the documentation.
121
+
122
+ echo "Making HTML documentation"
123
+ /bin/rm html/*
124
+ cp index.html.src html/index.html
125
+
126
+ for file in *.1 ; do
127
+ base=`basename $file .1`
128
+ echo " Making $base.html"
129
+ perl ../132html -toc $base <$file >html/$base.html
130
+ done
131
+
132
+ # Exclude table of contents for function summaries. It seems that expr
133
+ # forces an anchored regex. Also exclude them for small pages that have
134
+ # only one section.
135
+
136
+ for file in *.3 ; do
137
+ base=`basename $file .3`
138
+ toc=-toc
139
+ if [ `expr $base : '.*_'` -ne 0 ] ; then toc="" ; fi
140
+ if [ "$base" = "pcresample" ] || \
141
+ [ "$base" = "pcrestack" ] || \
142
+ [ "$base" = "pcrecompat" ] || \
143
+ [ "$base" = "pcrelimits" ] || \
144
+ [ "$base" = "pcreperform" ] || \
145
+ [ "$base" = "pcreunicode" ] ; then
146
+ toc=""
147
+ fi
148
+ echo " Making $base.html"
149
+ perl ../132html $toc $base <$file >html/$base.html
150
+ if [ $? != 0 ] ; then exit 1; fi
151
+ done
152
+
153
+ # End of documentation processing; stop if only documentation required.
154
+
155
+ cd ..
156
+ echo Documentation done
157
+ if [ "$1" = "doc" ] ; then exit; fi
158
+
159
+ # These files are detrailed; do not detrail the test data because there may be
160
+ # significant trailing spaces. Do not detrail RunTest.bat, because it has CRLF
161
+ # line endings and the detrail script removes all trailing white space. The
162
+ # configure files are also omitted from the detrailing. We don't bother with
163
+ # those pcre[16|32]_xx files that just define COMPILE_PCRE16 and then #include the
164
+ # common file, because they aren't going to change.
165
+
166
+ files="\
167
+ Makefile.am \
168
+ Makefile.in \
169
+ configure.ac \
170
+ README \
171
+ LICENCE \
172
+ COPYING \
173
+ AUTHORS \
174
+ NEWS \
175
+ NON-UNIX-USE \
176
+ NON-AUTOTOOLS-BUILD \
177
+ INSTALL \
178
+ 132html \
179
+ CleanTxt \
180
+ Detrail \
181
+ ChangeLog \
182
+ CMakeLists.txt \
183
+ RunGrepTest \
184
+ RunTest \
185
+ pcre-config.in \
186
+ libpcre.pc.in \
187
+ libpcre16.pc.in \
188
+ libpcre32.pc.in \
189
+ libpcreposix.pc.in \
190
+ libpcrecpp.pc.in \
191
+ config.h.in \
192
+ pcre_chartables.c.dist \
193
+ pcredemo.c \
194
+ pcregrep.c \
195
+ pcretest.c \
196
+ dftables.c \
197
+ pcreposix.c \
198
+ pcreposix.h \
199
+ pcre.h.in \
200
+ pcre_internal.h \
201
+ pcre_byte_order.c \
202
+ pcre_compile.c \
203
+ pcre_config.c \
204
+ pcre_dfa_exec.c \
205
+ pcre_exec.c \
206
+ pcre_fullinfo.c \
207
+ pcre_get.c \
208
+ pcre_globals.c \
209
+ pcre_jit_compile.c \
210
+ pcre_jit_test.c \
211
+ pcre_maketables.c \
212
+ pcre_newline.c \
213
+ pcre_ord2utf8.c \
214
+ pcre16_ord2utf16.c \
215
+ pcre32_ord2utf32.c \
216
+ pcre_printint.c \
217
+ pcre_refcount.c \
218
+ pcre_string_utils.c \
219
+ pcre_study.c \
220
+ pcre_tables.c \
221
+ pcre_ucp_searchfuncs.c \
222
+ pcre_valid_utf8.c \
223
+ pcre_version.c \
224
+ pcre_xclass.c \
225
+ pcre16_utf16_utils.c \
226
+ pcre32_utf32_utils.c \
227
+ pcre16_valid_utf16.c \
228
+ pcre32_valid_utf32.c \
229
+ pcre_scanner.cc \
230
+ pcre_scanner.h \
231
+ pcre_scanner_unittest.cc \
232
+ pcrecpp.cc \
233
+ pcrecpp.h \
234
+ pcrecpparg.h.in \
235
+ pcrecpp_unittest.cc \
236
+ pcre_stringpiece.cc \
237
+ pcre_stringpiece.h.in \
238
+ pcre_stringpiece_unittest.cc \
239
+ perltest.pl \
240
+ ucp.h \
241
+ ucpinternal.h \
242
+ ucptable.h \
243
+ makevp.bat \
244
+ pcre.def \
245
+ libpcre.def \
246
+ libpcreposix.def"
247
+
248
+ echo Detrailing
249
+ perl ./Detrail $files doc/p* doc/html/*
250
+
251
+ echo Done
252
+
253
+ #End
@@ -0,0 +1,935 @@
1
+ README file for PCRE (Perl-compatible regular expression library)
2
+ -----------------------------------------------------------------
3
+
4
+ The latest release of PCRE is always available in three alternative formats
5
+ from:
6
+
7
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.gz
8
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.tar.bz2
9
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre-xxx.zip
10
+
11
+ There is a mailing list for discussion about the development of PCRE at
12
+
13
+ pcre-dev@exim.org
14
+
15
+ Please read the NEWS file if you are upgrading from a previous release.
16
+ The contents of this README file are:
17
+
18
+ The PCRE APIs
19
+ Documentation for PCRE
20
+ Contributions by users of PCRE
21
+ Building PCRE on non-Unix-like systems
22
+ Building PCRE without using autotools
23
+ Building PCRE using autotools
24
+ Retrieving configuration information
25
+ Shared libraries
26
+ Cross-compiling using autotools
27
+ Using HP's ANSI C++ compiler (aCC)
28
+ Using PCRE from MySQL
29
+ Making new tarballs
30
+ Testing PCRE
31
+ Character tables
32
+ File manifest
33
+
34
+
35
+ The PCRE APIs
36
+ -------------
37
+
38
+ PCRE is written in C, and it has its own API. There are three sets of functions,
39
+ one for the 8-bit library, which processes strings of bytes, one for the
40
+ 16-bit library, which processes strings of 16-bit values, and one for the 32-bit
41
+ library, which processes strings of 32-bit values. The distribution also
42
+ includes a set of C++ wrapper functions (see the pcrecpp man page for details),
43
+ courtesy of Google Inc., which can be used to call the 8-bit PCRE library from
44
+ C++.
45
+
46
+ In addition, there is a set of C wrapper functions (again, just for the 8-bit
47
+ library) that are based on the POSIX regular expression API (see the pcreposix
48
+ man page). These end up in the library called libpcreposix. Note that this just
49
+ provides a POSIX calling interface to PCRE; the regular expressions themselves
50
+ still follow Perl syntax and semantics. The POSIX API is restricted, and does
51
+ not give full access to all of PCRE's facilities.
52
+
53
+ The header file for the POSIX-style functions is called pcreposix.h. The
54
+ official POSIX name is regex.h, but I did not want to risk possible problems
55
+ with existing files of that name by distributing it that way. To use PCRE with
56
+ an existing program that uses the POSIX API, pcreposix.h will have to be
57
+ renamed or pointed at by a link.
58
+
59
+ If you are using the POSIX interface to PCRE and there is already a POSIX regex
60
+ library installed on your system, as well as worrying about the regex.h header
61
+ file (as mentioned above), you must also take care when linking programs to
62
+ ensure that they link with PCRE's libpcreposix library. Otherwise they may pick
63
+ up the POSIX functions of the same name from the other library.
64
+
65
+ One way of avoiding this confusion is to compile PCRE with the addition of
66
+ -Dregcomp=PCREregcomp (and similarly for the other POSIX functions) to the
67
+ compiler flags (CFLAGS if you are using "configure" -- see below). This has the
68
+ effect of renaming the functions so that the names no longer clash. Of course,
69
+ you have to do the same thing for your applications, or write them using the
70
+ new names.
71
+
72
+
73
+ Documentation for PCRE
74
+ ----------------------
75
+
76
+ If you install PCRE in the normal way on a Unix-like system, you will end up
77
+ with a set of man pages whose names all start with "pcre". The one that is just
78
+ called "pcre" lists all the others. In addition to these man pages, the PCRE
79
+ documentation is supplied in two other forms:
80
+
81
+ 1. There are files called doc/pcre.txt, doc/pcregrep.txt, and
82
+ doc/pcretest.txt in the source distribution. The first of these is a
83
+ concatenation of the text forms of all the section 3 man pages except
84
+ those that summarize individual functions. The other two are the text
85
+ forms of the section 1 man pages for the pcregrep and pcretest commands.
86
+ These text forms are provided for ease of scanning with text editors or
87
+ similar tools. They are installed in <prefix>/share/doc/pcre, where
88
+ <prefix> is the installation prefix (defaulting to /usr/local).
89
+
90
+ 2. A set of files containing all the documentation in HTML form, hyperlinked
91
+ in various ways, and rooted in a file called index.html, is distributed in
92
+ doc/html and installed in <prefix>/share/doc/pcre/html.
93
+
94
+ Users of PCRE have contributed files containing the documentation for various
95
+ releases in CHM format. These can be found in the Contrib directory of the FTP
96
+ site (see next section).
97
+
98
+
99
+ Contributions by users of PCRE
100
+ ------------------------------
101
+
102
+ You can find contributions from PCRE users in the directory
103
+
104
+ ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/Contrib
105
+
106
+ There is a README file giving brief descriptions of what they are. Some are
107
+ complete in themselves; others are pointers to URLs containing relevant files.
108
+ Some of this material is likely to be well out-of-date. Several of the earlier
109
+ contributions provided support for compiling PCRE on various flavours of
110
+ Windows (I myself do not use Windows). Nowadays there is more Windows support
111
+ in the standard distribution, so these contibutions have been archived.
112
+
113
+
114
+ Building PCRE on non-Unix-like systems
115
+ --------------------------------------
116
+
117
+ For a non-Unix-like system, please read the comments in the file
118
+ NON-AUTOTOOLS-BUILD, though if your system supports the use of "configure" and
119
+ "make" you may be able to build PCRE using autotools in the same way as for
120
+ many Unix-like systems.
121
+
122
+ PCRE can also be configured using the GUI facility provided by CMake's
123
+ cmake-gui command. This creates Makefiles, solution files, etc. The file
124
+ NON-AUTOTOOLS-BUILD has information about CMake.
125
+
126
+ PCRE has been compiled on many different operating systems. It should be
127
+ straightforward to build PCRE on any system that has a Standard C compiler and
128
+ library, because it uses only Standard C functions.
129
+
130
+
131
+ Building PCRE without using autotools
132
+ -------------------------------------
133
+
134
+ The use of autotools (in particular, libtool) is problematic in some
135
+ environments, even some that are Unix or Unix-like. See the NON-AUTOTOOLS-BUILD
136
+ file for ways of building PCRE without using autotools.
137
+
138
+
139
+ Building PCRE using autotools
140
+ -----------------------------
141
+
142
+ If you are using HP's ANSI C++ compiler (aCC), please see the special note
143
+ in the section entitled "Using HP's ANSI C++ compiler (aCC)" below.
144
+
145
+ The following instructions assume the use of the widely used "configure; make;
146
+ make install" (autotools) process.
147
+
148
+ To build PCRE on system that supports autotools, first run the "configure"
149
+ command from the PCRE distribution directory, with your current directory set
150
+ to the directory where you want the files to be created. This command is a
151
+ standard GNU "autoconf" configuration script, for which generic instructions
152
+ are supplied in the file INSTALL.
153
+
154
+ Most commonly, people build PCRE within its own distribution directory, and in
155
+ this case, on many systems, just running "./configure" is sufficient. However,
156
+ the usual methods of changing standard defaults are available. For example:
157
+
158
+ CFLAGS='-O2 -Wall' ./configure --prefix=/opt/local
159
+
160
+ This command specifies that the C compiler should be run with the flags '-O2
161
+ -Wall' instead of the default, and that "make install" should install PCRE
162
+ under /opt/local instead of the default /usr/local.
163
+
164
+ If you want to build in a different directory, just run "configure" with that
165
+ directory as current. For example, suppose you have unpacked the PCRE source
166
+ into /source/pcre/pcre-xxx, but you want to build it in /build/pcre/pcre-xxx:
167
+
168
+ cd /build/pcre/pcre-xxx
169
+ /source/pcre/pcre-xxx/configure
170
+
171
+ PCRE is written in C and is normally compiled as a C library. However, it is
172
+ possible to build it as a C++ library, though the provided building apparatus
173
+ does not have any features to support this.
174
+
175
+ There are some optional features that can be included or omitted from the PCRE
176
+ library. They are also documented in the pcrebuild man page.
177
+
178
+ . By default, both shared and static libraries are built. You can change this
179
+ by adding one of these options to the "configure" command:
180
+
181
+ --disable-shared
182
+ --disable-static
183
+
184
+ (See also "Shared libraries on Unix-like systems" below.)
185
+
186
+ . By default, only the 8-bit library is built. If you add --enable-pcre16 to
187
+ the "configure" command, the 16-bit library is also built. If you add
188
+ --enable-pcre32 to the "configure" command, the 32-bit library is also built.
189
+ If you want only the 16-bit or 32-bit library, use --disable-pcre8 to disable
190
+ building the 8-bit library.
191
+
192
+ . If you are building the 8-bit library and want to suppress the building of
193
+ the C++ wrapper library, you can add --disable-cpp to the "configure"
194
+ command. Otherwise, when "configure" is run without --disable-pcre8, it will
195
+ try to find a C++ compiler and C++ header files, and if it succeeds, it will
196
+ try to build the C++ wrapper.
197
+
198
+ . If you want to include support for just-in-time compiling, which can give
199
+ large performance improvements on certain platforms, add --enable-jit to the
200
+ "configure" command. This support is available only for certain hardware
201
+ architectures. If you try to enable it on an unsupported architecture, there
202
+ will be a compile time error.
203
+
204
+ . When JIT support is enabled, pcregrep automatically makes use of it, unless
205
+ you add --disable-pcregrep-jit to the "configure" command.
206
+
207
+ . If you want to make use of the support for UTF-8 Unicode character strings in
208
+ the 8-bit library, or UTF-16 Unicode character strings in the 16-bit library,
209
+ or UTF-32 Unicode character strings in the 32-bit library, you must add
210
+ --enable-utf to the "configure" command. Without it, the code for handling
211
+ UTF-8, UTF-16 and UTF-8 is not included in the relevant library. Even
212
+ when --enable-utf is included, the use of a UTF encoding still has to be
213
+ enabled by an option at run time. When PCRE is compiled with this option, its
214
+ input can only either be ASCII or UTF-8/16/32, even when running on EBCDIC
215
+ platforms. It is not possible to use both --enable-utf and --enable-ebcdic at
216
+ the same time.
217
+
218
+ . There are no separate options for enabling UTF-8, UTF-16 and UTF-32
219
+ independently because that would allow ridiculous settings such as requesting
220
+ UTF-16 support while building only the 8-bit library. However, the option
221
+ --enable-utf8 is retained for backwards compatibility with earlier releases
222
+ that did not support 16-bit or 32-bit character strings. It is synonymous with
223
+ --enable-utf. It is not possible to configure one library with UTF support
224
+ and the other without in the same configuration.
225
+
226
+ . If, in addition to support for UTF-8/16/32 character strings, you want to
227
+ include support for the \P, \p, and \X sequences that recognize Unicode
228
+ character properties, you must add --enable-unicode-properties to the
229
+ "configure" command. This adds about 30K to the size of the library (in the
230
+ form of a property table); only the basic two-letter properties such as Lu
231
+ are supported.
232
+
233
+ . You can build PCRE to recognize either CR or LF or the sequence CRLF or any
234
+ of the preceding, or any of the Unicode newline sequences as indicating the
235
+ end of a line. Whatever you specify at build time is the default; the caller
236
+ of PCRE can change the selection at run time. The default newline indicator
237
+ is a single LF character (the Unix standard). You can specify the default
238
+ newline indicator by adding --enable-newline-is-cr or --enable-newline-is-lf
239
+ or --enable-newline-is-crlf or --enable-newline-is-anycrlf or
240
+ --enable-newline-is-any to the "configure" command, respectively.
241
+
242
+ If you specify --enable-newline-is-cr or --enable-newline-is-crlf, some of
243
+ the standard tests will fail, because the lines in the test files end with
244
+ LF. Even if the files are edited to change the line endings, there are likely
245
+ to be some failures. With --enable-newline-is-anycrlf or
246
+ --enable-newline-is-any, many tests should succeed, but there may be some
247
+ failures.
248
+
249
+ . By default, the sequence \R in a pattern matches any Unicode line ending
250
+ sequence. This is independent of the option specifying what PCRE considers to
251
+ be the end of a line (see above). However, the caller of PCRE can restrict \R
252
+ to match only CR, LF, or CRLF. You can make this the default by adding
253
+ --enable-bsr-anycrlf to the "configure" command (bsr = "backslash R").
254
+
255
+ . When called via the POSIX interface, PCRE uses malloc() to get additional
256
+ storage for processing capturing parentheses if there are more than 10 of
257
+ them in a pattern. You can increase this threshold by setting, for example,
258
+
259
+ --with-posix-malloc-threshold=20
260
+
261
+ on the "configure" command.
262
+
263
+ . PCRE has a counter that can be set to limit the amount of resources it uses.
264
+ If the limit is exceeded during a match, the match fails. The default is ten
265
+ million. You can change the default by setting, for example,
266
+
267
+ --with-match-limit=500000
268
+
269
+ on the "configure" command. This is just the default; individual calls to
270
+ pcre_exec() can supply their own value. There is more discussion on the
271
+ pcreapi man page.
272
+
273
+ . There is a separate counter that limits the depth of recursive function calls
274
+ during a matching process. This also has a default of ten million, which is
275
+ essentially "unlimited". You can change the default by setting, for example,
276
+
277
+ --with-match-limit-recursion=500000
278
+
279
+ Recursive function calls use up the runtime stack; running out of stack can
280
+ cause programs to crash in strange ways. There is a discussion about stack
281
+ sizes in the pcrestack man page.
282
+
283
+ . The default maximum compiled pattern size is around 64K. You can increase
284
+ this by adding --with-link-size=3 to the "configure" command. In the 8-bit
285
+ library, PCRE then uses three bytes instead of two for offsets to different
286
+ parts of the compiled pattern. In the 16-bit library, --with-link-size=3 is
287
+ the same as --with-link-size=4, which (in both libraries) uses four-byte
288
+ offsets. Increasing the internal link size reduces performance. In the 32-bit
289
+ library, the only supported link size is 4.
290
+
291
+ . You can build PCRE so that its internal match() function that is called from
292
+ pcre_exec() does not call itself recursively. Instead, it uses memory blocks
293
+ obtained from the heap via the special functions pcre_stack_malloc() and
294
+ pcre_stack_free() to save data that would otherwise be saved on the stack. To
295
+ build PCRE like this, use
296
+
297
+ --disable-stack-for-recursion
298
+
299
+ on the "configure" command. PCRE runs more slowly in this mode, but it may be
300
+ necessary in environments with limited stack sizes. This applies only to the
301
+ normal execution of the pcre_exec() function; if JIT support is being
302
+ successfully used, it is not relevant. Equally, it does not apply to
303
+ pcre_dfa_exec(), which does not use deeply nested recursion. There is a
304
+ discussion about stack sizes in the pcrestack man page.
305
+
306
+ . For speed, PCRE uses four tables for manipulating and identifying characters
307
+ whose code point values are less than 256. By default, it uses a set of
308
+ tables for ASCII encoding that is part of the distribution. If you specify
309
+
310
+ --enable-rebuild-chartables
311
+
312
+ a program called dftables is compiled and run in the default C locale when
313
+ you obey "make". It builds a source file called pcre_chartables.c. If you do
314
+ not specify this option, pcre_chartables.c is created as a copy of
315
+ pcre_chartables.c.dist. See "Character tables" below for further information.
316
+
317
+ . It is possible to compile PCRE for use on systems that use EBCDIC as their
318
+ character code (as opposed to ASCII/Unicode) by specifying
319
+
320
+ --enable-ebcdic
321
+
322
+ This automatically implies --enable-rebuild-chartables (see above). However,
323
+ when PCRE is built this way, it always operates in EBCDIC. It cannot support
324
+ both EBCDIC and UTF-8/16/32. There is a second option, --enable-ebcdic-nl25,
325
+ which specifies that the code value for the EBCDIC NL character is 0x25
326
+ instead of the default 0x15.
327
+
328
+ . In environments where valgrind is installed, if you specify
329
+
330
+ --enable-valgrind
331
+
332
+ PCRE will use valgrind annotations to mark certain memory regions as
333
+ unaddressable. This allows it to detect invalid memory accesses, and is
334
+ mostly useful for debugging PCRE itself.
335
+
336
+ . In environments where the gcc compiler is used and lcov version 1.6 or above
337
+ is installed, if you specify
338
+
339
+ --enable-coverage
340
+
341
+ the build process implements a code coverage report for the test suite. The
342
+ report is generated by running "make coverage". If ccache is installed on
343
+ your system, it must be disabled when building PCRE for coverage reporting.
344
+ You can do this by setting the environment variable CCACHE_DISABLE=1 before
345
+ running "make" to build PCRE.
346
+
347
+ . The pcregrep program currently supports only 8-bit data files, and so
348
+ requires the 8-bit PCRE library. It is possible to compile pcregrep to use
349
+ libz and/or libbz2, in order to read .gz and .bz2 files (respectively), by
350
+ specifying one or both of
351
+
352
+ --enable-pcregrep-libz
353
+ --enable-pcregrep-libbz2
354
+
355
+ Of course, the relevant libraries must be installed on your system.
356
+
357
+ . The default size of internal buffer used by pcregrep can be set by, for
358
+ example:
359
+
360
+ --with-pcregrep-bufsize=50K
361
+
362
+ The default value is 20K.
363
+
364
+ . It is possible to compile pcretest so that it links with the libreadline
365
+ or libedit libraries, by specifying, respectively,
366
+
367
+ --enable-pcretest-libreadline or --enable-pcretest-libedit
368
+
369
+ If this is done, when pcretest's input is from a terminal, it reads it using
370
+ the readline() function. This provides line-editing and history facilities.
371
+ Note that libreadline is GPL-licenced, so if you distribute a binary of
372
+ pcretest linked in this way, there may be licensing issues. These can be
373
+ avoided by linking with libedit (which has a BSD licence) instead.
374
+
375
+ Enabling libreadline causes the -lreadline option to be added to the pcretest
376
+ build. In many operating environments with a sytem-installed readline
377
+ library this is sufficient. However, in some environments (e.g. if an
378
+ unmodified distribution version of readline is in use), it may be necessary
379
+ to specify something like LIBS="-lncurses" as well. This is because, to quote
380
+ the readline INSTALL, "Readline uses the termcap functions, but does not link
381
+ with the termcap or curses library itself, allowing applications which link
382
+ with readline the to choose an appropriate library." If you get error
383
+ messages about missing functions tgetstr, tgetent, tputs, tgetflag, or tgoto,
384
+ this is the problem, and linking with the ncurses library should fix it.
385
+
386
+ The "configure" script builds the following files for the basic C library:
387
+
388
+ . Makefile the makefile that builds the library
389
+ . config.h build-time configuration options for the library
390
+ . pcre.h the public PCRE header file
391
+ . pcre-config script that shows the building settings such as CFLAGS
392
+ that were set for "configure"
393
+ . libpcre.pc ) data for the pkg-config command
394
+ . libpcre16.pc )
395
+ . libpcre32.pc )
396
+ . libpcreposix.pc )
397
+ . libtool script that builds shared and/or static libraries
398
+
399
+ Versions of config.h and pcre.h are distributed in the PCRE tarballs under the
400
+ names config.h.generic and pcre.h.generic. These are provided for those who
401
+ have to built PCRE without using "configure" or CMake. If you use "configure"
402
+ or CMake, the .generic versions are not used.
403
+
404
+ When building the 8-bit library, if a C++ compiler is found, the following
405
+ files are also built:
406
+
407
+ . libpcrecpp.pc data for the pkg-config command
408
+ . pcrecpparg.h header file for calling PCRE via the C++ wrapper
409
+ . pcre_stringpiece.h header for the C++ "stringpiece" functions
410
+
411
+ The "configure" script also creates config.status, which is an executable
412
+ script that can be run to recreate the configuration, and config.log, which
413
+ contains compiler output from tests that "configure" runs.
414
+
415
+ Once "configure" has run, you can run "make". This builds the the libraries
416
+ libpcre, libpcre16 and/or libpcre32, and a test program called pcretest. If you
417
+ enabled JIT support with --enable-jit, a test program called pcre_jit_test is
418
+ built as well.
419
+
420
+ If the 8-bit library is built, libpcreposix and the pcregrep command are also
421
+ built, and if a C++ compiler was found on your system, and you did not disable
422
+ it with --disable-cpp, "make" builds the C++ wrapper library, which is called
423
+ libpcrecpp, as well as some test programs called pcrecpp_unittest,
424
+ pcre_scanner_unittest, and pcre_stringpiece_unittest.
425
+
426
+ The command "make check" runs all the appropriate tests. Details of the PCRE
427
+ tests are given below in a separate section of this document.
428
+
429
+ You can use "make install" to install PCRE into live directories on your
430
+ system. The following are installed (file names are all relative to the
431
+ <prefix> that is set when "configure" is run):
432
+
433
+ Commands (bin):
434
+ pcretest
435
+ pcregrep (if 8-bit support is enabled)
436
+ pcre-config
437
+
438
+ Libraries (lib):
439
+ libpcre16 (if 16-bit support is enabled)
440
+ libpcre32 (if 32-bit support is enabled)
441
+ libpcre (if 8-bit support is enabled)
442
+ libpcreposix (if 8-bit support is enabled)
443
+ libpcrecpp (if 8-bit and C++ support is enabled)
444
+
445
+ Configuration information (lib/pkgconfig):
446
+ libpcre16.pc
447
+ libpcre32.pc
448
+ libpcre.pc
449
+ libpcreposix.pc
450
+ libpcrecpp.pc (if C++ support is enabled)
451
+
452
+ Header files (include):
453
+ pcre.h
454
+ pcreposix.h
455
+ pcre_scanner.h )
456
+ pcre_stringpiece.h ) if C++ support is enabled
457
+ pcrecpp.h )
458
+ pcrecpparg.h )
459
+
460
+ Man pages (share/man/man{1,3}):
461
+ pcregrep.1
462
+ pcretest.1
463
+ pcre-config.1
464
+ pcre.3
465
+ pcre*.3 (lots more pages, all starting "pcre")
466
+
467
+ HTML documentation (share/doc/pcre/html):
468
+ index.html
469
+ *.html (lots more pages, hyperlinked from index.html)
470
+
471
+ Text file documentation (share/doc/pcre):
472
+ AUTHORS
473
+ COPYING
474
+ ChangeLog
475
+ LICENCE
476
+ NEWS
477
+ README
478
+ pcre.txt (a concatenation of the man(3) pages)
479
+ pcretest.txt the pcretest man page
480
+ pcregrep.txt the pcregrep man page
481
+ pcre-config.txt the pcre-config man page
482
+
483
+ If you want to remove PCRE from your system, you can run "make uninstall".
484
+ This removes all the files that "make install" installed. However, it does not
485
+ remove any directories, because these are often shared with other programs.
486
+
487
+
488
+ Retrieving configuration information
489
+ ------------------------------------
490
+
491
+ Running "make install" installs the command pcre-config, which can be used to
492
+ recall information about the PCRE configuration and installation. For example:
493
+
494
+ pcre-config --version
495
+
496
+ prints the version number, and
497
+
498
+ pcre-config --libs
499
+
500
+ outputs information about where the library is installed. This command can be
501
+ included in makefiles for programs that use PCRE, saving the programmer from
502
+ having to remember too many details.
503
+
504
+ The pkg-config command is another system for saving and retrieving information
505
+ about installed libraries. Instead of separate commands for each library, a
506
+ single command is used. For example:
507
+
508
+ pkg-config --cflags pcre
509
+
510
+ The data is held in *.pc files that are installed in a directory called
511
+ <prefix>/lib/pkgconfig.
512
+
513
+
514
+ Shared libraries
515
+ ----------------
516
+
517
+ The default distribution builds PCRE as shared libraries and static libraries,
518
+ as long as the operating system supports shared libraries. Shared library
519
+ support relies on the "libtool" script which is built as part of the
520
+ "configure" process.
521
+
522
+ The libtool script is used to compile and link both shared and static
523
+ libraries. They are placed in a subdirectory called .libs when they are newly
524
+ built. The programs pcretest and pcregrep are built to use these uninstalled
525
+ libraries (by means of wrapper scripts in the case of shared libraries). When
526
+ you use "make install" to install shared libraries, pcregrep and pcretest are
527
+ automatically re-built to use the newly installed shared libraries before being
528
+ installed themselves. However, the versions left in the build directory still
529
+ use the uninstalled libraries.
530
+
531
+ To build PCRE using static libraries only you must use --disable-shared when
532
+ configuring it. For example:
533
+
534
+ ./configure --prefix=/usr/gnu --disable-shared
535
+
536
+ Then run "make" in the usual way. Similarly, you can use --disable-static to
537
+ build only shared libraries.
538
+
539
+
540
+ Cross-compiling using autotools
541
+ -------------------------------
542
+
543
+ You can specify CC and CFLAGS in the normal way to the "configure" command, in
544
+ order to cross-compile PCRE for some other host. However, you should NOT
545
+ specify --enable-rebuild-chartables, because if you do, the dftables.c source
546
+ file is compiled and run on the local host, in order to generate the inbuilt
547
+ character tables (the pcre_chartables.c file). This will probably not work,
548
+ because dftables.c needs to be compiled with the local compiler, not the cross
549
+ compiler.
550
+
551
+ When --enable-rebuild-chartables is not specified, pcre_chartables.c is created
552
+ by making a copy of pcre_chartables.c.dist, which is a default set of tables
553
+ that assumes ASCII code. Cross-compiling with the default tables should not be
554
+ a problem.
555
+
556
+ If you need to modify the character tables when cross-compiling, you should
557
+ move pcre_chartables.c.dist out of the way, then compile dftables.c by hand and
558
+ run it on the local host to make a new version of pcre_chartables.c.dist.
559
+ Then when you cross-compile PCRE this new version of the tables will be used.
560
+
561
+
562
+ Using HP's ANSI C++ compiler (aCC)
563
+ ----------------------------------
564
+
565
+ Unless C++ support is disabled by specifying the "--disable-cpp" option of the
566
+ "configure" script, you must include the "-AA" option in the CXXFLAGS
567
+ environment variable in order for the C++ components to compile correctly.
568
+
569
+ Also, note that the aCC compiler on PA-RISC platforms may have a defect whereby
570
+ needed libraries fail to get included when specifying the "-AA" compiler
571
+ option. If you experience unresolved symbols when linking the C++ programs,
572
+ use the workaround of specifying the following environment variable prior to
573
+ running the "configure" script:
574
+
575
+ CXXLDFLAGS="-lstd_v2 -lCsup_v2"
576
+
577
+
578
+ Using Sun's compilers for Solaris
579
+ ---------------------------------
580
+
581
+ A user reports that the following configurations work on Solaris 9 sparcv9 and
582
+ Solaris 9 x86 (32-bit):
583
+
584
+ Solaris 9 sparcv9: ./configure --disable-cpp CC=/bin/cc CFLAGS="-m64 -g"
585
+ Solaris 9 x86: ./configure --disable-cpp CC=/bin/cc CFLAGS="-g"
586
+
587
+
588
+ Using PCRE from MySQL
589
+ ---------------------
590
+
591
+ On systems where both PCRE and MySQL are installed, it is possible to make use
592
+ of PCRE from within MySQL, as an alternative to the built-in pattern matching.
593
+ There is a web page that tells you how to do this:
594
+
595
+ http://www.mysqludf.org/lib_mysqludf_preg/index.php
596
+
597
+
598
+ Making new tarballs
599
+ -------------------
600
+
601
+ The command "make dist" creates three PCRE tarballs, in tar.gz, tar.bz2, and
602
+ zip formats. The command "make distcheck" does the same, but then does a trial
603
+ build of the new distribution to ensure that it works.
604
+
605
+ If you have modified any of the man page sources in the doc directory, you
606
+ should first run the PrepareRelease script before making a distribution. This
607
+ script creates the .txt and HTML forms of the documentation from the man pages.
608
+
609
+
610
+ Testing PCRE
611
+ ------------
612
+
613
+ To test the basic PCRE library on a Unix-like system, run the RunTest script.
614
+ There is another script called RunGrepTest that tests the options of the
615
+ pcregrep command. If the C++ wrapper library is built, three test programs
616
+ called pcrecpp_unittest, pcre_scanner_unittest, and pcre_stringpiece_unittest
617
+ are also built. When JIT support is enabled, another test program called
618
+ pcre_jit_test is built.
619
+
620
+ Both the scripts and all the program tests are run if you obey "make check" or
621
+ "make test". For other environments, see the instructions in
622
+ NON-AUTOTOOLS-BUILD.
623
+
624
+ The RunTest script runs the pcretest test program (which is documented in its
625
+ own man page) on each of the relevant testinput files in the testdata
626
+ directory, and compares the output with the contents of the corresponding
627
+ testoutput files. Some tests are relevant only when certain build-time options
628
+ were selected. For example, the tests for UTF-8/16/32 support are run only if
629
+ --enable-utf was used. RunTest outputs a comment when it skips a test.
630
+
631
+ Many of the tests that are not skipped are run up to three times. The second
632
+ run forces pcre_study() to be called for all patterns except for a few in some
633
+ tests that are marked "never study" (see the pcretest program for how this is
634
+ done). If JIT support is available, the non-DFA tests are run a third time,
635
+ this time with a forced pcre_study() with the PCRE_STUDY_JIT_COMPILE option.
636
+
637
+ The entire set of tests is run once for each of the 8-bit, 16-bit and 32-bit
638
+ libraries that are enabled. If you want to run just one set of tests, call
639
+ RunTest with either the -8, -16 or -32 option.
640
+
641
+ RunTest uses a file called testtry to hold the main output from pcretest.
642
+ Other files whose names begin with "test" are used as working files in some
643
+ tests. To run pcretest on just one or more specific test files, give their
644
+ numbers as arguments to RunTest, for example:
645
+
646
+ RunTest 2 7 11
647
+
648
+ You can also call RunTest with the single argument "list" to cause it to output
649
+ a list of tests.
650
+
651
+ The first test file can be fed directly into the perltest.pl script to check
652
+ that Perl gives the same results. The only difference you should see is in the
653
+ first few lines, where the Perl version is given instead of the PCRE version.
654
+
655
+ The second set of tests check pcre_fullinfo(), pcre_study(),
656
+ pcre_copy_substring(), pcre_get_substring(), pcre_get_substring_list(), error
657
+ detection, and run-time flags that are specific to PCRE, as well as the POSIX
658
+ wrapper API. It also uses the debugging flags to check some of the internals of
659
+ pcre_compile().
660
+
661
+ If you build PCRE with a locale setting that is not the standard C locale, the
662
+ character tables may be different (see next paragraph). In some cases, this may
663
+ cause failures in the second set of tests. For example, in a locale where the
664
+ isprint() function yields TRUE for characters in the range 128-255, the use of
665
+ [:isascii:] inside a character class defines a different set of characters, and
666
+ this shows up in this test as a difference in the compiled code, which is being
667
+ listed for checking. Where the comparison test output contains [\x00-\x7f] the
668
+ test will contain [\x00-\xff], and similarly in some other cases. This is not a
669
+ bug in PCRE.
670
+
671
+ The third set of tests checks pcre_maketables(), the facility for building a
672
+ set of character tables for a specific locale and using them instead of the
673
+ default tables. The tests make use of the "fr_FR" (French) locale. Before
674
+ running the test, the script checks for the presence of this locale by running
675
+ the "locale" command. If that command fails, or if it doesn't include "fr_FR"
676
+ in the list of available locales, the third test cannot be run, and a comment
677
+ is output to say why. If running this test produces instances of the error
678
+
679
+ ** Failed to set locale "fr_FR"
680
+
681
+ in the comparison output, it means that locale is not available on your system,
682
+ despite being listed by "locale". This does not mean that PCRE is broken.
683
+
684
+ [If you are trying to run this test on Windows, you may be able to get it to
685
+ work by changing "fr_FR" to "french" everywhere it occurs. Alternatively, use
686
+ RunTest.bat. The version of RunTest.bat included with PCRE 7.4 and above uses
687
+ Windows versions of test 2. More info on using RunTest.bat is included in the
688
+ document entitled NON-UNIX-USE.]
689
+
690
+ The fourth and fifth tests check the UTF-8/16/32 support and error handling and
691
+ internal UTF features of PCRE that are not relevant to Perl, respectively. The
692
+ sixth and seventh tests do the same for Unicode character properties support.
693
+
694
+ The eighth, ninth, and tenth tests check the pcre_dfa_exec() alternative
695
+ matching function, in non-UTF-8/16/32 mode, UTF-8/16/32 mode, and UTF-8/16/32
696
+ mode with Unicode property support, respectively.
697
+
698
+ The eleventh test checks some internal offsets and code size features; it is
699
+ run only when the default "link size" of 2 is set (in other cases the sizes
700
+ change) and when Unicode property support is enabled.
701
+
702
+ The twelfth test is run only when JIT support is available, and the thirteenth
703
+ test is run only when JIT support is not available. They test some JIT-specific
704
+ features such as information output from pcretest about JIT compilation.
705
+
706
+ The fourteenth, fifteenth, and sixteenth tests are run only in 8-bit mode, and
707
+ the seventeenth, eighteenth, and nineteenth tests are run only in 16/32-bit mode.
708
+ These are tests that generate different output in the two modes. They are for
709
+ general cases, UTF-8/16/32 support, and Unicode property support, respectively.
710
+
711
+ The twentieth test is run only in 16/32-bit mode. It tests some specific
712
+ 16/32-bit features of the DFA matching engine.
713
+
714
+ The twenty-first and twenty-second tests are run only in 16/32-bit mode, when the
715
+ link size is set to 2 for the 16-bit library. They test reloading pre-compiled patterns.
716
+
717
+ The twenty-third and twenty-fourth tests are run only in 16-bit mode. They are for
718
+ general cases, and UTF-16 support, respectively.
719
+
720
+ The twenty-fifth and twenty-sixth tests are run only in 32-bit mode. They are for
721
+ general cases, and UTF-32 support, respectively.
722
+
723
+ Character tables
724
+ ----------------
725
+
726
+ For speed, PCRE uses four tables for manipulating and identifying characters
727
+ whose code point values are less than 256. The final argument of the
728
+ pcre_compile() function is a pointer to a block of memory containing the
729
+ concatenated tables. A call to pcre_maketables() can be used to generate a set
730
+ of tables in the current locale. If the final argument for pcre_compile() is
731
+ passed as NULL, a set of default tables that is built into the binary is used.
732
+
733
+ The source file called pcre_chartables.c contains the default set of tables. By
734
+ default, this is created as a copy of pcre_chartables.c.dist, which contains
735
+ tables for ASCII coding. However, if --enable-rebuild-chartables is specified
736
+ for ./configure, a different version of pcre_chartables.c is built by the
737
+ program dftables (compiled from dftables.c), which uses the ANSI C character
738
+ handling functions such as isalnum(), isalpha(), isupper(), islower(), etc. to
739
+ build the table sources. This means that the default C locale which is set for
740
+ your system will control the contents of these default tables. You can change
741
+ the default tables by editing pcre_chartables.c and then re-building PCRE. If
742
+ you do this, you should take care to ensure that the file does not get
743
+ automatically re-generated. The best way to do this is to move
744
+ pcre_chartables.c.dist out of the way and replace it with your customized
745
+ tables.
746
+
747
+ When the dftables program is run as a result of --enable-rebuild-chartables,
748
+ it uses the default C locale that is set on your system. It does not pay
749
+ attention to the LC_xxx environment variables. In other words, it uses the
750
+ system's default locale rather than whatever the compiling user happens to have
751
+ set. If you really do want to build a source set of character tables in a
752
+ locale that is specified by the LC_xxx variables, you can run the dftables
753
+ program by hand with the -L option. For example:
754
+
755
+ ./dftables -L pcre_chartables.c.special
756
+
757
+ The first two 256-byte tables provide lower casing and case flipping functions,
758
+ respectively. The next table consists of three 32-byte bit maps which identify
759
+ digits, "word" characters, and white space, respectively. These are used when
760
+ building 32-byte bit maps that represent character classes for code points less
761
+ than 256.
762
+
763
+ The final 256-byte table has bits indicating various character types, as
764
+ follows:
765
+
766
+ 1 white space character
767
+ 2 letter
768
+ 4 decimal digit
769
+ 8 hexadecimal digit
770
+ 16 alphanumeric or '_'
771
+ 128 regular expression metacharacter or binary zero
772
+
773
+ You should not alter the set of characters that contain the 128 bit, as that
774
+ will cause PCRE to malfunction.
775
+
776
+
777
+ File manifest
778
+ -------------
779
+
780
+ The distribution should contain the files listed below. Where a file name is
781
+ given as pcre[16|32]_xxx it means that there are three files, one with the name
782
+ pcre_xxx, one with the name pcre16_xx, and a third with the name pcre32_xxx.
783
+
784
+ (A) Source files of the PCRE library functions and their headers:
785
+
786
+ dftables.c auxiliary program for building pcre_chartables.c
787
+ when --enable-rebuild-chartables is specified
788
+
789
+ pcre_chartables.c.dist a default set of character tables that assume ASCII
790
+ coding; used, unless --enable-rebuild-chartables is
791
+ specified, by copying to pcre[16]_chartables.c
792
+
793
+ pcreposix.c )
794
+ pcre[16|32]_byte_order.c )
795
+ pcre[16|32]_compile.c )
796
+ pcre[16|32]_config.c )
797
+ pcre[16|32]_dfa_exec.c )
798
+ pcre[16|32]_exec.c )
799
+ pcre[16|32]_fullinfo.c )
800
+ pcre[16|32]_get.c ) sources for the functions in the library,
801
+ pcre[16|32]_globals.c ) and some internal functions that they use
802
+ pcre[16|32]_jit_compile.c )
803
+ pcre[16|32]_maketables.c )
804
+ pcre[16|32]_newline.c )
805
+ pcre[16|32]_refcount.c )
806
+ pcre[16|32]_string_utils.c )
807
+ pcre[16|32]_study.c )
808
+ pcre[16|32]_tables.c )
809
+ pcre[16|32]_ucd.c )
810
+ pcre[16|32]_version.c )
811
+ pcre[16|32]_xclass.c )
812
+ pcre_ord2utf8.c )
813
+ pcre_valid_utf8.c )
814
+ pcre16_ord2utf16.c )
815
+ pcre16_utf16_utils.c )
816
+ pcre16_valid_utf16.c )
817
+ pcre32_utf32_utils.c )
818
+ pcre32_valid_utf32.c )
819
+
820
+ pcre[16|32]_printint.c ) debugging function that is used by pcretest,
821
+ ) and can also be #included in pcre_compile()
822
+
823
+ pcre.h.in template for pcre.h when built by "configure"
824
+ pcreposix.h header for the external POSIX wrapper API
825
+ pcre_internal.h header for internal use
826
+ sljit/* 16 files that make up the JIT compiler
827
+ ucp.h header for Unicode property handling
828
+
829
+ config.h.in template for config.h, which is built by "configure"
830
+
831
+ pcrecpp.h public header file for the C++ wrapper
832
+ pcrecpparg.h.in template for another C++ header file
833
+ pcre_scanner.h public header file for C++ scanner functions
834
+ pcrecpp.cc )
835
+ pcre_scanner.cc ) source for the C++ wrapper library
836
+
837
+ pcre_stringpiece.h.in template for pcre_stringpiece.h, the header for the
838
+ C++ stringpiece functions
839
+ pcre_stringpiece.cc source for the C++ stringpiece functions
840
+
841
+ (B) Source files for programs that use PCRE:
842
+
843
+ pcredemo.c simple demonstration of coding calls to PCRE
844
+ pcregrep.c source of a grep utility that uses PCRE
845
+ pcretest.c comprehensive test program
846
+
847
+ (C) Auxiliary files:
848
+
849
+ 132html script to turn "man" pages into HTML
850
+ AUTHORS information about the author of PCRE
851
+ ChangeLog log of changes to the code
852
+ CleanTxt script to clean nroff output for txt man pages
853
+ Detrail script to remove trailing spaces
854
+ HACKING some notes about the internals of PCRE
855
+ INSTALL generic installation instructions
856
+ LICENCE conditions for the use of PCRE
857
+ COPYING the same, using GNU's standard name
858
+ Makefile.in ) template for Unix Makefile, which is built by
859
+ ) "configure"
860
+ Makefile.am ) the automake input that was used to create
861
+ ) Makefile.in
862
+ NEWS important changes in this release
863
+ NON-UNIX-USE the previous name for NON-AUTOTOOLS-BUILD
864
+ NON-AUTOTOOLS-BUILD notes on building PCRE without using autotools
865
+ PrepareRelease script to make preparations for "make dist"
866
+ README this file
867
+ RunTest a Unix shell script for running tests
868
+ RunGrepTest a Unix shell script for pcregrep tests
869
+ aclocal.m4 m4 macros (generated by "aclocal")
870
+ config.guess ) files used by libtool,
871
+ config.sub ) used only when building a shared library
872
+ configure a configuring shell script (built by autoconf)
873
+ configure.ac ) the autoconf input that was used to build
874
+ ) "configure" and config.h
875
+ depcomp ) script to find program dependencies, generated by
876
+ ) automake
877
+ doc/*.3 man page sources for PCRE
878
+ doc/*.1 man page sources for pcregrep and pcretest
879
+ doc/index.html.src the base HTML page
880
+ doc/html/* HTML documentation
881
+ doc/pcre.txt plain text version of the man pages
882
+ doc/pcretest.txt plain text documentation of test program
883
+ doc/perltest.txt plain text documentation of Perl test program
884
+ install-sh a shell script for installing files
885
+ libpcre16.pc.in template for libpcre16.pc for pkg-config
886
+ libpcre32.pc.in template for libpcre32.pc for pkg-config
887
+ libpcre.pc.in template for libpcre.pc for pkg-config
888
+ libpcreposix.pc.in template for libpcreposix.pc for pkg-config
889
+ libpcrecpp.pc.in template for libpcrecpp.pc for pkg-config
890
+ ltmain.sh file used to build a libtool script
891
+ missing ) common stub for a few missing GNU programs while
892
+ ) installing, generated by automake
893
+ mkinstalldirs script for making install directories
894
+ perltest.pl Perl test program
895
+ pcre-config.in source of script which retains PCRE information
896
+ pcre_jit_test.c test program for the JIT compiler
897
+ pcrecpp_unittest.cc )
898
+ pcre_scanner_unittest.cc ) test programs for the C++ wrapper
899
+ pcre_stringpiece_unittest.cc )
900
+ testdata/testinput* test data for main library tests
901
+ testdata/testoutput* expected test results
902
+ testdata/grep* input and output for pcregrep tests
903
+ testdata/* other supporting test files
904
+
905
+ (D) Auxiliary files for cmake support
906
+
907
+ cmake/COPYING-CMAKE-SCRIPTS
908
+ cmake/FindPackageHandleStandardArgs.cmake
909
+ cmake/FindEditline.cmake
910
+ cmake/FindReadline.cmake
911
+ CMakeLists.txt
912
+ config-cmake.h.in
913
+
914
+ (E) Auxiliary files for VPASCAL
915
+
916
+ makevp.bat
917
+ makevp_c.txt
918
+ makevp_l.txt
919
+ pcregexp.pas
920
+
921
+ (F) Auxiliary files for building PCRE "by hand"
922
+
923
+ pcre.h.generic ) a version of the public PCRE header file
924
+ ) for use in non-"configure" environments
925
+ config.h.generic ) a version of config.h for use in non-"configure"
926
+ ) environments
927
+
928
+ (F) Miscellaneous
929
+
930
+ RunTest.bat a script for running tests under Windows
931
+
932
+ Philip Hazel
933
+ Email local part: ph10
934
+ Email domain: cam.ac.uk
935
+ Last updated: 27 October 2012