debase-ruby_core_source 0.10.17 → 3.2.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 (746) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +11 -0
  3. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/addr2line.h +0 -0
  4. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/builtin.h +2 -2
  5. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ccan/build_assert/build_assert.h +0 -0
  6. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ccan/check_type/check_type.h +1 -1
  7. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ccan/container_of/container_of.h +2 -2
  8. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ccan/list/list.h +1 -1
  9. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ccan/str/str.h +0 -0
  10. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/constant.h +0 -0
  11. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/darray.h +0 -0
  12. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/debug_counter.h +5 -40
  13. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/dln.h +0 -0
  14. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/encindex.h +0 -0
  15. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/eval_intern.h +0 -0
  16. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/gc.h +5 -1
  17. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/hrtime.h +1 -0
  18. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/id.h +4 -0
  19. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/id_table.h +4 -1
  20. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/insns.inc +0 -0
  21. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/insns_info.inc +0 -0
  22. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/array.h +1 -0
  23. data/lib/debase/ruby_core_source/ruby-3.2.0-p0/internal/basic_operators.h +64 -0
  24. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/bignum.h +0 -0
  25. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/bits.h +0 -0
  26. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/class.h +12 -42
  27. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/cmdlineopt.h +3 -0
  28. data/lib/debase/ruby_core_source/ruby-3.2.0-p0/internal/compar.h +29 -0
  29. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/compile.h +0 -0
  30. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/compilers.h +0 -0
  31. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/complex.h +0 -0
  32. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/cont.h +7 -1
  33. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/dir.h +0 -0
  34. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/enc.h +0 -0
  35. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/encoding.h +3 -1
  36. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/enum.h +0 -0
  37. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/enumerator.h +0 -0
  38. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/error.h +0 -0
  39. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/eval.h +0 -0
  40. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/file.h +0 -0
  41. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/fixnum.h +0 -0
  42. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/gc.h +5 -1
  43. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/hash.h +0 -0
  44. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/imemo.h +0 -0
  45. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/inits.h +0 -0
  46. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/io.h +0 -0
  47. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/load.h +0 -0
  48. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/loadpath.h +0 -0
  49. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/math.h +0 -0
  50. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/missing.h +0 -0
  51. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/numeric.h +6 -2
  52. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/object.h +0 -22
  53. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/parse.h +2 -0
  54. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/proc.h +0 -0
  55. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/process.h +0 -0
  56. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/ractor.h +0 -0
  57. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/random.h +0 -0
  58. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/range.h +0 -0
  59. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/rational.h +0 -0
  60. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/re.h +0 -0
  61. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/sanitizers.h +0 -0
  62. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/serial.h +0 -0
  63. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/signal.h +0 -0
  64. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/static_assert.h +0 -0
  65. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/string.h +2 -1
  66. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/struct.h +0 -0
  67. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/symbol.h +0 -0
  68. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/thread.h +1 -0
  69. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/time.h +0 -0
  70. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/transcode.h +0 -0
  71. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/util.h +0 -0
  72. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal/variable.h +10 -3
  73. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/vm.h +1 -1
  74. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/internal/warnings.h +0 -0
  75. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/internal.h +3 -3
  76. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/iseq.h +1 -0
  77. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/known_errors.inc +0 -0
  78. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/method.h +1 -0
  79. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/mjit.h +25 -16
  80. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2/mjit_compiler.h → ruby-3.2.0-p0/mjit_c.h} +49 -10
  81. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2/mjit_compile_attr.inc → ruby-3.2.0-p0/mjit_sp_inc.inc} +0 -0
  82. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/node.h +5 -1
  83. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/node_name.inc +2 -0
  84. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/opt_sc.inc +0 -0
  85. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/optinsn.inc +0 -0
  86. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/optunifs.inc +0 -0
  87. data/lib/debase/ruby_core_source/ruby-3.2.0-p0/parse.h +230 -0
  88. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/probes_helper.h +0 -0
  89. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/ractor_core.h +4 -3
  90. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/regenc.h +4 -5
  91. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/regint.h +28 -1
  92. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/regparse.h +0 -0
  93. data/lib/debase/ruby_core_source/ruby-3.2.0-p0/revision.h +5 -0
  94. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ruby_assert.h +0 -0
  95. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/ruby_atomic.h +0 -0
  96. data/lib/debase/ruby_core_source/ruby-3.2.0-p0/shape.h +232 -0
  97. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/siphash.h +0 -0
  98. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/symbol.h +0 -0
  99. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/thread_none.h +0 -0
  100. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/thread_pthread.h +18 -17
  101. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/thread_win32.h +0 -0
  102. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/timev.h +0 -0
  103. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/transcode_data.h +0 -0
  104. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/transient_heap.h +0 -0
  105. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/variable.h +9 -1
  106. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/version.h +7 -10
  107. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vm.inc +1 -1
  108. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/vm_call_iseq_optimized.inc +0 -0
  109. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vm_callinfo.h +55 -27
  110. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vm_core.h +49 -73
  111. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vm_debug.h +0 -0
  112. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/vm_exec.h +0 -0
  113. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vm_insnhelper.h +0 -3
  114. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/vm_opts.h +0 -0
  115. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview1 → ruby-3.2.0-p0}/vm_sync.h +0 -0
  116. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/vmtc.inc +0 -0
  117. data/lib/debase/ruby_core_source/{ruby-3.2.0-preview2 → ruby-3.2.0-p0}/yjit.h +1 -3
  118. data/lib/debase/ruby_core_source/version.rb +1 -1
  119. metadata +118 -740
  120. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/addr2line.h +0 -21
  121. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/constant.h +0 -36
  122. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/dln.h +0 -50
  123. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/encdb.h +0 -169
  124. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/eval_intern.h +0 -213
  125. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/gc.h +0 -104
  126. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/id.h +0 -133
  127. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/insns.inc +0 -187
  128. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/insns_info.inc +0 -724
  129. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/internal.h +0 -378
  130. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/iseq.h +0 -139
  131. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/known_errors.inc +0 -731
  132. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/method.h +0 -138
  133. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/node.h +0 -539
  134. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/node_name.inc +0 -212
  135. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/opt_sc.inc +0 -702
  136. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/optinsn.inc +0 -83
  137. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/optunifs.inc +0 -120
  138. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/parse.h +0 -292
  139. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/probes_helper.h +0 -67
  140. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/regenc.h +0 -227
  141. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/regint.h +0 -914
  142. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/regparse.h +0 -367
  143. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/revision.h +0 -1
  144. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/ruby_atomic.h +0 -121
  145. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/siphash.h +0 -48
  146. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/thread_pthread.h +0 -56
  147. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/thread_win32.h +0 -45
  148. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/timev.h +0 -21
  149. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/transcode_data.h +0 -127
  150. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/transdb.h +0 -193
  151. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/version.h +0 -52
  152. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm.inc +0 -3199
  153. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm_core.h +0 -1009
  154. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm_debug.h +0 -41
  155. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm_exec.h +0 -173
  156. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm_insnhelper.h +0 -274
  157. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vm_opts.h +0 -56
  158. data/lib/debase/ruby_core_source/ruby-2.0.0-p0/vmtc.inc +0 -101
  159. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/addr2line.h +0 -21
  160. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/constant.h +0 -36
  161. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/dln.h +0 -50
  162. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/encdb.h +0 -169
  163. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/eval_intern.h +0 -213
  164. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/gc.h +0 -104
  165. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/id.h +0 -133
  166. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/insns.inc +0 -187
  167. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/insns_info.inc +0 -724
  168. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/internal.h +0 -389
  169. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/iseq.h +0 -139
  170. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/known_errors.inc +0 -731
  171. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/method.h +0 -138
  172. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/node.h +0 -539
  173. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/node_name.inc +0 -212
  174. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/opt_sc.inc +0 -702
  175. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/optinsn.inc +0 -83
  176. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/optunifs.inc +0 -120
  177. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/parse.h +0 -292
  178. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/probes_helper.h +0 -67
  179. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/regenc.h +0 -227
  180. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/regint.h +0 -915
  181. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/regparse.h +0 -367
  182. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/revision.h +0 -1
  183. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/ruby_atomic.h +0 -121
  184. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/siphash.h +0 -48
  185. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/thread_pthread.h +0 -56
  186. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/thread_win32.h +0 -45
  187. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/timev.h +0 -21
  188. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/transcode_data.h +0 -127
  189. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/transdb.h +0 -193
  190. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/version.h +0 -52
  191. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm.inc +0 -3196
  192. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm_core.h +0 -1009
  193. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm_debug.h +0 -41
  194. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm_exec.h +0 -173
  195. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm_insnhelper.h +0 -274
  196. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vm_opts.h +0 -56
  197. data/lib/debase/ruby_core_source/ruby-2.0.0-p195/vmtc.inc +0 -101
  198. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/addr2line.h +0 -21
  199. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/constant.h +0 -36
  200. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/dln.h +0 -50
  201. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/encdb.h +0 -169
  202. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/eval_intern.h +0 -213
  203. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/gc.h +0 -104
  204. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/id.h +0 -135
  205. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/insns.inc +0 -187
  206. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/insns_info.inc +0 -724
  207. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/internal.h +0 -389
  208. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/iseq.h +0 -139
  209. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/known_errors.inc +0 -731
  210. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/method.h +0 -138
  211. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/node.h +0 -539
  212. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/node_name.inc +0 -212
  213. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/opt_sc.inc +0 -702
  214. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/optinsn.inc +0 -83
  215. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/optunifs.inc +0 -120
  216. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/parse.h +0 -292
  217. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/probes_helper.h +0 -67
  218. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/regenc.h +0 -227
  219. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/regint.h +0 -915
  220. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/regparse.h +0 -367
  221. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/revision.h +0 -1
  222. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/ruby_atomic.h +0 -121
  223. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/siphash.h +0 -48
  224. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/thread_pthread.h +0 -56
  225. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/thread_win32.h +0 -45
  226. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/timev.h +0 -21
  227. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/transcode_data.h +0 -127
  228. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/transdb.h +0 -193
  229. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/version.h +0 -52
  230. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm.inc +0 -3196
  231. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm_core.h +0 -1013
  232. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm_debug.h +0 -41
  233. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm_exec.h +0 -173
  234. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm_insnhelper.h +0 -274
  235. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vm_opts.h +0 -56
  236. data/lib/debase/ruby_core_source/ruby-2.0.0-p247/vmtc.inc +0 -101
  237. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/addr2line.h +0 -21
  238. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/constant.h +0 -36
  239. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/dln.h +0 -50
  240. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/encdb.h +0 -169
  241. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/eval_intern.h +0 -213
  242. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/gc.h +0 -104
  243. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/id.h +0 -135
  244. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/insns.inc +0 -187
  245. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/insns_info.inc +0 -724
  246. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/internal.h +0 -390
  247. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/iseq.h +0 -140
  248. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/known_errors.inc +0 -731
  249. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/method.h +0 -138
  250. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/node.h +0 -539
  251. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/node_name.inc +0 -212
  252. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/opt_sc.inc +0 -702
  253. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/optinsn.inc +0 -83
  254. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/optunifs.inc +0 -120
  255. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/parse.h +0 -181
  256. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/probes_helper.h +0 -67
  257. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/regenc.h +0 -227
  258. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/regint.h +0 -915
  259. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/regparse.h +0 -367
  260. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/revision.h +0 -1
  261. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/ruby_atomic.h +0 -121
  262. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/siphash.h +0 -48
  263. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/thread_pthread.h +0 -56
  264. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/thread_win32.h +0 -45
  265. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/timev.h +0 -21
  266. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/transcode_data.h +0 -127
  267. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/transdb.h +0 -193
  268. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/version.h +0 -52
  269. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm.inc +0 -3196
  270. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm_core.h +0 -1013
  271. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm_debug.h +0 -41
  272. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm_exec.h +0 -173
  273. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm_insnhelper.h +0 -274
  274. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vm_opts.h +0 -56
  275. data/lib/debase/ruby_core_source/ruby-2.0.0-p353/vmtc.inc +0 -101
  276. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/addr2line.h +0 -21
  277. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/constant.h +0 -36
  278. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/dln.h +0 -50
  279. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/encdb.h +0 -169
  280. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/eval_intern.h +0 -213
  281. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/gc.h +0 -104
  282. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/id.h +0 -135
  283. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/insns.inc +0 -187
  284. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/insns_info.inc +0 -724
  285. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/internal.h +0 -392
  286. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/iseq.h +0 -140
  287. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/known_errors.inc +0 -731
  288. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/method.h +0 -138
  289. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/node.h +0 -539
  290. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/node_name.inc +0 -212
  291. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/opt_sc.inc +0 -702
  292. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/optinsn.inc +0 -83
  293. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/optunifs.inc +0 -120
  294. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/parse.h +0 -181
  295. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/probes_helper.h +0 -67
  296. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/regenc.h +0 -227
  297. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/regint.h +0 -915
  298. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/regparse.h +0 -367
  299. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/revision.h +0 -1
  300. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/ruby_atomic.h +0 -170
  301. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/siphash.h +0 -48
  302. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/thread_pthread.h +0 -56
  303. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/thread_win32.h +0 -45
  304. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/timev.h +0 -21
  305. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/transcode_data.h +0 -127
  306. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/transdb.h +0 -193
  307. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/version.h +0 -52
  308. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm.inc +0 -3196
  309. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm_core.h +0 -1013
  310. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm_debug.h +0 -41
  311. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm_exec.h +0 -173
  312. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm_insnhelper.h +0 -274
  313. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vm_opts.h +0 -56
  314. data/lib/debase/ruby_core_source/ruby-2.0.0-p451/vmtc.inc +0 -101
  315. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/addr2line.h +0 -21
  316. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/constant.h +0 -36
  317. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/dln.h +0 -50
  318. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/encdb.h +0 -169
  319. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/eval_intern.h +0 -213
  320. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/gc.h +0 -104
  321. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/id.h +0 -135
  322. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/insns.inc +0 -187
  323. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/insns_info.inc +0 -724
  324. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/internal.h +0 -392
  325. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/iseq.h +0 -140
  326. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/known_errors.inc +0 -731
  327. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/method.h +0 -138
  328. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/node.h +0 -541
  329. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/node_name.inc +0 -212
  330. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/opt_sc.inc +0 -702
  331. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/optinsn.inc +0 -83
  332. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/optunifs.inc +0 -120
  333. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/parse.h +0 -181
  334. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/probes_helper.h +0 -67
  335. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/regenc.h +0 -227
  336. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/regint.h +0 -915
  337. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/regparse.h +0 -367
  338. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/revision.h +0 -1
  339. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/ruby_atomic.h +0 -170
  340. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/siphash.h +0 -48
  341. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/thread_pthread.h +0 -56
  342. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/thread_win32.h +0 -45
  343. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/timev.h +0 -21
  344. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/transcode_data.h +0 -127
  345. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/transdb.h +0 -193
  346. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/version.h +0 -52
  347. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm.inc +0 -3196
  348. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm_core.h +0 -1013
  349. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm_debug.h +0 -41
  350. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm_exec.h +0 -173
  351. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm_insnhelper.h +0 -274
  352. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vm_opts.h +0 -56
  353. data/lib/debase/ruby_core_source/ruby-2.0.0-p481/vmtc.inc +0 -101
  354. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/addr2line.h +0 -21
  355. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/constant.h +0 -36
  356. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/dln.h +0 -50
  357. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/encdb.h +0 -169
  358. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/eval_intern.h +0 -241
  359. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/gc.h +0 -104
  360. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/id.h +0 -135
  361. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/insns.inc +0 -187
  362. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/insns_info.inc +0 -724
  363. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/internal.h +0 -395
  364. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/iseq.h +0 -140
  365. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/known_errors.inc +0 -731
  366. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/method.h +0 -138
  367. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/node.h +0 -541
  368. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/node_name.inc +0 -212
  369. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/opt_sc.inc +0 -702
  370. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/optinsn.inc +0 -83
  371. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/optunifs.inc +0 -120
  372. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/parse.h +0 -181
  373. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/probes_helper.h +0 -67
  374. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/regenc.h +0 -227
  375. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/regint.h +0 -915
  376. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/regparse.h +0 -367
  377. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/revision.h +0 -1
  378. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/ruby_atomic.h +0 -170
  379. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/siphash.h +0 -48
  380. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/thread_pthread.h +0 -56
  381. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/thread_win32.h +0 -45
  382. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/timev.h +0 -21
  383. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/transcode_data.h +0 -127
  384. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/transdb.h +0 -193
  385. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/version.h +0 -52
  386. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm.inc +0 -3196
  387. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm_core.h +0 -1015
  388. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm_debug.h +0 -41
  389. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm_exec.h +0 -173
  390. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm_insnhelper.h +0 -274
  391. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vm_opts.h +0 -56
  392. data/lib/debase/ruby_core_source/ruby-2.0.0-p576/vmtc.inc +0 -101
  393. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/addr2line.h +0 -21
  394. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/constant.h +0 -36
  395. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/dln.h +0 -50
  396. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/encdb.h +0 -169
  397. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/eval_intern.h +0 -241
  398. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/gc.h +0 -104
  399. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/id.h +0 -135
  400. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/insns.inc +0 -187
  401. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/insns_info.inc +0 -724
  402. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/internal.h +0 -395
  403. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/iseq.h +0 -140
  404. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/known_errors.inc +0 -731
  405. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/method.h +0 -138
  406. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/node.h +0 -541
  407. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/node_name.inc +0 -212
  408. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/opt_sc.inc +0 -702
  409. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/optinsn.inc +0 -83
  410. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/optunifs.inc +0 -120
  411. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/parse.h +0 -181
  412. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/probes_helper.h +0 -67
  413. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/regenc.h +0 -227
  414. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/regint.h +0 -915
  415. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/regparse.h +0 -367
  416. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/revision.h +0 -1
  417. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/ruby_atomic.h +0 -170
  418. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/siphash.h +0 -48
  419. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/thread_pthread.h +0 -56
  420. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/thread_win32.h +0 -45
  421. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/timev.h +0 -21
  422. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/transcode_data.h +0 -127
  423. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/transdb.h +0 -193
  424. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/version.h +0 -52
  425. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm.inc +0 -3196
  426. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm_core.h +0 -1018
  427. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm_debug.h +0 -41
  428. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm_exec.h +0 -173
  429. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm_insnhelper.h +0 -274
  430. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vm_opts.h +0 -56
  431. data/lib/debase/ruby_core_source/ruby-2.0.0-p594/vmtc.inc +0 -101
  432. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/addr2line.h +0 -21
  433. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/constant.h +0 -36
  434. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/dln.h +0 -50
  435. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/encdb.h +0 -169
  436. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/eval_intern.h +0 -241
  437. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/gc.h +0 -104
  438. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/id.h +0 -135
  439. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/insns.inc +0 -187
  440. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/insns_info.inc +0 -724
  441. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/internal.h +0 -395
  442. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/iseq.h +0 -140
  443. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/known_errors.inc +0 -731
  444. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/method.h +0 -138
  445. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/node.h +0 -541
  446. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/node_name.inc +0 -212
  447. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/opt_sc.inc +0 -702
  448. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/optinsn.inc +0 -83
  449. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/optunifs.inc +0 -120
  450. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/parse.h +0 -181
  451. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/probes_helper.h +0 -67
  452. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/regenc.h +0 -227
  453. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/regint.h +0 -915
  454. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/regparse.h +0 -367
  455. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/revision.h +0 -1
  456. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/ruby_atomic.h +0 -170
  457. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/siphash.h +0 -48
  458. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/thread_pthread.h +0 -56
  459. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/thread_win32.h +0 -45
  460. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/timev.h +0 -21
  461. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/transcode_data.h +0 -127
  462. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/transdb.h +0 -193
  463. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/version.h +0 -52
  464. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm.inc +0 -3196
  465. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm_core.h +0 -1018
  466. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm_debug.h +0 -41
  467. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm_exec.h +0 -173
  468. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm_insnhelper.h +0 -274
  469. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vm_opts.h +0 -56
  470. data/lib/debase/ruby_core_source/ruby-2.0.0-p598/vmtc.inc +0 -101
  471. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/addr2line.h +0 -21
  472. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/constant.h +0 -36
  473. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/dln.h +0 -50
  474. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/encdb.h +0 -169
  475. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/eval_intern.h +0 -241
  476. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/gc.h +0 -104
  477. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/id.h +0 -135
  478. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/insns.inc +0 -187
  479. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/insns_info.inc +0 -724
  480. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/internal.h +0 -395
  481. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/iseq.h +0 -140
  482. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/known_errors.inc +0 -731
  483. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/method.h +0 -141
  484. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/node.h +0 -541
  485. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/node_name.inc +0 -212
  486. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/opt_sc.inc +0 -702
  487. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/optinsn.inc +0 -83
  488. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/optunifs.inc +0 -120
  489. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/parse.h +0 -181
  490. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/probes_helper.h +0 -67
  491. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/regenc.h +0 -227
  492. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/regint.h +0 -915
  493. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/regparse.h +0 -367
  494. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/revision.h +0 -1
  495. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/ruby_atomic.h +0 -170
  496. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/siphash.h +0 -48
  497. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/thread_pthread.h +0 -56
  498. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/thread_win32.h +0 -45
  499. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/timev.h +0 -21
  500. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/transcode_data.h +0 -127
  501. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/transdb.h +0 -193
  502. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/version.h +0 -52
  503. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm.inc +0 -3196
  504. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm_core.h +0 -1020
  505. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm_debug.h +0 -41
  506. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm_exec.h +0 -173
  507. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm_insnhelper.h +0 -274
  508. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vm_opts.h +0 -56
  509. data/lib/debase/ruby_core_source/ruby-2.0.0-p643/vmtc.inc +0 -101
  510. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/addr2line.h +0 -21
  511. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/constant.h +0 -36
  512. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/dln.h +0 -50
  513. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/encdb.h +0 -169
  514. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/eval_intern.h +0 -241
  515. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/gc.h +0 -104
  516. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/id.h +0 -135
  517. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/insns.inc +0 -187
  518. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/insns_info.inc +0 -724
  519. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/internal.h +0 -395
  520. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/iseq.h +0 -140
  521. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/known_errors.inc +0 -731
  522. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/method.h +0 -141
  523. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/node.h +0 -541
  524. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/node_name.inc +0 -212
  525. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/opt_sc.inc +0 -702
  526. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/optinsn.inc +0 -83
  527. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/optunifs.inc +0 -120
  528. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/parse.h +0 -181
  529. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/probes_helper.h +0 -67
  530. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/regenc.h +0 -227
  531. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/regint.h +0 -915
  532. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/regparse.h +0 -367
  533. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/revision.h +0 -1
  534. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/ruby_atomic.h +0 -170
  535. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/siphash.h +0 -48
  536. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/thread_pthread.h +0 -56
  537. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/thread_win32.h +0 -45
  538. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/timev.h +0 -21
  539. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/transcode_data.h +0 -127
  540. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/transdb.h +0 -193
  541. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/version.h +0 -52
  542. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm.inc +0 -3196
  543. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm_core.h +0 -1020
  544. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm_debug.h +0 -41
  545. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm_exec.h +0 -173
  546. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm_insnhelper.h +0 -274
  547. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vm_opts.h +0 -56
  548. data/lib/debase/ruby_core_source/ruby-2.0.0-p645/vmtc.inc +0 -101
  549. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/addr2line.h +0 -21
  550. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/constant.h +0 -36
  551. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/dln.h +0 -50
  552. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/encdb.h +0 -169
  553. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/eval_intern.h +0 -241
  554. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/gc.h +0 -104
  555. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/id.h +0 -135
  556. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/insns.inc +0 -187
  557. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/insns_info.inc +0 -724
  558. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/internal.h +0 -395
  559. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/iseq.h +0 -140
  560. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/known_errors.inc +0 -731
  561. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/method.h +0 -141
  562. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/node.h +0 -541
  563. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/node_name.inc +0 -212
  564. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/opt_sc.inc +0 -702
  565. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/optinsn.inc +0 -83
  566. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/optunifs.inc +0 -120
  567. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/parse.h +0 -181
  568. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/probes_helper.h +0 -67
  569. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/regenc.h +0 -227
  570. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/regint.h +0 -915
  571. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/regparse.h +0 -367
  572. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/revision.h +0 -1
  573. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/ruby_atomic.h +0 -170
  574. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/siphash.h +0 -48
  575. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/thread_pthread.h +0 -56
  576. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/thread_win32.h +0 -45
  577. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/timev.h +0 -21
  578. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/transcode_data.h +0 -127
  579. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/transdb.h +0 -193
  580. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/version.h +0 -52
  581. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm.inc +0 -3196
  582. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm_core.h +0 -1020
  583. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm_debug.h +0 -41
  584. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm_exec.h +0 -173
  585. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm_insnhelper.h +0 -274
  586. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vm_opts.h +0 -56
  587. data/lib/debase/ruby_core_source/ruby-2.0.0-p647/vmtc.inc +0 -101
  588. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/addr2line.h +0 -21
  589. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/constant.h +0 -36
  590. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/dln.h +0 -50
  591. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/encdb.h +0 -169
  592. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/eval_intern.h +0 -241
  593. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/gc.h +0 -104
  594. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/id.h +0 -135
  595. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/insns.inc +0 -187
  596. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/insns_info.inc +0 -724
  597. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/internal.h +0 -395
  598. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/iseq.h +0 -140
  599. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/known_errors.inc +0 -731
  600. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/method.h +0 -141
  601. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/node.h +0 -541
  602. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/node_name.inc +0 -212
  603. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/opt_sc.inc +0 -702
  604. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/optinsn.inc +0 -83
  605. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/optunifs.inc +0 -120
  606. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/parse.h +0 -181
  607. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/probes_helper.h +0 -67
  608. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/regenc.h +0 -227
  609. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/regint.h +0 -915
  610. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/regparse.h +0 -367
  611. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/revision.h +0 -1
  612. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/ruby_atomic.h +0 -170
  613. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/siphash.h +0 -48
  614. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/thread_pthread.h +0 -56
  615. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/thread_win32.h +0 -45
  616. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/timev.h +0 -21
  617. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/transcode_data.h +0 -127
  618. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/transdb.h +0 -193
  619. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/version.h +0 -52
  620. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm.inc +0 -3196
  621. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm_core.h +0 -1020
  622. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm_debug.h +0 -41
  623. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm_exec.h +0 -173
  624. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm_insnhelper.h +0 -274
  625. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vm_opts.h +0 -56
  626. data/lib/debase/ruby_core_source/ruby-2.0.0-p648/vmtc.inc +0 -101
  627. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/builtin.h +0 -84
  628. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/darray.h +0 -226
  629. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/debug_counter.h +0 -469
  630. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/encindex.h +0 -70
  631. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/eval_intern.h +0 -339
  632. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/gc.h +0 -143
  633. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/hrtime.h +0 -216
  634. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/insns.inc +0 -249
  635. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/insns_info.inc +0 -9064
  636. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/array.h +0 -113
  637. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/class.h +0 -211
  638. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/cmdlineopt.h +0 -61
  639. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/compar.h +0 -49
  640. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/cont.h +0 -24
  641. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/fixnum.h +0 -184
  642. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/gc.h +0 -188
  643. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/imemo.h +0 -243
  644. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/object.h +0 -83
  645. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/string.h +0 -141
  646. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/symbol.h +0 -41
  647. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/thread.h +0 -53
  648. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal/variable.h +0 -83
  649. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/internal.h +0 -109
  650. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/iseq.h +0 -325
  651. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/method.h +0 -254
  652. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/mjit.h +0 -231
  653. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/mjit_compile.inc +0 -8333
  654. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/node.h +0 -510
  655. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/optinsn.inc +0 -128
  656. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/parse.h +0 -214
  657. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/probes_helper.h +0 -44
  658. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/ractor_core.h +0 -346
  659. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/revision.h +0 -2
  660. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/symbol.h +0 -119
  661. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/thread_none.h +0 -17
  662. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/thread_pthread.h +0 -115
  663. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/thread_win32.h +0 -61
  664. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/transcode_data.h +0 -138
  665. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/version.h +0 -91
  666. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vm.inc +0 -5481
  667. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vm_callinfo.h +0 -502
  668. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vm_core.h +0 -2089
  669. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vm_debug.h +0 -113
  670. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vm_insnhelper.h +0 -262
  671. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/vmtc.inc +0 -243
  672. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/yjit.h +0 -73
  673. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/yjit_asm.h +0 -408
  674. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/yjit_codegen.h +0 -23
  675. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/yjit_core.h +0 -307
  676. data/lib/debase/ruby_core_source/ruby-3.2.0-preview1/yjit_iface.h +0 -38
  677. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/addr2line.h +0 -20
  678. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/build_assert/build_assert.h +0 -40
  679. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/check_type/check_type.h +0 -63
  680. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/container_of/container_of.h +0 -142
  681. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/list/list.h +0 -789
  682. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ccan/str/str.h +0 -17
  683. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/constant.h +0 -55
  684. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/dln.h +0 -31
  685. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/id.h +0 -295
  686. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/id_table.h +0 -36
  687. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/bignum.h +0 -246
  688. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/bits.h +0 -565
  689. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compar.h +0 -49
  690. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compile.h +0 -35
  691. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/compilers.h +0 -107
  692. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/complex.h +0 -29
  693. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/dir.h +0 -16
  694. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enc.h +0 -19
  695. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/encoding.h +0 -30
  696. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enum.h +0 -18
  697. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/enumerator.h +0 -21
  698. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/error.h +0 -191
  699. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/eval.h +0 -32
  700. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/file.h +0 -38
  701. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/hash.h +0 -243
  702. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/inits.h +0 -50
  703. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/io.h +0 -38
  704. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/load.h +0 -18
  705. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/loadpath.h +0 -16
  706. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/math.h +0 -23
  707. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/missing.h +0 -18
  708. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/numeric.h +0 -271
  709. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/parse.h +0 -23
  710. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/proc.h +0 -32
  711. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/process.h +0 -137
  712. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/ractor.h +0 -6
  713. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/random.h +0 -16
  714. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/range.h +0 -40
  715. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/rational.h +0 -72
  716. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/re.h +0 -30
  717. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/sanitizers.h +0 -190
  718. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/serial.h +0 -23
  719. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/signal.h +0 -21
  720. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/static_assert.h +0 -16
  721. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/struct.h +0 -153
  722. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/time.h +0 -34
  723. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/transcode.h +0 -20
  724. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/util.h +0 -27
  725. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/vm.h +0 -134
  726. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/internal/warnings.h +0 -16
  727. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/known_errors.inc +0 -791
  728. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/mjit_unit.h +0 -29
  729. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/node_name.inc +0 -208
  730. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/opt_sc.inc +0 -109
  731. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/optunifs.inc +0 -43
  732. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/parse.h +0 -214
  733. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regenc.h +0 -255
  734. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regint.h +0 -957
  735. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/regparse.h +0 -370
  736. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/revision.h +0 -2
  737. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ruby_assert.h +0 -14
  738. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/ruby_atomic.h +0 -23
  739. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/siphash.h +0 -48
  740. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/timev.h +0 -57
  741. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/transient_heap.h +0 -65
  742. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/variable.h +0 -21
  743. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_call_iseq_optimized.inc +0 -244
  744. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_exec.h +0 -197
  745. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_opts.h +0 -73
  746. data/lib/debase/ruby_core_source/ruby-3.2.0-preview2/vm_sync.h +0 -137
@@ -1,789 +0,0 @@
1
- /* Licensed under BSD-MIT - see ccan/licenses/BSD-MIT file for details */
2
- #ifndef CCAN_LIST_H
3
- #define CCAN_LIST_H
4
- #include <assert.h>
5
- #include "ccan/str/str.h"
6
- #include "ccan/container_of/container_of.h"
7
- #include "ccan/check_type/check_type.h"
8
-
9
- /**
10
- * struct ccan_list_node - an entry in a doubly-linked list
11
- * @next: next entry (self if empty)
12
- * @prev: previous entry (self if empty)
13
- *
14
- * This is used as an entry in a linked list.
15
- * Example:
16
- * struct child {
17
- * const char *name;
18
- * // Linked list of all us children.
19
- * struct ccan_list_node list;
20
- * };
21
- */
22
- struct ccan_list_node
23
- {
24
- struct ccan_list_node *next, *prev;
25
- };
26
-
27
- /**
28
- * struct ccan_list_head - the head of a doubly-linked list
29
- * @h: the ccan_list_head (containing next and prev pointers)
30
- *
31
- * This is used as the head of a linked list.
32
- * Example:
33
- * struct parent {
34
- * const char *name;
35
- * struct ccan_list_head children;
36
- * unsigned int num_children;
37
- * };
38
- */
39
- struct ccan_list_head
40
- {
41
- struct ccan_list_node n;
42
- };
43
-
44
- #define CCAN_LIST_LOC __FILE__ ":" ccan_stringify(__LINE__)
45
- #define ccan_list_debug(h, loc) ((void)loc, h)
46
- #define ccan_list_debug_node(n, loc) ((void)loc, n)
47
-
48
- /**
49
- * CCAN_LIST_HEAD_INIT - initializer for an empty ccan_list_head
50
- * @name: the name of the list.
51
- *
52
- * Explicit initializer for an empty list.
53
- *
54
- * See also:
55
- * CCAN_LIST_HEAD, ccan_list_head_init()
56
- *
57
- * Example:
58
- * static struct ccan_list_head my_list = CCAN_LIST_HEAD_INIT(my_list);
59
- */
60
- #define CCAN_LIST_HEAD_INIT(name) { { &(name).n, &(name).n } }
61
-
62
- /**
63
- * CCAN_LIST_HEAD - define and initialize an empty ccan_list_head
64
- * @name: the name of the list.
65
- *
66
- * The CCAN_LIST_HEAD macro defines a ccan_list_head and initializes it to an empty
67
- * list. It can be prepended by "static" to define a static ccan_list_head.
68
- *
69
- * See also:
70
- * CCAN_LIST_HEAD_INIT, ccan_list_head_init()
71
- *
72
- * Example:
73
- * static CCAN_LIST_HEAD(my_global_list);
74
- */
75
- #define CCAN_LIST_HEAD(name) \
76
- struct ccan_list_head name = CCAN_LIST_HEAD_INIT(name)
77
-
78
- /**
79
- * ccan_list_head_init - initialize a ccan_list_head
80
- * @h: the ccan_list_head to set to the empty list
81
- *
82
- * Example:
83
- * ...
84
- * struct parent *parent = malloc(sizeof(*parent));
85
- *
86
- * ccan_list_head_init(&parent->children);
87
- * parent->num_children = 0;
88
- */
89
- static inline void ccan_list_head_init(struct ccan_list_head *h)
90
- {
91
- h->n.next = h->n.prev = &h->n;
92
- }
93
-
94
- /**
95
- * ccan_list_node_init - initialize a ccan_list_node
96
- * @n: the ccan_list_node to link to itself.
97
- *
98
- * You don't need to use this normally! But it lets you ccan_list_del(@n)
99
- * safely.
100
- */
101
- static inline void ccan_list_node_init(struct ccan_list_node *n)
102
- {
103
- n->next = n->prev = n;
104
- }
105
-
106
- /**
107
- * ccan_list_add_after - add an entry after an existing node in a linked list
108
- * @h: the ccan_list_head to add the node to (for debugging)
109
- * @p: the existing ccan_list_node to add the node after
110
- * @n: the new ccan_list_node to add to the list.
111
- *
112
- * The existing ccan_list_node must already be a member of the list.
113
- * The new ccan_list_node does not need to be initialized; it will be overwritten.
114
- *
115
- * Example:
116
- * struct child c1, c2, c3;
117
- * CCAN_LIST_HEAD(h);
118
- *
119
- * ccan_list_add_tail(&h, &c1.list);
120
- * ccan_list_add_tail(&h, &c3.list);
121
- * ccan_list_add_after(&h, &c1.list, &c2.list);
122
- */
123
- #define ccan_list_add_after(h, p, n) ccan_list_add_after_(h, p, n, CCAN_LIST_LOC)
124
- static inline void ccan_list_add_after_(struct ccan_list_head *h,
125
- struct ccan_list_node *p,
126
- struct ccan_list_node *n,
127
- const char *abortstr)
128
- {
129
- n->next = p->next;
130
- n->prev = p;
131
- p->next->prev = n;
132
- p->next = n;
133
- (void)ccan_list_debug(h, abortstr);
134
- }
135
-
136
- /**
137
- * ccan_list_add - add an entry at the start of a linked list.
138
- * @h: the ccan_list_head to add the node to
139
- * @n: the ccan_list_node to add to the list.
140
- *
141
- * The ccan_list_node does not need to be initialized; it will be overwritten.
142
- * Example:
143
- * struct child *child = malloc(sizeof(*child));
144
- *
145
- * child->name = "marvin";
146
- * ccan_list_add(&parent->children, &child->list);
147
- * parent->num_children++;
148
- */
149
- #define ccan_list_add(h, n) ccan_list_add_(h, n, CCAN_LIST_LOC)
150
- static inline void ccan_list_add_(struct ccan_list_head *h,
151
- struct ccan_list_node *n,
152
- const char *abortstr)
153
- {
154
- ccan_list_add_after_(h, &h->n, n, abortstr);
155
- }
156
-
157
- /**
158
- * ccan_list_add_before - add an entry before an existing node in a linked list
159
- * @h: the ccan_list_head to add the node to (for debugging)
160
- * @p: the existing ccan_list_node to add the node before
161
- * @n: the new ccan_list_node to add to the list.
162
- *
163
- * The existing ccan_list_node must already be a member of the list.
164
- * The new ccan_list_node does not need to be initialized; it will be overwritten.
165
- *
166
- * Example:
167
- * ccan_list_head_init(&h);
168
- * ccan_list_add_tail(&h, &c1.list);
169
- * ccan_list_add_tail(&h, &c3.list);
170
- * ccan_list_add_before(&h, &c3.list, &c2.list);
171
- */
172
- #define ccan_list_add_before(h, p, n) ccan_list_add_before_(h, p, n, CCAN_LIST_LOC)
173
- static inline void ccan_list_add_before_(struct ccan_list_head *h,
174
- struct ccan_list_node *p,
175
- struct ccan_list_node *n,
176
- const char *abortstr)
177
- {
178
- n->next = p;
179
- n->prev = p->prev;
180
- p->prev->next = n;
181
- p->prev = n;
182
- (void)ccan_list_debug(h, abortstr);
183
- }
184
-
185
- /**
186
- * ccan_list_add_tail - add an entry at the end of a linked list.
187
- * @h: the ccan_list_head to add the node to
188
- * @n: the ccan_list_node to add to the list.
189
- *
190
- * The ccan_list_node does not need to be initialized; it will be overwritten.
191
- * Example:
192
- * ccan_list_add_tail(&parent->children, &child->list);
193
- * parent->num_children++;
194
- */
195
- #define ccan_list_add_tail(h, n) ccan_list_add_tail_(h, n, CCAN_LIST_LOC)
196
- static inline void ccan_list_add_tail_(struct ccan_list_head *h,
197
- struct ccan_list_node *n,
198
- const char *abortstr)
199
- {
200
- ccan_list_add_before_(h, &h->n, n, abortstr);
201
- }
202
-
203
- /**
204
- * ccan_list_empty - is a list empty?
205
- * @h: the ccan_list_head
206
- *
207
- * If the list is empty, returns true.
208
- *
209
- * Example:
210
- * assert(ccan_list_empty(&parent->children) == (parent->num_children == 0));
211
- */
212
- #define ccan_list_empty(h) ccan_list_empty_(h, CCAN_LIST_LOC)
213
- static inline int ccan_list_empty_(const struct ccan_list_head *h, const char* abortstr)
214
- {
215
- (void)ccan_list_debug(h, abortstr);
216
- return h->n.next == &h->n;
217
- }
218
-
219
- /**
220
- * ccan_list_empty_nodebug - is a list empty (and don't perform debug checks)?
221
- * @h: the ccan_list_head
222
- *
223
- * If the list is empty, returns true.
224
- * This differs from list_empty() in that if CCAN_LIST_DEBUG is set it
225
- * will NOT perform debug checks. Only use this function if you REALLY
226
- * know what you're doing.
227
- *
228
- * Example:
229
- * assert(ccan_list_empty_nodebug(&parent->children) == (parent->num_children == 0));
230
- */
231
- #ifndef CCAN_LIST_DEBUG
232
- #define ccan_list_empty_nodebug(h) ccan_list_empty(h)
233
- #else
234
- static inline int ccan_list_empty_nodebug(const struct ccan_list_head *h)
235
- {
236
- return h->n.next == &h->n;
237
- }
238
- #endif
239
-
240
- /**
241
- * ccan_list_empty_nocheck - is a list empty?
242
- * @h: the ccan_list_head
243
- *
244
- * If the list is empty, returns true. This doesn't perform any
245
- * debug check for list consistency, so it can be called without
246
- * locks, racing with the list being modified. This is ok for
247
- * checks where an incorrect result is not an issue (optimized
248
- * bail out path for example).
249
- */
250
- static inline bool ccan_list_empty_nocheck(const struct ccan_list_head *h)
251
- {
252
- return h->n.next == &h->n;
253
- }
254
-
255
- /**
256
- * ccan_list_del - delete an entry from an (unknown) linked list.
257
- * @n: the ccan_list_node to delete from the list.
258
- *
259
- * Note that this leaves @n in an undefined state; it can be added to
260
- * another list, but not deleted again.
261
- *
262
- * See also:
263
- * ccan_list_del_from(), ccan_list_del_init()
264
- *
265
- * Example:
266
- * ccan_list_del(&child->list);
267
- * parent->num_children--;
268
- */
269
- #define ccan_list_del(n) ccan_list_del_(n, CCAN_LIST_LOC)
270
- static inline void ccan_list_del_(struct ccan_list_node *n, const char* abortstr)
271
- {
272
- (void)ccan_list_debug_node(n, abortstr);
273
- n->next->prev = n->prev;
274
- n->prev->next = n->next;
275
- #ifdef CCAN_LIST_DEBUG
276
- /* Catch use-after-del. */
277
- n->next = n->prev = NULL;
278
- #endif
279
- }
280
-
281
- /**
282
- * ccan_list_del_init - delete a node, and reset it so it can be deleted again.
283
- * @n: the ccan_list_node to be deleted.
284
- *
285
- * ccan_list_del(@n) or ccan_list_del_init() again after this will be safe,
286
- * which can be useful in some cases.
287
- *
288
- * See also:
289
- * ccan_list_del_from(), ccan_list_del()
290
- *
291
- * Example:
292
- * ccan_list_del_init(&child->list);
293
- * parent->num_children--;
294
- */
295
- #define ccan_list_del_init(n) ccan_list_del_init_(n, CCAN_LIST_LOC)
296
- static inline void ccan_list_del_init_(struct ccan_list_node *n, const char *abortstr)
297
- {
298
- ccan_list_del_(n, abortstr);
299
- ccan_list_node_init(n);
300
- }
301
-
302
- /**
303
- * ccan_list_del_from - delete an entry from a known linked list.
304
- * @h: the ccan_list_head the node is in.
305
- * @n: the ccan_list_node to delete from the list.
306
- *
307
- * This explicitly indicates which list a node is expected to be in,
308
- * which is better documentation and can catch more bugs.
309
- *
310
- * See also: ccan_list_del()
311
- *
312
- * Example:
313
- * ccan_list_del_from(&parent->children, &child->list);
314
- * parent->num_children--;
315
- */
316
- static inline void ccan_list_del_from(struct ccan_list_head *h, struct ccan_list_node *n)
317
- {
318
- #ifdef CCAN_LIST_DEBUG
319
- {
320
- /* Thorough check: make sure it was in list! */
321
- struct ccan_list_node *i;
322
- for (i = h->n.next; i != n; i = i->next)
323
- assert(i != &h->n);
324
- }
325
- #endif /* CCAN_LIST_DEBUG */
326
-
327
- /* Quick test that catches a surprising number of bugs. */
328
- assert(!ccan_list_empty(h));
329
- ccan_list_del(n);
330
- }
331
-
332
- /**
333
- * ccan_list_swap - swap out an entry from an (unknown) linked list for a new one.
334
- * @o: the ccan_list_node to replace from the list.
335
- * @n: the ccan_list_node to insert in place of the old one.
336
- *
337
- * Note that this leaves @o in an undefined state; it can be added to
338
- * another list, but not deleted/swapped again.
339
- *
340
- * See also:
341
- * ccan_list_del()
342
- *
343
- * Example:
344
- * struct child x1, x2;
345
- * CCAN_LIST_HEAD(xh);
346
- *
347
- * ccan_list_add(&xh, &x1.list);
348
- * ccan_list_swap(&x1.list, &x2.list);
349
- */
350
- #define ccan_list_swap(o, n) ccan_list_swap_(o, n, CCAN_LIST_LOC)
351
- static inline void ccan_list_swap_(struct ccan_list_node *o,
352
- struct ccan_list_node *n,
353
- const char* abortstr)
354
- {
355
- (void)ccan_list_debug_node(o, abortstr);
356
- *n = *o;
357
- n->next->prev = n;
358
- n->prev->next = n;
359
- #ifdef CCAN_LIST_DEBUG
360
- /* Catch use-after-del. */
361
- o->next = o->prev = NULL;
362
- #endif
363
- }
364
-
365
- /**
366
- * ccan_list_entry - convert a ccan_list_node back into the structure containing it.
367
- * @n: the ccan_list_node
368
- * @type: the type of the entry
369
- * @member: the ccan_list_node member of the type
370
- *
371
- * Example:
372
- * // First list entry is children.next; convert back to child.
373
- * child = ccan_list_entry(parent->children.n.next, struct child, list);
374
- *
375
- * See Also:
376
- * ccan_list_top(), ccan_list_for_each()
377
- */
378
- #define ccan_list_entry(n, type, member) ccan_container_of(n, type, member)
379
-
380
- /**
381
- * ccan_list_top - get the first entry in a list
382
- * @h: the ccan_list_head
383
- * @type: the type of the entry
384
- * @member: the ccan_list_node member of the type
385
- *
386
- * If the list is empty, returns NULL.
387
- *
388
- * Example:
389
- * struct child *first;
390
- * first = ccan_list_top(&parent->children, struct child, list);
391
- * if (!first)
392
- * printf("Empty list!\n");
393
- */
394
- #define ccan_list_top(h, type, member) \
395
- ((type *)ccan_list_top_((h), ccan_list_off_(type, member)))
396
-
397
- static inline const void *ccan_list_top_(const struct ccan_list_head *h, size_t off)
398
- {
399
- if (ccan_list_empty(h))
400
- return NULL;
401
- return (const char *)h->n.next - off;
402
- }
403
-
404
- /**
405
- * ccan_list_pop - remove the first entry in a list
406
- * @h: the ccan_list_head
407
- * @type: the type of the entry
408
- * @member: the ccan_list_node member of the type
409
- *
410
- * If the list is empty, returns NULL.
411
- *
412
- * Example:
413
- * struct child *one;
414
- * one = ccan_list_pop(&parent->children, struct child, list);
415
- * if (!one)
416
- * printf("Empty list!\n");
417
- */
418
- #define ccan_list_pop(h, type, member) \
419
- ((type *)ccan_list_pop_((h), ccan_list_off_(type, member)))
420
-
421
- static inline const void *ccan_list_pop_(const struct ccan_list_head *h, size_t off)
422
- {
423
- struct ccan_list_node *n;
424
-
425
- if (ccan_list_empty(h))
426
- return NULL;
427
- n = h->n.next;
428
- ccan_list_del(n);
429
- return (const char *)n - off;
430
- }
431
-
432
- /**
433
- * ccan_list_tail - get the last entry in a list
434
- * @h: the ccan_list_head
435
- * @type: the type of the entry
436
- * @member: the ccan_list_node member of the type
437
- *
438
- * If the list is empty, returns NULL.
439
- *
440
- * Example:
441
- * struct child *last;
442
- * last = ccan_list_tail(&parent->children, struct child, list);
443
- * if (!last)
444
- * printf("Empty list!\n");
445
- */
446
- #define ccan_list_tail(h, type, member) \
447
- ((type *)ccan_list_tail_((h), ccan_list_off_(type, member)))
448
-
449
- static inline const void *ccan_list_tail_(const struct ccan_list_head *h, size_t off)
450
- {
451
- if (ccan_list_empty(h))
452
- return NULL;
453
- return (const char *)h->n.prev - off;
454
- }
455
-
456
- /**
457
- * ccan_list_for_each - iterate through a list.
458
- * @h: the ccan_list_head (warning: evaluated multiple times!)
459
- * @i: the structure containing the ccan_list_node
460
- * @member: the ccan_list_node member of the structure
461
- *
462
- * This is a convenient wrapper to iterate @i over the entire list. It's
463
- * a for loop, so you can break and continue as normal.
464
- *
465
- * Example:
466
- * ccan_list_for_each(&parent->children, child, list)
467
- * printf("Name: %s\n", child->name);
468
- */
469
- #define ccan_list_for_each(h, i, member) \
470
- ccan_list_for_each_off(h, i, ccan_list_off_var_(i, member))
471
-
472
- /**
473
- * ccan_list_for_each_rev - iterate through a list backwards.
474
- * @h: the ccan_list_head
475
- * @i: the structure containing the ccan_list_node
476
- * @member: the ccan_list_node member of the structure
477
- *
478
- * This is a convenient wrapper to iterate @i over the entire list. It's
479
- * a for loop, so you can break and continue as normal.
480
- *
481
- * Example:
482
- * ccan_list_for_each_rev(&parent->children, child, list)
483
- * printf("Name: %s\n", child->name);
484
- */
485
- #define ccan_list_for_each_rev(h, i, member) \
486
- ccan_list_for_each_rev_off(h, i, ccan_list_off_var_(i, member))
487
-
488
- /**
489
- * ccan_list_for_each_rev_safe - iterate through a list backwards,
490
- * maybe during deletion
491
- * @h: the ccan_list_head
492
- * @i: the structure containing the ccan_list_node
493
- * @nxt: the structure containing the ccan_list_node
494
- * @member: the ccan_list_node member of the structure
495
- *
496
- * This is a convenient wrapper to iterate @i over the entire list backwards.
497
- * It's a for loop, so you can break and continue as normal. The extra
498
- * variable * @nxt is used to hold the next element, so you can delete @i
499
- * from the list.
500
- *
501
- * Example:
502
- * struct child *next;
503
- * ccan_list_for_each_rev_safe(&parent->children, child, next, list) {
504
- * printf("Name: %s\n", child->name);
505
- * }
506
- */
507
- #define ccan_list_for_each_rev_safe(h, i, nxt, member) \
508
- ccan_list_for_each_rev_safe_off(h, i, nxt, ccan_list_off_var_(i, member))
509
-
510
- /**
511
- * ccan_list_for_each_safe - iterate through a list, maybe during deletion
512
- * @h: the ccan_list_head
513
- * @i: the structure containing the ccan_list_node
514
- * @nxt: the structure containing the ccan_list_node
515
- * @member: the ccan_list_node member of the structure
516
- *
517
- * This is a convenient wrapper to iterate @i over the entire list. It's
518
- * a for loop, so you can break and continue as normal. The extra variable
519
- * @nxt is used to hold the next element, so you can delete @i from the list.
520
- *
521
- * Example:
522
- * ccan_list_for_each_safe(&parent->children, child, next, list) {
523
- * ccan_list_del(&child->list);
524
- * parent->num_children--;
525
- * }
526
- */
527
- #define ccan_list_for_each_safe(h, i, nxt, member) \
528
- ccan_list_for_each_safe_off(h, i, nxt, ccan_list_off_var_(i, member))
529
-
530
- /**
531
- * ccan_list_next - get the next entry in a list
532
- * @h: the ccan_list_head
533
- * @i: a pointer to an entry in the list.
534
- * @member: the ccan_list_node member of the structure
535
- *
536
- * If @i was the last entry in the list, returns NULL.
537
- *
538
- * Example:
539
- * struct child *second;
540
- * second = ccan_list_next(&parent->children, first, list);
541
- * if (!second)
542
- * printf("No second child!\n");
543
- */
544
- #define ccan_list_next(h, i, member) \
545
- ((ccan_list_typeof(i))ccan_list_entry_or_null(ccan_list_debug(h, \
546
- __FILE__ ":" ccan_stringify(__LINE__)), \
547
- (i)->member.next, \
548
- ccan_list_off_var_((i), member)))
549
-
550
- /**
551
- * ccan_list_prev - get the previous entry in a list
552
- * @h: the ccan_list_head
553
- * @i: a pointer to an entry in the list.
554
- * @member: the ccan_list_node member of the structure
555
- *
556
- * If @i was the first entry in the list, returns NULL.
557
- *
558
- * Example:
559
- * first = ccan_list_prev(&parent->children, second, list);
560
- * if (!first)
561
- * printf("Can't go back to first child?!\n");
562
- */
563
- #define ccan_list_prev(h, i, member) \
564
- ((ccan_list_typeof(i))ccan_list_entry_or_null(ccan_list_debug(h, \
565
- __FILE__ ":" ccan_stringify(__LINE__)), \
566
- (i)->member.prev, \
567
- ccan_list_off_var_((i), member)))
568
-
569
- /**
570
- * ccan_list_append_list - empty one list onto the end of another.
571
- * @to: the list to append into
572
- * @from: the list to empty.
573
- *
574
- * This takes the entire contents of @from and moves it to the end of
575
- * @to. After this @from will be empty.
576
- *
577
- * Example:
578
- * struct ccan_list_head adopter;
579
- *
580
- * ccan_list_append_list(&adopter, &parent->children);
581
- * assert(ccan_list_empty(&parent->children));
582
- * parent->num_children = 0;
583
- */
584
- #define ccan_list_append_list(t, f) ccan_list_append_list_(t, f, \
585
- __FILE__ ":" ccan_stringify(__LINE__))
586
- static inline void ccan_list_append_list_(struct ccan_list_head *to,
587
- struct ccan_list_head *from,
588
- const char *abortstr)
589
- {
590
- struct ccan_list_node *from_tail = ccan_list_debug(from, abortstr)->n.prev;
591
- struct ccan_list_node *to_tail = ccan_list_debug(to, abortstr)->n.prev;
592
-
593
- /* Sew in head and entire list. */
594
- to->n.prev = from_tail;
595
- from_tail->next = &to->n;
596
- to_tail->next = &from->n;
597
- from->n.prev = to_tail;
598
-
599
- /* Now remove head. */
600
- ccan_list_del(&from->n);
601
- ccan_list_head_init(from);
602
- }
603
-
604
- /**
605
- * ccan_list_prepend_list - empty one list into the start of another.
606
- * @to: the list to prepend into
607
- * @from: the list to empty.
608
- *
609
- * This takes the entire contents of @from and moves it to the start
610
- * of @to. After this @from will be empty.
611
- *
612
- * Example:
613
- * ccan_list_prepend_list(&adopter, &parent->children);
614
- * assert(ccan_list_empty(&parent->children));
615
- * parent->num_children = 0;
616
- */
617
- #define ccan_list_prepend_list(t, f) ccan_list_prepend_list_(t, f, CCAN_LIST_LOC)
618
- static inline void ccan_list_prepend_list_(struct ccan_list_head *to,
619
- struct ccan_list_head *from,
620
- const char *abortstr)
621
- {
622
- struct ccan_list_node *from_tail = ccan_list_debug(from, abortstr)->n.prev;
623
- struct ccan_list_node *to_head = ccan_list_debug(to, abortstr)->n.next;
624
-
625
- /* Sew in head and entire list. */
626
- to->n.next = &from->n;
627
- from->n.prev = &to->n;
628
- to_head->prev = from_tail;
629
- from_tail->next = to_head;
630
-
631
- /* Now remove head. */
632
- ccan_list_del(&from->n);
633
- ccan_list_head_init(from);
634
- }
635
-
636
- /* internal macros, do not use directly */
637
- #define ccan_list_for_each_off_dir_(h, i, off, dir) \
638
- for (i = ccan_list_node_to_off_(ccan_list_debug(h, CCAN_LIST_LOC)->n.dir, \
639
- (off)); \
640
- ccan_list_node_from_off_((void *)i, (off)) != &(h)->n; \
641
- i = ccan_list_node_to_off_(ccan_list_node_from_off_((void *)i, (off))->dir, \
642
- (off)))
643
-
644
- #define ccan_list_for_each_safe_off_dir_(h, i, nxt, off, dir) \
645
- for (i = ccan_list_node_to_off_(ccan_list_debug(h, CCAN_LIST_LOC)->n.dir, \
646
- (off)), \
647
- nxt = ccan_list_node_to_off_(ccan_list_node_from_off_(i, (off))->dir, \
648
- (off)); \
649
- ccan_list_node_from_off_(i, (off)) != &(h)->n; \
650
- i = nxt, \
651
- nxt = ccan_list_node_to_off_(ccan_list_node_from_off_(i, (off))->dir, \
652
- (off)))
653
-
654
- /**
655
- * ccan_list_for_each_off - iterate through a list of memory regions.
656
- * @h: the ccan_list_head
657
- * @i: the pointer to a memory region which contains list node data.
658
- * @off: offset(relative to @i) at which list node data resides.
659
- *
660
- * This is a low-level wrapper to iterate @i over the entire list, used to
661
- * implement all other, more high-level, for-each constructs. It's a for loop,
662
- * so you can break and continue as normal.
663
- *
664
- * WARNING! Being the low-level macro that it is, this wrapper doesn't know
665
- * nor care about the type of @i. The only assumption made is that @i points
666
- * to a chunk of memory that at some @offset, relative to @i, contains a
667
- * properly filled `struct ccan_list_node' which in turn contains pointers to
668
- * memory chunks and it's turtles all the way down. With all that in mind
669
- * remember that given the wrong pointer/offset couple this macro will
670
- * happily churn all you memory until SEGFAULT stops it, in other words
671
- * caveat emptor.
672
- *
673
- * It is worth mentioning that one of legitimate use-cases for that wrapper
674
- * is operation on opaque types with known offset for `struct ccan_list_node'
675
- * member(preferably 0), because it allows you not to disclose the type of
676
- * @i.
677
- *
678
- * Example:
679
- * ccan_list_for_each_off(&parent->children, child,
680
- * offsetof(struct child, list))
681
- * printf("Name: %s\n", child->name);
682
- */
683
- #define ccan_list_for_each_off(h, i, off) \
684
- ccan_list_for_each_off_dir_((h),(i),(off),next)
685
-
686
- /**
687
- * ccan_list_for_each_rev_off - iterate through a list of memory regions backwards
688
- * @h: the ccan_list_head
689
- * @i: the pointer to a memory region which contains list node data.
690
- * @off: offset(relative to @i) at which list node data resides.
691
- *
692
- * See ccan_list_for_each_off for details
693
- */
694
- #define ccan_list_for_each_rev_off(h, i, off) \
695
- ccan_list_for_each_off_dir_((h),(i),(off),prev)
696
-
697
- /**
698
- * ccan_list_for_each_safe_off - iterate through a list of memory regions, maybe
699
- * during deletion
700
- * @h: the ccan_list_head
701
- * @i: the pointer to a memory region which contains list node data.
702
- * @nxt: the structure containing the ccan_list_node
703
- * @off: offset(relative to @i) at which list node data resides.
704
- *
705
- * For details see `ccan_list_for_each_off' and `ccan_list_for_each_safe'
706
- * descriptions.
707
- *
708
- * Example:
709
- * ccan_list_for_each_safe_off(&parent->children, child,
710
- * next, offsetof(struct child, list))
711
- * printf("Name: %s\n", child->name);
712
- */
713
- #define ccan_list_for_each_safe_off(h, i, nxt, off) \
714
- ccan_list_for_each_safe_off_dir_((h),(i),(nxt),(off),next)
715
-
716
- /**
717
- * ccan_list_for_each_rev_safe_off - iterate backwards through a list of
718
- * memory regions, maybe during deletion
719
- * @h: the ccan_list_head
720
- * @i: the pointer to a memory region which contains list node data.
721
- * @nxt: the structure containing the ccan_list_node
722
- * @off: offset(relative to @i) at which list node data resides.
723
- *
724
- * For details see `ccan_list_for_each_rev_off' and `ccan_list_for_each_rev_safe'
725
- * descriptions.
726
- *
727
- * Example:
728
- * ccan_list_for_each_rev_safe_off(&parent->children, child,
729
- * next, offsetof(struct child, list))
730
- * printf("Name: %s\n", child->name);
731
- */
732
- #define ccan_list_for_each_rev_safe_off(h, i, nxt, off) \
733
- ccan_list_for_each_safe_off_dir_((h),(i),(nxt),(off),prev)
734
-
735
- /* Other -off variants. */
736
- #define ccan_list_entry_off(n, type, off) \
737
- ((type *)ccan_list_node_from_off_((n), (off)))
738
-
739
- #define ccan_list_head_off(h, type, off) \
740
- ((type *)ccan_list_head_off((h), (off)))
741
-
742
- #define ccan_list_tail_off(h, type, off) \
743
- ((type *)ccan_list_tail_((h), (off)))
744
-
745
- #define ccan_list_add_off(h, n, off) \
746
- ccan_list_add((h), ccan_list_node_from_off_((n), (off)))
747
-
748
- #define ccan_list_del_off(n, off) \
749
- ccan_list_del(ccan_list_node_from_off_((n), (off)))
750
-
751
- #define ccan_list_del_from_off(h, n, off) \
752
- ccan_list_del_from(h, ccan_list_node_from_off_((n), (off)))
753
-
754
- /* Offset helper functions so we only single-evaluate. */
755
- static inline void *ccan_list_node_to_off_(struct ccan_list_node *node, size_t off)
756
- {
757
- return (void *)((char *)node - off);
758
- }
759
- static inline struct ccan_list_node *ccan_list_node_from_off_(void *ptr, size_t off)
760
- {
761
- return (struct ccan_list_node *)((char *)ptr + off);
762
- }
763
-
764
- /* Get the offset of the member, but make sure it's a ccan_list_node. */
765
- #define ccan_list_off_(type, member) \
766
- (ccan_container_off(type, member) + \
767
- ccan_check_type(((type *)0)->member, struct ccan_list_node))
768
-
769
- #define ccan_list_off_var_(var, member) \
770
- (ccan_container_off_var(var, member) + \
771
- ccan_check_type(var->member, struct ccan_list_node))
772
-
773
- #if HAVE_TYPEOF
774
- #define ccan_list_typeof(var) typeof(var)
775
- #else
776
- #define ccan_list_typeof(var) void *
777
- #endif
778
-
779
- /* Returns member, or NULL if at end of list. */
780
- static inline void *ccan_list_entry_or_null(const struct ccan_list_head *h,
781
- const struct ccan_list_node *n,
782
- size_t off)
783
- {
784
- if (n == &h->n)
785
- return NULL;
786
- return (char *)n - off;
787
- }
788
-
789
- #endif /* CCAN_LIST_H */