aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * win32/win32.c (rb_w32_uchmod): typo. [Bug#5671] [ruby-dev:44898]usa2011-11-281-0/+9
* Run the test only if /dev/tty exists.naruse2011-11-271-0/+1
* * io.c (ioctl_narg_len, linux_iocparm_len): reinstantiate linuxkosaki2011-11-251-0/+13
* * test/openssl/test_engine.rb: use IO#reopen to restore stderr.akr2011-11-241-0/+9
* add a test.akr2011-11-241-0/+35
* increase difference of priority to avoid false nagative test result.naruse2011-11-241-2/+2
* * io.c (ioctl_narg_len): don't use _IOC_SIZE macro on Linux.naruse2011-11-231-0/+9
* Fix for r33811.naruse2011-11-221-0/+2
* * bignum.c (): refix of r33536. Don't change behavior of Bignum#/.naruse2011-11-221-0/+6
* * numeric.c (ruby_float_step): improve floating point calculations.naruse2011-11-221-0/+29
* * test/ruby/test_io.rb (test_fcntl_dupfd): there is no known platformakr2011-11-211-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): the argument of F_DUPFD isakr2011-11-211-1/+1
* * cont.c (fiber_switch): ignore fiber context switchnaruse2011-11-201-0/+5
* * time.c (TIME_COPY_GMT): copy vtm.utc_offset and vtm.zone too.akr2011-11-191-0/+7
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-151-1/+2
* * test/ruby/test_sleep.rb (test_sleep_5sec): 0.1sec tolerance is tooakr2011-11-151-1/+2
* * test/ruby/test_io.rb (TestIO#test_fcntl_dupfd): fix OpenBSD testkosaki2011-11-151-2/+2
* revert r33752 and fix test case based [ruby-dev:44866].ayumin2011-11-141-4/+3
* * test/ruby/test_io.rb (test_fcntl_dupfd): fix test error onayumin2011-11-141-1/+2
* * test/ruby/test_io.rb (test_fcntl_dupfd): skip if Fcntl::DUPFDkosaki2011-11-121-1/+1
* * test/ruby/test_io.rb (test_fcntl_dupfd): add another fcntl test.kosaki2011-11-121-0/+11
* * test/ruby/test_io.rb (test_fcntl_lock_freebsd): add a testcasekosaki2011-11-121-1/+36
* * io.c (ioctl_req_t): Type of req argument of ioctl() depend on platform.kosaki2011-11-121-0/+12
* * 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