summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-18 04:32:13 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-05-18 04:32:13 +0000
commita62935cf06b9ee2ec72c749c732c226a18f4d389 (patch)
treeb859df6a5f636b58fe78cbc86d5b9921586d8b2a /win32
parent3e51a5b1b5a953e4705adc924355ffdc83b25472 (diff)
2000-05-18
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32')
-rw-r--r--win32/ruby.def25
1 files changed, 21 insertions, 4 deletions
diff --git a/win32/ruby.def b/win32/ruby.def
index 0d8fab5970..3f4791b0a9 100644
--- a/win32/ruby.def
+++ b/win32/ruby.def
@@ -36,6 +36,7 @@ EXPORTS
;eval.c
rb_cProc
ruby_safe_level
+ ruby_errinfo
ruby_frame
rb_cThread
rb_thread_tick
@@ -51,6 +52,14 @@ EXPORTS
rb_cIO
rb_eEOFError
rb_eIOError
+ rb_stdin
+ rb_stdout
+ rb_stderr
+ rb_defout
+ rb_output_fs
+ rb_rs
+ rb_output_rs
+ rb_default_rs
;math.c
rb_mMath
;numeric.c
@@ -69,6 +78,9 @@ EXPORTS
rb_cTrueClass
rb_cFalseClass
rb_cSymbol
+;parse.c
+ ruby_sourcefile
+ ruby_sourceline
;prec.c
rb_mPrecision
;process.c
@@ -314,6 +326,7 @@ EXPORTS
rb_thread_wakeup
rb_thread_run
rb_thread_stop
+ rb_thread_polling
rb_thread_sleep
rb_thread_sleep_forever
rb_thread_create
@@ -332,10 +345,10 @@ EXPORTS
rb_find_file
rb_path_check
;gc.c
- xmalloc
- xfree
- xcalloc
- xrealloc
+ ruby_xmalloc
+ ruby_xcalloc
+ ruby_xrealloc
+ ruby_xfree
rb_global_variable
rb_newobj
rb_data_object_alloc
@@ -348,6 +361,10 @@ EXPORTS
rb_gc_mark_frame
rb_gc
rb_gc_call_finalizer_at_exit
+ xmalloc
+ xcalloc
+ xrealloc
+ xfree
;hash.c
rb_hash_freeze
rb_hash