aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame2018-05-022-1/+3
* iseq.c (rb_iseq_disasm_insn): Change the width of insn namesmame2018-05-021-2/+2
* * 2018-05-02svn2018-05-011-1/+1
* cont.c: cleanup needless castnormal2018-05-011-3/+3
* use list_head_init instead of open-coding itnormal2018-05-012-2/+2
* ast.c: use enum in switch for warningsnobu2018-05-011-3/+3
* LIST_HEAD as a local variable is a C99ism.shyouhei2018-05-012-2/+4
* rexml: Suppress warningskou2018-05-011-5/+5
* test/thread/test_cv.rb: test CV usability inside forked childnormal2018-04-301-2/+8
* thread_sync.c (condvar_ptr): reset fork_gen after forkingnormal2018-04-301-0/+1
* * 2018-05-01svn2018-04-301-2/+2
* thread.c (vm_living_thread_num): constify vm argnormal2018-04-301-1/+1
* Use `&.` instead of modifier ifkazu2018-04-301-2/+2
* NEWS: Add recent REXML changeskou2018-04-301-0/+35
* io.c: workaround for EPROTOTYPEnobu2018-04-304-8/+35
* * 2018-04-30svn2018-04-301-1/+1
* io.c: reuse internal_write_funcnobu2018-04-301-2/+1
* * spec/ruby/command_line/dash_upper_i_spec.rb: skip symlink on Windows likeusa2018-04-291-12/+14
* Remove the teeny part from the shared library name on macOSknu2018-04-292-4/+16
* range.c: optimize range_each for Bignumnobu2018-04-291-8/+51
* _mjit_compile_send.erb: fix pointer conversion warningk0kubun2018-04-291-1/+1
* range.c: endless symbol rangenobu2018-04-281-2/+7
* Generalize the check to MRI in the -I speceregon2018-04-281-1/+1
* Ignore the extension of miniruby on Windows in the -I speceregon2018-04-281-1/+1
* * properties.svn2018-04-280-0/+0
* 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