summaryrefslogtreecommitdiff
path: root/win32/ruby.def
blob: 748a2cbfe1906d889e9c9e6066830938a7e37569 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
LIBRARY rubymw.dll
DESCRIPTION 'win32 rubymw.dll'
EXPORTS
;;global objects
;array.c:
	rb_cArray
;bignum.c:
	rb_cBignum
;enum.c
	rb_mEnumerable
;error.c
	rb_eException;
	rb_eSystemExit
	rb_eInterrupt
	rb_eFatal;
	rb_eStandardError;
	rb_eRuntimeError;
	rb_eSyntaxError;
	rb_eTypeError;
	rb_eArgError;
	rb_eNameError;
	rb_eIndexError;
	rb_eLoadError;
	rb_eSecurityError;
	rb_eNotImpError;
	rb_eSystemCallError;
	rb_mErrno;
;eval.c:
	rb_cProc
;file.c:
	rb_cFile
;hash.c:
	rb_cHash
	ruby_setenv
	ruby_setenv2
	ruby_unsetenv
;io.c:
	rb_cIO
;numeric.c:
	rb_cNumeric
	rb_cFloat
	rb_cInteger
	rb_cFixnum
;object.c
	rb_mKernel
	rb_cObject
	rb_cModule
	rb_cClass
	rb_cData

	rb_cNilClass
	rb_cTrueClass
	rb_cFalseClass
;re.c:
	rb_cRegexp
;string.c:
	rb_cString
	rb_cStruct

; procedures/methods
;missing/nt.c
	NtInitialize
	myfdopen
	myaccept
	mybind
	myconnect
	mygetpeername
	mygetsockname
	mygetsockopt
	myioctlsocket
	mylisten
	myrecv
	myrecvfrom
	mysend
	mysendto
	mysetsockopt
	myshutdown
	mysocket
	mygethostbyaddr
	mygethostbyname
	mygethostname
	mygetprotobyname
	mygetprotobynumber
	mygetservbyname
	mygetservbyport
;array.c
	rb_ary_freeze
	rb_ary_new2
	rb_ary_new
	rb_ary_new3
	rb_ary_new4
	rb_assoc_new
	rb_ary_store
	rb_ary_push
	rb_ary_pop
	rb_ary_shift
	rb_ary_unshift
	rb_ary_entry
	rb_ary_aref
	rb_ary_each
	rb_ary_join
	rb_ary_to_s
	rb_ary_reverse
	rb_ary_sort_bang
	rb_ary_sort
	rb_ary_delete
	rb_ary_delete_at
	rb_ary_plus
	rb_ary_concat
	rb_ary_assoc
	rb_ary_rassoc
	rb_ary_includes
;bignum.c
	rb_big_clone
	rb_big_2comp
	rb_big_norm
	rb_uint2big
	rb_int2big
	rb_uint2inum
	rb_int2inum
	rb_str2inum
	rb_big2str
	rb_big2ulong
	rb_big2long
	rb_dbl2big
	rb_big2dbl
	rb_big_plus
	rb_big_minus
	rb_big_mul
	rb_big_pow
	rb_big_and
	rb_big_or
	rb_big_xor
	rb_big_lshift
	rb_big_rand
;class.c
	rb_class_new
	rb_singleton_class_new
	rb_singleton_class_clone
	rb_define_class_id
	rb_define_class
	rb_define_class_under
	rb_module_new
	rb_define_module_id
	rb_define_module
	rb_define_module_under
	rb_include_module
	rb_define_method_id
	rb_define_method
	rb_undef_method
	rb_define_private_method
	rb_define_protected_method
	rb_singleton_class
	rb_define_singleton_method
	rb_define_module_function
	rb_define_global_function
	rb_define_alias
	rb_define_attr
	rb_scan_args
; dln.c
	dln_find_exe
	dln_find_file
	dln_load
	dln_find_exe
	dln_find_file
; enum.c
	rb_each
	rb_enum_length
; error.c
	rb_compile_error
	rb_compile_error_append
	rb_warn
	rb_warning
	rb_bug
	rb_check_type
	rb_exc_new
	rb_exc_new2
	rb_exc_new3
	rb_raise
	rb_loaderror
	rb_notimplement
	rb_fatal
	rb_sys_fail
;eval.c
	rb_clear_cache
	rb_alias
	rb_add_method
	rb_remove_method
	rb_disable_super
	rb_enable_super
	rb_method_boundp
	rb_safe_level
	rb_set_safe_level
	rb_check_safe_str
	rb_secure
	ruby_init
	ruby_options
	ruby_run
	rb_eval_string
	rb_eval_cmd
	rb_trap_eval
	rb_test_false_or_nil
	rb_respond_to
	rb_exit
	rb_raise
	rb_fatal
	rb_interrupt
	rb_iterator_p
	rb_iterate
	rb_rescue
	rb_ensure
	rb_apply
	rb_funcall
	rb_funcall2
	rb_backtrace
	rb_frame_last_func
	rb_load
	rb_provide
	rb_f_require
	rb_obj_instance_eval
	rb_obj_call_init
	rb_class_new_instance
	rb_extend_object
	rb_f_global_variables
	rb_set_end_proc
	rb_f_autoload
	rb_f_lambda
	rb_gc_mark_threads
	rb_thread_schedule
	rb_thread_wait_fd
	rb_thread_fd_writable
	rb_thread_wait_for
	rb_thread_alone
	rb_thread_select
	rb_thread_sleep
	rb_thread_sleep_forever
	rb_thread_create
	rb_thread_scope_shared_p
	rb_thread_interrupt
	rb_thread_trap_eval
	rb_catch
	rb_throw
	rb_yield
; file.c
	rb_file_open
	eaccess
	rb_file_s_expand_path
; gc.c
	xmalloc
	xcalloc
	xrealloc
	rb_global_variable
	rb_newobj
	rb_data_object_alloc
	rb_gc_mark_locations
	rb_gc_mark_maybe
	rb_gc_mark
	rb_gc_force_recycle
	rb_gc_mark_frame
	rb_gc
; hash.c
	rb_hash_freeze
	rb_hash
	rb_hash_new
	rb_hash_aref
	rb_hash_aset
; inits.c
	rb_call_inits
; io.c
	rb_eof_error
	rb_io_write
	rb_io_gets
	rb_io_getc
	rb_io_ungetc
	rb_io_fptr_finalize
	rb_io_close
	rb_io_binmode
	rb_fopen
	rb_fdopen
	rb_io_unbuffered
	rb_str_setter
; numeric.c
	rb_num_zerodiv
	rb_num_coerce_bin
	rb_float_new
	rb_num2long
	rb_num2ulong
	rb_num2fix
	rb_fix2str
; object.c
	rb_equal
	rb_eql
	rb_any_to_s
	rb_inspect
	rb_obj_is_instance_of
	rb_obj_is_kind_of
	rb_obj_alloc
	rb_to_id
	rb_class_of
	rb_type
	rb_special_const_p
	rb_Integer
	rb_Float
	rb_String
	rb_Array
; parse.c
	rb_node_newnode
	rb_id_attrset
	rb_intern
	rb_id2name
	rb_is_const_id
	rb_is_instance_id
	rb_backref_get
	rb_backref_set
	rb_lastline_get
	rb_lastline_set
; process.c
	rb_proc_exec
	rb_syswait
; range.c
	rb_range_new
	rb_range_beg_end
; re.c
	rb_str_cicmp
	rb_reg_search
	rb_reg_nth_defined
	rb_reg_nth_match
	rb_reg_last_match
	rb_reg_match_pre
	rb_reg_match_post
	rb_reg_match_last
	rb_reg_new
	rb_reg_regcomp
	rb_reg_match
	rb_reg_match2
	rb_reg_regsub
	rb_get_kcode
	rb_set_kcode
; ruby.c
	ruby_require_modules
	rb_load_file
	ruby_script
	ruby_prog_init
	ruby_set_argv
	ruby_process_options
; signal.c
	rb_gc_mark_trap_list
	rb_trap_exit
	rb_trap_exec
; sprintf.c
	rb_f_sprintf
; st.c
	st_init_table_with_size
	st_init_table
	st_init_numtable
	st_init_strtable
	st_free_table
	st_lookup
	st_insert
	st_add_direct
	st_copy
	st_delete
	st_delete_safe
	st_foreach
; string.c
	rb_str_new
	rb_str_new2
	rb_tainted_str_new
	rb_tainted_str_new2
	rb_str_new3
	rb_str_new4
	rb_str_to_str
	rb_obj_as_string
	rb_str_dup
	rb_str_plus
	rb_str_times
	rb_str_substr
	rb_str_modify
	rb_str_freeze
	rb_str_dup_frozen
	rb_str_resize
	rb_str_cat
	rb_str_hash
	rb_str_cmp
	rb_str_upto
	rb_str_inspect
	rb_str_split
; struct.c
	rb_struct_getmember
	rb_struct_define
	rb_struct_alloc
	rb_struct_new
	rb_struct_aref
	rb_struct_aset
; time.c
	rb_time_new
	rb_time_timeval
; util.c
	rb_class_of
	rb_type
	rb_special_const_p
	rb_test_false_or_nil
	ruby_scan_oct
	ruby_scan_hex
;variable.c
	rb_class_path
	rb_set_class_path
	rb_path2class
	rb_name_class
	rb_autoload
	rb_f_autoload
	rb_class2name
	rb_global_entry
	rb_gc_mark_global_tbl
	rb_define_hooked_variable
	rb_define_variable
	rb_define_readonly_variable
	rb_define_virtual_variable
	rb_gvar_get
	rb_gvar_set
	rb_gvar_set2
	rb_gvar_defined
	rb_alias_variable
	rb_ivar_get
	rb_ivar_set
	rb_ivar_defined
	rb_const_get_at
	rb_const_get
	rb_mod_const_at
	rb_mod_constants
	rb_mod_const_of
	rb_const_defined_at
	rb_autoload_defined
	rb_const_defined
	rb_const_set
	rb_define_const
	rb_define_global_const
	rb_iv_get
	rb_iv_set
; version.c
	ruby_show_version
	ruby_show_copyright