aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-1/+2
* * test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa2011-11-091-0/+13
* * test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko12011-11-091-0/+23
* * include/ruby/encoding.h (ECONV_NEWLINE_DECORATOR_READ_MASK,usa2011-11-071-0/+57
* * test/ruby/test_io_m17n.rbusa2011-11-071-0/+20
* * test/ruby/test_process.rb: clean up a garbage character.nagachika2011-11-031-1/+1
* add test for close-on-exec.akr2011-11-032-0/+32
* * complex.c (nucomp_rationalize): fix function. [ruby-core:40667]nobu2011-11-021-0/+1
* * test/ruby/test_marshal.rb: renamed methods duplicated with thoseshugo2011-11-011-2/+2
* * bignum.c (rb_big_divide): raise ZeroDivisionError if divisor isnobu2011-10-271-0/+3
* * test/ruby/test_bignum.rb: ensure constants to be Bignum.nobu2011-10-271-12/+28
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-0/+9
* * io.c (copy_stream_fallback_body): check nil for EOF of read method.akr2011-10-231-0/+22
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-222-2/+12
* * test/-ext-/symbol/test_inadvertent_creation.rb: moved tests fromnobu2011-10-072-85/+0
* Revert r33407; half-baked patch.naruse2011-10-051-31/+0
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-10-051-0/+31
* * gc.c (rb_gc_set_params): ruby_verbose can be Qnil, so use RTEST.naruse2011-10-041-0/+2
* Fix test of gc introduced in r33379.naruse2011-10-041-0/+1
* * gc.c (rb_gc_set_params): output GC parameter change messages onlynagachika2011-10-031-1/+7
* * gc.c (add_heap_slots, init_heap): reset heaps_inc zero whennagachika2011-10-012-1/+17
* * test/ruby/test_bignum.rb: use more descriptive assertions.nobu2011-09-301-16/+16
* * test/ruby/test_bignum.rb (TestBignum#test_interrupt): fix fornobu2011-09-301-4/+6
* Fix wrong expectaion of r33363.naruse2011-09-301-1/+2
* * array.c (ary_join_1): should not copy the encoding of non-stringnobu2011-09-291-0/+2
* * encoding.c (require_enc): reject only loading from untrustednobu2011-09-251-1/+1
* * enum.c (slice_before_i): use rb_attr_get to surpress wrong warningnaruse2011-09-241-0/+16
* * object.c (rb_obj_clone): singleton class should be attachednobu2011-09-181-0/+8
* * test/ruby/test_exception.rb (TestException#test_exit_success_p):nobu2011-09-121-2/+14
* Revert test fixes.naruse2011-09-102-7/+2
* Run GC.start before test_too_long_path.naruse2011-09-091-2/+4
* Catch NoMemoryError.naruse2011-09-091-2/+2
* Decide by majority.naruse2011-09-091-2/+5
* * encoding.c (load_encoding): predefined encoding names are safe.nobu2011-09-061-0/+5
* * transcode.c: enabled econv newline option.nobu2011-09-061-0/+6
* * test/ruby/test_float.rb (TestFloat#test_round): show the number in question.nobu2011-09-051-4/+5
* * test/ruby/test_fiber.rb (TestFiber#test_no_valid_cfp):ktsj2011-09-031-0/+12
* * variable.c (rb_const_set): show the previous definitionnobu2011-09-031-0/+9
* * io.c (argf_next_argv): open in default text mode.nobu2011-09-031-1/+12
* * test/ruby/test_encoding.rb (test_find): mingw is not Unix, of course.nobu2011-09-031-1/+1
* * vm_insnhelper.c (vm_search_const_defined_class): searchnobu2011-09-021-9/+19
* * parse.y (parser_tokadd_string, parser_yylex): ignore a backslashnobu2011-09-021-2/+20
* * numeric.c (flo_round): substitute machine dependent magic number.nobu2011-09-011-0/+13
* * insns.def (defineclass), vm_insnhelper.c (vm_get_cvar_base): seenobu2011-09-012-1/+17
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-011-0/+1
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-09-011-6/+6
* * Re-apply r33078, thread-safe autoload which is reverted at r33093.nahi2011-08-311-0/+110
* * test/ruby/test_io_m17n.rb (TestIO_M17N#test_{default_mode_on_dosish,usa2011-08-311-1/+28
* * test/ruby/test_numeric.rb (test_num2long): modify a test agaist themrkn2011-08-291-1/+1
* * numeric.c (bit_coerce): A Fixnum and a Bignum are only permitted formrkn2011-08-292-0/+86