aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@6f38a82eregon2018-04-28145-2442/+2693
* * 2018-04-29svn2018-04-281-1/+1
* Update to ruby/mspec@b5b13deeregon2018-04-286-12/+21
* string.c: adjust to rb_str_upto_eachnobu2018-04-283-47/+36
* test_open3.rb: let test_popen2 work with --jitk0kubun2018-04-282-1/+10
* test_rubyoptions.rb: let all tests work with --jitk0kubun2018-04-281-4/+9
* test_bug_reporter.rb: make it work with --jitk0kubun2018-04-282-2/+4
* test_rubyoptions.rb: let test_verbose work w/ --jitk0kubun2018-04-281-1/+3
* test_parallel.rb: extend timeout for --jit-waitk0kubun2018-04-281-12/+13
* test_ftp.rb: extend read_timeout for --jit-waitk0kubun2018-04-281-1/+1
* range.c: each on endless rangenobu2018-04-282-3/+28
* thread_sync.c: remove "volatile" qualifiersnormal2018-04-281-4/+4
* thread_sync.c: remove unused list_headsnormal2018-04-281-8/+0
* Merge Pysch 3.0.3.pre1.hsbt2018-04-2814-11/+100
* mjit_config.h: expand min header namenobu2018-04-284-13/+8
* rexml: disable XPath 1.0 compatible "#{ELEMENT_NAME}" processing by defaultkou2018-04-2810-34/+28
* * 2018-04-28svn2018-04-271-1/+1
* NEWS: fix typosstomar2018-04-271-2/+2
* iseq.c: consistent rb_bug messagesnobu2018-04-271-5/+5
* mjit.c: remove undefnobu2018-04-271-1/+0
* mjit.c: clean so file on Windowsnobu2018-04-273-6/+47
* mjit.c: fix cc argumentsnobu2018-04-271-7/+9
* ruby.c: moved libdirnobu2018-04-271-4/+4
* ruby.c: fix compilation errornobu2018-04-271-8/+9
* mjit.c: prefix and archdir in initnobu2018-04-272-43/+58
* rbinstall.rb: fix timing to read stubnobu2018-04-271-6/+16
* Revert "Fix use of `rb_profile_frames` start parameter"tenderlove2018-04-272-5/+2
* * 2018-04-27svn2018-04-261-1/+1
* Fix use of `rb_profile_frames` start parametertenderlove2018-04-262-2/+5
* win32/Makefile.sub: LIBDIR_BASENAMEnobu2018-04-262-3/+13
* ruby.c (ruby_init_loadpath_safe): constifynobu2018-04-261-5/+5
* * 2018-04-26svn2018-04-261-1/+1
* test_numeric.rb: loose precision assertionnobu2018-04-261-1/+0
* [DOC] Fix capitallizing [ci skip]kazu2018-04-251-2/+2
* common.rb: unused constantnobu2018-04-251-3/+0
* Avoid "should_not raise_error" in Thread#raise speceregon2018-04-251-3/+3
* Fix style in Thread#raise speceregon2018-04-251-8/+8
* Use Thread.pass in loop{} to check interrupts more ofteneregon2018-04-251-1/+1
* compile.c: fix unconditional branch optimizationnobu2018-04-252-0/+11
* * 2018-04-25svn2018-04-241-1/+1
* eval.c (ruby_setup): disable THP on Linuxnormal2018-04-241-0/+11
* string.c: fix scanned substring with `\K`nobu2018-04-242-0/+3
* rescue Errno::EPROTOTYPEnobu2018-04-231-1/+1
* * 2018-04-24svn2018-04-231-1/+1
* revert r63212k0kubun2018-04-233-32/+7
* compile.c: copy a short insn with leavenobu2018-04-231-4/+14
* [DOC] URI::Generic#port returns Integer [ci skip]kazu2018-04-231-2/+2
* compile.c: insn before popnobu2018-04-231-0/+5
* test/ruby/test_io.rb: add extra Thread#join to delay closenormal2018-04-231-2/+3
* thread_pthread.c: fallback to CLOCK_REALTIMEnobu2018-04-231-3/+3