aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* add a test.akr2007-12-241-0/+11
* add a test for String#hash.akr2007-12-241-0/+8
* add some tests on conversion for pipe.akr2007-12-231-0/+34
* * string.c (tr_trans): should associate new encoding if modified.matz2007-12-231-11/+2
* * io.c (appendline): should do multibyte aware RS search.matz2007-12-231-5/+5
* add test.akr2007-12-231-0/+11
* * test/net/http/test_https.rb: should rescue LoadError.gotoyuzo2007-12-231-3/+3
* add ML ref.akr2007-12-231-1/+1
* test reflexive, symmetric and transitive relation of String#==.akr2007-12-231-172/+214
* add tests.akr2007-12-231-0/+42
* add assertions.akr2007-12-231-0/+2
* update tests.akr2007-12-231-2/+3
* add test for IO.pipe.akr2007-12-231-29/+37
* add tests.akr2007-12-231-9/+47
* add assertion messages.akr2007-12-231-5/+7
* more IO m17n tests.akr2007-12-231-4/+122
* * test/ruby/test_beginendblock.rb (TestBeginEndBlock::test_endblockwarn): matz2007-12-232-2/+2
* move the test for [ruby-core:14288].akr2007-12-231-0/+22
* * encoding.c (rb_enc_codepoint): implemented to raise invalidakr2007-12-231-60/+150
* add tests for warning of none encoding regexps.akr2007-12-231-21/+38
* Fix warnings in RubyGemsdrbrain2007-12-233-13/+15
* add a test for [ruby-dev:32675] reported by Keita Yamaguchi.akr2007-12-231-1/+7
* * test/net/imap/test_imap.rb: added tests for SSL.shugo2007-12-224-0/+216
* use String#ascii_only?.akr2007-12-221-37/+33
* Sat Dec 22 15:54:54 2007 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2007-12-221-32/+46
* * ext/openssl/lib/net/ssl.rb (OpenSSL::SSL::SSLContext.build): removed.gotoyuzo2007-12-222-6/+10
* * lib/net/imap.rb (encode_utf7): accept UTF-8 strings.shugo2007-12-221-3/+5
* update tests for latest /.../n handling.akr2007-12-221-14/+24
* * test/ruby/test_float.rb, test_sprintf.rb: fix test place.ko12007-12-222-2/+5
* * test/ruby/test_float.rb (test_float): test literal, not sprintf.usa2007-12-221-0/+2
* * eval.c (rb_obj_instance_eval): use class of immediate objects.ko12007-12-221-1/+1
* test/ruby/test_eval.rb: class variable test updated.matz2007-12-211-12/+7
* * test/json/test_json_addition.rb (test_core): do not use Time.nowshugo2007-12-211-1/+1
* Update to RubyGems 1.0.1, r1581drbrain2007-12-212-2/+3
* * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT):naruse2007-12-211-47/+50
* add a test.akr2007-12-211-0/+2
* * test/ruby/test_system.rb (TestSystem::valid_syntax): applymatz2007-12-211-0/+1
* * lib/runit, lib/rubyunit.rb, test/testunit/runit: removed.akr2007-12-214-686/+0
* * test/ruby/test_m17n.rb (TestM17N::test_tr): "invalid mbstringmatz2007-12-211-1/+1
* * lib/net/http.rb (Net::HTTP#connect): usegotoyuzo2007-12-202-3/+113
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-201-2/+2
* add test for succ.akr2007-12-201-4/+50
* disable debug print.akr2007-12-201-1/+1
* add tests for squeeze, strip, sum, swapcase, to_f, to_i, to_s.akr2007-12-201-18/+129
* Import RubyGems 1.0.0, r1575drbrain2007-12-2020-528/+712
* add m17n tests for scan, slice, slice!, split.akr2007-12-201-4/+141
* * string.c (rb_str_each_line): should consider rslen.matz2007-12-191-1/+4
* * string.c (rb_str_rindex_m): too much adjustment.matz2007-12-191-1/+13
* * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki2007-12-191-2/+2
* * re.c (rb_reg_regsub): should set checked encoding.nobu2007-12-191-0/+2