bindex 0.2.0 → 0.3.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.
- checksums.yaml +4 -4
- data/.travis.yml +13 -33
- data/bindex.gemspec +1 -1
- data/ext/bindex/com/gsamokovarov/bindex/JRubyIntegration.java +2 -2
- data/ext/bindex/cruby.c +41 -13
- data/ext/bindex/extconf.rb +0 -15
- data/lib/bindex/jruby.rb +0 -1
- data/lib/bindex/jruby_internals.jar +0 -0
- data/lib/bindex/jruby_internals_9k.jar +0 -0
- data/lib/bindex/version.rb +1 -1
- metadata +17 -152
- data/ext/bindex/bindex.h +0 -11
- data/ext/bindex/bindings.c +0 -106
- data/ext/bindex/ruby_193.h +0 -101
- data/ext/bindex/ruby_193/addr2line.h +0 -21
- data/ext/bindex/ruby_193/constant.h +0 -34
- data/ext/bindex/ruby_193/debug.h +0 -41
- data/ext/bindex/ruby_193/dln.h +0 -50
- data/ext/bindex/ruby_193/encdb.h +0 -167
- data/ext/bindex/ruby_193/eval_intern.h +0 -234
- data/ext/bindex/ruby_193/gc.h +0 -99
- data/ext/bindex/ruby_193/id.h +0 -177
- data/ext/bindex/ruby_193/internal.h +0 -242
- data/ext/bindex/ruby_193/iseq.h +0 -126
- data/ext/bindex/ruby_193/method.h +0 -105
- data/ext/bindex/ruby_193/node.h +0 -504
- data/ext/bindex/ruby_193/parse.h +0 -302
- data/ext/bindex/ruby_193/probes.h +0 -369
- data/ext/bindex/ruby_193/regenc.h +0 -219
- data/ext/bindex/ruby_193/regint.h +0 -850
- data/ext/bindex/ruby_193/regparse.h +0 -362
- data/ext/bindex/ruby_193/revision.h +0 -1
- data/ext/bindex/ruby_193/ruby_atomic.h +0 -175
- data/ext/bindex/ruby_193/siphash.h +0 -48
- data/ext/bindex/ruby_193/thread_pthread.h +0 -51
- data/ext/bindex/ruby_193/thread_win32.h +0 -40
- data/ext/bindex/ruby_193/timev.h +0 -21
- data/ext/bindex/ruby_193/transcode_data.h +0 -117
- data/ext/bindex/ruby_193/transdb.h +0 -186
- data/ext/bindex/ruby_193/verconf.h +0 -12
- data/ext/bindex/ruby_193/version.h +0 -52
- data/ext/bindex/ruby_193/vm_core.h +0 -763
- data/ext/bindex/ruby_193/vm_exec.h +0 -184
- data/ext/bindex/ruby_193/vm_insnhelper.h +0 -220
- data/ext/bindex/ruby_193/vm_opts.h +0 -51
- data/ext/bindex/ruby_20.h +0 -142
- data/ext/bindex/ruby_20/addr2line.h +0 -21
- data/ext/bindex/ruby_20/constant.h +0 -36
- data/ext/bindex/ruby_20/dln.h +0 -50
- data/ext/bindex/ruby_20/encdb.h +0 -169
- data/ext/bindex/ruby_20/eval_intern.h +0 -241
- data/ext/bindex/ruby_20/gc.h +0 -104
- data/ext/bindex/ruby_20/id.h +0 -135
- data/ext/bindex/ruby_20/internal.h +0 -395
- data/ext/bindex/ruby_20/iseq.h +0 -140
- data/ext/bindex/ruby_20/method.h +0 -138
- data/ext/bindex/ruby_20/node.h +0 -541
- data/ext/bindex/ruby_20/parse.h +0 -292
- data/ext/bindex/ruby_20/probes.h +0 -369
- data/ext/bindex/ruby_20/probes_helper.h +0 -67
- data/ext/bindex/ruby_20/regenc.h +0 -227
- data/ext/bindex/ruby_20/regint.h +0 -915
- data/ext/bindex/ruby_20/regparse.h +0 -367
- data/ext/bindex/ruby_20/revision.h +0 -1
- data/ext/bindex/ruby_20/ruby_atomic.h +0 -170
- data/ext/bindex/ruby_20/siphash.h +0 -48
- data/ext/bindex/ruby_20/thread_pthread.h +0 -56
- data/ext/bindex/ruby_20/thread_win32.h +0 -45
- data/ext/bindex/ruby_20/timev.h +0 -21
- data/ext/bindex/ruby_20/transcode_data.h +0 -127
- data/ext/bindex/ruby_20/transdb.h +0 -190
- data/ext/bindex/ruby_20/verconf.h +0 -12
- data/ext/bindex/ruby_20/version.h +0 -52
- data/ext/bindex/ruby_20/vm_core.h +0 -1018
- data/ext/bindex/ruby_20/vm_debug.h +0 -41
- data/ext/bindex/ruby_20/vm_exec.h +0 -173
- data/ext/bindex/ruby_20/vm_insnhelper.h +0 -274
- data/ext/bindex/ruby_20/vm_opts.h +0 -56
- data/ext/bindex/ruby_21.h +0 -142
- data/ext/bindex/ruby_21/addr2line.h +0 -21
- data/ext/bindex/ruby_21/constant.h +0 -36
- data/ext/bindex/ruby_21/dln.h +0 -51
- data/ext/bindex/ruby_21/encdb.h +0 -170
- data/ext/bindex/ruby_21/eval_intern.h +0 -260
- data/ext/bindex/ruby_21/gc.h +0 -101
- data/ext/bindex/ruby_21/id.h +0 -210
- data/ext/bindex/ruby_21/internal.h +0 -889
- data/ext/bindex/ruby_21/iseq.h +0 -136
- data/ext/bindex/ruby_21/method.h +0 -142
- data/ext/bindex/ruby_21/node.h +0 -543
- data/ext/bindex/ruby_21/parse.h +0 -298
- data/ext/bindex/ruby_21/probes.h +0 -401
- data/ext/bindex/ruby_21/probes_helper.h +0 -67
- data/ext/bindex/ruby_21/regenc.h +0 -223
- data/ext/bindex/ruby_21/regint.h +0 -911
- data/ext/bindex/ruby_21/regparse.h +0 -363
- data/ext/bindex/ruby_21/revision.h +0 -1
- data/ext/bindex/ruby_21/ruby_atomic.h +0 -170
- data/ext/bindex/ruby_21/siphash.h +0 -48
- data/ext/bindex/ruby_21/thread_native.h +0 -23
- data/ext/bindex/ruby_21/thread_pthread.h +0 -56
- data/ext/bindex/ruby_21/thread_win32.h +0 -45
- data/ext/bindex/ruby_21/timev.h +0 -42
- data/ext/bindex/ruby_21/transcode_data.h +0 -123
- data/ext/bindex/ruby_21/transdb.h +0 -190
- data/ext/bindex/ruby_21/verconf.h +0 -13
- data/ext/bindex/ruby_21/version.h +0 -52
- data/ext/bindex/ruby_21/vm_core.h +0 -1043
- data/ext/bindex/ruby_21/vm_debug.h +0 -37
- data/ext/bindex/ruby_21/vm_exec.h +0 -182
- data/ext/bindex/ruby_21/vm_insnhelper.h +0 -273
- data/ext/bindex/ruby_21/vm_opts.h +0 -56
- data/ext/bindex/ruby_21preview.h +0 -146
- data/ext/bindex/ruby_21preview/addr2line.h +0 -21
- data/ext/bindex/ruby_21preview/constant.h +0 -36
- data/ext/bindex/ruby_21preview/dln.h +0 -51
- data/ext/bindex/ruby_21preview/encdb.h +0 -270
- data/ext/bindex/ruby_21preview/eval_intern.h +0 -217
- data/ext/bindex/ruby_21preview/gc.h +0 -100
- data/ext/bindex/ruby_21preview/id.h +0 -169
- data/ext/bindex/ruby_21preview/internal.h +0 -765
- data/ext/bindex/ruby_21preview/iseq.h +0 -136
- data/ext/bindex/ruby_21preview/method.h +0 -141
- data/ext/bindex/ruby_21preview/node.h +0 -543
- data/ext/bindex/ruby_21preview/parse.h +0 -298
- data/ext/bindex/ruby_21preview/probes.h +0 -385
- data/ext/bindex/ruby_21preview/probes_helper.h +0 -67
- data/ext/bindex/ruby_21preview/regenc.h +0 -223
- data/ext/bindex/ruby_21preview/regint.h +0 -911
- data/ext/bindex/ruby_21preview/regparse.h +0 -363
- data/ext/bindex/ruby_21preview/revision.h +0 -1
- data/ext/bindex/ruby_21preview/ruby_atomic.h +0 -130
- data/ext/bindex/ruby_21preview/siphash.h +0 -48
- data/ext/bindex/ruby_21preview/thread_native.h +0 -23
- data/ext/bindex/ruby_21preview/thread_pthread.h +0 -56
- data/ext/bindex/ruby_21preview/thread_win32.h +0 -45
- data/ext/bindex/ruby_21preview/timev.h +0 -42
- data/ext/bindex/ruby_21preview/transcode_data.h +0 -123
- data/ext/bindex/ruby_21preview/transdb.h +0 -190
- data/ext/bindex/ruby_21preview/verconf.h +0 -13
- data/ext/bindex/ruby_21preview/version.h +0 -53
- data/ext/bindex/ruby_21preview/vm_core.h +0 -1017
- data/ext/bindex/ruby_21preview/vm_debug.h +0 -37
- data/ext/bindex/ruby_21preview/vm_exec.h +0 -180
- data/ext/bindex/ruby_21preview/vm_insnhelper.h +0 -272
- data/ext/bindex/ruby_21preview/vm_opts.h +0 -56
data/ext/bindex/bindex.h
DELETED
data/ext/bindex/bindings.c
DELETED
|
@@ -1,106 +0,0 @@
|
|
|
1
|
-
#include "bindex.h"
|
|
2
|
-
|
|
3
|
-
#ifdef RUBY_193
|
|
4
|
-
|
|
5
|
-
#include "ruby_193.h"
|
|
6
|
-
|
|
7
|
-
static rb_thread_t *current_thread;
|
|
8
|
-
|
|
9
|
-
#define GetCoreDataFromValueAsExpr(obj, type, ptr) \
|
|
10
|
-
((ptr) = (type*)DATA_PTR(obj))
|
|
11
|
-
|
|
12
|
-
#define ruby_current_thread \
|
|
13
|
-
GetCoreDataFromValueAsExpr(rb_thread_current(), rb_thread_t, current_thread)
|
|
14
|
-
|
|
15
|
-
/*
|
|
16
|
-
* Create a binding from a thread and control frame.
|
|
17
|
-
*
|
|
18
|
-
* Based on rb_binding new, defined in proc.c. A major difference from
|
|
19
|
-
* rb_binding_new is that it doesn't raises an exception, when we try to create
|
|
20
|
-
* Binding on top of a Fiber.
|
|
21
|
-
*
|
|
22
|
-
* The reason for this is that binding_new is to be used in exception handling
|
|
23
|
-
* code. If we raise, it may lead to an infinite recursion.
|
|
24
|
-
*
|
|
25
|
-
* Also, we'll assume a bit more hostile environment and check if cfp->iseq is
|
|
26
|
-
* NULL.
|
|
27
|
-
*
|
|
28
|
-
* Ruby nil is returned when the control frame pointer isn't suitable.
|
|
29
|
-
*/
|
|
30
|
-
|
|
31
|
-
static VALUE
|
|
32
|
-
binding_new(rb_thread_t *th, rb_control_frame_t *cfp)
|
|
33
|
-
{
|
|
34
|
-
VALUE bindval;
|
|
35
|
-
rb_binding_t *bind;
|
|
36
|
-
|
|
37
|
-
if (cfp == NULL || cfp->iseq == NULL) {
|
|
38
|
-
return Qnil;
|
|
39
|
-
}
|
|
40
|
-
|
|
41
|
-
bindval = binding_alloc(rb_cBinding);
|
|
42
|
-
|
|
43
|
-
GetBindingPtr(bindval, bind);
|
|
44
|
-
bind->env = rb_vm_make_env_object(th, cfp);
|
|
45
|
-
bind->filename = cfp->iseq->filename;
|
|
46
|
-
bind->line_no = rb_vm_get_sourceline(cfp);
|
|
47
|
-
return bindval;
|
|
48
|
-
}
|
|
49
|
-
|
|
50
|
-
VALUE
|
|
51
|
-
current_bindings(void)
|
|
52
|
-
{
|
|
53
|
-
rb_thread_t *th = GET_THREAD();
|
|
54
|
-
rb_control_frame_t *cfp = th->cfp;
|
|
55
|
-
rb_control_frame_t *cfp_limit = RUBY_VM_END_CONTROL_FRAME(th);
|
|
56
|
-
VALUE binding, bindings = rb_ary_new();
|
|
57
|
-
|
|
58
|
-
while (cfp_limit > cfp) {
|
|
59
|
-
cfp = RUBY_VM_PREVIOUS_CONTROL_FRAME(cfp);
|
|
60
|
-
binding = binding_new(th, cfp);
|
|
61
|
-
|
|
62
|
-
if (!NIL_P(binding)) {
|
|
63
|
-
rb_ary_push(bindings, binding);
|
|
64
|
-
}
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
return bindings;
|
|
68
|
-
}
|
|
69
|
-
|
|
70
|
-
#else
|
|
71
|
-
|
|
72
|
-
#include <ruby/debug.h>
|
|
73
|
-
|
|
74
|
-
#ifdef RUBY_20
|
|
75
|
-
#include "ruby_20.h"
|
|
76
|
-
#elif RUBY_21
|
|
77
|
-
#include "ruby_21.h"
|
|
78
|
-
#elif RUBY_21PREVIEW
|
|
79
|
-
#include "ruby_21preview.h"
|
|
80
|
-
#endif
|
|
81
|
-
|
|
82
|
-
static VALUE
|
|
83
|
-
current_bindings_callback(const rb_debug_inspector_t *context, void *data)
|
|
84
|
-
{
|
|
85
|
-
VALUE locations = rb_debug_inspector_backtrace_locations(context);
|
|
86
|
-
VALUE binding, bindings = rb_ary_new();
|
|
87
|
-
long i, length = RARRAY_LEN(locations);
|
|
88
|
-
|
|
89
|
-
for (i = 0; i < length; i++) {
|
|
90
|
-
binding = rb_debug_inspector_frame_binding_get(context, i);
|
|
91
|
-
|
|
92
|
-
if (!NIL_P(binding)) {
|
|
93
|
-
rb_ary_push(bindings, binding);
|
|
94
|
-
}
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
return bindings;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
VALUE
|
|
101
|
-
current_bindings(void)
|
|
102
|
-
{
|
|
103
|
-
return rb_debug_inspector_open(current_bindings_callback, NULL);
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
#endif
|
data/ext/bindex/ruby_193.h
DELETED
|
@@ -1,101 +0,0 @@
|
|
|
1
|
-
/**********************************************************************
|
|
2
|
-
|
|
3
|
-
Copyright (C) 1993-2013 Yukihiro Matsumoto. All rights reserved.
|
|
4
|
-
|
|
5
|
-
Redistribution and use in source and binary forms, with or without
|
|
6
|
-
modification, are permitted provided that the following conditions
|
|
7
|
-
are met:
|
|
8
|
-
1. Redistributions of source code must retain the above copyright
|
|
9
|
-
notice, this list of conditions and the following disclaimer.
|
|
10
|
-
2. Redistributions in binary form must reproduce the above copyright
|
|
11
|
-
notice, this list of conditions and the following disclaimer in the
|
|
12
|
-
documentation and/or other materials provided with the distribution.
|
|
13
|
-
|
|
14
|
-
THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
15
|
-
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
16
|
-
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
17
|
-
ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
18
|
-
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
19
|
-
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
20
|
-
OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
21
|
-
HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
22
|
-
LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
23
|
-
OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
24
|
-
SUCH DAMAGE.
|
|
25
|
-
|
|
26
|
-
**********************************************************************/
|
|
27
|
-
#ifndef _RUBY_193_H
|
|
28
|
-
#define _RUBY_193_H
|
|
29
|
-
|
|
30
|
-
#include "ruby_193/gc.h"
|
|
31
|
-
#include "ruby_193/internal.h"
|
|
32
|
-
#include "ruby_193/vm_core.h"
|
|
33
|
-
|
|
34
|
-
static void
|
|
35
|
-
binding_free(void *ptr)
|
|
36
|
-
{
|
|
37
|
-
rb_binding_t *bind;
|
|
38
|
-
RUBY_FREE_ENTER("binding");
|
|
39
|
-
if (ptr) {
|
|
40
|
-
bind = ptr;
|
|
41
|
-
ruby_xfree(ptr);
|
|
42
|
-
}
|
|
43
|
-
RUBY_FREE_LEAVE("binding");
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
static void
|
|
47
|
-
binding_mark(void *ptr)
|
|
48
|
-
{
|
|
49
|
-
rb_binding_t *bind;
|
|
50
|
-
RUBY_MARK_ENTER("binding");
|
|
51
|
-
if (ptr) {
|
|
52
|
-
bind = ptr;
|
|
53
|
-
RUBY_MARK_UNLESS_NULL(bind->env);
|
|
54
|
-
RUBY_MARK_UNLESS_NULL(bind->filename);
|
|
55
|
-
}
|
|
56
|
-
RUBY_MARK_LEAVE("binding");
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
static size_t
|
|
60
|
-
binding_memsize(const void *ptr)
|
|
61
|
-
{
|
|
62
|
-
return ptr ? sizeof(rb_binding_t) : 0;
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
static const rb_data_type_t binding_data_type = {
|
|
66
|
-
"binding",
|
|
67
|
-
{binding_mark, binding_free, binding_memsize,},
|
|
68
|
-
};
|
|
69
|
-
|
|
70
|
-
static VALUE
|
|
71
|
-
binding_alloc(VALUE klass)
|
|
72
|
-
{
|
|
73
|
-
VALUE obj;
|
|
74
|
-
rb_binding_t *bind;
|
|
75
|
-
obj = TypedData_Make_Struct(klass, rb_binding_t, &binding_data_type, bind);
|
|
76
|
-
return obj;
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
VALUE
|
|
80
|
-
rb_check_backtrace(VALUE bt)
|
|
81
|
-
{
|
|
82
|
-
long i;
|
|
83
|
-
static const char err[] = "backtrace must be Array of String";
|
|
84
|
-
|
|
85
|
-
if (!NIL_P(bt)) {
|
|
86
|
-
int t = TYPE(bt);
|
|
87
|
-
|
|
88
|
-
if (t == T_STRING) return rb_ary_new3(1, bt);
|
|
89
|
-
if (t != T_ARRAY) {
|
|
90
|
-
rb_raise(rb_eTypeError, err);
|
|
91
|
-
}
|
|
92
|
-
for (i=0;i<RARRAY_LEN(bt);i++) {
|
|
93
|
-
if (TYPE(RARRAY_PTR(bt)[i]) != T_STRING) {
|
|
94
|
-
rb_raise(rb_eTypeError, err);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
return bt;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
#endif
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
/**********************************************************************
|
|
2
|
-
|
|
3
|
-
addr2line.h -
|
|
4
|
-
|
|
5
|
-
$Author$
|
|
6
|
-
|
|
7
|
-
Copyright (C) 2010 Shinichiro Hamaji
|
|
8
|
-
|
|
9
|
-
**********************************************************************/
|
|
10
|
-
|
|
11
|
-
#ifndef RUBY_ADDR2LINE_H
|
|
12
|
-
#define RUBY_ADDR2LINE_H
|
|
13
|
-
|
|
14
|
-
#ifdef USE_ELF
|
|
15
|
-
|
|
16
|
-
void
|
|
17
|
-
rb_dump_backtrace_with_lines(int num_traces, void **traces, char **syms);
|
|
18
|
-
|
|
19
|
-
#endif /* USE_ELF */
|
|
20
|
-
|
|
21
|
-
#endif /* RUBY_ADDR2LINE_H */
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**********************************************************************
|
|
2
|
-
|
|
3
|
-
constant.h -
|
|
4
|
-
|
|
5
|
-
$Author$
|
|
6
|
-
created at: Sun Nov 15 00:09:33 2009
|
|
7
|
-
|
|
8
|
-
Copyright (C) 2009 Yusuke Endoh
|
|
9
|
-
|
|
10
|
-
**********************************************************************/
|
|
11
|
-
#ifndef CONSTANT_H
|
|
12
|
-
#define CONSTANT_H
|
|
13
|
-
|
|
14
|
-
typedef enum {
|
|
15
|
-
CONST_PUBLIC = 0x00,
|
|
16
|
-
CONST_PRIVATE = 0x01
|
|
17
|
-
} rb_const_flag_t;
|
|
18
|
-
|
|
19
|
-
typedef struct rb_const_entry_struct {
|
|
20
|
-
rb_const_flag_t flag;
|
|
21
|
-
VALUE value; /* should be mark */
|
|
22
|
-
} rb_const_entry_t;
|
|
23
|
-
|
|
24
|
-
VALUE rb_mod_private_constant(int argc, VALUE *argv, VALUE obj);
|
|
25
|
-
VALUE rb_mod_public_constant(int argc, VALUE *argv, VALUE obj);
|
|
26
|
-
void rb_free_const_table(st_table *tbl);
|
|
27
|
-
VALUE rb_public_const_get(VALUE klass, ID id);
|
|
28
|
-
VALUE rb_public_const_get_at(VALUE klass, ID id);
|
|
29
|
-
VALUE rb_public_const_get_from(VALUE klass, ID id);
|
|
30
|
-
int rb_public_const_defined(VALUE klass, ID id);
|
|
31
|
-
int rb_public_const_defined_at(VALUE klass, ID id);
|
|
32
|
-
int rb_public_const_defined_from(VALUE klass, ID id);
|
|
33
|
-
|
|
34
|
-
#endif /* CONSTANT_H */
|
data/ext/bindex/ruby_193/debug.h
DELETED
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
/**********************************************************************
|
|
2
|
-
|
|
3
|
-
debug.h - YARV Debug function interface
|
|
4
|
-
|
|
5
|
-
$Author$
|
|
6
|
-
created at: 04/08/25 02:33:49 JST
|
|
7
|
-
|
|
8
|
-
Copyright (C) 2004-2007 Koichi Sasada
|
|
9
|
-
|
|
10
|
-
**********************************************************************/
|
|
11
|
-
|
|
12
|
-
#ifndef RUBY_DEBUG_H
|
|
13
|
-
#define RUBY_DEBUG_H
|
|
14
|
-
|
|
15
|
-
#include "ruby/ruby.h"
|
|
16
|
-
#include "node.h"
|
|
17
|
-
|
|
18
|
-
#if defined __GNUC__ && __GNUC__ >= 4
|
|
19
|
-
#pragma GCC visibility push(default)
|
|
20
|
-
#endif
|
|
21
|
-
|
|
22
|
-
#define dpv(h,v) ruby_debug_print_value(-1, 0, (h), (v))
|
|
23
|
-
#define dp(v) ruby_debug_print_value(-1, 0, "", (v))
|
|
24
|
-
#define dpi(i) ruby_debug_print_id(-1, 0, "", (i))
|
|
25
|
-
#define dpn(n) ruby_debug_print_node(-1, 0, "", (n))
|
|
26
|
-
|
|
27
|
-
#define bp() ruby_debug_breakpoint()
|
|
28
|
-
|
|
29
|
-
VALUE ruby_debug_print_value(int level, int debug_level, const char *header, VALUE v);
|
|
30
|
-
ID ruby_debug_print_id(int level, int debug_level, const char *header, ID id);
|
|
31
|
-
NODE *ruby_debug_print_node(int level, int debug_level, const char *header, const NODE *node);
|
|
32
|
-
int ruby_debug_print_indent(int level, int debug_level, int indent_level);
|
|
33
|
-
void ruby_debug_breakpoint(void);
|
|
34
|
-
void ruby_debug_gc_check_func(void);
|
|
35
|
-
void ruby_set_debug_option(const char *str);
|
|
36
|
-
|
|
37
|
-
#if defined __GNUC__ && __GNUC__ >= 4
|
|
38
|
-
#pragma GCC visibility pop
|
|
39
|
-
#endif
|
|
40
|
-
|
|
41
|
-
#endif /* RUBY_DEBUG_H */
|
data/ext/bindex/ruby_193/dln.h
DELETED
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
/**********************************************************************
|
|
2
|
-
|
|
3
|
-
dln.h -
|
|
4
|
-
|
|
5
|
-
$Author$
|
|
6
|
-
created at: Wed Jan 19 16:53:09 JST 1994
|
|
7
|
-
|
|
8
|
-
Copyright (C) 1993-2007 Yukihiro Matsumoto
|
|
9
|
-
|
|
10
|
-
**********************************************************************/
|
|
11
|
-
|
|
12
|
-
#ifndef DLN_H
|
|
13
|
-
#define DLN_H
|
|
14
|
-
|
|
15
|
-
#ifdef __cplusplus
|
|
16
|
-
# ifndef HAVE_PROTOTYPES
|
|
17
|
-
# define HAVE_PROTOTYPES 1
|
|
18
|
-
# endif
|
|
19
|
-
# ifndef HAVE_STDARG_PROTOTYPES
|
|
20
|
-
# define HAVE_STDARG_PROTOTYPES 1
|
|
21
|
-
# endif
|
|
22
|
-
#endif
|
|
23
|
-
|
|
24
|
-
#undef _
|
|
25
|
-
#ifdef HAVE_PROTOTYPES
|
|
26
|
-
# define _(args) args
|
|
27
|
-
#else
|
|
28
|
-
# define _(args) ()
|
|
29
|
-
#endif
|
|
30
|
-
|
|
31
|
-
#if defined __GNUC__ && __GNUC__ >= 4
|
|
32
|
-
#pragma GCC visibility push(default)
|
|
33
|
-
#endif
|
|
34
|
-
|
|
35
|
-
DEPRECATED(char *dln_find_exe(const char*,const char*));
|
|
36
|
-
DEPRECATED(char *dln_find_file(const char*,const char*));
|
|
37
|
-
char *dln_find_exe_r(const char*,const char*,char*,size_t);
|
|
38
|
-
char *dln_find_file_r(const char*,const char*,char*,size_t);
|
|
39
|
-
|
|
40
|
-
#ifdef USE_DLN_A_OUT
|
|
41
|
-
extern char *dln_argv0;
|
|
42
|
-
#endif
|
|
43
|
-
|
|
44
|
-
void *dln_load(const char*);
|
|
45
|
-
|
|
46
|
-
#if defined __GNUC__ && __GNUC__ >= 4
|
|
47
|
-
#pragma GCC visibility pop
|
|
48
|
-
#endif
|
|
49
|
-
|
|
50
|
-
#endif
|
data/ext/bindex/ruby_193/encdb.h
DELETED
|
@@ -1,167 +0,0 @@
|
|
|
1
|
-
ENC_DEFINE("ASCII-8BIT");
|
|
2
|
-
ENC_DEFINE("Big5");
|
|
3
|
-
ENC_DEFINE("Big5-HKSCS");
|
|
4
|
-
ENC_DEFINE("Big5-UAO");
|
|
5
|
-
ENC_DEFINE("CP949");
|
|
6
|
-
ENC_DEFINE("Emacs-Mule");
|
|
7
|
-
ENC_DEFINE("EUC-JP");
|
|
8
|
-
ENC_DEFINE("EUC-KR");
|
|
9
|
-
ENC_DEFINE("EUC-TW");
|
|
10
|
-
ENC_DEFINE("GB18030");
|
|
11
|
-
ENC_DEFINE("GBK");
|
|
12
|
-
ENC_DEFINE("ISO-8859-1");
|
|
13
|
-
ENC_DEFINE("ISO-8859-2");
|
|
14
|
-
ENC_DEFINE("ISO-8859-3");
|
|
15
|
-
ENC_DEFINE("ISO-8859-4");
|
|
16
|
-
ENC_DEFINE("ISO-8859-5");
|
|
17
|
-
ENC_DEFINE("ISO-8859-6");
|
|
18
|
-
ENC_DEFINE("ISO-8859-7");
|
|
19
|
-
ENC_DEFINE("ISO-8859-8");
|
|
20
|
-
ENC_DEFINE("ISO-8859-9");
|
|
21
|
-
ENC_DEFINE("ISO-8859-10");
|
|
22
|
-
ENC_DEFINE("ISO-8859-11");
|
|
23
|
-
ENC_DEFINE("ISO-8859-13");
|
|
24
|
-
ENC_DEFINE("ISO-8859-14");
|
|
25
|
-
ENC_DEFINE("ISO-8859-15");
|
|
26
|
-
ENC_DEFINE("ISO-8859-16");
|
|
27
|
-
ENC_DEFINE("KOI8-R");
|
|
28
|
-
ENC_DEFINE("KOI8-U");
|
|
29
|
-
ENC_DEFINE("Shift_JIS");
|
|
30
|
-
ENC_DEFINE("US-ASCII");
|
|
31
|
-
ENC_DEFINE("UTF-8");
|
|
32
|
-
ENC_DEFINE("UTF-16BE");
|
|
33
|
-
ENC_DEFINE("UTF-16LE");
|
|
34
|
-
ENC_DEFINE("UTF-32BE");
|
|
35
|
-
ENC_DEFINE("UTF-32LE");
|
|
36
|
-
ENC_DEFINE("Windows-1251");
|
|
37
|
-
ENC_ALIAS("BINARY", "ASCII-8BIT");
|
|
38
|
-
ENC_REPLICATE("IBM437", "ASCII-8BIT");
|
|
39
|
-
ENC_ALIAS("CP437", "IBM437");
|
|
40
|
-
ENC_REPLICATE("IBM737", "ASCII-8BIT");
|
|
41
|
-
ENC_ALIAS("CP737", "IBM737");
|
|
42
|
-
ENC_REPLICATE("IBM775", "ASCII-8BIT");
|
|
43
|
-
ENC_ALIAS("CP775", "IBM775");
|
|
44
|
-
ENC_REPLICATE("CP850", "ASCII-8BIT");
|
|
45
|
-
ENC_ALIAS("IBM850", "CP850");
|
|
46
|
-
ENC_REPLICATE("IBM852", "ASCII-8BIT");
|
|
47
|
-
ENC_REPLICATE("CP852", "IBM852");
|
|
48
|
-
ENC_REPLICATE("IBM855", "ASCII-8BIT");
|
|
49
|
-
ENC_REPLICATE("CP855", "IBM855");
|
|
50
|
-
ENC_REPLICATE("IBM857", "ASCII-8BIT");
|
|
51
|
-
ENC_ALIAS("CP857", "IBM857");
|
|
52
|
-
ENC_REPLICATE("IBM860", "ASCII-8BIT");
|
|
53
|
-
ENC_ALIAS("CP860", "IBM860");
|
|
54
|
-
ENC_REPLICATE("IBM861", "ASCII-8BIT");
|
|
55
|
-
ENC_ALIAS("CP861", "IBM861");
|
|
56
|
-
ENC_REPLICATE("IBM862", "ASCII-8BIT");
|
|
57
|
-
ENC_ALIAS("CP862", "IBM862");
|
|
58
|
-
ENC_REPLICATE("IBM863", "ASCII-8BIT");
|
|
59
|
-
ENC_ALIAS("CP863", "IBM863");
|
|
60
|
-
ENC_REPLICATE("IBM864", "ASCII-8BIT");
|
|
61
|
-
ENC_ALIAS("CP864", "IBM864");
|
|
62
|
-
ENC_REPLICATE("IBM865", "ASCII-8BIT");
|
|
63
|
-
ENC_ALIAS("CP865", "IBM865");
|
|
64
|
-
ENC_REPLICATE("IBM866", "ASCII-8BIT");
|
|
65
|
-
ENC_ALIAS("CP866", "IBM866");
|
|
66
|
-
ENC_REPLICATE("IBM869", "ASCII-8BIT");
|
|
67
|
-
ENC_ALIAS("CP869", "IBM869");
|
|
68
|
-
ENC_REPLICATE("Windows-1258", "ASCII-8BIT");
|
|
69
|
-
ENC_ALIAS("CP1258", "Windows-1258");
|
|
70
|
-
ENC_REPLICATE("GB1988", "ASCII-8BIT");
|
|
71
|
-
ENC_REPLICATE("macCentEuro", "ASCII-8BIT");
|
|
72
|
-
ENC_REPLICATE("macCroatian", "ASCII-8BIT");
|
|
73
|
-
ENC_REPLICATE("macCyrillic", "ASCII-8BIT");
|
|
74
|
-
ENC_REPLICATE("macGreek", "ASCII-8BIT");
|
|
75
|
-
ENC_REPLICATE("macIceland", "ASCII-8BIT");
|
|
76
|
-
ENC_REPLICATE("macRoman", "ASCII-8BIT");
|
|
77
|
-
ENC_REPLICATE("macRomania", "ASCII-8BIT");
|
|
78
|
-
ENC_REPLICATE("macThai", "ASCII-8BIT");
|
|
79
|
-
ENC_REPLICATE("macTurkish", "ASCII-8BIT");
|
|
80
|
-
ENC_REPLICATE("macUkraine", "ASCII-8BIT");
|
|
81
|
-
ENC_REPLICATE("CP950", "Big5");
|
|
82
|
-
ENC_SET_BASE("Big5-HKSCS", "Big5");
|
|
83
|
-
ENC_ALIAS("Big5-HKSCS:2008", "Big5-HKSCS");
|
|
84
|
-
ENC_REPLICATE("CP951", "Big5-HKSCS");
|
|
85
|
-
ENC_SET_BASE("Big5-UAO", "Big5");
|
|
86
|
-
ENC_REPLICATE("stateless-ISO-2022-JP", "Emacs-Mule");
|
|
87
|
-
ENC_ALIAS("eucJP", "EUC-JP") /* UI-OSF Application Platform Profile for Japanese Environment Version 1.1 */;
|
|
88
|
-
ENC_REPLICATE("eucJP-ms", "EUC-JP") /* TOG/JVC CDE/Motif Technical WG */;
|
|
89
|
-
ENC_ALIAS("euc-jp-ms", "eucJP-ms");
|
|
90
|
-
ENC_REPLICATE("CP51932", "EUC-JP");
|
|
91
|
-
ENC_ALIAS("eucKR", "EUC-KR");
|
|
92
|
-
ENC_ALIAS("eucTW", "EUC-TW");
|
|
93
|
-
ENC_ALIAS("EUC-CN", "GB2312");
|
|
94
|
-
ENC_ALIAS("eucCN", "GB2312");
|
|
95
|
-
ENC_REPLICATE("GB12345", "GB2312");
|
|
96
|
-
ENC_ALIAS("CP936", "GBK");
|
|
97
|
-
ENC_DUMMY("ISO-2022-JP");
|
|
98
|
-
ENC_ALIAS("ISO2022-JP", "ISO-2022-JP");
|
|
99
|
-
ENC_REPLICATE("ISO-2022-JP-2", "ISO-2022-JP");
|
|
100
|
-
ENC_ALIAS("ISO2022-JP2", "ISO-2022-JP-2");
|
|
101
|
-
ENC_REPLICATE("CP50220", "ISO-2022-JP");
|
|
102
|
-
ENC_REPLICATE("CP50221", "ISO-2022-JP");
|
|
103
|
-
ENC_ALIAS("ISO8859-1", "ISO-8859-1");
|
|
104
|
-
ENC_REPLICATE("Windows-1252", "ISO-8859-1");
|
|
105
|
-
ENC_ALIAS("CP1252", "Windows-1252");
|
|
106
|
-
ENC_ALIAS("ISO8859-2", "ISO-8859-2");
|
|
107
|
-
ENC_REPLICATE("Windows-1250", "ISO-8859-2");
|
|
108
|
-
ENC_ALIAS("CP1250", "Windows-1250");
|
|
109
|
-
ENC_ALIAS("ISO8859-3", "ISO-8859-3");
|
|
110
|
-
ENC_ALIAS("ISO8859-4", "ISO-8859-4");
|
|
111
|
-
ENC_ALIAS("ISO8859-5", "ISO-8859-5");
|
|
112
|
-
ENC_ALIAS("ISO8859-6", "ISO-8859-6");
|
|
113
|
-
ENC_REPLICATE("Windows-1256", "ISO-8859-6");
|
|
114
|
-
ENC_ALIAS("CP1256", "Windows-1256");
|
|
115
|
-
ENC_ALIAS("ISO8859-7", "ISO-8859-7");
|
|
116
|
-
ENC_REPLICATE("Windows-1253", "ISO-8859-7");
|
|
117
|
-
ENC_ALIAS("CP1253", "Windows-1253");
|
|
118
|
-
ENC_ALIAS("ISO8859-8", "ISO-8859-8");
|
|
119
|
-
ENC_REPLICATE("Windows-1255", "ISO-8859-8");
|
|
120
|
-
ENC_ALIAS("CP1255", "Windows-1255");
|
|
121
|
-
ENC_ALIAS("ISO8859-9", "ISO-8859-9");
|
|
122
|
-
ENC_REPLICATE("Windows-1254", "ISO-8859-9");
|
|
123
|
-
ENC_ALIAS("CP1254", "Windows-1254");
|
|
124
|
-
ENC_ALIAS("ISO8859-10", "ISO-8859-10");
|
|
125
|
-
ENC_ALIAS("ISO8859-11", "ISO-8859-11");
|
|
126
|
-
ENC_REPLICATE("TIS-620", "ISO-8859-11");
|
|
127
|
-
ENC_REPLICATE("Windows-874", "ISO-8859-11");
|
|
128
|
-
ENC_ALIAS("CP874", "Windows-874");
|
|
129
|
-
ENC_ALIAS("ISO8859-13", "ISO-8859-13");
|
|
130
|
-
ENC_REPLICATE("Windows-1257", "ISO-8859-13");
|
|
131
|
-
ENC_ALIAS("CP1257", "Windows-1257");
|
|
132
|
-
ENC_ALIAS("ISO8859-14", "ISO-8859-14");
|
|
133
|
-
ENC_ALIAS("ISO8859-15", "ISO-8859-15");
|
|
134
|
-
ENC_ALIAS("ISO8859-16", "ISO-8859-16");
|
|
135
|
-
ENC_ALIAS("CP878", "KOI8-R");
|
|
136
|
-
ENC_REPLICATE("Windows-31J", "Shift_JIS");
|
|
137
|
-
ENC_ALIAS("CP932", "Windows-31J");
|
|
138
|
-
ENC_ALIAS("csWindows31J", "Windows-31J") /* IANA. IE6 don't accept Windows-31J but csWindows31J. */;
|
|
139
|
-
ENC_ALIAS("SJIS", "Windows-31J");
|
|
140
|
-
ENC_ALIAS("PCK", "Windows-31J");
|
|
141
|
-
ENC_REPLICATE("MacJapanese", "Shift_JIS");
|
|
142
|
-
ENC_ALIAS("MacJapan", "MacJapanese");
|
|
143
|
-
ENC_ALIAS("ASCII", "US-ASCII");
|
|
144
|
-
ENC_ALIAS("ANSI_X3.4-1968", "US-ASCII");
|
|
145
|
-
ENC_ALIAS("646", "US-ASCII");
|
|
146
|
-
ENC_DUMMY("UTF-7");
|
|
147
|
-
ENC_ALIAS("CP65000", "UTF-7");
|
|
148
|
-
ENC_ALIAS("CP65001", "UTF-8");
|
|
149
|
-
ENC_REPLICATE("UTF8-MAC", "UTF-8");
|
|
150
|
-
ENC_ALIAS("UTF-8-MAC", "UTF8-MAC");
|
|
151
|
-
ENC_ALIAS("UTF-8-HFS", "UTF8-MAC") /* Emacs 23.2 */;
|
|
152
|
-
ENC_DUMMY("UTF-16");
|
|
153
|
-
ENC_DUMMY("UTF-32");
|
|
154
|
-
ENC_ALIAS("UCS-2BE", "UTF-16BE");
|
|
155
|
-
ENC_ALIAS("UCS-4BE", "UTF-32BE");
|
|
156
|
-
ENC_ALIAS("UCS-4LE", "UTF-32LE");
|
|
157
|
-
ENC_ALIAS("CP1251", "Windows-1251");
|
|
158
|
-
ENC_REPLICATE("UTF8-DoCoMo", "UTF-8");
|
|
159
|
-
ENC_REPLICATE("SJIS-DoCoMo", "Windows-31J");
|
|
160
|
-
ENC_REPLICATE("UTF8-KDDI", "UTF-8");
|
|
161
|
-
ENC_REPLICATE("SJIS-KDDI", "Windows-31J");
|
|
162
|
-
ENC_REPLICATE("ISO-2022-JP-KDDI", "ISO-2022-JP");
|
|
163
|
-
ENC_REPLICATE("stateless-ISO-2022-JP-KDDI", "stateless-ISO-2022-JP");
|
|
164
|
-
ENC_REPLICATE("UTF8-SoftBank", "UTF-8");
|
|
165
|
-
ENC_REPLICATE("SJIS-SoftBank", "Windows-31J");
|
|
166
|
-
|
|
167
|
-
#define ENCODING_COUNT 99
|