aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-03-031-0/+59
* test updated.akr2008-03-031-0/+4
* * re.c (rb_reg_regsub): remove too strict encoding check.matz2008-03-031-2/+0
* add tests.akr2008-03-011-0/+54
* add a test.akr2008-03-011-0/+1
* add a test.akr2008-03-011-0/+3
* * object.c (rb_cstr_to_dbl): check for successive underscores.nobu2008-03-011-0/+1
* * test/ruby/allpairs.rb: new file for all pairs method.akr2008-03-013-28/+111
* test/test_{string,sprintf}.rb: updated.matz2008-03-012-5/+5
* * sprintf.c (rb_str_format): "%#.0o" should keep prefix wherematz2008-03-011-3/+3
* * test/ruby/test_bignum.rb (test_too_big_to_s): skips a test using toonobu2008-02-291-3/+2
* * bignum.c (big2str_find_n1): check integer overflow.nobu2008-02-291-0/+9
* * test/ruby/test_m17n_comb.rb (TestM17NComb::test_str_chomp): testmatz2008-02-291-2/+6
* add a test.akr2008-02-291-0/+9
* * test/ruby/test_iterator.rb (TestIterator::test_enumerator):matz2008-02-291-2/+2
* * string.c (rb_str_chomp_bang): now works on UTF-16.matz2008-02-292-7/+13
* * time.c (time_strftime): format should be ascii compatible.matz2008-02-291-5/+15
* * string.c (rb_str_rpartition): calculation was done in byte indexing.matz2008-02-291-0/+2
* * test/ruby/test_settracefunc.rb (TestSetTraceFunc#test_raise):nobu2008-02-291-1/+1
* * test/ruby/test_time.rb (test_readers): fix typo.naruse2008-02-281-1/+2
* * encoding.c (enc_find): check type of argument and convert to Stringnaruse2008-02-281-0/+7
* * process.c (rlimit_resource_type): new function.akr2008-02-221-0/+32
* * encoding.c (rb_enc_mbclen): return minlen instead of 1 whenakr2008-02-221-0/+27
* commit miss. orzusa2008-02-221-3/+3
* sorry, typo.usa2008-02-221-1/+1
* * test/ruby/test_m17n.rb: add tests.usa2008-02-221-1/+13
* Thu Feb 21 17:15:15 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst2008-02-211-2/+5
* * io.c (open_key_args): set arg->io even if no options passed.usa2008-02-201-0/+6
* * test/erb (TestERBCore): reverted.nobu2008-02-192-4/+381
* use require_relative to require ut_eof and envutil.akr2008-02-184-5/+8
* use require_relative to require marshaltestlib and sentence.akr2008-02-183-3/+6
* * string.c (rb_str_each_line): fix newline size.akr2008-02-181-0/+6
* add tests.akr2008-02-181-0/+2
* add tests for sub/gsub with hash.akr2008-02-181-0/+18
* avoid regexp warnings.akr2008-02-181-10/+11
* add a test.akr2008-02-181-0/+6
* add tests.akr2008-02-171-0/+20
* * re.c (rb_reg_regsub): don't repeat repl twice withakr2008-02-171-1/+1
* * re.c (rb_reg_prepare_re): add enable_warning parameter.akr2008-02-171-0/+2
* * test/ruby/test_regexp.rb: add tests to achieve over 90% testmame2008-02-171-0/+495
* add tests.akr2008-02-171-2/+9
* add a test for [ruby-dev:33826]akr2008-02-171-0/+7
* * re.c (rb_reg_quote): return US-ASCII string consistently.akr2008-02-171-10/+8
* * string.c (rb_str_times): reduce loop overhead.akr2008-02-171-1/+10
* * encoding.c (rb_enc_compatible): empty strings are always compatible.akr2008-02-161-1/+41
* modify test according to changing WIN32OLE.codepage behavior.suke2008-02-162-2/+10
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-02-151-3/+6
* * test/ruby/test_math.rb: actual-expected argument ordering formatz2008-02-141-25/+25
* add a test for named class in regexp.akr2008-02-141-0/+5
* more tests for embedding regexps.akr2008-02-141-0/+36