aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby
Commit message (Expand)AuthorAgeFilesLines
* * vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu2011-12-121-0/+273
* * parse.y (stmt_or_begin): changed the error message for BEGIN notshugo2011-12-121-3/+6
* * error.c (exit_initialize): deal with true and false as well asnobu2011-12-111-0/+14
* * test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu2011-12-101-13/+13
* * test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu2011-12-101-2/+2
* * test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu2011-12-091-1/+1
* It should be require_relative.naruse2011-12-091-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-091-0/+20
* * variable.c (set_const_visibility): clear inine-cache when constant'snagachika2011-12-081-0/+21
* update doc and add test for SystemExit.new.akr2011-12-081-0/+15
* * test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa2011-12-081-0/+2
* * vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu2011-12-071-0/+6
* * process.c (proc_seteuid_m): fix argument.nobu2011-12-051-0/+12
* Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena2011-12-041-0/+48
* * variable.c (set_const_visibility): Module#private_constant hasmame2011-12-031-0/+13
* Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse2011-11-301-0/+2
* * test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu2011-11-301-31/+8
* * lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain2011-11-301-4/+8
* * 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