aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* add tests for insert, intern, length, oct, replace, reverse.akr2007-12-191-1/+62
* add tests for hex, include?, index, rindex.akr2007-12-191-0/+79
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-192-25/+14
* add tests for clear, clone, dup, count, crypt, delete, downcase, dump,akr2007-12-191-0/+150
* add tests.akr2007-12-191-4/+38
* add test for center, ljust, rjust, chomp.akr2007-12-191-0/+73
* * test/ruby/test_integer.rb (test_Integer): multiple underscoresnobu2007-12-191-0/+1
* * bignum.c (rb_cstr_to_inum): an underscore succeeding after octalnobu2007-12-191-0/+3
* more m17n tests.akr2007-12-181-120/+264
* * test/net/http/utils.rb: split TestNetHTTPUtils module fromgotoyuzo2007-12-182-84/+83
* * lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo2007-12-182-2/+2
* * parse.y (arg tMATCH arg): call reg_named_capture_assign_gen if regexpakr2007-12-181-0/+7
* fix test. [ruby-dev:32625].akr2007-12-181-4/+11
* more tests.akr2007-12-181-0/+103
* * string.c (str_nth): need not to raise out-of-range exception.matz2007-12-181-1/+0
* more tests.akr2007-12-181-71/+120
* more tests.akr2007-12-171-4/+183
* * ext/openssl/ossl_ssl.c (ossl_sslctx_set_ssl_version):gotoyuzo2007-12-171-19/+85
* * ext/openssl/lib/openssl/buffering.rb (Buffering#gets): added secondgotoyuzo2007-12-171-0/+5
* * lib/webrick/httprequest.rb, lib/webrick/cgi.rb: Request-Line orgotoyuzo2007-12-171-0/+10
* for undefined conversions.matz2007-12-171-0/+1
* * test/openssl/test_pair.rb (SSLPair#ssl_pair): join the thread, evenakr2007-12-151-0/+5
* * test/xmlrpc/webrick_testing.rb: join webrick server thread.akr2007-12-151-1/+2
* avoid ruby -d test/ruby/test_marshal.rb output binary marshaled data.akr2007-12-151-1/+1
* catch EOFError in a thread.akr2007-12-151-7/+5
* close socket.akr2007-12-151-1/+7
* * transcode.c (str_transcode, transcode_dispatch): added two-stepmatz2007-12-151-35/+69
* * encoding.c (rb_enc_compatible): encoding should never fall backmatz2007-12-131-7/+7
* * string.c (rb_str_shared_replace): make str noembed after free.akr2007-12-131-0/+3
* upcase hex.akr2007-12-131-25/+25
* * test/ruby/test_transcode.rb: added tests from Martin Duerst <duerstnobu2007-12-111-28/+59
* * array.c (rb_ary_slice_bang): If an invalid range is given, doknu2007-12-101-0/+16
* * transcode*.[ch], test/ruby/test_transcode.rb: set properties.nobu2007-12-101-44/+44
* * transcode.c: new file to provide encoding conversion features.matz2007-12-101-0/+44
* update tests for String#inspect replacing \xHH instead of \OOO.akr2007-12-091-27/+27
* * re.c (rb_reg_expr_str): use \xHH instead of \OOO.akr2007-12-092-2/+2
* * re.c (rb_reg_names): new method Regexp#names.akr2007-12-091-3/+26
* * re.c (rb_reg_s_last_match): accept named capture's name.akr2007-12-091-1/+7
* document named capture of MatchData#{offset,begin,end,inspect}.akr2007-12-091-1/+0