debugger-ruby_core_source 1.3.0 → 1.3.1
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.
- data/CHANGELOG.md +3 -0
- data/README.md +1 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/addr2line.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/constant.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/dln.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/encdb.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/eval_intern.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/gc.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/id.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/insns.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/insns_info.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/internal.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/iseq.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/known_errors.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/method.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/node.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/node_name.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/opt_sc.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/optinsn.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/optunifs.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/parse.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/probes_helper.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/regenc.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/regint.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/regparse.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/revision.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/ruby_atomic.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/siphash.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/thread_native.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/thread_pthread.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/thread_win32.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/timev.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/transcode_data.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/transdb.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/version.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm.inc +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm_core.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm_debug.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm_exec.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm_insnhelper.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vm_opts.h +0 -0
- data/lib/debugger/ruby_core_source/{ruby-2.1.0 → ruby-2.1.0-p0}/vmtc.inc +0 -0
- data/lib/debugger/ruby_core_source/version.rb +1 -1
- metadata +42 -42
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
|
@@ -26,6 +26,7 @@ To add another ruby version's source to this gem's directory:
|
|
|
26
26
|
* @jeremy for 1.9.3-p286 headers
|
|
27
27
|
* @eiel for 1.9.3-p327, 1.9.3-p362, 2.0.0* headers
|
|
28
28
|
* @willian for 1.9.3-p374 headers
|
|
29
|
+
* @formigarafa for fixing 2.1.0 headers
|
|
29
30
|
|
|
30
31
|
## LICENSE
|
|
31
32
|
Ruby library code is MIT license, see LICENSE.txt. Included ruby headers,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: debugger-ruby_core_source
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.1
|
|
5
5
|
prerelease:
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -10,7 +10,7 @@ authors:
|
|
|
10
10
|
autorequire:
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
|
-
date: 2013-12-
|
|
13
|
+
date: 2013-12-31 00:00:00.000000000Z
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
16
16
|
name: archive-tar-minitar
|
|
@@ -233,15 +233,15 @@ files:
|
|
|
233
233
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/optunifs.inc
|
|
234
234
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm.inc
|
|
235
235
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/vmtc.inc
|
|
236
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/insns.inc
|
|
237
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/insns_info.inc
|
|
238
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/known_errors.inc
|
|
239
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/node_name.inc
|
|
240
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/opt_sc.inc
|
|
241
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/optinsn.inc
|
|
242
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/optunifs.inc
|
|
243
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm.inc
|
|
244
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vmtc.inc
|
|
236
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns.inc
|
|
237
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/insns_info.inc
|
|
238
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/known_errors.inc
|
|
239
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/node_name.inc
|
|
240
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/opt_sc.inc
|
|
241
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/optinsn.inc
|
|
242
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/optunifs.inc
|
|
243
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm.inc
|
|
244
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vmtc.inc
|
|
245
245
|
- ./lib/debugger/ruby_core_source/ruby-1.9.2-p290/debug.h
|
|
246
246
|
- ./lib/debugger/ruby_core_source/ruby-1.9.2-p290/dln.h
|
|
247
247
|
- ./lib/debugger/ruby_core_source/ruby-1.9.2-p290/encdb.h
|
|
@@ -807,37 +807,37 @@ files:
|
|
|
807
807
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_exec.h
|
|
808
808
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_insnhelper.h
|
|
809
809
|
- ./lib/debugger/ruby_core_source/ruby-2.0.0-p353/vm_opts.h
|
|
810
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/addr2line.h
|
|
811
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/constant.h
|
|
812
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/dln.h
|
|
813
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/encdb.h
|
|
814
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/eval_intern.h
|
|
815
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/gc.h
|
|
816
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/id.h
|
|
817
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/internal.h
|
|
818
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/iseq.h
|
|
819
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/method.h
|
|
820
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/node.h
|
|
821
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/parse.h
|
|
822
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/probes_helper.h
|
|
823
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/regenc.h
|
|
824
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/regint.h
|
|
825
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/regparse.h
|
|
826
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/revision.h
|
|
827
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/ruby_atomic.h
|
|
828
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/siphash.h
|
|
829
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/thread_native.h
|
|
830
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/thread_pthread.h
|
|
831
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/thread_win32.h
|
|
832
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/timev.h
|
|
833
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/transcode_data.h
|
|
834
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/transdb.h
|
|
835
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/version.h
|
|
836
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm_core.h
|
|
837
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm_debug.h
|
|
838
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm_exec.h
|
|
839
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm_insnhelper.h
|
|
840
|
-
- ./lib/debugger/ruby_core_source/ruby-2.1.0/vm_opts.h
|
|
810
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/addr2line.h
|
|
811
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/constant.h
|
|
812
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/dln.h
|
|
813
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/encdb.h
|
|
814
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/eval_intern.h
|
|
815
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/gc.h
|
|
816
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/id.h
|
|
817
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/internal.h
|
|
818
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/iseq.h
|
|
819
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/method.h
|
|
820
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/node.h
|
|
821
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/parse.h
|
|
822
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/probes_helper.h
|
|
823
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/regenc.h
|
|
824
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/regint.h
|
|
825
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/regparse.h
|
|
826
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/revision.h
|
|
827
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/ruby_atomic.h
|
|
828
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/siphash.h
|
|
829
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_native.h
|
|
830
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_pthread.h
|
|
831
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/thread_win32.h
|
|
832
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/timev.h
|
|
833
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/transcode_data.h
|
|
834
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/transdb.h
|
|
835
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/version.h
|
|
836
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_core.h
|
|
837
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_debug.h
|
|
838
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_exec.h
|
|
839
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_insnhelper.h
|
|
840
|
+
- ./lib/debugger/ruby_core_source/ruby-2.1.0-p0/vm_opts.h
|
|
841
841
|
- ./Rakefile
|
|
842
842
|
- ./README.md
|
|
843
843
|
- ./CHANGELOG.md
|