OSDN Git Service

configured for android
authorKazuki Sakamoto <sakamoto@splhack.org>
Sun, 18 Jan 2009 13:29:25 +0000 (22:29 +0900)
committerKazuki Sakamoto <sakamoto@splhack.org>
Sun, 18 Jan 2009 13:29:25 +0000 (22:29 +0900)
commit4ab41a64f85f4fbeaa818c8519f7f4d401565497
tree5c3a5de3a6bd90198f500e5f4e01bb9bffbc150a
parent58075c6b21b7e613514929f5fb85560acde9fff7
configured for android
79 files changed:
lib/ruby-1.9.1-rc1/.ext/common/bigdecimal/jacobian.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/bigdecimal/ludcmp.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/bigdecimal/math.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/bigdecimal/newton.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/bigdecimal/util.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/digest.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/digest/hmac.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/digest/sha2.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/callback.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/cparser.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/func.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/import.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/pack.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/stack.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/struct.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/types.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/dl/value.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/expect.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/io/nonblock.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/add/core.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/add/rails.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/common.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/editor.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/ext.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/pure.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/pure/generator.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/pure/parser.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/json/version.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/kconv.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/bn.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/buffering.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/cipher.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/digest.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/ssl.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/openssl/x509.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/ripper.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/ripper/core.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/ripper/filter.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/ripper/lexer.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/common/ripper/sexp.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/include/arm-linux/ruby/config.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/include/ruby/digest.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/.ext/include/ruby/dl.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/Makefile.in
lib/ruby-1.9.1-rc1/common.mk
lib/ruby-1.9.1-rc1/config.sh [new file with mode: 0755]
lib/ruby-1.9.1-rc1/configure
lib/ruby-1.9.1-rc1/ext/Setup
lib/ruby-1.9.1-rc1/ext/dl/callback-0.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-1.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-2.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-3.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-4.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-5.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-6.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-7.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback-8.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/dl/callback.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/extinit.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/json/ext/generator/json_generator_unicode.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/json/ext/parser/json_parser_unicode.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/mathn/complex/mathn_complex.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/mathn/rational/mathn_rational.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/nkf/nkf-utf8/nkf.h
lib/ruby-1.9.1-rc1/ext/openssl/bn_depr.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/openssl/rsa_depr.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ext/ripper/ripper.c
lib/ruby-1.9.1-rc1/ext/socket/constants.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/fake.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/io.c
lib/ruby-1.9.1-rc1/main.c
lib/ruby-1.9.1-rc1/missing/dup2.c
lib/ruby-1.9.1-rc1/prelude.c [new file with mode: 0644]
lib/ruby-1.9.1-rc1/rbconfig.rb [new file with mode: 0644]
lib/ruby-1.9.1-rc1/ruby.c
lib/ruby-1.9.1-rc1/rubyextconf.h [new file with mode: 0644]
lib/ruby-1.9.1-rc1/signal.c