aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * 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
* .travis.yml: try openssl stable versionk0kubun2018-10-171-4/+4
* sample/trick2018/03-tompng: merge upstream fixesmame2018-10-173-6/+4
* .travis.yml: enhance build matrixshyouhei2018-10-171-12/+49
* NEWS in rdoc mode [ci skip]nobu2018-10-171-256/+233
* Fix NEWS format [ci skip]nobu2018-10-171-43/+38
* * expand tabs.svn2018-10-172-7/+7
* Remove the level information from throw instructionmame2018-10-173-19/+9
* Merge rdoc-6.1.0.beta2aycabta2018-10-1738-527/+601
* Check the end of Compilation Unit by unit length instead of level of treenaruse2018-10-171-4/+7
* Support base address selection entrynaruse2018-10-161-1/+5
* Correct the handling of .debug_rangesnaruse2018-10-161-31/+60
* The value of .debug_ranges are uintptr_tnaruse2018-10-161-4/+16
* If high_pc uses DW_FORM_addr, it's not size but addressnaruse2018-10-161-26/+23
* * 2018-10-17svn2018-10-161-1/+1
* Spec: Fix spec/ruby/core/array/reject_spec.rb & miscmarcandre2018-10-162-9/+8
* tool/downloader.rb: retry Net::ReadTimeoutk0kubun2018-10-161-1/+1
* string.c: grapheme cluster regexp failurenobu2018-10-161-2/+5
* regerror.c: lenghten MAX_ERROR_PAR_LEN to contain old property namesnobu2018-10-161-2/+2
* regparse.c: check the result of propname2ctypenobu2018-10-161-26/+39
* revert r65091, r65090 because ci failsduerst2018-10-166-47438/+109
* check dwarf version and skip non Dwarf v4naruse2018-10-161-2/+6
* update to Unicode 11.0.0 (basic step, not complete yet)duerst2018-10-166-100/+47429
* add some comments to enc/unicode/case-folding.rb [ci skip]duerst2018-10-161-9/+9
* * 2018-10-16svn2018-10-161-1/+1
* Removed data for old Unicode [ci skip]nobu2018-10-161-28/+2
* unicode.c: moved addtional GCB rangesnobu2018-10-152-44/+60
* regparse.c: Suppress duplicated range warning by mere \Xnobu2018-10-153-4/+13
* regparse.c: warn all duplicated ranges when debuggingnobu2018-10-151-4/+8
* .travis.yml: try `addons.apt.config.retries: true` as wellk0kubun2018-10-151-0/+2
* .travis.yml: try `addons.apt.update: true` for gcc-8k0kubun2018-10-151-0/+1
* detect clang++shyouhei2018-10-151-1/+1
* Pass cflags given to configure to mjitnobu2018-10-152-1/+3
* Moved hexdump macro before usednobu2018-10-141-24/+24
* Make local functions staticnobu2018-10-141-24/+45
* * 2018-10-15svn2018-10-141-1/+1
* Read debug_info to show inline functions in backtracenaruse2018-10-141-128/+1175
* _mjit_compile_ivar.erb: optimize setivar as wellk0kubun2018-10-143-3/+11
* _mjit_compile_getivar.erb: we may not say receiver [ci skip]k0kubun2018-10-141-1/+1
* vm_opts.h: share USE_IC_FOR_IVAR as OPT_IC_FOR_IVARk0kubun2018-10-144-15/+10
* _mjit_compile_getivar.erb: optimize IC-hit getivark0kubun2018-10-145-1/+71
* vm_insnhelper.c: remove obsoleted comment [ci skip]k0kubun2018-10-141-1/+0
* appveyor.yml: test open-uri separatelyk0kubun2018-10-141-2/+2
* NEWS: Hash#update! does not existstomar2018-10-131-1/+1
* hash.c: improve docs for Hash#{merge,merge!,update}stomar2018-10-131-41/+46
* string.c: [DOC] add example code for String#strip!stomar2018-10-131-0/+3
* string.c: small doc improvementstomar2018-10-131-1/+1
* array.c: fix rdoc syntaxstomar2018-10-131-3/+3