debugger-ruby_core_source 1.3.6 → 1.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.md +3 -0
- data/README.md +1 -1
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/addr2line.h +21 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/constant.h +34 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/debug.h +41 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/dln.h +50 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/encdb.h +167 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/eval_intern.h +234 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/gc.h +99 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/id.h +177 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns.inc +179 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/insns_info.inc +695 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/internal.h +242 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/iseq.h +126 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/known_errors.inc +731 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/method.h +105 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node.h +504 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/node_name.inc +208 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/opt_sc.inc +670 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optinsn.inc +30 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/optunifs.inc +116 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/parse.h +186 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regenc.h +219 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regint.h +850 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/regparse.h +362 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/revision.h +1 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/ruby_atomic.h +175 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/siphash.h +48 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_pthread.h +51 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/thread_win32.h +40 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/timev.h +21 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transcode_data.h +117 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/transdb.h +189 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/version.h +52 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm.inc +3054 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_core.h +763 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_exec.h +184 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_insnhelper.h +220 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vm_opts.h +51 -0
- data/lib/debugger/ruby_core_source/ruby-1.9.3-p551/vmtc.inc +97 -0
- data/lib/debugger/ruby_core_source/version.rb +1 -1
- metadata +40 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e7b8a4d0c3c9930047f097c5eb2545287a7dc410
|
4
|
+
data.tar.gz: 4f132f12e76dc8873e2f814cc126b528ce63bddf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 8423b598f374d2243164359dab692e16cdd4efd70d6d324ea799fadd11f1a6e822479aac74a55cc25969ca6a5efd90afef0d14012a471e2109d1f0e18520228b
|
7
|
+
data.tar.gz: 5bda14f7bb8ab6af1ffc013a4aea90ed7897458426820b902e81d665bc157067c0b6657a4ad875760c2c5b64378b8050d1476edda0f1bcd4ebc90e4a7a61090c
|
data/CHANGELOG.md
CHANGED
data/README.md
CHANGED
@@ -22,7 +22,7 @@ To add another ruby version's source to this gem's directory:
|
|
22
22
|
$ rake add_source VERSION=1.9.3-p0
|
23
23
|
|
24
24
|
##Credits
|
25
|
-
* @moneill for 1.9.3-p550 headers
|
25
|
+
* @moneill for 1.9.3-p550, 1.9.3-p551 headers
|
26
26
|
* @reedloden for 1.9.3-p547 headers
|
27
27
|
* @andremedeiros for 2.1.1 headers
|
28
28
|
* @stepheneb for 1.9.2-p320 headers
|
@@ -0,0 +1,21 @@
|
|
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 */
|
@@ -0,0 +1,34 @@
|
|
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 */
|
@@ -0,0 +1,41 @@
|
|
1
|
+
/**********************************************************************
|
2
|
+
|
3
|
+
debug.h - YARV Debug function interface
|
4
|
+
|
5
|
+
$Author: akr $
|
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 */
|
@@ -0,0 +1,50 @@
|
|
1
|
+
/**********************************************************************
|
2
|
+
|
3
|
+
dln.h -
|
4
|
+
|
5
|
+
$Author: nobu $
|
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
|
@@ -0,0 +1,167 @@
|
|
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
|
@@ -0,0 +1,234 @@
|
|
1
|
+
#ifndef RUBY_EVAL_INTERN_H
|
2
|
+
#define RUBY_EVAL_INTERN_H
|
3
|
+
|
4
|
+
#include "ruby/ruby.h"
|
5
|
+
#include "vm_core.h"
|
6
|
+
|
7
|
+
#define PASS_PASSED_BLOCK_TH(th) do { \
|
8
|
+
(th)->passed_block = GC_GUARDED_PTR_REF((rb_block_t *)(th)->cfp->lfp[0]); \
|
9
|
+
(th)->cfp->flag |= VM_FRAME_FLAG_PASSED; \
|
10
|
+
} while (0)
|
11
|
+
|
12
|
+
#define PASS_PASSED_BLOCK() do { \
|
13
|
+
rb_thread_t * const __th__ = GET_THREAD(); \
|
14
|
+
PASS_PASSED_BLOCK_TH(__th__); \
|
15
|
+
} while (0)
|
16
|
+
|
17
|
+
#ifdef HAVE_STDLIB_H
|
18
|
+
#include <stdlib.h>
|
19
|
+
#endif
|
20
|
+
#ifndef EXIT_SUCCESS
|
21
|
+
#define EXIT_SUCCESS 0
|
22
|
+
#endif
|
23
|
+
#ifndef EXIT_FAILURE
|
24
|
+
#define EXIT_FAILURE 1
|
25
|
+
#endif
|
26
|
+
|
27
|
+
#include <stdio.h>
|
28
|
+
#include <setjmp.h>
|
29
|
+
|
30
|
+
#ifdef __APPLE__
|
31
|
+
#include <crt_externs.h>
|
32
|
+
#endif
|
33
|
+
|
34
|
+
/* Make alloca work the best possible way. */
|
35
|
+
#ifdef __GNUC__
|
36
|
+
# ifndef atarist
|
37
|
+
# ifndef alloca
|
38
|
+
# define alloca __builtin_alloca
|
39
|
+
# endif
|
40
|
+
# endif /* atarist */
|
41
|
+
#else
|
42
|
+
# ifdef HAVE_ALLOCA_H
|
43
|
+
# include <alloca.h>
|
44
|
+
# else
|
45
|
+
# ifdef _AIX
|
46
|
+
#pragma alloca
|
47
|
+
# else
|
48
|
+
# ifndef alloca /* predefined by HP cc +Olibcalls */
|
49
|
+
void *alloca();
|
50
|
+
# endif
|
51
|
+
# endif /* AIX */
|
52
|
+
# endif /* HAVE_ALLOCA_H */
|
53
|
+
#endif /* __GNUC__ */
|
54
|
+
|
55
|
+
#ifndef HAVE_STRING_H
|
56
|
+
char *strrchr(const char *, const char);
|
57
|
+
#endif
|
58
|
+
|
59
|
+
#ifdef HAVE_UNISTD_H
|
60
|
+
#include <unistd.h>
|
61
|
+
#endif
|
62
|
+
|
63
|
+
#ifdef HAVE_NET_SOCKET_H
|
64
|
+
#include <net/socket.h>
|
65
|
+
#endif
|
66
|
+
|
67
|
+
#define ruby_setjmp(env) RUBY_SETJMP(env)
|
68
|
+
#define ruby_longjmp(env,val) RUBY_LONGJMP((env),(val))
|
69
|
+
#ifdef __CYGWIN__
|
70
|
+
# ifndef _setjmp
|
71
|
+
int _setjmp(jmp_buf);
|
72
|
+
# endif
|
73
|
+
# ifndef _longjmp
|
74
|
+
NORETURN(void _longjmp(jmp_buf, int));
|
75
|
+
# endif
|
76
|
+
#endif
|
77
|
+
|
78
|
+
#include <sys/types.h>
|
79
|
+
#include <signal.h>
|
80
|
+
#include <errno.h>
|
81
|
+
|
82
|
+
#ifdef HAVE_SYS_SELECT_H
|
83
|
+
#include <sys/select.h>
|
84
|
+
#endif
|
85
|
+
|
86
|
+
/*
|
87
|
+
Solaris sys/select.h switches select to select_large_fdset to support larger
|
88
|
+
file descriptors if FD_SETSIZE is larger than 1024 on 32bit environment.
|
89
|
+
But Ruby doesn't change FD_SETSIZE because fd_set is allocated dynamically.
|
90
|
+
So following definition is required to use select_large_fdset.
|
91
|
+
*/
|
92
|
+
#ifdef HAVE_SELECT_LARGE_FDSET
|
93
|
+
#define select(n, r, w, e, t) select_large_fdset((n), (r), (w), (e), (t))
|
94
|
+
extern int select_large_fdset(int, fd_set *, fd_set *, fd_set *, struct timeval *);
|
95
|
+
#endif
|
96
|
+
|
97
|
+
#ifdef HAVE_SYS_PARAM_H
|
98
|
+
#include <sys/param.h>
|
99
|
+
#endif
|
100
|
+
|
101
|
+
#include <sys/stat.h>
|
102
|
+
|
103
|
+
#define SAVE_ROOT_JMPBUF(th, stmt) do \
|
104
|
+
if (ruby_setjmp((th)->root_jmpbuf) == 0) { \
|
105
|
+
stmt; \
|
106
|
+
} \
|
107
|
+
else { \
|
108
|
+
rb_fiber_start(); \
|
109
|
+
} while (0)
|
110
|
+
|
111
|
+
#define TH_PUSH_TAG(th) do { \
|
112
|
+
rb_thread_t * const _th = (th); \
|
113
|
+
struct rb_vm_tag _tag; \
|
114
|
+
_tag.tag = 0; \
|
115
|
+
_tag.prev = _th->tag; \
|
116
|
+
_th->tag = &_tag;
|
117
|
+
|
118
|
+
#define TH_POP_TAG() \
|
119
|
+
_th->tag = _tag.prev; \
|
120
|
+
} while (0)
|
121
|
+
|
122
|
+
#define TH_POP_TAG2() \
|
123
|
+
_th->tag = _tag.prev
|
124
|
+
|
125
|
+
#define PUSH_TAG() TH_PUSH_TAG(GET_THREAD())
|
126
|
+
#define POP_TAG() TH_POP_TAG()
|
127
|
+
|
128
|
+
#define TH_EXEC_TAG() ruby_setjmp(_th->tag->buf)
|
129
|
+
|
130
|
+
#define EXEC_TAG() \
|
131
|
+
TH_EXEC_TAG()
|
132
|
+
|
133
|
+
#define TH_JUMP_TAG(th, st) do { \
|
134
|
+
ruby_longjmp((th)->tag->buf,(st)); \
|
135
|
+
} while (0)
|
136
|
+
|
137
|
+
#define JUMP_TAG(st) TH_JUMP_TAG(GET_THREAD(), (st))
|
138
|
+
|
139
|
+
#define INTERNAL_EXCEPTION_P(exc) FIXNUM_P(exc)
|
140
|
+
|
141
|
+
enum ruby_tag_type {
|
142
|
+
RUBY_TAG_RETURN = 0x1,
|
143
|
+
RUBY_TAG_BREAK = 0x2,
|
144
|
+
RUBY_TAG_NEXT = 0x3,
|
145
|
+
RUBY_TAG_RETRY = 0x4,
|
146
|
+
RUBY_TAG_REDO = 0x5,
|
147
|
+
RUBY_TAG_RAISE = 0x6,
|
148
|
+
RUBY_TAG_THROW = 0x7,
|
149
|
+
RUBY_TAG_FATAL = 0x8,
|
150
|
+
RUBY_TAG_MASK = 0xf
|
151
|
+
};
|
152
|
+
#define TAG_RETURN RUBY_TAG_RETURN
|
153
|
+
#define TAG_BREAK RUBY_TAG_BREAK
|
154
|
+
#define TAG_NEXT RUBY_TAG_NEXT
|
155
|
+
#define TAG_RETRY RUBY_TAG_RETRY
|
156
|
+
#define TAG_REDO RUBY_TAG_REDO
|
157
|
+
#define TAG_RAISE RUBY_TAG_RAISE
|
158
|
+
#define TAG_THROW RUBY_TAG_THROW
|
159
|
+
#define TAG_FATAL RUBY_TAG_FATAL
|
160
|
+
#define TAG_MASK RUBY_TAG_MASK
|
161
|
+
|
162
|
+
#define NEW_THROW_OBJECT(val, pt, st) \
|
163
|
+
((VALUE)rb_node_newnode(NODE_LIT, (VALUE)(val), (VALUE)(pt), (VALUE)(st)))
|
164
|
+
#define SET_THROWOBJ_CATCH_POINT(obj, val) \
|
165
|
+
(RNODE((obj))->u2.value = (val))
|
166
|
+
#define SET_THROWOBJ_STATE(obj, val) \
|
167
|
+
(RNODE((obj))->u3.value = (val))
|
168
|
+
|
169
|
+
#define GET_THROWOBJ_VAL(obj) ((VALUE)RNODE((obj))->u1.value)
|
170
|
+
#define GET_THROWOBJ_CATCH_POINT(obj) ((VALUE*)RNODE((obj))->u2.value)
|
171
|
+
#define GET_THROWOBJ_STATE(obj) ((int)RNODE((obj))->u3.value)
|
172
|
+
|
173
|
+
#define SCOPE_TEST(f) (rb_vm_cref()->nd_visi & (f))
|
174
|
+
#define SCOPE_CHECK(f) (rb_vm_cref()->nd_visi == (f))
|
175
|
+
#define SCOPE_SET(f) (rb_vm_cref()->nd_visi = (f))
|
176
|
+
|
177
|
+
#define CHECK_STACK_OVERFLOW(cfp, margin) do \
|
178
|
+
if ((VALUE *)((char *)(((VALUE *)(cfp)->sp) + (margin)) + sizeof(rb_control_frame_t)) >= ((VALUE *)(cfp))) { \
|
179
|
+
rb_exc_raise(sysstack_error); \
|
180
|
+
} \
|
181
|
+
while (0)
|
182
|
+
|
183
|
+
void rb_thread_cleanup(void);
|
184
|
+
void rb_thread_wait_other_threads(void);
|
185
|
+
|
186
|
+
enum {
|
187
|
+
RAISED_EXCEPTION = 1,
|
188
|
+
RAISED_STACKOVERFLOW = 2,
|
189
|
+
RAISED_NOMEMORY = 4
|
190
|
+
};
|
191
|
+
int rb_threadptr_set_raised(rb_thread_t *th);
|
192
|
+
int rb_threadptr_reset_raised(rb_thread_t *th);
|
193
|
+
#define rb_thread_raised_set(th, f) ((th)->raised_flag |= (f))
|
194
|
+
#define rb_thread_raised_reset(th, f) ((th)->raised_flag &= ~(f))
|
195
|
+
#define rb_thread_raised_p(th, f) (((th)->raised_flag & (f)) != 0)
|
196
|
+
#define rb_thread_raised_clear(th) ((th)->raised_flag = 0)
|
197
|
+
|
198
|
+
VALUE rb_f_eval(int argc, VALUE *argv, VALUE self);
|
199
|
+
VALUE rb_make_exception(int argc, VALUE *argv);
|
200
|
+
|
201
|
+
NORETURN(void rb_fiber_start(void));
|
202
|
+
|
203
|
+
NORETURN(void rb_print_undef(VALUE, ID, int));
|
204
|
+
NORETURN(void rb_vm_localjump_error(const char *,VALUE, int));
|
205
|
+
NORETURN(void rb_vm_jump_tag_but_local_jump(int, VALUE));
|
206
|
+
NORETURN(void rb_raise_method_missing(rb_thread_t *th, int argc, VALUE *argv,
|
207
|
+
VALUE obj, int call_status));
|
208
|
+
|
209
|
+
VALUE rb_vm_make_jump_tag_but_local_jump(int state, VALUE val);
|
210
|
+
NODE *rb_vm_cref(void);
|
211
|
+
VALUE rb_vm_call_cfunc(VALUE recv, VALUE (*func)(VALUE), VALUE arg, const rb_block_t *blockptr, VALUE filename);
|
212
|
+
void rb_vm_set_progname(VALUE filename);
|
213
|
+
void rb_thread_terminate_all(void);
|
214
|
+
VALUE rb_vm_top_self();
|
215
|
+
VALUE rb_vm_cbase(void);
|
216
|
+
void rb_trap_restore_mask(void);
|
217
|
+
|
218
|
+
#ifndef CharNext /* defined as CharNext[AW] on Windows. */
|
219
|
+
#define CharNext(p) ((p) + mblen((p), RUBY_MBCHAR_MAXSIZE))
|
220
|
+
#endif
|
221
|
+
|
222
|
+
#if defined DOSISH || defined __CYGWIN__
|
223
|
+
static inline void
|
224
|
+
translit_char(char *p, int from, int to)
|
225
|
+
{
|
226
|
+
while (*p) {
|
227
|
+
if ((unsigned char)*p == from)
|
228
|
+
*p = to;
|
229
|
+
p = CharNext(p);
|
230
|
+
}
|
231
|
+
}
|
232
|
+
#endif
|
233
|
+
|
234
|
+
#endif /* RUBY_EVAL_INTERN_H */
|