summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2008-04-20fix deadlock.akr
2008-04-20* io.c (copy_stream_rbuf_to_dst): removed.akr
2008-04-20* io.c (copy_stream_fallback): write directly (bypassing write method)akr
2008-04-20* io.c (copy_stream_fallback): read directly (bypassing readpartial)akr
2008-04-19* io.c (copy_stream_body): use readpartial and write method forakr
2008-04-19fix setup method.akr
2008-04-18* test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
2008-04-17* test/ruby/test_rubyoptions.rb (test_search): enable some assertions.mame
2008-04-17* test/ruby/test_rubyoptions.rb (ruby): run in C locale.nobu
2008-04-16* test/ruby/test_process.rb (test_rlimit_nofile): reset RLIMIT_NOFILEmame
2008-04-15* lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403]kou
2008-04-15* test/ruby/test_symbol.rb (TestSymbol#test_to_proc): add tests.kazu