summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2007-12-24* proc.c (rb_proc_new), vm.c (invoke_block): removed u3.state magic.nobu
2007-12-24* string.c (rb_str_comparable): fixed to keep transitivity.matz
2007-12-24add a test.akr
2007-12-24add a test for String#hash.akr
2007-12-23add some tests on conversion for pipe.akr
2007-12-23* string.c (tr_trans): should associate new encoding if modified.matz
2007-12-23* io.c (appendline): should do multibyte aware RS search.matz
2007-12-23add test.akr
2007-12-23* test/net/http/test_https.rb: should rescue LoadError.gotoyuzo
2007-12-23add ML ref.akr
2007-12-23test reflexive, symmetric and transitive relation of String#==.akr
2007-12-23add tests.akr
2007-12-23add assertions.akr
2007-12-23update tests.akr
2007-12-23add test for IO.pipe.akr
2007-12-23add tests.akr
2007-12-23add assertion messages.akr
2007-12-23more IO m17n tests.akr
2007-12-23* test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz
2007-12-23move the test for [ruby-core:14288].akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-23add tests for warning of none encoding regexps.akr
2007-12-23Fix warnings in RubyGemsdrbrain
2007-12-23add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr
2007-12-22* test/net/imap/test_imap.rb: added tests for SSL.shugo
2007-12-22use String#ascii_only?.akr
2007-12-22Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2007-12-22* ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo
2007-12-22* lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo
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