Updated README.EXT and README.EXT.ja.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
yugui 2008-09-26 08:34:35 +00:00
Родитель 140048b59d
Коммит bdd70c6109
2 изменённых файлов: 11 добавлений и 5 удалений

Просмотреть файл

@ -876,7 +876,6 @@ class library
math.c : Math
numeric.c : Numeric, Integer, Fixnum, Float
pack.c : Array#pack, String#unpack
prec.c : Precision
proc.c : Binding, Proc
process.c : Process
random.c : random number
@ -889,6 +888,9 @@ class library
struct.c : Struct
time.c : Time
defs/knwon_errors.def : Errno::* exception classes
-> known_errors.inc : automatically generated
multilingualization
encoding.c : Encoding
transcode.c : Encoding::Converter
@ -898,7 +900,8 @@ multilingualization
goruby interpreter implementation
goruby.c
golf_prelude.rb
golf_prelude.rb : goruby specific libraries.
-> golf_prelude.c : automatically generated
Appendix B. Ruby extension API reference

Просмотреть файл

@ -986,10 +986,9 @@ Ruby
math.c : Math
numeric.c : Numeric, Integer, Fixnum, Float
pack.c : Array#pack, String#unpack
prec.c : Precision
proc.c : Binding, Proc
process.c : Process
random.c : random number
random.c : 乱数
range.c : Range
rational.c : Rational
re.c : Regexp, MatchData
@ -999,6 +998,9 @@ Ruby
struct.c : Struct
time.c : Time
defs/knwon_errors.def : 例外クラス Errno::*
-> known_errors.inc : 自動生成
多言語化
encoding.c : Encoding
transcode.c : Encoding::Converter
@ -1008,7 +1010,8 @@ Ruby
gorubyコマンドの実装
goruby.c
golf_prelude.rb
golf_prelude.rb : goruby固有のライブラリ
-> golf_prelude.c : 自動生成
Appendix B. 拡張用関数リファレンス