summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-03mjit_compile.inc.erb: verify stack consistencyk0kubun
2018-05-02ext/cgi/escape: preserve String subclass in resultnormal
2018-05-02test_jit.rb: test local variablesk0kubun
2018-05-02test_jit.rb: test opt_aref_with againk0kubun
2018-05-02test_jit.rb: make it possible to automatically findk0kubun
2018-05-02* 2018-05-03svn
2018-05-02test_jit.rb: verify tested insnsk0kubun
2018-05-02object.c: fix exponent with underscorenobu
2018-05-02test_jit.rb: add missing dependencyk0kubun
2018-05-02compile.c: mark catch_except_p of iseqk0kubun
2018-05-02common.mk: Update dependencies on tool/ruby_vm scriptsmame
2018-05-02tool/ruby_vm/views/_insn_name_info.erb: Auto-detect the longest insn namemame
2018-05-02iseq.c (rb_iseq_disasm_insn): Change the width of insn namesmame
2018-05-01* 2018-05-02svn
2018-05-01cont.c: cleanup needless castnormal
2018-05-01use list_head_init instead of open-coding itnormal
2018-05-01ast.c: use enum in switch for warningsnobu
2018-05-01LIST_HEAD as a local variable is a C99ism.shyouhei
2018-05-01rexml: Suppress warningskou
2018-04-30test/thread/test_cv.rb: test CV usability inside forked childnormal
2018-04-30thread_sync.c (condvar_ptr): reset fork_gen after forkingnormal
2018-04-30* 2018-05-01svn
2018-04-30thread.c (vm_living_thread_num): constify vm argnormal
2018-04-30Use `&.` instead of modifier ifkazu
2018-04-30NEWS: Add recent REXML changeskou
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-30* 2018-04-30svn
2018-04-30io.c: reuse internal_write_funcnobu
2018-04-29* spec/ruby/command_line/dash_upper_i_spec.rb: skip symlink on Windows likeusa
2018-04-29Remove the teeny part from the shared library name on macOSknu
2018-04-29range.c: optimize range_each for Bignumnobu
2018-04-29_mjit_compile_send.erb: fix pointer conversion warningk0kubun
2018-04-28range.c: endless symbol rangenobu
2018-04-28Generalize the check to MRI in the -I speceregon
2018-04-28Ignore the extension of miniruby on Windows in the -I speceregon
2018-04-28* properties.svn
2018-04-28Update to ruby/spec@6f38a82eregon
2018-04-28* 2018-04-29svn
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