summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-11-28* win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa
2011-11-27Run the test only if /dev/tty exists.naruse
2011-11-25* io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki
2011-11-24* test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr
2011-11-24add a test.akr
2011-11-24increase difference of priority to avoid false nagative test result.naruse
2011-11-23* io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse
2011-11-22Fix for r33811.naruse
2011-11-22* bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse
2011-11-22* numeric.c (ruby_float_step): improve floating point calculations.naruse
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr
2011-11-21* test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr
2011-11-20* cont.c (fiber_switch): ignore fiber context switchnaruse
2011-11-19* time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr
2011-11-15* test/ruby/test_thread.rb (test_condvar_timed_wait): useakr
2011-11-15* test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr
2011-11-15* test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki
2011-11-14revert r33752 and fix test case based [ruby-dev:44866].ayumin
2011-11-14* test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki
2011-11-12* test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki
2011-11-12* io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2011-11-09* test/ruby/test_file.rb (TestFile#test_utime_with_minus_time_segv):usa
2011-11-09* test/ruby/test_fiber.rb: add tests for r33684 (Fiber#resume).ko1
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