aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-0/+4
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-071-3/+3
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-071-7/+0
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-072-12/+3
* File#lchmod test removed because the method is not exist.akr2008-05-061-2/+0
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-052-7/+17
* * time.c (obj2nsec): fix string argument.akr2008-05-041-0/+6
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-0/+8
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr2008-05-032-0/+41
* add a test for [ruby-dev:34581].akr2008-05-031-0/+7
* add tests for [ruby-dev:34557] and [ruby-dev:34558].akr2008-05-021-0/+14
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-012-4/+5
* add tests for [ruby-dev:34556] and [ruby-dev:34555].akr2008-05-012-0/+7
* add a test for [ruby-dev:34553].akr2008-05-011-0/+1
* split combinational blackbox tests.akr2008-05-012-607/+620
* 0**-1 test updated. [ruby-dev:34547]akr2008-04-301-1/+5
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-14/+22
* add tests.akr2008-04-301-0/+68
* don't use fork method.akr2008-04-301-123/+82
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-0/+18
* add tests.akr2008-04-291-0/+41
* more tests.akr2008-04-281-0/+9
* more tests.akr2008-04-281-32/+117
* * include/ruby/ruby.h (POSFIXABLE): use FIXNUM_MAX+1 instead ofakr2008-04-281-0/+34
* * proc.c (method_name): should return symbols instead of strings.matz2008-04-282-3/+3
* add tests.akr2008-04-271-2/+197
* Import RDoc 2.0.0 r56.drbrain2008-04-264-39/+342
* don't use Unix commands such as true, env, etc.akr2008-04-261-108/+131
* * include/ruby/intern.h (rb_hash_dup): declared.akr2008-04-261-0/+15
* * process.c (rb_spawn_internal): new function to specifyakr2008-04-251-2/+7
* FreeBSD ash doesn't fail with echo >&4 where 4 is not opened.akr2008-04-241-6/+3
* * process.c: include sys/stat.h for umask.akr2008-04-241-1/+0
* * include/ruby/intern.h (rb_env_clear): declared.akr2008-04-241-0/+430
* * test/ruby/test_thread.rb: fix typos.mame2008-04-242-13/+14
* * test/ruby/test_comparable.rb: new tests for Comparable, to achievemame2008-04-241-0/+66
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-234-47/+403
* * test/gdbm/test_gdbm.rb (TestGDBM#test_s_open_no_create): failedkazu2008-04-231-2/+2
* * test/openssl/test_ssl.rb (start_server): add timeout to server.join.mame2008-04-221-1/+8
* * test/ruby/test_symbol.rb (TestSymbol#test_to_proc): Improve tests of Symbol...kazu2008-04-221-4/+11
* test/ruby/test_enumerator.rb: updatedmatz2008-04-221-1/+0
* add a test of Symbol#to_proc.kazu2008-04-221-0/+1
* * io.c (copy_stream_body): call rb_io_check_readable andakr2008-04-211-1/+35
* * ext/openssl/ossl_ssl.c: Switch stats hash key from string to symbol.technorama2008-04-202-23/+192
* fix deadlock.akr2008-04-201-1/+4
* * io.c (copy_stream_rbuf_to_dst): removed.akr2008-04-201-0/+35
* * io.c (copy_stream_fallback): write directly (bypassing write method)akr2008-04-201-6/+15
* * io.c (copy_stream_fallback): read directly (bypassing readpartial)akr2008-04-201-3/+44
* * io.c (copy_stream_body): use readpartial and write method forakr2008-04-191-0/+26
* fix setup method.akr2008-04-191-4/+1
* * test/ruby/test_array.rb: add tests to achieve over 95% test coveragemame2008-04-181-0/+267