aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* * 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
* * re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp sourceakr2008-02-141-0/+6
* * eval.c (eval): allow to eval in a binding that has a singleton method.mame2008-02-132-0/+245
* * proc.c (proc_curry): new method. [ruby-dev:33676]mame2008-02-131-0/+63
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-107-23/+44
* * test/ruby/test_math.rb: add tests for Math#gamma, Math#lgamma andmame2008-02-091-1/+62
* add a test.akr2008-02-081-1/+7
* add a test.akr2008-02-081-0/+8
* * test/ruby/test_hash.rb: follow the change of Hash#flatten.mame2008-02-073-1/+225
* * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626]naruse2008-02-071-1/+5
* * test/ruby/test_hash.rb: add tests to achieve over 90% test coveragemame2008-02-052-4/+453