aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* array.c, file.c, string.c: [DOC] fix typosstomar2018-10-193-8/+8
* array.c: improve docs for Array#differencestomar2018-10-191-8/+8
* rb_execution_context_t: pack bits, 256 -> 252 bytes (on 32-bit)normal2018-10-192-3/+7
* rb_sigwait_sleep: change internal API to use rb_hrtime_tnormal2018-10-193-17/+17
* .travis.yml: separate apt addons for i686-linuxnobu2018-10-191-21/+23
* * 2018-10-20svn2018-10-191-1/+1
* mjit.c: don't let MJIT.pause hang on full active unitsk0kubun2018-10-192-1/+13
* test/lib/jit_support.rb: continue to skip test_jitk0kubun2018-10-194-18/+36
* test_rubyoptions.rb: don't use obsoleted methodk0kubun2018-10-191-19/+15
* test_rubyvm_mjit.rb: don't use obsoleted methodk0kubun2018-10-191-6/+0
* test/lib/jit_support.rb: fire test_jit everywherek0kubun2018-10-194-37/+3
* mjit_worker.c: don't compile more than max_cache_sizek0kubun2018-10-191-1/+1
* transform_mjit_header.rb: fix up r65169nobu2018-10-191-1/+2
* appveyor.yml: use -fs for test-speck0kubun2018-10-191-1/+1
* configure.ac: add --disable-install-mjit-headerk0kubun2018-10-194-6/+17
* transform_mjit_header.rb: `inline` may be a macronobu2018-10-191-0/+1
* transform_mjit_header.rb: add system_header pragmanobu2018-10-191-3/+14
* .travis.yml: try promoting osx to non-allow_failuresk0kubun2018-10-191-2/+0
* compile.c: default_len is positiveshyouhei2018-10-191-0/+3
* _mjit_compile_ivar.rb: use PRIuSIZEshyouhei2018-10-191-1/+1
* .travis.yml: delete duplicated --disable-install-doc [ci skip]shyouhei2018-10-191-6/+4
* .travis.yml: name each builds [ci-skip]shyouhei2018-10-191-6/+12
* .travis.yml: add i686-linux testsshyouhei2018-10-191-9/+47
* check before access.ko12018-10-191-2/+3
* vm_core.h: NSIG is a BSDism.shyouhei2018-10-191-2/+12
* addr2line.c: minimal workaround to prevent parse errorshyouhei2018-10-191-2/+2
* addr2line.c: this file has no portabilityshyouhei2018-10-191-0/+6
* * 2018-10-19svn2018-10-181-1/+1
* tool/insns2vm.rb: get rid of expanding pathsnobu2018-10-184-7/+7
* configure.ac: do not overwrite -std=shyouhei2018-10-181-0/+4
* .travis.yml: add -pedantic build (2nd try)shyouhei2018-10-181-1/+42
* revert r65151, because the other tests were broken.shyouhei2018-10-181-41/+1
* .travis.yml: add -pedantic buildshyouhei2018-10-181-1/+41
* make-snapshot: package with TarHeadernobu2018-10-181-1/+41
* * expand tabs.svn2018-10-181-2/+2
* fix SEGV in rb_raw_obj_info()shyouhei2018-10-181-0/+2
* .travis.yml: no additional apt packages for spec/ruby [ci skip]nobu2018-10-181-0/+3
* .travis.yml: should escape spacesshyouhei2018-10-181-1/+1
* .travis.yml: just use envshyouhei2018-10-181-3/+3
* .travis.yml: no PR in spec/ruby [ci skip]nobu2018-10-181-5/+0
* .travis.yml: fix typo in configure argumentsshyouhei2018-10-181-1/+1
* .travis.yml: split before_install into the matrixnobu2018-10-181-15/+12
* zlib: fix Zlib::VERSIONnobu2018-10-182-2/+6
* remove message already unnecesaryusa2018-10-181-2/+0
* openssl: sync with upstream repositoryrhe2018-10-185-10/+51
* .travis.yml: revert r65131 took0kubun2018-10-171-5/+5
* revert r65124 and try non-parallel test-all on osxk0kubun2018-10-171-6/+9
* * 2018-10-18svn2018-10-171-1/+1
* * expand tabs.svn2018-10-171-7/+7
* infect taint flag on Array#pack and String#unpacknagachika2018-10-172-0/+23