summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr
2009-04-15* array.c (rb_ary_flatten): flatten(0) works as Array#dup.mame
2009-04-08* string.c (rb_str_dump): buffer length plus one byte for nullmame
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* test/ruby/test_string.rb (test_chop, test_chop!): tests for [ruby-core:23155].nobu
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2009-03-22* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): use NULL asnobu
2009-03-20* test/ruby/test_process.rb (test_popen_shell): test for [ruby-core:22960].nobu
2009-03-20* test/ruby/test_process.rb: skips tests need fd inheritance.nobu
2009-03-19* io.c (rb_mWaitReadable): defined.akr
2009-03-14* test/ruby/test_float.rb (TestFloat#test_to_s): precision wasnobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-08* test/ruby/test_proc.rb: add some tests.mame
2009-03-08* test/ruby/test_enum.rb: add some tests.mame
2009-03-08* test/ruby/test_object.rb: add a test for Object#method_missing.mame
2009-03-08* test/ruby/test_file_exhaustive.rb: add tests for File#size andmame
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2009-03-04* test/ruby/test_array.rb: fix wrong test, and add a test formame
2009-03-04* test/ruby/test_array.rb: add some tests for coverage.mame
2009-03-01* test/ruby/test_path.rb (test_extname): test for r19596.nobu
2009-03-01* test/ruby/test_path.rb (test_basename): test for r19595.nobu
2009-02-25* string.c (rb_str_force_encoding): should clear coderange at changingnobu
2009-02-25* io.c (rb_io_getline_1): enables limit even if rs is given.nobu
2009-02-24* string.c (rb_str_chomp_bang): coderange may change.nobu
2009-02-24* string.c (rb_str_delete_bang): should recalculate coderange.nobu
2009-02-22* string.c (tr_trans): should recalculate coderange.nobu
2009-02-22* test/ruby/test_string.rb (test_tr): test for [ruby-core:22328].nobu
2009-02-22* string.c (tr_trans): should not be affected by the encoding ofnobu
2009-02-21* io.c (io_getpartial): error message describes what should beakr
2009-02-18* test/ruby/test_file_exhaustive.rb: skip some tests if euid == 0.mame
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-15add a test.akr
2009-02-14* hash.c (rb_hash): always return a fixnum value because a returnmame
2009-02-14* array.c (rb_ary_uniq_bang, rb_ary_uniq): unique by the result ofnobu
2009-02-13* test/ruby/test_{proc,method}.rb: updated tests.nobu
2009-02-13* cont.c (rb_fiber_alive_p): fix to return true instead of 1.ko1
2009-02-08* enumerator.c (enumerator_with_index): receives one argument whichmame
2009-02-08specify exception class for rescue clause.akr
2009-02-07test setrlimit in a child process.akr
2009-02-06no need to restore rlimit in child process.akr
2009-02-02* test/ruby/test_readpartial.rb (make_pipe): readpartial does notnobu
2009-02-02adds a test case for r21955 and r21917.yugui
2009-02-02* version.h: bump up to 1.9.2 patchlevel -1.akr
2009-02-02* sample/test.rb (valid_syntax?), test/ruby/test_system.rbnobu
2009-01-31add a test.akr
2009-01-22Recover default_default_internal.naruse
2009-01-22* test/ruby/test_process.rb: mswin specs.usa
2009-01-22* test/ruby/test_process.rb (MANDATORY_ENVS): needs RUBYLIB to runnobu
2009-01-21Add test for String#encode.naruse