summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-05-12add tests for [ruby-dev:34591].akr
2008-05-11fix typokazu
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-05-11* test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr
2008-05-11add tests of UnboundMethod#{name,owner}kazu
2008-05-08test/ruby/test_continuation.rb: remove duplicated test.matz
2008-05-08* test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu
2008-05-07* string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz
2008-05-07* numeric.c (bit_coerce): float should not be a valid operand ofmatz
2008-05-07* string.c (sym_to_i): remove obsolete method. preparation formatz
2008-05-07* bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz
2008-05-06File#lchmod test removed because the method is not exist.akr
2008-05-05* test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr
2008-05-04* time.c (obj2nsec): fix string argument.akr
2008-05-04* eval.c (rb_obj_respond_to): check the result of respond_to? methodakr
2008-05-03* test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr
2008-05-03add a test for [ruby-dev:34581].akr
2008-05-02add tests for [ruby-dev:34557] and [ruby-dev:34558].akr
2008-05-01* test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz
2008-05-01add tests for [ruby-dev:34556] and [ruby-dev:34555].akr
2008-05-01add a test for [ruby-dev:34553].akr
2008-05-01split combinational blackbox tests.akr
2008-04-300**-1 test updated. [ruby-dev:34547]akr
2008-04-30 [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki
2008-04-30add tests.akr
2008-04-30don't use fork method.akr
2008-04-30* process.c (check_exec_redirect_fd): prohibit duplex IO.akr
2008-04-29add tests.akr
2008-04-28more tests.akr
2008-04-28more tests.akr
2008-04-28* include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr
2008-04-28* proc.c (method_name): should return symbols instead of strings.matz
2008-04-27add tests.akr
2008-04-26Import RDoc 2.0.0 r56.drbrain
2008-04-26don't use Unix commands such as true, env, etc.akr
2008-04-26* include/ruby/intern.h (rb_hash_dup): declared.akr
2008-04-25* process.c (rb_spawn_internal): new function to specifyakr
2008-04-24FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr
2008-04-24* process.c: include sys/stat.h for umask.akr
2008-04-24* include/ruby/intern.h (rb_env_clear): declared.akr
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-24* test/ruby/test_comparable.rb: new tests for Comparable, to achievemame
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-23* test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu
2008-04-22* test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame
2008-04-22* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu
2008-04-22test/ruby/test_enumerator.rb: updatedmatz
2008-04-22add a test of Symbol#to_proc.kazu
2008-04-21* io.c (copy_stream_body): call rb_io_check_readable andakr
2008-04-20* ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama