summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-11-07* include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa
2011-11-07* test/ruby/test_io_m17n.rbusa
2011-11-03* test/ruby/test_process.rb: clean up a garbage character.nagachika
2011-11-03add test for close-on-exec.akr
2011-11-02* complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu
2011-11-01* test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo
2011-10-27* bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu
2011-10-27* test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu
2011-10-26* file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu
2011-10-23* io.c (copy_stream_fallback_body): check nil for EOF of read method.akr
2011-10-22* include/ruby/intern.h (rb_fd_set_cloexec): declared.akr
2011-10-07* test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu
2011-10-05Revert r33407; half-baked patch.naruse
2011-10-05* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-10-04* gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse
2011-10-04Fix test of gc introduced in r33379.naruse
2011-10-03* gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika
2011-10-01* gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika
2011-09-30* test/ruby/test_bignum.rb: use more descriptive assertions.nobu
2011-09-30* test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu
2011-09-30Fix wrong expectaion of r33363.naruse
2011-09-29* array.c (ary_join_1): should not copy the encoding of non-stringnobu
2011-09-25* encoding.c (require_enc): reject only loading from untrustednobu
2011-09-24* enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse
2011-09-18* object.c (rb_obj_clone): singleton class should be attachednobu
2011-09-12* test/ruby/test_exception.rb (TestException#test_exit_success_p):nobu
2011-09-10Revert test fixes.naruse
2011-09-09Run GC.start before test_too_long_path.naruse
2011-09-09Catch NoMemoryError.naruse
2011-09-09Decide by majority.naruse
2011-09-06* encoding.c (load_encoding): predefined encoding names are safe.nobu
2011-09-06* transcode.c: enabled econv newline option.nobu
2011-09-05* test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu
2011-09-03* test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj
2011-09-03* variable.c (rb_const_set): show the previous definitionnobu
2011-09-03* io.c (argf_next_argv): open in default text mode.nobu
2011-09-03* test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu
2011-09-02* vm_insnhelper.c (vm_search_const_defined_class): searchnobu
2011-09-02* parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu
2011-09-01* numeric.c (flo_round): substitute machine dependent magic number.nobu
2011-09-01* insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-09-01* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-31* Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi
2011-08-31* test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa
2011-08-29* test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn
2011-08-29* numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn
2011-08-27* strftime.c (rb_strftime_with_timespec): get enc argument to specifynaruse
2011-08-27* Revert r33078. It caused a Rails application NoMethodError.nahi
2011-08-26* variable.c: Make autoload thread-safe. See #921.nahi