summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-12-22update tests for latest /.../n handling.akr
2007-12-22* test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko1
2007-12-22* test/ruby/test_float.rb (test_float): test literal, not sprintf.usa
2007-12-22* eval.c (rb_obj_instance_eval): use class of immediate objects.ko1
2007-12-21test/ruby/test_eval.rb: class variable test updated.matz
2007-12-21* test/json/test_json_addition.rb (test_core): do not use Time.nowshugo
2007-12-21Update to RubyGems 1.0.1, r1581drbrain
2007-12-21* ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse
2007-12-21add a test.akr
2007-12-21* test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz
2007-12-21* lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.akr
2007-12-21* test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz
2007-12-20* lib/net/http.rb (Net::HTTP#connect): usegotoyuzo
2007-12-20* string.c (tr_trans): wrong encoding check for tree strings.matz
2007-12-20add test for succ.akr
2007-12-20disable debug print.akr
2007-12-20add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr
2007-12-20Import RubyGems 1.0.0, r1575drbrain
2007-12-20add m17n tests for scan, slice, slice!, split.akr
2007-12-19* string.c (rb_str_each_line): should consider rslen.matz
2007-12-19* string.c (rb_str_rindex_m): too much adjustment.matz
2007-12-19 * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki
2007-12-19* re.c (rb_reg_regsub): should set checked encoding.nobu
2007-12-19add tests for insert, intern, length, oct, replace, reverse.akr
2007-12-19add tests for hex, include?, index, rindex.akr
2007-12-19* compile.c (iseq_compile_each): remove "retry" in block.ko1
2007-12-19add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr
2007-12-19add tests.akr
2007-12-19add test for center, ljust, rjust, chomp.akr
2007-12-19* test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu
2007-12-19* bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu
2007-12-18more m17n tests.akr
2007-12-18* test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo
2007-12-18* lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo
2007-12-18* parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr
2007-12-18fix test. [ruby-dev:32625].akr
2007-12-18more tests.akr
2007-12-18* string.c (str_nth): need not to raise out-of-range exception.matz
2007-12-18more tests.akr
2007-12-17more tests.akr
2007-12-17* ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo
2007-12-17* ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo
2007-12-17* lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo
2007-12-17for undefined conversions.matz
2007-12-15* test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr
2007-12-15* test/xmlrpc/webrick_testing.rb: join webrick server thread.akr
2007-12-15avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr
2007-12-15catch EOFError in a thread.akr
2007-12-15close socket.akr
2007-12-15* transcode.c (str_transcode, transcode_dispatch): added two-stepmatz