summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-04-28Update to ruby/mspec@b5b13deeregon
2018-04-28string.c: adjust to rb_str_upto_eachnobu
2018-04-28test_open3.rb: let test_popen2 work with --jitk0kubun
2018-04-28test_rubyoptions.rb: let all tests work with --jitk0kubun
2018-04-28test_bug_reporter.rb: make it work with --jitk0kubun
2018-04-28test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun
2018-04-28test_parallel.rb: extend timeout for --jit-waitk0kubun
2018-04-28test_ftp.rb: extend read_timeout for --jit-waitk0kubun
2018-04-28range.c: each on endless rangenobu
2018-04-28thread_sync.c: remove "volatile" qualifiersnormal
2018-04-28thread_sync.c: remove unused list_headsnormal
2018-04-28Merge Pysch 3.0.3.pre1.hsbt
2018-04-28mjit_config.h: expand min header namenobu
2018-04-28rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou
2018-04-27* 2018-04-28svn
2018-04-27NEWS: fix typosstomar
2018-04-27iseq.c: consistent rb_bug messagesnobu
2018-04-27mjit.c: remove undefnobu
2018-04-27mjit.c: clean so file on Windowsnobu
2018-04-27mjit.c: fix cc argumentsnobu
2018-04-27ruby.c: moved libdirnobu
2018-04-27ruby.c: fix compilation errornobu
2018-04-27mjit.c: prefix and archdir in initnobu
2018-04-27rbinstall.rb: fix timing to read stubnobu
2018-04-27Revert "Fix use of `rb_profile_frames` start parameter"tenderlove
2018-04-26* 2018-04-27svn
2018-04-26Fix use of `rb_profile_frames` start parametertenderlove
2018-04-26win32/Makefile.sub: LIBDIR_BASENAMEnobu
2018-04-26ruby.c (ruby_init_loadpath_safe): constifynobu
2018-04-26* 2018-04-26svn
2018-04-26test_numeric.rb: loose precision assertionnobu
2018-04-25[DOC] Fix capitallizing [ci skip]kazu
2018-04-25common.rb: unused constantnobu
2018-04-25Avoid "should_not raise_error" in Thread#raise speceregon
2018-04-25Fix style in Thread#raise speceregon
2018-04-25Use Thread.pass in loop{} to check interrupts more ofteneregon
2018-04-25compile.c: fix unconditional branch optimizationnobu
2018-04-24* 2018-04-25svn
2018-04-24eval.c (ruby_setup): disable THP on Linuxnormal
2018-04-24string.c: fix scanned substring with `\K`nobu
2018-04-23rescue Errno::EPROTOTYPEnobu
2018-04-23* 2018-04-24svn
2018-04-23revert r63212k0kubun
2018-04-23compile.c: copy a short insn with leavenobu
2018-04-23[DOC] URI::Generic#port returns Integer [ci skip]kazu
2018-04-23compile.c: insn before popnobu
2018-04-23test/ruby/test_io.rb: add extra Thread#join to delay closenormal
2018-04-23thread_pthread.c: fallback to CLOCK_REALTIMEnobu
2018-04-22net/imap: set SO_KEEPALIVE on TCP socketsnormal
2018-04-22sprintf.c: fix typostomar