summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2011-12-15* array.c (rb_ary_reject_bang, rb_ary_delete_if): update rdoc.nobu
2011-12-15* test/ruby/test_require.rb (test_race_exception): get rid ofnobu
2011-12-14* test/ruby/test_io_m17n.rbusa
2011-12-14* win32/win32.c, include/ruby/win32.h (rb_w32_fd_is_text): new function.usa
2011-12-14Use pipe instead of $stdin.read.naruse
2011-12-14* thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse
2011-12-13* parse.y (primary): point method name line. [ruby-core:40936]nobu
2011-12-13* error.c (name_err_mesg_to_str): clear rb_thread_t::errinfo whennagachika
2011-12-13* load.c (load_unlock): all threads requiring one file shouldnobu
2011-12-12* vm_insnhelper.c (vm_yield_setup_block_args): splat singlenobu
2011-12-12* parse.y (stmt_or_begin): changed the error message for BEGIN notshugo
2011-12-11* error.c (exit_initialize): deal with true and false as well asnobu
2011-12-10* test/ruby/test_proc.rb (TestProc): renamed argument tests.nobu
2011-12-10* test/ruby/test_econv.rb (TestEncodingConverter#test_default_external): drop...nobu
2011-12-09* test/ruby/test_econv.rb (test_default_external): include iso-8859-16.nobu
2011-12-09It should be require_relative.naruse
2011-12-09* file.c (file_path_convert): don't convert it when the path string isnaruse
2011-12-08* variable.c (set_const_visibility): clear inine-cache when constant'snagachika
2011-12-08update doc and add test for SystemExit.new.akr
2011-12-08* test/ruby/test_process.rb (TestProcess#test_sete[gu]id): silentlyusa
2011-12-07* vm.c (vm_set_top_stack, vm_set_eval_stack): check for stacknobu
2011-12-05* process.c (proc_seteuid_m): fix argument.nobu
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-12-03* variable.c (set_const_visibility): Module#private_constant hasmame
2011-11-30Fix 33906: remove JSON::Ext::Generator::GeneratorMethods::String.naruse
2011-11-30* test/ruby/test_module.rb (TestModule): removed remove_*_mixins methods.nobu
2011-11-30* lib/mkmf.rb: Use MakeMakefile's rm_f to avoid conflict with Rake ordrbrain
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