summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2008-05-27* numeric.c (num_div): should raise ZeroDivisionError.matz
2008-05-25* test/ruby/envutil.rb (assert_normal_exit): signal descriptionakr
2008-05-24* test/ruby/test_modules.rb (remove_json_mixins): change judgmentmame
2008-05-24* test/ruby/test_modules.rb (test_ancestors, test_included_modules):mame
2008-05-24add a test for [ruby-dev:34828].akr
2008-05-24add a test for [ruby-dev:34808].akr
2008-05-22add a test for [ruby-dev:34802].akr
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-22* array.c (flatten): check if reentered. [ruby-dev:34798]nobu
2008-05-22* test/ruby/envutil.rb (assert_normal_exit): capture stdout and stderrakr
2008-05-21* lib/net/imap.rb: do not use Thread#raise. [ruby-dev:34739]shugo
2008-05-21* test/ruby/test_require.rb: new tests for library requiring, tomame
2008-05-20 * test/ruby/test_file_exhaustive.rb (setup): workaround for Windowsusa
2008-05-20* test/ruby/test_array.rb: fix tests for 64bit CPU.mame
2008-05-20* string.c (rb_enc_strlen_cr): need to set ENC_CODERANGE_7BIT ifmatz
2008-05-19* eval.c, vm_insnhelper.c: fix cref in instance_evalko1
2008-05-19* bootstraptest/test_knownbug.rb: move solved tests.ko1
2008-05-18test material for r16453.gotoyuzo
2008-05-18* lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo
2008-05-17* pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame
2008-05-17* array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu
2008-05-17* test/ruby/test_eval.rb (test_define_method_block): new testnobu
2008-05-17* file.c (rb_file_s_extname): first dot is not an extension name.nobu
2008-05-16* test/ruby/test_module.rb (assert_method_defined?): added.nobu
2008-05-16* math.c (to_flo): rb_Float() accepts even strings for input.matz
2008-05-15* test/ruby/test_string.rb: add tests to achieve over 90% testmame
2008-05-15* string.c (tr_find): String#delete returned wrong result when multiplemame
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-05-14* test/ruby/test_object.rb: new tests to achieve over 90% testmame
2008-05-14* test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.nobu
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