summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-05-14* array.c (rb_ary_count): Override Enumerable#count for betterknu
2008-05-14test the actual value of (10**32768-1).to_s.akr
2008-05-13add a test.akr
2008-05-13* test/ruby/test_io_m17n.rb: remove a duplicative method.mame
2008-05-13check the chracters in (10**32768-1).to_s.akr
2008-05-12* vm.c (collect_local_variables_in_env): remove unnecessary checkmame
2008-05-12 * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa
2008-05-12 * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead ofusa
2008-05-12* re.c (rb_reg_prepare_re): made non static with small refactoring.matz
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