aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * 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
* * lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]akr2008-02-131-0/+11
* * proc.c (proc_curry): new method. [ruby-dev:33676]mame2008-02-131-0/+63
* Allow inline markup to have a leading '#' or '\', or trailing punctuation.drbrain2008-02-122-0/+25
* * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend,naruse2008-02-121-1/+1
* * lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou2008-02-113-2/+31
* * test/ruby/test_pack.rb: fix tests for 64bit CPU.mame2008-02-107-23/+44
* Import RubyGems r1601. [ruby-core:15381].drbrain2008-02-1011-33/+44
* * lib/rdoc/code_objects.rb: Make some attributes accessible for reuse.drbrain2008-02-104-45/+222
* * 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
* * test/ruby/test_file_exhaustive.rb: add tests to achive over 80% test covera...mame2008-02-032-0/+1134
* * test/ruby/test_bignum.rb: suppress warnings during test.mame2008-01-316-0/+776
* add a test.akr2008-01-301-0/+6
* * string.c (rb_str_succ): use wrapped character as a carry forakr2008-01-301-0/+8
* * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch.akr2008-01-301-2/+53