summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-01compile.c: raise on invalid inputnobu
2018-03-01compile.c: do not truncate VALUE to longnobu
2018-03-01parse.y: refine assign_in_cond warningnobu
2018-03-01tool/bisect.sh: extracted build part [ci skip]nobu
2018-03-01bisect.sh: make srcs in builddir [ci skip]nobu
2018-03-01compile.c: fix load_from_binarynobu
2018-02-28* 2018-03-01svn
2018-02-28Revert r61936 "compile.c: use ALLOCV_N"nobu
2018-02-28NEWS: resurrect ticket number [ci skip]k0kubun
2018-02-28common.mk: clean timestamp and intermediate headernobu
2018-02-28erb.rb: relax warn level of ERB.newk0kubun
2018-02-28Prefer to use %x instead of backtick.hsbt
2018-02-28skip a test if another Thread is running.ko1
2018-02-28file.c: realpath on special symlinknobu
2018-02-28file.c: get rid of useless conversionnobu
2018-02-27Update to ruby/spec@51f301deregon
2018-02-27Remove tool/pull-latest-mspec-speceregon
2018-02-27* properties.svn
2018-02-27Update to ruby/spec@cbe855ceregon
2018-02-27* properties.svn
2018-02-27Update to ruby/mspec@d287466eregon
2018-02-27* 2018-02-28svn
2018-02-27Support two `to_r`-responding args in Rational()mrkn
2018-02-27common.mk: added missing dependencies on id.hnobu
2018-02-27[EXPERIMENTAL] Support upload option for s3 package hosting.hsbt
2018-02-27random.c: Random.extend Formatternobu
2018-02-27Refactor ERB version checking for keyword argumentsk0kubun
2018-02-27defs/id.def: predefine to_f IDnobu
2018-02-27* 2018-02-27svn
2018-02-27complex.c: use predefined IDsnobu
2018-02-26tool/ruby_vm/helpers/dumper.rb: check ERB versionk0kubun
2018-02-26use convert_type_with_idnobu
2018-02-26use convert_type_with_idnobu
2018-02-26Makefile.in: fix portability issuenobu
2018-02-26r62071 is backported into Ruby 2.5 [Bug #14407]naruse
2018-02-26make-snapshot: added missing options to usagenobu
2018-02-26Use RB_INTEGER_TYPE_P instead of rb_obj_is_kind_ofmrkn
2018-02-26Check the result of to_int in Kernel#Integermrkn
2018-02-26* 2018-02-26svn
2018-02-26make-snapshot: exporting ChangLog with gitnobu
2018-02-26make-snapshot: remove -j option from GNUMAKEFLAGSnobu
2018-02-26vcs.rb: .git at exportnobu
2018-02-25* properties.svn
2018-02-25Add a new #filter alias for #selecteregon
2018-02-25date_parse.c, date_strptime.c: ensure symbols static allnobu
2018-02-25date_core.c: ensure symbols static allnobu
2018-02-25date_core.c: defensive codenobu
2018-02-25guard before noreturn functionnobu
2018-02-25process.c: guard eargp against GCk0kubun
2018-02-24rb_int_powm: call rb_int_pow directlymrkn