summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-12iseq.c: refactoring rb_iseq_freenobu
2018-05-11lib/securerandom.rb: improve docsstomar
2018-05-11configure.ac: remove ineffective check on Solaris with GCCngoto
2018-05-11transform_mjit_header.rb: workaround for Solaris 10 with old GCCngoto
2018-05-11* 2018-05-12svn
2018-05-11mkmf.rb: set cppflagsngoto
2018-05-11fix potential memory leaksnobu
2018-05-11net/imap: Fix ArgumentError in send_string_datashugo
2018-05-11* 2018-05-11svn
2018-05-11Use `&.` instead of modifier ifkazu
2018-05-10node.c: Fix format and example of NODE_OPCALLyui-knk
2018-05-10variable.c: fix multiple autoload with identical file (again)normal
2018-05-10parse.y: Fix locations of NODE_NIL in endless ranges.yui-knk
2018-05-10revert r63387 and r63389 for nownormal
2018-05-10variable.c: fix autoload object lifetimes and leaknormal
2018-05-10RSTRING_PTR is not guaranteed to be char*-alignedshyouhei
2018-05-10variable.c: fix multiple autoload with identical filenormal
2018-05-10node.c: Fix typosyui-knk
2018-05-09fix potential memory leaksnobu
2018-05-09_mjit_compile_pc_and_sp: re-commit r63360k0kubun
2018-05-09compile.c: suppress a warningnobu
2018-05-09_mjit_compile_send.erb: revert r63350k0kubun
2018-05-09* 2018-05-10svn
2018-05-09iseq.h: fix argument ordernobu
2018-05-09_mjit_compile_pc_and_sp.erb: revert r63360k0kubun
2018-05-09Use `&.` instead of modifier ifkazu
2018-05-09Use hard-coded file list instead of Dir.glob.hsbt
2018-05-09Revert "Use hard-coded vesion number for CI broken."hsbt
2018-05-09align jmp_buf to VALUEshyouhei
2018-05-09Use hard-coded vesion number for CI broken.hsbt
2018-05-09RSTRING_PTR is not guaranteed to be VALUE-alignedshyouhei
2018-05-09Rename imemo_alloc with imemo_tmpbufmame
2018-05-09gc.c (rb_imemo_alloc_new): split for each purposemame
2018-05-09type func(); is different from type func(void);shyouhei
2018-05-09gc.c (rb_imemo_alloc_new): improve the API interfacemame
2018-05-09RSTRING_PTR is not guaranteed to be VALUE-aligned (retry)shyouhei
2018-05-09Fixed file structure for csv.gemspec.hsbt
2018-05-09* properties.svn
2018-05-09* append newline at EOF.svn
2018-05-09Merge csv-1.0.2 from upstream.hsbt
2018-05-09revert r63362 due to test failure. Sorry!shyouhei
2018-05-09RSTRING_PTR is not guaranteed to be VALUE-alignedshyouhei
2018-05-08* 2018-05-09svn
2018-05-08_mjit_compile_pc_and_sp.erb: make sure no uninitializedk0kubun
2018-05-08vm_eval.c: eval_string_protect wrappernobu
2018-05-08rb_ary_dig, rb_hash_dig: nobody is using them outside.shyouhei
2018-05-08fix type mismatch.ko1
2018-05-08Merge rdoc-6.0.4 from upstream.hsbt
2018-05-08cont.c: host out context setupnobu
2018-05-08Remove unreachable breakkazu