datadog-ruby_core_source 3.3.6 → 3.3.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.datadog.md +7 -1
- data/datadog-ruby_core_source.gemspec +6 -1
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/id.h +7 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/array.h +1 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/basic_operators.h +2 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/bits.h +82 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/class.h +1 -1
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/encoding.h +2 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/error.h +2 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/fixnum.h +1 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/gc.h +23 -28
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/hash.h +1 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/imemo.h +7 -1
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/io.h +4 -1
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/parse.h +14 -2
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/ractor.h +4 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/sanitizers.h +36 -3
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/string.h +34 -18
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/thread.h +29 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/vm.h +3 -3
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/method.h +1 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/ast.h +2146 -453
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/defines.h +44 -7
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/diagnostic.h +24 -6
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/extension.h +2 -2
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/node.h +0 -21
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/options.h +94 -3
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/parser.h +82 -40
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/prism.h +47 -11
- data/lib/datadog/ruby_core_source/ruby-3.4.0-rc1/prism/regexp.h +43 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/static_literals.h +3 -2
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_char.h +1 -2
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_constant_pool.h +0 -8
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_integer.h +22 -15
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_newline_list.h +11 -0
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_string.h +28 -12
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/version.h +3 -3
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism_compile.h +23 -12
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ractor_core.h +8 -20
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/rubyparser.h +168 -249
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/shape.h +2 -1
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/thread_pthread.h +26 -25
- data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/vm_core.h +62 -48
- data/lib/datadog/ruby_core_source/version.rb +1 -1
- data/lib/datadog/ruby_core_source.rb +14 -1
- metadata +109 -372
- data/.github/workflows/publish.yml +0 -18
- data/.gitignore +0 -7
- data/.idea/vcs.xml +0 -28
- data/CHANGELOG.md +0 -284
- data/CONTRIBUTING.md +0 -2
- data/Gemfile +0 -4
- data/Rakefile +0 -73
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/addr2line.h +0 -21
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/constant.h +0 -50
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/debug_counter.h +0 -109
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/dln.h +0 -51
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/encindex.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/eval_intern.h +0 -334
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/gc.h +0 -116
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/id_table.h +0 -31
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/insns.inc +0 -217
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/insns_info.inc +0 -1570
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/known_errors.inc +0 -746
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/node_name.inc +0 -198
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/opt_sc.inc +0 -1601
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/optinsn.inc +0 -103
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/optunifs.inc +0 -61
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/parse.h +0 -206
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/probes_helper.h +0 -43
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/regint.h +0 -938
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/regparse.h +0 -370
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/revision.h +0 -1
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/symbol.h +0 -108
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/thread_win32.h +0 -36
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/timev.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/transcode_data.h +0 -139
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/version.h +0 -73
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/vm.inc +0 -3667
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/vm_call_iseq_optimized.inc +0 -213
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/vm_exec.h +0 -192
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/vm_insnhelper.h +0 -255
- data/lib/datadog/ruby_core_source/ruby-2.5.0-p0/vmtc.inc +0 -214
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/addr2line.h +0 -21
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/constant.h +0 -51
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/debug_counter.h +0 -109
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/dln.h +0 -51
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/encindex.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/eval_intern.h +0 -334
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/gc.h +0 -116
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/id_table.h +0 -31
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/insns.inc +0 -217
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/insns_info.inc +0 -1570
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/known_errors.inc +0 -746
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/node_name.inc +0 -198
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/opt_sc.inc +0 -1601
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/optinsn.inc +0 -103
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/optunifs.inc +0 -61
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/parse.h +0 -206
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/probes_helper.h +0 -43
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/regint.h +0 -938
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/regparse.h +0 -370
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/revision.h +0 -1
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/symbol.h +0 -108
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/thread_win32.h +0 -36
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/timev.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/transcode_data.h +0 -139
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/version.h +0 -73
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/vm.inc +0 -3667
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/vm_call_iseq_optimized.inc +0 -213
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/vm_exec.h +0 -192
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/vm_insnhelper.h +0 -255
- data/lib/datadog/ruby_core_source/ruby-2.5.1-p57/vmtc.inc +0 -214
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/addr2line.h +0 -21
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/constant.h +0 -51
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/debug_counter.h +0 -109
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/dln.h +0 -51
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/encindex.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/eval_intern.h +0 -334
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/gc.h +0 -116
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/id_table.h +0 -31
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/insns.inc +0 -217
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/insns_info.inc +0 -1570
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/known_errors.inc +0 -746
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/node_name.inc +0 -198
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/opt_sc.inc +0 -1601
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/optinsn.inc +0 -103
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/optunifs.inc +0 -61
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/parse.h +0 -200
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/probes_helper.h +0 -43
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/regint.h +0 -938
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/regparse.h +0 -370
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/revision.h +0 -1
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/symbol.h +0 -108
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/thread_win32.h +0 -36
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/timev.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/transcode_data.h +0 -139
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/version.h +0 -73
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/vm.inc +0 -3667
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/vm_call_iseq_optimized.inc +0 -213
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/vm_exec.h +0 -192
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/vm_insnhelper.h +0 -255
- data/lib/datadog/ruby_core_source/ruby-2.5.4-p155/vmtc.inc +0 -214
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/addr2line.h +0 -22
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/builtin.h +0 -117
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/constant.h +0 -53
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/darray.h +0 -246
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/debug_counter.h +0 -423
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/dln.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/encindex.h +0 -70
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/eval_intern.h +0 -343
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/hrtime.h +0 -227
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/insns.inc +0 -251
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/insns_info.inc +0 -9215
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/known_errors.inc +0 -791
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/node_name.inc +0 -212
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/optinsn.inc +0 -128
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/optunifs.inc +0 -43
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/parse.h +0 -243
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/parser_bits.h +0 -564
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/parser_node.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/probes_helper.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/regint.h +0 -1004
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/regparse.h +0 -371
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/revision.h +0 -5
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/rjit.h +0 -101
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/rjit_c.h +0 -164
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/symbol.h +0 -118
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/thread_win32.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/timev.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/transcode_data.h +0 -138
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/variable.h +0 -39
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/version.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm.inc +0 -5436
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm_call_iseq_optimized.inc +0 -244
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm_callinfo.h +0 -619
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm_exec.h +0 -199
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm_insnhelper.h +0 -261
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vm_sync.h +0 -137
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/vmtc.inc +0 -245
- data/lib/datadog/ruby_core_source/ruby-3.3.0-p0/yjit.h +0 -72
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/addr2line.h +0 -22
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/builtin.h +0 -117
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/constant.h +0 -53
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/darray.h +0 -246
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/debug_counter.h +0 -423
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/dln.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/encindex.h +0 -70
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/eval_intern.h +0 -343
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/hrtime.h +0 -227
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/insns.inc +0 -251
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/insns_info.inc +0 -9215
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/known_errors.inc +0 -791
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/node_name.inc +0 -212
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/optinsn.inc +0 -128
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/optunifs.inc +0 -43
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/parse.h +0 -243
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/parser_bits.h +0 -564
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/parser_node.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/probes_helper.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/regint.h +0 -1006
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/regparse.h +0 -371
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/revision.h +0 -5
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/rjit.h +0 -101
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/rjit_c.h +0 -164
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/symbol.h +0 -118
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/thread_win32.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/timev.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/transcode_data.h +0 -138
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/variable.h +0 -39
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/version.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm.inc +0 -5436
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm_call_iseq_optimized.inc +0 -244
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm_callinfo.h +0 -614
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm_exec.h +0 -199
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm_insnhelper.h +0 -261
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vm_sync.h +0 -137
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/vmtc.inc +0 -245
- data/lib/datadog/ruby_core_source/ruby-3.3.5-p100/yjit.h +0 -72
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/addr2line.h +0 -22
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/builtin.h +0 -119
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/constant.h +0 -53
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/darray.h +0 -191
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/debug_counter.h +0 -423
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/dln.h +0 -34
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/encindex.h +0 -70
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/eval_intern.h +0 -324
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/hrtime.h +0 -237
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/insns.inc +0 -259
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/insns_info.inc +0 -9530
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/known_errors.inc +0 -1419
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/node_name.inc +0 -224
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/optinsn.inc +0 -128
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/optunifs.inc +0 -43
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/parse.h +0 -243
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/parser_bits.h +0 -564
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/parser_node.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/prism/regexp.h +0 -33
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/prism/util/pm_string_list.h +0 -44
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/probes_helper.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/regint.h +0 -1010
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/regparse.h +0 -371
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/revision.h +0 -5
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/rjit.h +0 -101
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/rjit_c.h +0 -165
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/symbol.h +0 -118
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/thread_win32.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/timev.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/transcode_data.h +0 -138
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/variable.h +0 -39
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/version.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm.inc +0 -5643
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm_call_iseq_optimized.inc +0 -244
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm_callinfo.h +0 -605
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm_exec.h +0 -199
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm_insnhelper.h +0 -272
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vm_sync.h +0 -137
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/vmtc.inc +0 -253
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview1/yjit.h +0 -79
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/addr2line.h +0 -22
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/builtin.h +0 -119
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/constant.h +0 -53
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/darray.h +0 -209
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/debug_counter.h +0 -423
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/dln.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/encindex.h +0 -70
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/eval_intern.h +0 -324
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/hrtime.h +0 -237
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/insns.inc +0 -265
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/insns_info.inc +0 -9902
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/known_errors.inc +0 -1419
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/node_name.inc +0 -224
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/optinsn.inc +0 -128
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/optunifs.inc +0 -43
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/parse.h +0 -244
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/parser_bits.h +0 -564
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/parser_node.h +0 -32
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/probes_helper.h +0 -42
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/regenc.h +0 -254
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/regint.h +0 -1006
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/regparse.h +0 -371
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/revision.h +0 -5
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/rjit.h +0 -101
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/rjit_c.h +0 -165
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/siphash.h +0 -48
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/symbol.h +0 -123
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/thread_win32.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/timev.h +0 -58
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/transcode_data.h +0 -138
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/variable.h +0 -39
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/version.h +0 -69
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm.inc +0 -5840
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm_call_iseq_optimized.inc +0 -244
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm_callinfo.h +0 -627
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm_exec.h +0 -199
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm_insnhelper.h +0 -277
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vm_sync.h +0 -137
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/vmtc.inc +0 -259
- data/lib/datadog/ruby_core_source/ruby-3.4.0-preview2/yjit.h +0 -79
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ccan/build_assert/build_assert.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ccan/check_type/check_type.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ccan/container_of/container_of.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ccan/list/list.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ccan/str/str.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/id_table.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/bignum.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/cmdlineopt.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/compar.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/compile.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/compilers.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/complex.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/cont.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/dir.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/enc.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/enum.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/enumerator.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/eval.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/file.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/inits.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/load.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/loadpath.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/math.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/missing.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/numeric.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/object.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/proc.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/process.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/random.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/range.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/rational.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/re.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/ruby_parser.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/serial.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/signal.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/st.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/static_assert.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/struct.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/symbol.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/time.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/transcode.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/util.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/variable.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal/warnings.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/internal.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/iseq.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/node.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/parser_st.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/parser_value.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/encoding.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/pack.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/prettyprint.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_buffer.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_list.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_memchr.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_strncasecmp.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/prism/util/pm_strpbrk.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ruby_assert.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/ruby_atomic.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/thread_none.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/vm_debug.h +0 -0
- /data/lib/datadog/ruby_core_source/{ruby-3.4.0-preview1 → ruby-3.4.0-rc1}/vm_opts.h +0 -0
@@ -1,1004 +0,0 @@
|
|
1
|
-
#ifndef ONIGMO_REGINT_H
|
2
|
-
#define ONIGMO_REGINT_H
|
3
|
-
/**********************************************************************
|
4
|
-
regint.h - Onigmo (Oniguruma-mod) (regular expression library)
|
5
|
-
**********************************************************************/
|
6
|
-
/*-
|
7
|
-
* Copyright (c) 2002-2013 K.Kosako <sndgk393 AT ybb DOT ne DOT jp>
|
8
|
-
* Copyright (c) 2011-2016 K.Takata <kentkt AT csc DOT jp>
|
9
|
-
* All rights reserved.
|
10
|
-
*
|
11
|
-
* Redistribution and use in source and binary forms, with or without
|
12
|
-
* modification, are permitted provided that the following conditions
|
13
|
-
* are met:
|
14
|
-
* 1. Redistributions of source code must retain the above copyright
|
15
|
-
* notice, this list of conditions and the following disclaimer.
|
16
|
-
* 2. Redistributions in binary form must reproduce the above copyright
|
17
|
-
* notice, this list of conditions and the following disclaimer in the
|
18
|
-
* documentation and/or other materials provided with the distribution.
|
19
|
-
*
|
20
|
-
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
21
|
-
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
22
|
-
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
23
|
-
* ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
24
|
-
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
25
|
-
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
26
|
-
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
27
|
-
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
28
|
-
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
29
|
-
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
30
|
-
* SUCH DAMAGE.
|
31
|
-
*/
|
32
|
-
|
33
|
-
/* for debug */
|
34
|
-
/* #define ONIG_DEBUG_PARSE_TREE */
|
35
|
-
/* #define ONIG_DEBUG_COMPILE */
|
36
|
-
/* #define ONIG_DEBUG_SEARCH */
|
37
|
-
/* #define ONIG_DEBUG_MATCH */
|
38
|
-
/* #define ONIG_DEBUG_MATCH_CACHE */
|
39
|
-
/* #define ONIG_DEBUG_MEMLEAK */
|
40
|
-
/* #define ONIG_DONT_OPTIMIZE */
|
41
|
-
|
42
|
-
/* for byte-code statistical data. */
|
43
|
-
/* #define ONIG_DEBUG_STATISTICS */
|
44
|
-
|
45
|
-
/* enable the match optimization by using a cache. */
|
46
|
-
#define USE_MATCH_CACHE
|
47
|
-
|
48
|
-
#if defined(ONIG_DEBUG_PARSE_TREE) || defined(ONIG_DEBUG_MATCH) || \
|
49
|
-
defined(ONIG_DEBUG_SEARCH) || defined(ONIG_DEBUG_COMPILE) || \
|
50
|
-
defined(ONIG_DEBUG_STATISTICS) || defined(ONIG_DEBUG_MEMLEAK)
|
51
|
-
# ifndef ONIG_DEBUG
|
52
|
-
# define ONIG_DEBUG
|
53
|
-
# endif
|
54
|
-
#endif
|
55
|
-
|
56
|
-
/* __POWERPC__ added to accommodate Darwin case. */
|
57
|
-
#ifndef UNALIGNED_WORD_ACCESS
|
58
|
-
# if defined(__i386) || defined(__i386__) || defined(_M_IX86) || \
|
59
|
-
defined(__x86_64) || defined(__x86_64__) || defined(_M_AMD64) || \
|
60
|
-
defined(__powerpc64__) || defined(__POWERPC__) || defined(__aarch64__) || \
|
61
|
-
defined(__mc68020__)
|
62
|
-
# define UNALIGNED_WORD_ACCESS 1
|
63
|
-
# else
|
64
|
-
# define UNALIGNED_WORD_ACCESS 0
|
65
|
-
# endif
|
66
|
-
#endif
|
67
|
-
|
68
|
-
#if UNALIGNED_WORD_ACCESS
|
69
|
-
# define PLATFORM_UNALIGNED_WORD_ACCESS
|
70
|
-
#endif
|
71
|
-
|
72
|
-
/* config */
|
73
|
-
/* spec. config */
|
74
|
-
#define USE_NAMED_GROUP
|
75
|
-
#define USE_SUBEXP_CALL
|
76
|
-
#define USE_PERL_SUBEXP_CALL
|
77
|
-
#define USE_CAPITAL_P_NAMED_GROUP
|
78
|
-
#define USE_BACKREF_WITH_LEVEL /* \k<name+n>, \k<name-n> */
|
79
|
-
#define USE_MONOMANIAC_CHECK_CAPTURES_IN_ENDLESS_REPEAT /* /(?:()|())*\2/ */
|
80
|
-
#define USE_NEWLINE_AT_END_OF_STRING_HAS_EMPTY_LINE /* /\n$/ =~ "\n" */
|
81
|
-
#define USE_WARNING_REDUNDANT_NESTED_REPEAT_OPERATOR
|
82
|
-
/* !!! moved to regenc.h. */ /* #define USE_CRNL_AS_LINE_TERMINATOR */
|
83
|
-
#define USE_NO_INVALID_QUANTIFIER
|
84
|
-
|
85
|
-
/* internal config */
|
86
|
-
/* #define USE_OP_PUSH_OR_JUMP_EXACT */
|
87
|
-
#define USE_QTFR_PEEK_NEXT
|
88
|
-
#define USE_ST_LIBRARY
|
89
|
-
#define USE_SUNDAY_QUICK_SEARCH
|
90
|
-
|
91
|
-
#define INIT_MATCH_STACK_SIZE 160
|
92
|
-
#define DEFAULT_MATCH_STACK_LIMIT_SIZE 0 /* unlimited */
|
93
|
-
#define DEFAULT_PARSE_DEPTH_LIMIT 4096
|
94
|
-
|
95
|
-
#define OPT_EXACT_MAXLEN 24
|
96
|
-
|
97
|
-
/* check config */
|
98
|
-
#if defined(USE_PERL_SUBEXP_CALL) || defined(USE_CAPITAL_P_NAMED_GROUP)
|
99
|
-
# if !defined(USE_NAMED_GROUP) || !defined(USE_SUBEXP_CALL)
|
100
|
-
# error USE_NAMED_GROUP and USE_SUBEXP_CALL must be defined.
|
101
|
-
# endif
|
102
|
-
#endif
|
103
|
-
|
104
|
-
#if defined(__GNUC__)
|
105
|
-
# define ARG_UNUSED __attribute__ ((unused))
|
106
|
-
#else
|
107
|
-
# define ARG_UNUSED
|
108
|
-
#endif
|
109
|
-
|
110
|
-
#if !defined(RUBY) && defined(RUBY_EXPORT)
|
111
|
-
# define RUBY
|
112
|
-
#endif
|
113
|
-
#ifdef RUBY
|
114
|
-
# ifndef RUBY_DEFINES_H
|
115
|
-
# include "ruby/ruby.h"
|
116
|
-
# undef xmalloc
|
117
|
-
# undef xrealloc
|
118
|
-
# undef xcalloc
|
119
|
-
# undef xfree
|
120
|
-
# endif
|
121
|
-
#else /* RUBY */
|
122
|
-
# include "config.h"
|
123
|
-
# if SIZEOF_LONG_LONG > 0
|
124
|
-
# define LONG_LONG long long
|
125
|
-
# endif
|
126
|
-
#endif /* RUBY */
|
127
|
-
|
128
|
-
#include <stdarg.h>
|
129
|
-
|
130
|
-
/* */
|
131
|
-
/* escape other system UChar definition */
|
132
|
-
#ifdef ONIG_ESCAPE_UCHAR_COLLISION
|
133
|
-
# undef ONIG_ESCAPE_UCHAR_COLLISION
|
134
|
-
#endif
|
135
|
-
|
136
|
-
#define USE_WORD_BEGIN_END /* "\<": word-begin, "\>": word-end */
|
137
|
-
#ifdef RUBY
|
138
|
-
# undef USE_CAPTURE_HISTORY
|
139
|
-
#else
|
140
|
-
# define USE_CAPTURE_HISTORY
|
141
|
-
#endif
|
142
|
-
#define USE_VARIABLE_META_CHARS
|
143
|
-
#define USE_FIND_LONGEST_SEARCH_ALL_OF_RANGE
|
144
|
-
/* #define USE_COMBINATION_EXPLOSION_CHECK */ /* (X*)* */
|
145
|
-
|
146
|
-
|
147
|
-
#ifndef xmalloc
|
148
|
-
# define xmalloc malloc
|
149
|
-
# define xrealloc realloc
|
150
|
-
# define xcalloc calloc
|
151
|
-
# define xfree free
|
152
|
-
#endif
|
153
|
-
|
154
|
-
#ifdef RUBY
|
155
|
-
|
156
|
-
# define CHECK_INTERRUPT_IN_MATCH_AT do { \
|
157
|
-
msa->counter++; \
|
158
|
-
if (msa->counter >= 128) { \
|
159
|
-
msa->counter = 0; \
|
160
|
-
rb_reg_check_timeout(reg, &msa->end_time); \
|
161
|
-
rb_thread_check_ints(); \
|
162
|
-
} \
|
163
|
-
} while(0)
|
164
|
-
# define onig_st_init_table st_init_table
|
165
|
-
# define onig_st_init_table_with_size st_init_table_with_size
|
166
|
-
# define onig_st_init_numtable st_init_numtable
|
167
|
-
# define onig_st_init_numtable_with_size st_init_numtable_with_size
|
168
|
-
# define onig_st_init_strtable st_init_strtable
|
169
|
-
# define onig_st_init_strtable_with_size st_init_strtable_with_size
|
170
|
-
# define onig_st_delete st_delete
|
171
|
-
# define onig_st_delete_safe st_delete_safe
|
172
|
-
# define onig_st_insert st_insert
|
173
|
-
# define onig_st_lookup st_lookup
|
174
|
-
# define onig_st_foreach st_foreach
|
175
|
-
# define onig_st_add_direct st_add_direct
|
176
|
-
# define onig_st_free_table st_free_table
|
177
|
-
# define onig_st_cleanup_safe st_cleanup_safe
|
178
|
-
# define onig_st_copy st_copy
|
179
|
-
# define onig_st_nothing_key_clone st_nothing_key_clone
|
180
|
-
# define onig_st_nothing_key_free st_nothing_key_free
|
181
|
-
# define onig_st_is_member st_is_member
|
182
|
-
|
183
|
-
# define USE_UPPER_CASE_TABLE
|
184
|
-
#else /* RUBY */
|
185
|
-
|
186
|
-
# define CHECK_INTERRUPT_IN_MATCH_AT
|
187
|
-
|
188
|
-
# define st_init_table onig_st_init_table
|
189
|
-
# define st_init_table_with_size onig_st_init_table_with_size
|
190
|
-
# define st_init_numtable onig_st_init_numtable
|
191
|
-
# define st_init_numtable_with_size onig_st_init_numtable_with_size
|
192
|
-
# define st_init_strtable onig_st_init_strtable
|
193
|
-
# define st_init_strtable_with_size onig_st_init_strtable_with_size
|
194
|
-
# define st_delete onig_st_delete
|
195
|
-
# define st_delete_safe onig_st_delete_safe
|
196
|
-
# define st_insert onig_st_insert
|
197
|
-
# define st_lookup onig_st_lookup
|
198
|
-
# define st_foreach onig_st_foreach
|
199
|
-
# define st_add_direct onig_st_add_direct
|
200
|
-
# define st_free_table onig_st_free_table
|
201
|
-
# define st_cleanup_safe onig_st_cleanup_safe
|
202
|
-
# define st_copy onig_st_copy
|
203
|
-
# define st_nothing_key_clone onig_st_nothing_key_clone
|
204
|
-
# define st_nothing_key_free onig_st_nothing_key_free
|
205
|
-
/* */
|
206
|
-
# define onig_st_is_member st_is_member
|
207
|
-
|
208
|
-
#endif /* RUBY */
|
209
|
-
|
210
|
-
#define STATE_CHECK_STRING_THRESHOLD_LEN 7
|
211
|
-
#define STATE_CHECK_BUFF_MAX_SIZE 0x4000
|
212
|
-
|
213
|
-
#define xmemset memset
|
214
|
-
#define xmemcpy memcpy
|
215
|
-
#define xmemmove memmove
|
216
|
-
|
217
|
-
#if ((defined(RUBY_MSVCRT_VERSION) && RUBY_MSVCRT_VERSION >= 90) \
|
218
|
-
|| (!defined(RUBY_MSVCRT_VERSION) && defined(_WIN32))) \
|
219
|
-
&& !defined(__GNUC__)
|
220
|
-
# define xalloca _alloca
|
221
|
-
# define xvsnprintf(buf,size,fmt,args) _vsnprintf_s(buf,size,_TRUNCATE,fmt,args)
|
222
|
-
# define xsnprintf sprintf_s
|
223
|
-
# define xstrcat(dest,src,size) strcat_s(dest,size,src)
|
224
|
-
#else
|
225
|
-
# define xalloca alloca
|
226
|
-
# define xvsnprintf vsnprintf
|
227
|
-
# define xsnprintf snprintf
|
228
|
-
# define xstrcat(dest,src,size) strcat(dest,src)
|
229
|
-
#endif
|
230
|
-
|
231
|
-
#if defined(ONIG_DEBUG_MEMLEAK) && defined(_MSC_VER)
|
232
|
-
# define _CRTDBG_MAP_ALLOC
|
233
|
-
# include <malloc.h>
|
234
|
-
# include <crtdbg.h>
|
235
|
-
#endif
|
236
|
-
|
237
|
-
#include <stdlib.h>
|
238
|
-
|
239
|
-
#if defined(HAVE_ALLOCA_H) && (defined(_AIX) || !defined(__GNUC__))
|
240
|
-
# include <alloca.h>
|
241
|
-
#endif
|
242
|
-
|
243
|
-
#include <string.h>
|
244
|
-
|
245
|
-
#include <ctype.h>
|
246
|
-
#ifdef HAVE_SYS_TYPES_H
|
247
|
-
# include <sys/types.h>
|
248
|
-
#endif
|
249
|
-
|
250
|
-
#ifdef HAVE_STDINT_H
|
251
|
-
# include <stdint.h>
|
252
|
-
#endif
|
253
|
-
|
254
|
-
#ifdef HAVE_INTTYPES_H
|
255
|
-
# include <inttypes.h>
|
256
|
-
#endif
|
257
|
-
|
258
|
-
#include <stddef.h>
|
259
|
-
|
260
|
-
#ifdef _WIN32
|
261
|
-
# include <malloc.h> /* for alloca() */
|
262
|
-
#endif
|
263
|
-
|
264
|
-
#ifdef ONIG_DEBUG
|
265
|
-
# include <stdio.h>
|
266
|
-
#endif
|
267
|
-
|
268
|
-
#ifdef _WIN32
|
269
|
-
# if defined(_MSC_VER) && (_MSC_VER < 1300)
|
270
|
-
# ifndef _INTPTR_T_DEFINED
|
271
|
-
# define _INTPTR_T_DEFINED
|
272
|
-
typedef int intptr_t;
|
273
|
-
# endif
|
274
|
-
# ifndef _UINTPTR_T_DEFINED
|
275
|
-
# define _UINTPTR_T_DEFINED
|
276
|
-
typedef unsigned int uintptr_t;
|
277
|
-
# endif
|
278
|
-
# endif
|
279
|
-
#endif /* _WIN32 */
|
280
|
-
|
281
|
-
#ifndef PRIdPTR
|
282
|
-
# ifdef _WIN64
|
283
|
-
# define PRIdPTR "I64d"
|
284
|
-
# define PRIuPTR "I64u"
|
285
|
-
# define PRIxPTR "I64x"
|
286
|
-
# else
|
287
|
-
# define PRIdPTR "ld"
|
288
|
-
# define PRIuPTR "lu"
|
289
|
-
# define PRIxPTR "lx"
|
290
|
-
# endif
|
291
|
-
#endif
|
292
|
-
|
293
|
-
#ifndef PRIdPTRDIFF
|
294
|
-
# define PRIdPTRDIFF PRIdPTR
|
295
|
-
#endif
|
296
|
-
|
297
|
-
#include "regenc.h"
|
298
|
-
|
299
|
-
RUBY_SYMBOL_EXPORT_BEGIN
|
300
|
-
|
301
|
-
#ifdef MIN
|
302
|
-
# undef MIN
|
303
|
-
#endif
|
304
|
-
#ifdef MAX
|
305
|
-
# undef MAX
|
306
|
-
#endif
|
307
|
-
#define MIN(a,b) (((a)>(b))?(b):(a))
|
308
|
-
#define MAX(a,b) (((a)<(b))?(b):(a))
|
309
|
-
|
310
|
-
#define IS_NULL(p) (((void*)(p)) == (void*)0)
|
311
|
-
#define IS_NOT_NULL(p) (((void*)(p)) != (void*)0)
|
312
|
-
#define CHECK_NULL_RETURN(p) if (IS_NULL(p)) return NULL
|
313
|
-
#define CHECK_NULL_RETURN_MEMERR(p) if (IS_NULL(p)) return ONIGERR_MEMORY
|
314
|
-
#define NULL_UCHARP ((UChar* )0)
|
315
|
-
|
316
|
-
#define ONIG_LAST_CODE_POINT (~((OnigCodePoint )0))
|
317
|
-
|
318
|
-
#define PLATFORM_GET_INC_ARGUMENTS_ASSERT(val, type) \
|
319
|
-
((void)sizeof(char[2 * (sizeof(val) == sizeof(type)) - 1]))
|
320
|
-
|
321
|
-
#ifdef PLATFORM_UNALIGNED_WORD_ACCESS
|
322
|
-
|
323
|
-
# define PLATFORM_GET_INC(val,p,type) do{\
|
324
|
-
PLATFORM_GET_INC_ARGUMENTS_ASSERT(val, type);\
|
325
|
-
val = *(type* )p;\
|
326
|
-
(p) += sizeof(type);\
|
327
|
-
} while(0)
|
328
|
-
|
329
|
-
#else
|
330
|
-
|
331
|
-
# define PLATFORM_GET_INC(val,p,type) do{\
|
332
|
-
PLATFORM_GET_INC_ARGUMENTS_ASSERT(val, type);\
|
333
|
-
type platform_get_value;\
|
334
|
-
xmemcpy(&platform_get_value, (p), sizeof(type));\
|
335
|
-
val = platform_get_value;\
|
336
|
-
(p) += sizeof(type);\
|
337
|
-
} while(0)
|
338
|
-
|
339
|
-
/* sizeof(OnigCodePoint) */
|
340
|
-
# define WORD_ALIGNMENT_SIZE SIZEOF_LONG
|
341
|
-
|
342
|
-
# define GET_ALIGNMENT_PAD_SIZE(addr,pad_size) do {\
|
343
|
-
(pad_size) = WORD_ALIGNMENT_SIZE \
|
344
|
-
- ((uintptr_t )(addr) % WORD_ALIGNMENT_SIZE);\
|
345
|
-
if ((pad_size) == WORD_ALIGNMENT_SIZE) (pad_size) = 0;\
|
346
|
-
} while (0)
|
347
|
-
|
348
|
-
# define ALIGNMENT_RIGHT(addr) do {\
|
349
|
-
(addr) += (WORD_ALIGNMENT_SIZE - 1);\
|
350
|
-
(addr) -= ((uintptr_t )(addr) % WORD_ALIGNMENT_SIZE);\
|
351
|
-
} while (0)
|
352
|
-
|
353
|
-
#endif /* PLATFORM_UNALIGNED_WORD_ACCESS */
|
354
|
-
|
355
|
-
/* stack pop level */
|
356
|
-
#define STACK_POP_LEVEL_FREE 0
|
357
|
-
#define STACK_POP_LEVEL_MEM_START 1
|
358
|
-
#define STACK_POP_LEVEL_ALL 2
|
359
|
-
|
360
|
-
/* optimize flags */
|
361
|
-
#define ONIG_OPTIMIZE_NONE 0
|
362
|
-
#define ONIG_OPTIMIZE_EXACT 1 /* Slow Search */
|
363
|
-
#define ONIG_OPTIMIZE_EXACT_BM 2 /* Boyer Moore Search */
|
364
|
-
#define ONIG_OPTIMIZE_EXACT_BM_NOT_REV 3 /* BM (applied to a multibyte string) */
|
365
|
-
#define ONIG_OPTIMIZE_EXACT_IC 4 /* Slow Search (ignore case) */
|
366
|
-
#define ONIG_OPTIMIZE_MAP 5 /* char map */
|
367
|
-
#define ONIG_OPTIMIZE_EXACT_BM_IC 6 /* BM (ignore case) */
|
368
|
-
#define ONIG_OPTIMIZE_EXACT_BM_NOT_REV_IC 7 /* BM (applied to a multibyte string) (ignore case) */
|
369
|
-
|
370
|
-
/* bit status */
|
371
|
-
typedef unsigned int BitStatusType;
|
372
|
-
|
373
|
-
#define BIT_STATUS_BITS_NUM (sizeof(BitStatusType) * 8)
|
374
|
-
#define BIT_STATUS_CLEAR(stats) (stats) = 0
|
375
|
-
#define BIT_STATUS_ON_ALL(stats) (stats) = ~((BitStatusType )0)
|
376
|
-
#define BIT_STATUS_AT(stats,n) \
|
377
|
-
((n) < (int )BIT_STATUS_BITS_NUM ? ((stats) & ((BitStatusType )1 << n)) : ((stats) & 1))
|
378
|
-
|
379
|
-
#define BIT_STATUS_ON_AT(stats,n) do {\
|
380
|
-
if ((n) < (int )BIT_STATUS_BITS_NUM)\
|
381
|
-
(stats) |= (1 << (n));\
|
382
|
-
else\
|
383
|
-
(stats) |= 1;\
|
384
|
-
} while (0)
|
385
|
-
|
386
|
-
#define BIT_STATUS_ON_AT_SIMPLE(stats,n) do {\
|
387
|
-
if ((n) < (int )BIT_STATUS_BITS_NUM)\
|
388
|
-
(stats) |= (1 << (n));\
|
389
|
-
} while (0)
|
390
|
-
|
391
|
-
|
392
|
-
#define INT_MAX_LIMIT ((1UL << (SIZEOF_INT * 8 - 1)) - 1)
|
393
|
-
#define LONG_MAX_LIMIT ((1UL << (SIZEOF_LONG * 8 - 1)) - 1)
|
394
|
-
|
395
|
-
#define DIGITVAL(code) ((code) - '0')
|
396
|
-
#define ODIGITVAL(code) DIGITVAL(code)
|
397
|
-
#define XDIGITVAL(enc,code) \
|
398
|
-
(ONIGENC_IS_CODE_DIGIT(enc,code) ? DIGITVAL(code) \
|
399
|
-
: (ONIGENC_IS_CODE_UPPER(enc,code) ? (code) - 'A' + 10 : (code) - 'a' + 10))
|
400
|
-
|
401
|
-
#define IS_SINGLELINE(option) ((option) & ONIG_OPTION_SINGLELINE)
|
402
|
-
#define IS_MULTILINE(option) ((option) & ONIG_OPTION_MULTILINE)
|
403
|
-
#define IS_IGNORECASE(option) ((option) & ONIG_OPTION_IGNORECASE)
|
404
|
-
#define IS_EXTEND(option) ((option) & ONIG_OPTION_EXTEND)
|
405
|
-
#define IS_FIND_LONGEST(option) ((option) & ONIG_OPTION_FIND_LONGEST)
|
406
|
-
#define IS_FIND_NOT_EMPTY(option) ((option) & ONIG_OPTION_FIND_NOT_EMPTY)
|
407
|
-
#define IS_FIND_CONDITION(option) ((option) & \
|
408
|
-
(ONIG_OPTION_FIND_LONGEST | ONIG_OPTION_FIND_NOT_EMPTY))
|
409
|
-
#define IS_NOTBOL(option) ((option) & ONIG_OPTION_NOTBOL)
|
410
|
-
#define IS_NOTEOL(option) ((option) & ONIG_OPTION_NOTEOL)
|
411
|
-
#define IS_NOTBOS(option) ((option) & ONIG_OPTION_NOTBOS)
|
412
|
-
#define IS_NOTEOS(option) ((option) & ONIG_OPTION_NOTEOS)
|
413
|
-
#define IS_ASCII_RANGE(option) ((option) & ONIG_OPTION_ASCII_RANGE)
|
414
|
-
#define IS_POSIX_BRACKET_ALL_RANGE(option) ((option) & ONIG_OPTION_POSIX_BRACKET_ALL_RANGE)
|
415
|
-
#define IS_WORD_BOUND_ALL_RANGE(option) ((option) & ONIG_OPTION_WORD_BOUND_ALL_RANGE)
|
416
|
-
#define IS_NEWLINE_CRLF(option) ((option) & ONIG_OPTION_NEWLINE_CRLF)
|
417
|
-
|
418
|
-
/* OP_SET_OPTION is required for these options.
|
419
|
-
#define IS_DYNAMIC_OPTION(option) \
|
420
|
-
(((option) & (ONIG_OPTION_MULTILINE | ONIG_OPTION_IGNORECASE)) != 0)
|
421
|
-
*/
|
422
|
-
/* ignore-case and multibyte status are included in compiled code. */
|
423
|
-
#define IS_DYNAMIC_OPTION(option) 0
|
424
|
-
|
425
|
-
#define DISABLE_CASE_FOLD_MULTI_CHAR(case_fold_flag) \
|
426
|
-
((case_fold_flag) & ~INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR)
|
427
|
-
|
428
|
-
#define REPEAT_INFINITE -1
|
429
|
-
#define IS_REPEAT_INFINITE(n) ((n) == REPEAT_INFINITE)
|
430
|
-
|
431
|
-
/* bitset */
|
432
|
-
#define BITS_PER_BYTE 8
|
433
|
-
#define SINGLE_BYTE_SIZE (1 << BITS_PER_BYTE)
|
434
|
-
#define BITS_IN_ROOM ((int )sizeof(Bits) * BITS_PER_BYTE)
|
435
|
-
#define BITSET_SIZE (SINGLE_BYTE_SIZE / BITS_IN_ROOM)
|
436
|
-
|
437
|
-
#ifdef PLATFORM_UNALIGNED_WORD_ACCESS
|
438
|
-
typedef unsigned int Bits;
|
439
|
-
#else
|
440
|
-
typedef unsigned char Bits;
|
441
|
-
#endif
|
442
|
-
typedef Bits BitSet[BITSET_SIZE];
|
443
|
-
typedef Bits* BitSetRef;
|
444
|
-
|
445
|
-
#define SIZE_BITSET (int )sizeof(BitSet)
|
446
|
-
|
447
|
-
#define BITSET_CLEAR(bs) do {\
|
448
|
-
int i;\
|
449
|
-
for (i = 0; i < BITSET_SIZE; i++) { (bs)[i] = 0; } \
|
450
|
-
} while (0)
|
451
|
-
|
452
|
-
#define BS_ROOM(bs,pos) (bs)[(int )(pos) / BITS_IN_ROOM]
|
453
|
-
#define BS_BIT(pos) (1U << ((int )(pos) % BITS_IN_ROOM))
|
454
|
-
|
455
|
-
#define BITSET_AT(bs, pos) (BS_ROOM(bs,pos) & BS_BIT(pos))
|
456
|
-
#define BITSET_SET_BIT(bs, pos) BS_ROOM(bs,pos) |= BS_BIT(pos)
|
457
|
-
#define BITSET_CLEAR_BIT(bs, pos) BS_ROOM(bs,pos) &= ~(BS_BIT(pos))
|
458
|
-
#define BITSET_INVERT_BIT(bs, pos) BS_ROOM(bs,pos) ^= BS_BIT(pos)
|
459
|
-
|
460
|
-
/* bytes buffer */
|
461
|
-
typedef struct _BBuf {
|
462
|
-
UChar* p;
|
463
|
-
unsigned int used;
|
464
|
-
unsigned int alloc;
|
465
|
-
} BBuf;
|
466
|
-
|
467
|
-
#define BBUF_INIT(buf,size) onig_bbuf_init((BBuf* )(buf), (size))
|
468
|
-
|
469
|
-
#define BBUF_SIZE_INC(buf,inc) do{\
|
470
|
-
UChar *tmp;\
|
471
|
-
(buf)->alloc += (inc);\
|
472
|
-
tmp = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
|
473
|
-
if (IS_NULL(tmp)) return(ONIGERR_MEMORY);\
|
474
|
-
(buf)->p = tmp;\
|
475
|
-
} while (0)
|
476
|
-
|
477
|
-
#define BBUF_EXPAND(buf,low) do{\
|
478
|
-
UChar *tmp;\
|
479
|
-
do { (buf)->alloc *= 2; } while ((buf)->alloc < (unsigned int )low);\
|
480
|
-
tmp = (UChar* )xrealloc((buf)->p, (buf)->alloc);\
|
481
|
-
if (IS_NULL(tmp)) return(ONIGERR_MEMORY);\
|
482
|
-
(buf)->p = tmp;\
|
483
|
-
} while (0)
|
484
|
-
|
485
|
-
#define BBUF_ENSURE_SIZE(buf,size) do{\
|
486
|
-
unsigned int new_alloc = (buf)->alloc;\
|
487
|
-
while (new_alloc < (unsigned int )(size)) { new_alloc *= 2; }\
|
488
|
-
if ((buf)->alloc != new_alloc) {\
|
489
|
-
UChar *tmp;\
|
490
|
-
tmp = (UChar* )xrealloc((buf)->p, new_alloc);\
|
491
|
-
if (IS_NULL(tmp)) return(ONIGERR_MEMORY);\
|
492
|
-
(buf)->p = tmp;\
|
493
|
-
(buf)->alloc = new_alloc;\
|
494
|
-
}\
|
495
|
-
} while (0)
|
496
|
-
|
497
|
-
#define BBUF_WRITE(buf,pos,bytes,n) do{\
|
498
|
-
int used = (pos) + (int )(n);\
|
499
|
-
if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
|
500
|
-
xmemcpy((buf)->p + (pos), (bytes), (n));\
|
501
|
-
if ((buf)->used < (unsigned int )used) (buf)->used = used;\
|
502
|
-
} while (0)
|
503
|
-
|
504
|
-
#define BBUF_WRITE1(buf,pos,byte) do{\
|
505
|
-
int used = (pos) + 1;\
|
506
|
-
if ((buf)->alloc < (unsigned int )used) BBUF_EXPAND((buf),used);\
|
507
|
-
(buf)->p[(pos)] = (UChar )(byte);\
|
508
|
-
if ((buf)->used < (unsigned int )used) (buf)->used = used;\
|
509
|
-
} while (0)
|
510
|
-
|
511
|
-
#define BBUF_ADD(buf,bytes,n) BBUF_WRITE((buf),(buf)->used,(bytes),(n))
|
512
|
-
#define BBUF_ADD1(buf,byte) BBUF_WRITE1((buf),(buf)->used,(byte))
|
513
|
-
#define BBUF_GET_ADD_ADDRESS(buf) ((buf)->p + (buf)->used)
|
514
|
-
#define BBUF_GET_OFFSET_POS(buf) ((buf)->used)
|
515
|
-
|
516
|
-
/* from < to */
|
517
|
-
#define BBUF_MOVE_RIGHT(buf,from,to,n) do {\
|
518
|
-
if ((unsigned int )((to)+(n)) > (buf)->alloc) BBUF_EXPAND((buf),(to) + (n));\
|
519
|
-
xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
|
520
|
-
if ((unsigned int )((to)+(n)) > (buf)->used) (buf)->used = (to) + (n);\
|
521
|
-
} while (0)
|
522
|
-
|
523
|
-
/* from > to */
|
524
|
-
#define BBUF_MOVE_LEFT(buf,from,to,n) do {\
|
525
|
-
xmemmove((buf)->p + (to), (buf)->p + (from), (n));\
|
526
|
-
} while (0)
|
527
|
-
|
528
|
-
/* from > to */
|
529
|
-
#define BBUF_MOVE_LEFT_REDUCE(buf,from,to) do {\
|
530
|
-
xmemmove((buf)->p + (to), (buf)->p + (from), (buf)->used - (from));\
|
531
|
-
(buf)->used -= (from - to);\
|
532
|
-
} while (0)
|
533
|
-
|
534
|
-
#define BBUF_INSERT(buf,pos,bytes,n) do {\
|
535
|
-
if (pos >= (buf)->used) {\
|
536
|
-
BBUF_WRITE(buf,pos,bytes,n);\
|
537
|
-
}\
|
538
|
-
else {\
|
539
|
-
BBUF_MOVE_RIGHT((buf),(pos),(pos) + (n),((buf)->used - (pos)));\
|
540
|
-
xmemcpy((buf)->p + (pos), (bytes), (n));\
|
541
|
-
}\
|
542
|
-
} while (0)
|
543
|
-
|
544
|
-
#define BBUF_GET_BYTE(buf, pos) (buf)->p[(pos)]
|
545
|
-
|
546
|
-
|
547
|
-
#define ANCHOR_BEGIN_BUF (1<<0)
|
548
|
-
#define ANCHOR_BEGIN_LINE (1<<1)
|
549
|
-
#define ANCHOR_BEGIN_POSITION (1<<2)
|
550
|
-
#define ANCHOR_END_BUF (1<<3)
|
551
|
-
#define ANCHOR_SEMI_END_BUF (1<<4)
|
552
|
-
#define ANCHOR_END_LINE (1<<5)
|
553
|
-
|
554
|
-
#define ANCHOR_WORD_BOUND (1<<6)
|
555
|
-
#define ANCHOR_NOT_WORD_BOUND (1<<7)
|
556
|
-
#define ANCHOR_WORD_BEGIN (1<<8)
|
557
|
-
#define ANCHOR_WORD_END (1<<9)
|
558
|
-
#define ANCHOR_PREC_READ (1<<10)
|
559
|
-
#define ANCHOR_PREC_READ_NOT (1<<11)
|
560
|
-
#define ANCHOR_LOOK_BEHIND (1<<12)
|
561
|
-
#define ANCHOR_LOOK_BEHIND_NOT (1<<13)
|
562
|
-
|
563
|
-
#define ANCHOR_ANYCHAR_STAR (1<<14) /* ".*" optimize info */
|
564
|
-
#define ANCHOR_ANYCHAR_STAR_ML (1<<15) /* ".*" optimize info (multi-line) */
|
565
|
-
|
566
|
-
#define ANCHOR_KEEP (1<<16)
|
567
|
-
|
568
|
-
/* operation code */
|
569
|
-
enum OpCode {
|
570
|
-
OP_FINISH = 0, /* matching process terminator (no more alternative) */
|
571
|
-
OP_END = 1, /* pattern code terminator (success end) */
|
572
|
-
|
573
|
-
OP_EXACT1 = 2, /* single byte, N = 1 */
|
574
|
-
OP_EXACT2, /* single byte, N = 2 */
|
575
|
-
OP_EXACT3, /* single byte, N = 3 */
|
576
|
-
OP_EXACT4, /* single byte, N = 4 */
|
577
|
-
OP_EXACT5, /* single byte, N = 5 */
|
578
|
-
OP_EXACTN, /* single byte */
|
579
|
-
OP_EXACTMB2N1, /* mb-length = 2 N = 1 */
|
580
|
-
OP_EXACTMB2N2, /* mb-length = 2 N = 2 */
|
581
|
-
OP_EXACTMB2N3, /* mb-length = 2 N = 3 */
|
582
|
-
OP_EXACTMB2N, /* mb-length = 2 */
|
583
|
-
OP_EXACTMB3N, /* mb-length = 3 */
|
584
|
-
OP_EXACTMBN, /* other length */
|
585
|
-
|
586
|
-
OP_EXACT1_IC, /* single byte, N = 1, ignore case */
|
587
|
-
OP_EXACTN_IC, /* single byte, ignore case */
|
588
|
-
|
589
|
-
OP_CCLASS,
|
590
|
-
OP_CCLASS_MB,
|
591
|
-
OP_CCLASS_MIX,
|
592
|
-
OP_CCLASS_NOT,
|
593
|
-
OP_CCLASS_MB_NOT,
|
594
|
-
OP_CCLASS_MIX_NOT,
|
595
|
-
|
596
|
-
OP_ANYCHAR, /* "." */
|
597
|
-
OP_ANYCHAR_ML, /* "." multi-line */
|
598
|
-
OP_ANYCHAR_STAR, /* ".*" */
|
599
|
-
OP_ANYCHAR_ML_STAR, /* ".*" multi-line */
|
600
|
-
OP_ANYCHAR_STAR_PEEK_NEXT,
|
601
|
-
OP_ANYCHAR_ML_STAR_PEEK_NEXT,
|
602
|
-
|
603
|
-
OP_WORD,
|
604
|
-
OP_NOT_WORD,
|
605
|
-
OP_WORD_BOUND,
|
606
|
-
OP_NOT_WORD_BOUND,
|
607
|
-
OP_WORD_BEGIN,
|
608
|
-
OP_WORD_END,
|
609
|
-
|
610
|
-
OP_ASCII_WORD,
|
611
|
-
OP_NOT_ASCII_WORD,
|
612
|
-
OP_ASCII_WORD_BOUND,
|
613
|
-
OP_NOT_ASCII_WORD_BOUND,
|
614
|
-
OP_ASCII_WORD_BEGIN,
|
615
|
-
OP_ASCII_WORD_END,
|
616
|
-
|
617
|
-
OP_BEGIN_BUF,
|
618
|
-
OP_END_BUF,
|
619
|
-
OP_BEGIN_LINE,
|
620
|
-
OP_END_LINE,
|
621
|
-
OP_SEMI_END_BUF,
|
622
|
-
OP_BEGIN_POSITION,
|
623
|
-
|
624
|
-
OP_BACKREF1,
|
625
|
-
OP_BACKREF2,
|
626
|
-
OP_BACKREFN,
|
627
|
-
OP_BACKREFN_IC,
|
628
|
-
OP_BACKREF_MULTI,
|
629
|
-
OP_BACKREF_MULTI_IC,
|
630
|
-
OP_BACKREF_WITH_LEVEL, /* \k<xxx+n>, \k<xxx-n> */
|
631
|
-
|
632
|
-
OP_MEMORY_START,
|
633
|
-
OP_MEMORY_START_PUSH, /* push back-tracker to stack */
|
634
|
-
OP_MEMORY_END_PUSH, /* push back-tracker to stack */
|
635
|
-
OP_MEMORY_END_PUSH_REC, /* push back-tracker to stack */
|
636
|
-
OP_MEMORY_END,
|
637
|
-
OP_MEMORY_END_REC, /* push marker to stack */
|
638
|
-
|
639
|
-
OP_KEEP,
|
640
|
-
|
641
|
-
OP_FAIL, /* pop stack and move */
|
642
|
-
OP_JUMP,
|
643
|
-
OP_PUSH,
|
644
|
-
OP_POP,
|
645
|
-
OP_PUSH_OR_JUMP_EXACT1, /* if match exact then push, else jump. */
|
646
|
-
OP_PUSH_IF_PEEK_NEXT, /* if match exact then push, else none. */
|
647
|
-
OP_REPEAT, /* {n,m} */
|
648
|
-
OP_REPEAT_NG, /* {n,m}? (non greedy) */
|
649
|
-
OP_REPEAT_INC,
|
650
|
-
OP_REPEAT_INC_NG, /* non greedy */
|
651
|
-
OP_REPEAT_INC_SG, /* search and get in stack */
|
652
|
-
OP_REPEAT_INC_NG_SG, /* search and get in stack (non greedy) */
|
653
|
-
OP_NULL_CHECK_START, /* null loop checker start */
|
654
|
-
OP_NULL_CHECK_END, /* null loop checker end */
|
655
|
-
OP_NULL_CHECK_END_MEMST, /* null loop checker end (with capture status) */
|
656
|
-
OP_NULL_CHECK_END_MEMST_PUSH, /* with capture status and push check-end */
|
657
|
-
|
658
|
-
OP_PUSH_POS, /* (?=...) start */
|
659
|
-
OP_POP_POS, /* (?=...) end */
|
660
|
-
OP_PUSH_POS_NOT, /* (?!...) start */
|
661
|
-
OP_FAIL_POS, /* (?!...) end */
|
662
|
-
OP_PUSH_STOP_BT, /* (?>...) start */
|
663
|
-
OP_POP_STOP_BT, /* (?>...) end */
|
664
|
-
OP_LOOK_BEHIND, /* (?<=...) start (no needs end opcode) */
|
665
|
-
OP_PUSH_LOOK_BEHIND_NOT, /* (?<!...) start */
|
666
|
-
OP_FAIL_LOOK_BEHIND_NOT, /* (?<!...) end */
|
667
|
-
OP_PUSH_ABSENT_POS, /* (?~...) start */
|
668
|
-
OP_ABSENT, /* (?~...) start of inner loop */
|
669
|
-
OP_ABSENT_END, /* (?~...) end */
|
670
|
-
|
671
|
-
OP_CALL, /* \g<name> */
|
672
|
-
OP_RETURN,
|
673
|
-
|
674
|
-
OP_CONDITION,
|
675
|
-
|
676
|
-
OP_STATE_CHECK_PUSH, /* combination explosion check and push */
|
677
|
-
OP_STATE_CHECK_PUSH_OR_JUMP, /* check ok -> push, else jump */
|
678
|
-
OP_STATE_CHECK, /* check only */
|
679
|
-
OP_STATE_CHECK_ANYCHAR_STAR,
|
680
|
-
OP_STATE_CHECK_ANYCHAR_ML_STAR,
|
681
|
-
|
682
|
-
/* no need: IS_DYNAMIC_OPTION() == 0 */
|
683
|
-
OP_SET_OPTION_PUSH, /* set option and push recover option */
|
684
|
-
OP_SET_OPTION /* set option */
|
685
|
-
};
|
686
|
-
|
687
|
-
typedef int RelAddrType;
|
688
|
-
typedef int AbsAddrType;
|
689
|
-
typedef int LengthType;
|
690
|
-
typedef int RepeatNumType;
|
691
|
-
typedef short int MemNumType;
|
692
|
-
typedef short int StateCheckNumType;
|
693
|
-
typedef void* PointerType;
|
694
|
-
|
695
|
-
#define SIZE_OPCODE 1
|
696
|
-
#define SIZE_RELADDR (int )sizeof(RelAddrType)
|
697
|
-
#define SIZE_ABSADDR (int )sizeof(AbsAddrType)
|
698
|
-
#define SIZE_LENGTH (int )sizeof(LengthType)
|
699
|
-
#define SIZE_MEMNUM (int )sizeof(MemNumType)
|
700
|
-
#define SIZE_STATE_CHECK_NUM (int )sizeof(StateCheckNumType)
|
701
|
-
#define SIZE_REPEATNUM (int )sizeof(RepeatNumType)
|
702
|
-
#define SIZE_OPTION (int )sizeof(OnigOptionType)
|
703
|
-
#define SIZE_CODE_POINT (int )sizeof(OnigCodePoint)
|
704
|
-
#define SIZE_POINTER (int )sizeof(PointerType)
|
705
|
-
|
706
|
-
|
707
|
-
#define GET_RELADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, RelAddrType)
|
708
|
-
#define GET_ABSADDR_INC(addr,p) PLATFORM_GET_INC(addr, p, AbsAddrType)
|
709
|
-
#define GET_LENGTH_INC(len,p) PLATFORM_GET_INC(len, p, LengthType)
|
710
|
-
#define GET_MEMNUM_INC(num,p) PLATFORM_GET_INC(num, p, MemNumType)
|
711
|
-
#define GET_REPEATNUM_INC(num,p) PLATFORM_GET_INC(num, p, RepeatNumType)
|
712
|
-
#define GET_OPTION_INC(option,p) PLATFORM_GET_INC(option, p, OnigOptionType)
|
713
|
-
#define GET_POINTER_INC(ptr,p) PLATFORM_GET_INC(ptr, p, PointerType)
|
714
|
-
#define GET_STATE_CHECK_NUM_INC(num,p) PLATFORM_GET_INC(num, p, StateCheckNumType)
|
715
|
-
|
716
|
-
/* code point's address must be aligned address. */
|
717
|
-
#define GET_CODE_POINT(code,p) code = *((OnigCodePoint* )(p))
|
718
|
-
#define GET_BYTE_INC(byte,p) do{\
|
719
|
-
byte = *(p);\
|
720
|
-
(p)++;\
|
721
|
-
} while(0)
|
722
|
-
|
723
|
-
|
724
|
-
/* op-code + arg size */
|
725
|
-
#define SIZE_OP_ANYCHAR_STAR SIZE_OPCODE
|
726
|
-
#define SIZE_OP_ANYCHAR_STAR_PEEK_NEXT (SIZE_OPCODE + 1)
|
727
|
-
#define SIZE_OP_JUMP (SIZE_OPCODE + SIZE_RELADDR)
|
728
|
-
#define SIZE_OP_PUSH (SIZE_OPCODE + SIZE_RELADDR)
|
729
|
-
#define SIZE_OP_POP SIZE_OPCODE
|
730
|
-
#define SIZE_OP_PUSH_OR_JUMP_EXACT1 (SIZE_OPCODE + SIZE_RELADDR + 1)
|
731
|
-
#define SIZE_OP_PUSH_IF_PEEK_NEXT (SIZE_OPCODE + SIZE_RELADDR + 1)
|
732
|
-
#define SIZE_OP_REPEAT_INC (SIZE_OPCODE + SIZE_MEMNUM)
|
733
|
-
#define SIZE_OP_REPEAT_INC_NG (SIZE_OPCODE + SIZE_MEMNUM)
|
734
|
-
#define SIZE_OP_PUSH_POS SIZE_OPCODE
|
735
|
-
#define SIZE_OP_PUSH_POS_NOT (SIZE_OPCODE + SIZE_RELADDR)
|
736
|
-
#define SIZE_OP_POP_POS SIZE_OPCODE
|
737
|
-
#define SIZE_OP_FAIL_POS SIZE_OPCODE
|
738
|
-
#define SIZE_OP_SET_OPTION (SIZE_OPCODE + SIZE_OPTION)
|
739
|
-
#define SIZE_OP_SET_OPTION_PUSH (SIZE_OPCODE + SIZE_OPTION)
|
740
|
-
#define SIZE_OP_FAIL SIZE_OPCODE
|
741
|
-
#define SIZE_OP_MEMORY_START (SIZE_OPCODE + SIZE_MEMNUM)
|
742
|
-
#define SIZE_OP_MEMORY_START_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
|
743
|
-
#define SIZE_OP_MEMORY_END_PUSH (SIZE_OPCODE + SIZE_MEMNUM)
|
744
|
-
#define SIZE_OP_MEMORY_END_PUSH_REC (SIZE_OPCODE + SIZE_MEMNUM)
|
745
|
-
#define SIZE_OP_MEMORY_END (SIZE_OPCODE + SIZE_MEMNUM)
|
746
|
-
#define SIZE_OP_MEMORY_END_REC (SIZE_OPCODE + SIZE_MEMNUM)
|
747
|
-
#define SIZE_OP_PUSH_STOP_BT SIZE_OPCODE
|
748
|
-
#define SIZE_OP_POP_STOP_BT SIZE_OPCODE
|
749
|
-
#define SIZE_OP_NULL_CHECK_START (SIZE_OPCODE + SIZE_MEMNUM)
|
750
|
-
#define SIZE_OP_NULL_CHECK_END (SIZE_OPCODE + SIZE_MEMNUM)
|
751
|
-
#define SIZE_OP_LOOK_BEHIND (SIZE_OPCODE + SIZE_LENGTH)
|
752
|
-
#define SIZE_OP_PUSH_LOOK_BEHIND_NOT (SIZE_OPCODE + SIZE_RELADDR + SIZE_LENGTH)
|
753
|
-
#define SIZE_OP_FAIL_LOOK_BEHIND_NOT SIZE_OPCODE
|
754
|
-
#define SIZE_OP_CALL (SIZE_OPCODE + SIZE_ABSADDR)
|
755
|
-
#define SIZE_OP_RETURN SIZE_OPCODE
|
756
|
-
#define SIZE_OP_CONDITION (SIZE_OPCODE + SIZE_MEMNUM + SIZE_RELADDR)
|
757
|
-
#define SIZE_OP_PUSH_ABSENT_POS SIZE_OPCODE
|
758
|
-
#define SIZE_OP_ABSENT (SIZE_OPCODE + SIZE_RELADDR)
|
759
|
-
#define SIZE_OP_ABSENT_END SIZE_OPCODE
|
760
|
-
|
761
|
-
#ifdef USE_COMBINATION_EXPLOSION_CHECK
|
762
|
-
# define SIZE_OP_STATE_CHECK (SIZE_OPCODE + SIZE_STATE_CHECK_NUM)
|
763
|
-
# define SIZE_OP_STATE_CHECK_PUSH (SIZE_OPCODE + SIZE_STATE_CHECK_NUM + SIZE_RELADDR)
|
764
|
-
# define SIZE_OP_STATE_CHECK_PUSH_OR_JUMP (SIZE_OPCODE + SIZE_STATE_CHECK_NUM + SIZE_RELADDR)
|
765
|
-
# define SIZE_OP_STATE_CHECK_ANYCHAR_STAR (SIZE_OPCODE + SIZE_STATE_CHECK_NUM)
|
766
|
-
#endif
|
767
|
-
|
768
|
-
#define MC_ESC(syn) (syn)->meta_char_table.esc
|
769
|
-
#define MC_ANYCHAR(syn) (syn)->meta_char_table.anychar
|
770
|
-
#define MC_ANYTIME(syn) (syn)->meta_char_table.anytime
|
771
|
-
#define MC_ZERO_OR_ONE_TIME(syn) (syn)->meta_char_table.zero_or_one_time
|
772
|
-
#define MC_ONE_OR_MORE_TIME(syn) (syn)->meta_char_table.one_or_more_time
|
773
|
-
#define MC_ANYCHAR_ANYTIME(syn) (syn)->meta_char_table.anychar_anytime
|
774
|
-
|
775
|
-
#define IS_MC_ESC_CODE(code, syn) \
|
776
|
-
((code) == MC_ESC(syn) && \
|
777
|
-
!IS_SYNTAX_OP2((syn), ONIG_SYN_OP2_INEFFECTIVE_ESCAPE))
|
778
|
-
|
779
|
-
|
780
|
-
#define SYN_POSIX_COMMON_OP \
|
781
|
-
( ONIG_SYN_OP_DOT_ANYCHAR | ONIG_SYN_OP_POSIX_BRACKET | \
|
782
|
-
ONIG_SYN_OP_DECIMAL_BACKREF | \
|
783
|
-
ONIG_SYN_OP_BRACKET_CC | ONIG_SYN_OP_ASTERISK_ZERO_INF | \
|
784
|
-
ONIG_SYN_OP_LINE_ANCHOR | \
|
785
|
-
ONIG_SYN_OP_ESC_CONTROL_CHARS )
|
786
|
-
|
787
|
-
#define SYN_GNU_REGEX_OP \
|
788
|
-
( ONIG_SYN_OP_DOT_ANYCHAR | ONIG_SYN_OP_BRACKET_CC | \
|
789
|
-
ONIG_SYN_OP_POSIX_BRACKET | ONIG_SYN_OP_DECIMAL_BACKREF | \
|
790
|
-
ONIG_SYN_OP_BRACE_INTERVAL | ONIG_SYN_OP_LPAREN_SUBEXP | \
|
791
|
-
ONIG_SYN_OP_VBAR_ALT | \
|
792
|
-
ONIG_SYN_OP_ASTERISK_ZERO_INF | ONIG_SYN_OP_PLUS_ONE_INF | \
|
793
|
-
ONIG_SYN_OP_QMARK_ZERO_ONE | \
|
794
|
-
ONIG_SYN_OP_ESC_AZ_BUF_ANCHOR | ONIG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR | \
|
795
|
-
ONIG_SYN_OP_ESC_W_WORD | \
|
796
|
-
ONIG_SYN_OP_ESC_B_WORD_BOUND | ONIG_SYN_OP_ESC_LTGT_WORD_BEGIN_END | \
|
797
|
-
ONIG_SYN_OP_ESC_S_WHITE_SPACE | ONIG_SYN_OP_ESC_D_DIGIT | \
|
798
|
-
ONIG_SYN_OP_LINE_ANCHOR )
|
799
|
-
|
800
|
-
#define SYN_GNU_REGEX_BV \
|
801
|
-
( ONIG_SYN_CONTEXT_INDEP_ANCHORS | ONIG_SYN_CONTEXT_INDEP_REPEAT_OPS | \
|
802
|
-
ONIG_SYN_CONTEXT_INVALID_REPEAT_OPS | ONIG_SYN_ALLOW_INVALID_INTERVAL | \
|
803
|
-
ONIG_SYN_BACKSLASH_ESCAPE_IN_CC | ONIG_SYN_ALLOW_DOUBLE_RANGE_OP_IN_CC )
|
804
|
-
|
805
|
-
|
806
|
-
#define NCCLASS_FLAGS(cc) ((cc)->flags)
|
807
|
-
#define NCCLASS_FLAG_SET(cc,flag) (NCCLASS_FLAGS(cc) |= (flag))
|
808
|
-
#define NCCLASS_FLAG_CLEAR(cc,flag) (NCCLASS_FLAGS(cc) &= ~(flag))
|
809
|
-
#define IS_NCCLASS_FLAG_ON(cc,flag) ((NCCLASS_FLAGS(cc) & (flag)) != 0)
|
810
|
-
|
811
|
-
/* cclass node */
|
812
|
-
#define FLAG_NCCLASS_NOT (1<<0)
|
813
|
-
|
814
|
-
#define NCCLASS_SET_NOT(nd) NCCLASS_FLAG_SET(nd, FLAG_NCCLASS_NOT)
|
815
|
-
#define NCCLASS_CLEAR_NOT(nd) NCCLASS_FLAG_CLEAR(nd, FLAG_NCCLASS_NOT)
|
816
|
-
#define IS_NCCLASS_NOT(nd) IS_NCCLASS_FLAG_ON(nd, FLAG_NCCLASS_NOT)
|
817
|
-
|
818
|
-
typedef struct {
|
819
|
-
int type;
|
820
|
-
/* struct _Node* next; */
|
821
|
-
/* unsigned int flags; */
|
822
|
-
} NodeBase;
|
823
|
-
|
824
|
-
typedef struct {
|
825
|
-
NodeBase base;
|
826
|
-
unsigned int flags;
|
827
|
-
BitSet bs;
|
828
|
-
BBuf* mbuf; /* multi-byte info or NULL */
|
829
|
-
} CClassNode;
|
830
|
-
|
831
|
-
typedef intptr_t OnigStackIndex;
|
832
|
-
|
833
|
-
typedef struct _OnigStackType {
|
834
|
-
unsigned int type;
|
835
|
-
OnigStackIndex null_check;
|
836
|
-
union {
|
837
|
-
struct {
|
838
|
-
UChar *pcode; /* byte code position */
|
839
|
-
UChar *pstr; /* string position */
|
840
|
-
UChar *pstr_prev; /* previous char position of pstr */
|
841
|
-
#ifdef USE_COMBINATION_EXPLOSION_CHECK
|
842
|
-
unsigned int state_check;
|
843
|
-
#endif
|
844
|
-
UChar *pkeep; /* keep pattern position */
|
845
|
-
} state;
|
846
|
-
struct {
|
847
|
-
int count; /* for OP_REPEAT_INC, OP_REPEAT_INC_NG */
|
848
|
-
UChar *pcode; /* byte code position (head of repeated target) */
|
849
|
-
int num; /* repeat id */
|
850
|
-
} repeat;
|
851
|
-
struct {
|
852
|
-
OnigStackIndex si; /* index of stack */
|
853
|
-
} repeat_inc;
|
854
|
-
struct {
|
855
|
-
int num; /* memory num */
|
856
|
-
UChar *pstr; /* start/end position */
|
857
|
-
/* Following information is set, if this stack type is MEM-START */
|
858
|
-
OnigStackIndex start; /* prev. info (for backtrack "(...)*" ) */
|
859
|
-
OnigStackIndex end; /* prev. info (for backtrack "(...)*" ) */
|
860
|
-
} mem;
|
861
|
-
struct {
|
862
|
-
int num; /* null check id */
|
863
|
-
UChar *pstr; /* start position */
|
864
|
-
} null_check;
|
865
|
-
#ifdef USE_SUBEXP_CALL
|
866
|
-
struct {
|
867
|
-
UChar *ret_addr; /* byte code position */
|
868
|
-
int num; /* null check id */
|
869
|
-
UChar *pstr; /* string position */
|
870
|
-
} call_frame;
|
871
|
-
#endif
|
872
|
-
struct {
|
873
|
-
UChar *abs_pstr; /* absent start position */
|
874
|
-
const UChar *end_pstr; /* end position */
|
875
|
-
} absent_pos;
|
876
|
-
#ifdef USE_MATCH_CACHE
|
877
|
-
struct {
|
878
|
-
long index; /* index of the match cache buffer */
|
879
|
-
uint8_t mask; /* bit-mask for the match cache buffer */
|
880
|
-
} match_cache_point;
|
881
|
-
#endif
|
882
|
-
} u;
|
883
|
-
} OnigStackType;
|
884
|
-
|
885
|
-
#ifdef USE_MATCH_CACHE
|
886
|
-
typedef struct {
|
887
|
-
UChar *addr;
|
888
|
-
long cache_point;
|
889
|
-
int outer_repeat_mem;
|
890
|
-
long num_cache_points_at_outer_repeat;
|
891
|
-
long num_cache_points_in_outer_repeat;
|
892
|
-
int lookaround_nesting;
|
893
|
-
UChar *match_addr;
|
894
|
-
} OnigCacheOpcode;
|
895
|
-
#endif
|
896
|
-
|
897
|
-
typedef struct {
|
898
|
-
void* stack_p;
|
899
|
-
size_t stack_n;
|
900
|
-
OnigOptionType options;
|
901
|
-
OnigRegion* region;
|
902
|
-
const UChar* start; /* search start position */
|
903
|
-
const UChar* gpos; /* global position (for \G: BEGIN_POSITION) */
|
904
|
-
#ifdef USE_FIND_LONGEST_SEARCH_ALL_OF_RANGE
|
905
|
-
OnigPosition best_len; /* for ONIG_OPTION_FIND_LONGEST */
|
906
|
-
UChar* best_s;
|
907
|
-
#endif
|
908
|
-
#ifdef USE_COMBINATION_EXPLOSION_CHECK
|
909
|
-
void* state_check_buff;
|
910
|
-
int state_check_buff_size;
|
911
|
-
#endif
|
912
|
-
int counter;
|
913
|
-
/* rb_hrtime_t from hrtime.h */
|
914
|
-
#ifdef MY_RUBY_BUILD_MAY_TIME_TRAVEL
|
915
|
-
int128_t end_time;
|
916
|
-
#else
|
917
|
-
uint64_t end_time;
|
918
|
-
#endif
|
919
|
-
#ifdef USE_MATCH_CACHE
|
920
|
-
int match_cache_status;
|
921
|
-
long num_fails;
|
922
|
-
long num_cache_opcodes;
|
923
|
-
OnigCacheOpcode* cache_opcodes;
|
924
|
-
long num_cache_points;
|
925
|
-
uint8_t* match_cache_buf;
|
926
|
-
#endif
|
927
|
-
} OnigMatchArg;
|
928
|
-
|
929
|
-
#define NUM_CACHE_OPCODES_UNINIT 1
|
930
|
-
#define NUM_CACHE_OPCODES_IMPOSSIBLE -1
|
931
|
-
|
932
|
-
#define MATCH_CACHE_STATUS_UNINIT 1
|
933
|
-
#define MATCH_CACHE_STATUS_INIT 2
|
934
|
-
#define MATCH_CACHE_STATUS_DISABLED -1
|
935
|
-
#define MATCH_CACHE_STATUS_ENABLED 0
|
936
|
-
|
937
|
-
#define IS_CODE_SB_WORD(enc,code) \
|
938
|
-
(ONIGENC_IS_CODE_ASCII(code) && ONIGENC_IS_CODE_WORD(enc,code))
|
939
|
-
|
940
|
-
typedef struct OnigEndCallListItem {
|
941
|
-
struct OnigEndCallListItem* next;
|
942
|
-
void (*func)(void);
|
943
|
-
} OnigEndCallListItemType;
|
944
|
-
|
945
|
-
extern void onig_add_end_call(void (*func)(void));
|
946
|
-
|
947
|
-
|
948
|
-
#ifdef ONIG_DEBUG
|
949
|
-
|
950
|
-
typedef struct {
|
951
|
-
short int opcode;
|
952
|
-
const char* name;
|
953
|
-
short int arg_type;
|
954
|
-
} OnigOpInfoType;
|
955
|
-
|
956
|
-
extern OnigOpInfoType OnigOpInfo[];
|
957
|
-
|
958
|
-
|
959
|
-
extern void onig_print_compiled_byte_code(FILE* f, UChar* bp, UChar* bpend, UChar** nextp, OnigEncoding enc);
|
960
|
-
|
961
|
-
# ifdef ONIG_DEBUG_STATISTICS
|
962
|
-
extern void onig_statistics_init(void);
|
963
|
-
extern void onig_print_statistics(FILE* f);
|
964
|
-
# endif
|
965
|
-
#endif
|
966
|
-
|
967
|
-
#ifndef PRINTF_ARGS
|
968
|
-
#define PRINTF_ARGS(func, fmt, vargs) func
|
969
|
-
#endif
|
970
|
-
|
971
|
-
extern UChar* onig_error_code_to_format(OnigPosition code);
|
972
|
-
PRINTF_ARGS(extern void onig_vsnprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const char *fmt, va_list args), 6, 0);
|
973
|
-
PRINTF_ARGS(extern void onig_snprintf_with_pattern(UChar buf[], int bufsize, OnigEncoding enc, UChar* pat, UChar* pat_end, const char *fmt, ...), 6, 7);
|
974
|
-
extern int onig_bbuf_init(BBuf* buf, OnigDistance size);
|
975
|
-
extern int onig_compile(regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo);
|
976
|
-
#ifdef RUBY
|
977
|
-
extern int onig_compile_ruby(regex_t* reg, const UChar* pattern, const UChar* pattern_end, OnigErrorInfo* einfo, const char *sourcefile, int sourceline);
|
978
|
-
#endif
|
979
|
-
extern void onig_transfer(regex_t* to, regex_t* from);
|
980
|
-
extern int onig_is_code_in_cc(OnigEncoding enc, OnigCodePoint code, CClassNode* cc);
|
981
|
-
extern int onig_is_code_in_cc_len(int enclen, OnigCodePoint code, CClassNode* cc);
|
982
|
-
|
983
|
-
/* strend hash */
|
984
|
-
typedef void hash_table_type;
|
985
|
-
#ifdef RUBY
|
986
|
-
# include "ruby/st.h"
|
987
|
-
#else
|
988
|
-
# include "st.h"
|
989
|
-
#endif
|
990
|
-
typedef st_data_t hash_data_type;
|
991
|
-
|
992
|
-
extern hash_table_type* onig_st_init_strend_table_with_size(st_index_t size);
|
993
|
-
extern int onig_st_lookup_strend(hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type *value);
|
994
|
-
extern int onig_st_insert_strend(hash_table_type* table, const UChar* str_key, const UChar* end_key, hash_data_type value);
|
995
|
-
|
996
|
-
#ifdef RUBY
|
997
|
-
extern size_t onig_memsize(const regex_t *reg);
|
998
|
-
extern size_t onig_region_memsize(const struct re_registers *regs);
|
999
|
-
void rb_reg_check_timeout(regex_t *reg, void *end_time);
|
1000
|
-
#endif
|
1001
|
-
|
1002
|
-
RUBY_SYMBOL_EXPORT_END
|
1003
|
-
|
1004
|
-
#endif /* ONIGMO_REGINT_H */
|