aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * time.c (time_arg): use the year argument as-is. [ruby-dev:38194]akr2009-04-211-2/+0
* * time.c: remove time_t restriction from Time class.akr2009-04-211-20/+42
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-0/+64
* * array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame2009-04-151-0/+5
* * string.c (rb_str_dump): buffer length plus one byte for nullmame2009-04-081-0/+3
* * string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu2009-04-081-0/+2
* * test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu2009-04-081-0/+5
* * sprintf.c (rb_str_format): checks if named argument given twice.nobu2009-03-271-0/+6
* * time.c (time_cmp): negate the result of reverse comparison.akr2009-03-261-0/+10
* * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu2009-03-221-1/+29
* * test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu2009-03-201-0/+7
* * test/ruby/test_process.rb: skips tests need fd inheritance.nobu2009-03-201-11/+22
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-2/+2
* * 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