mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
3db12e8b23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
55 lines
865 B
Modula-2
55 lines
865 B
Modula-2
LIBRARY ruby.dll
|
|
CODE LOADONCALL
|
|
DATA LOADONCALL
|
|
DESCRIPTION 'win32 ruby.dll'
|
|
EXPORTS
|
|
|
|
;missing/nt.c
|
|
NtInitialize
|
|
;eval.c
|
|
ruby_init
|
|
ruby_options
|
|
ruby_run
|
|
;class.c
|
|
;;rb_define_module_function
|
|
;;rb_define_const
|
|
;;rb_define_singleton_method
|
|
;;rb_define_alias
|
|
rb_define_alias
|
|
rb_define_attr
|
|
rb_define_class
|
|
rb_define_class_id
|
|
rb_define_class_under
|
|
rb_define_global_function
|
|
rb_define_method
|
|
rb_define_method_id
|
|
rb_define_module
|
|
rb_define_module_function
|
|
rb_define_module_id
|
|
rb_define_module_under
|
|
rb_define_private_method
|
|
rb_define_singleton_method
|
|
rb_scan_args
|
|
;variable.c
|
|
rb_define_const
|
|
rb_define_hooked_variable
|
|
rb_define_global_const
|
|
rb_define_readonly_variable
|
|
rb_define_variable
|
|
rb_define_virtual_variable
|
|
;string.c
|
|
str_new
|
|
str_new2
|
|
str_new3
|
|
str_new4
|
|
;numeric.c
|
|
num2int
|
|
|
|
;error.c
|
|
rb_check_type
|
|
Fatal
|
|
|
|
;gc.c
|
|
xmalloc
|
|
xcalloc
|
|
|