summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-26* numeric.c (int_abs): Integer#{abs,magnitude} moved from Fixnum and Bignum.akr
2016-04-26* 2016-04-26svn
2016-04-26compile.c: true conditionsnobu
2016-04-25tk/extconf.rb: refactornobu
2016-04-25net/http/header.rb: refactornobu
2016-04-25ripper: fix ripper.Enobu
2016-04-25extmk.rb: refactornobu
2016-04-25rbconfig/sizeof: calculate at compilation timenobu
2016-04-25sizes.c.tmpl: extra semicolonnobu
2016-04-25configure.in: do not create unnecessary verconf.hnobu
2016-04-25* doc/extension.rdoc: Improvements to english grammers.hsbt
2016-04-25* encoding.c: Fix return value of `Encoding::ISO8859_1.name`hsbt
2016-04-24* 2016-04-25svn
2016-04-24Revert "common.mk: timestamp file for verconf.h"naruse
2016-04-24Revert "vm_insnhelper.c: INLINE condition" [Bug #12316]naruse
2016-04-24* configure.in: add missing -lm for AIX.odaira
2016-04-24fix typos [ci skip]kazu
2016-04-24common.mk: timestamp file for verconf.hnobu
2016-04-24vm_insnhelper.c: INLINE conditionnobu
2016-04-24* vm_insnhelper.c (INLINE): cosmetic change.ktsj
2016-04-24* vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.ktsj
2016-04-24Revert r54742nobu
2016-04-24Disable r54738 if clangnobu
2016-04-24Fix compile error other than gccnobu
2016-04-24regexec.c: constifynobu
2016-04-24win32.c: suppress warningsnobu
2016-04-24* test/ruby/test_array.rb: Add test cases for Array#sum withyui-knk
2016-04-23* vm_insnhelper.c (INLINE): define as `inline` when it is optimized.naruse
2016-04-23Support MSVC14 and 15 [Bug #11118]naruse
2016-04-23* 2016-04-24svn
2016-04-23* tool/merger.rb: use FileUtile.rm_f to fix an error on missing temporary file.nagachika
2016-04-23compile.c: remove redundant trace insnnobu
2016-04-23vm_insnhelper.c: getivar setivar optimizationnobu
2016-04-23compile.c: instruction ID predicatenobu
2016-04-23compile.c: ISeq element type predicatesnobu
2016-04-23vm_insnhelper.c: missing static to inlinenobu
2016-04-23* vm_insnhelper.c (vm_getivar): specify inline instead of static inline.naruse
2016-04-23* include/ruby/ruby.h (rb_mul_size_overflow): use UNLIKELYnaruse
2016-04-23* include/ruby/ruby.h (RB_LIKELY): use prefix in ruby.h.naruse
2016-04-23* NEWS: Add descriptions for Time#to_time updates.yui-knk
2016-04-23* NEWS: Add descriptions for DateTime#to_time updates.yui-knk
2016-04-23eval.c: reuse VM tagnobu
2016-04-23eval_error.c: reuse threadptrnobu
2016-04-23date_core.c: [DOC] markdown to rdoc [ci skip]nobu
2016-04-23ruby.c: fix command line encoding on cygwinnobu
2016-04-23configure.in: move cache variable for AIX roundnobu
2016-04-22* 2016-04-23svn
2016-04-22* configure.in: don't use the system-provided round(3) on AIX.odaira
2016-04-22* test/ruby/test_time_tz.rb: Tests depends on Europe/Moscow removedakr
2016-04-22[DOC] Arrah#sum with non-numeric objects.akr