mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* README.EXT: Appendix B is duplicated.
* README.EXT.ja: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6ab0ff977d
commit
080aa35bba
3 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Fri Nov 30 00:25:28 2001 Usaku Nakamura <usa@ruby-lang.org>
|
||||||
|
|
||||||
|
* README.EXT: Appendix B is duplicated.
|
||||||
|
|
||||||
|
* README.EXT.ja: ditto.
|
||||||
|
|
||||||
Wed Nov 28 18:46:28 2001 Ville Mattila <mulperi@iki.fi>
|
Wed Nov 28 18:46:28 2001 Ville Mattila <mulperi@iki.fi>
|
||||||
|
|
||||||
* eval.c (rb_thread_select): should subtract timeofday() from
|
* eval.c (rb_thread_select): should subtract timeofday() from
|
||||||
|
|
|
@ -976,7 +976,7 @@ Starts execution of the interpreter.
|
||||||
|
|
||||||
Specifies the name of the script ($0).
|
Specifies the name of the script ($0).
|
||||||
|
|
||||||
Appendix B. Functions Available in extconf.rb
|
Appendix C. Functions Available in extconf.rb
|
||||||
|
|
||||||
These functions are available in extconf.rb:
|
These functions are available in extconf.rb:
|
||||||
|
|
||||||
|
|
|
@ -1133,7 +1133,7 @@ void ruby_script(char *name)
|
||||||
Rubyのスクリプト名($0)を設定する.
|
Rubyのスクリプト名($0)を設定する.
|
||||||
|
|
||||||
|
|
||||||
Appendix B. extconf.rbで使える関数たち
|
Appendix C. extconf.rbで使える関数たち
|
||||||
|
|
||||||
extconf.rbの中では利用可能なコンパイル条件チェックの関数は以
|
extconf.rbの中では利用可能なコンパイル条件チェックの関数は以
|
||||||
下の通りである.
|
下の通りである.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue