1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 1999-09-22 04:30:11 +00:00
parent 70a444b0cc
commit 8aad024e3a
11 changed files with 109 additions and 35 deletions

View file

@ -33,6 +33,7 @@ EXPORTS
rb_mErrno
;eval.c
rb_cProc
ruby_frame
rb_cThread
rb_thread_tick
rb_thread_critical
@ -72,6 +73,8 @@ EXPORTS
rb_cRange
;re.c
rb_cRegexp
;regex.c
re_mbctab
;ruby.c
ruby_debug
ruby_verbose
@ -370,7 +373,7 @@ EXPORTS
rb_fdopen
rb_file_open
rb_file_sysopen
rb_io_unbuffered
rb_io_synchronized
rb_p
rb_gets
rb_str_setter