aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu2009-03-141-1/+1
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+6
* * test/ruby/test_proc.rb: add some tests.mame2009-03-081-0/+31
* * test/ruby/test_enum.rb: add some tests.mame2009-03-081-0/+9
* * test/ruby/test_object.rb: add a test for Object#method_missing.mame2009-03-081-0/+8
* * test/ruby/test_file_exhaustive.rb: add tests for File#size andmame2009-03-081-1/+18
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-0629-187/+187
* * test/ruby/test_array.rb: fix wrong test, and add a test formame2009-03-041-1/+7
* * test/ruby/test_array.rb: add some tests for coverage.mame2009-03-041-0/+14
* * test/ruby/test_path.rb (test_extname): test for r19596.nobu2009-03-011-0/+9
* * test/ruby/test_path.rb (test_basename): test for r19595.nobu2009-03-011-0/+2
* * string.c (rb_str_force_encoding): should clear coderange at changingnobu2009-02-251-3/+7
* * io.c (rb_io_getline_1): enables limit even if rs is given.nobu2009-02-251-1/+2
* * string.c (rb_str_chomp_bang): coderange may change.nobu2009-02-241-0/+4
* * string.c (rb_str_delete_bang): should recalculate coderange.nobu2009-02-241-0/+5
* * string.c (tr_trans): should recalculate coderange.nobu2009-02-221-0/+2
* * test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu2009-02-221-3/+8
* * string.c (tr_trans): should not be affected by the encoding ofnobu2009-02-221-0/+7
* * io.c (io_getpartial): error message describes what should beakr2009-02-211-0/+24
* * test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame2009-02-181-0/+8
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-26/+25
* add a test.akr2009-02-151-0/+15
* * hash.c (rb_hash): always return a fixnum value because a returnmame2009-02-141-0/+11
* * array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu2009-02-141-0/+9
* * test/ruby/test_{proc,method}.rb: updated tests.nobu2009-02-132-25/+25
* * cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko12009-02-131-0/+9
* * enumerator.c (enumerator_with_index): receives one argument whichmame2009-02-081-0/+1
* specify exception class for rescue clause.akr2009-02-081-2/+10
* test setrlimit in a child process.akr2009-02-071-2/+14
* no need to restore rlimit in child process.akr2009-02-061-3/+1
* * test/ruby/test_readpartial.rb (make_pipe): readpartial does notnobu2009-02-021-0/+2
* adds a test case for r21955 and r21917.yugui2009-02-021-0/+46
* * version.h: bump up to 1.9.2 patchlevel -1.akr2009-02-021-2/+2
* * sample/test.rb (valid_syntax?), test/ruby/test_system.rbnobu2009-02-021-2/+2
* add a test.akr2009-01-311-0/+11
* Recover default_default_internal.naruse2009-01-221-0/+1
* * test/ruby/test_process.rb: mswin specs.usa2009-01-221-22/+24
* * test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu2009-01-221-1/+1
* Add test for String#encode.naruse2009-01-211-0/+12
* * array.c (take_items): to_ary() raises ArgumentError if cannot tousa2009-01-212-3/+9
* * array.c (take_items), enum.c (enum_zip): tries to convert tonobu2009-01-192-0/+10
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-141-0/+156
* * win32/win32.c (open_dir_handle): extracted from rb_w32_opendir.nobu2009-01-121-0/+1
* * test/ruby/test_process.rb (TestProcess#test_wait_and_sigchild):naruse2009-01-111-0/+1
* test update for version string.akr2009-01-101-2/+2
* * test/ruby/test_process.rb (TestProcess::MANDATORY_ENVS): somenobu2009-01-091-5/+27
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-041-0/+114
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-041-1/+49
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-041-0/+67
* * test/ruby/test_sleep.rb (test_sleep_5sec): stop gc.mame2009-01-021-0/+3