summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-03-24strftime.c: remove recursive-assignmentsnobu
2016-03-24strftime.c: fix FMTVnobu
2016-03-24strftime.c: case conversionnobu
2016-03-24date_core.c: append stringsnobu
2016-03-24date_core.c: fix jisx0301 and iso8601nobu
2016-03-24date_core.c: fix inspectnobu
2016-03-24strftime.c: fix false failurenobu
2016-03-23* enum.c (ary_inject_op): put subtract operation out of if-clause.mrkn
2016-03-23* enum.c (ary_inject_op): Use Kahan's compensated summation algorithmmrkn
2016-03-23strftime.c: format in Stringnobu
2016-03-23* lib/rdoc/ri/driver.rb (interactive): rescue NotFoundError raised innaruse
2016-03-23remove SIGN_EXTEND_CHAR macronobu
2016-03-23GNUmakefile.in: fix MSYS2_ARG_CONV_EXCLnobu
2016-03-23* variable.c: Added documentation about order of `Module#constants`hsbt
2016-03-22* include/ruby/oniguruma.h: Additional flag for characters that are titlecase.duerst
2016-03-22parse.y: lambda indentation checknobu
2016-03-22* time.c (wmul): wrong condition.usa
2016-03-22* time.c (wdiv, wmod): wdivmod0() assumes the 3rd and the 4th argumentsusa
2016-03-22* time.c (divmodv): void function never returns any value.usa
2016-03-22test/unit.rb: defer failures in non-replace modenobu
2016-03-21* time.c (MUL_OVERFLOW_FIXWV_P): defined for FIXWV.naruse
2016-03-21* time.c (divmodv): add the case both arguments are Fixnum.naruse
2016-03-21* internal.h (rb_fix_divmod_fix): like r54213, use FIX2NUM only ifnaruse
2016-03-21* time.c (mod): Add Fixnum case.naruse
2016-03-21internal.h: fix no-DLONG casenobu
2016-03-21suppress msys2 pathname conversionnobu
2016-03-21string.c: skip invalid char gapnobu
2016-03-21node.c: mark u3 of NODE_MATCH2nobu
2016-03-20* internal.h (rb_int128t2big): declare only when HAVE_INT128_T.usa
2016-03-20* internal.h (DLONG): defined if long is 32bit (and LONG_LONG is 64bit;naruse
2016-03-20numeric.c: optimize Fixnum<->Bignum comparisonsnobu
2016-03-20* time.c (add): remove FIXABLE() which is in LONG2NUM().naruse
2016-03-19* bignum.c (rb_big_cmp): reduce the code.naruse
2016-03-19ChangeLog: fix typo [ci skip]mrkn
2016-03-19* include/ruby/intern.h (rb_big_odd_p, rb_big_even_p): move tomrkn
2016-03-19test/unit.rb: defer failures in verbose modenobu
2016-03-19fix r54193nobu
2016-03-19* numeric.c (int_to_f): raise NotImplementedError when a receivermrkn
2016-03-19ChangeLog: fix filename [ci skip]mrkn
2016-03-19* bignum.c (Bignum#<=>): remove it because they are unified withmrkn
2016-03-19SyntaxError message at iseq compilenobu
2016-03-18* time.c (LOCALTIME): organize #ifdefs.naruse
2016-03-18* configure.in (rb_cv_member_struct_tm_tm_gmtoff): For Linux (glibc)naruse
2016-03-18* test/-ext-/time/test_new.rb (test_timespec_new): change a gmtoffodaira
2016-03-18ChangeLog: fix typo [ci skip]nobu
2016-03-18* bignum.c (rb_big_to_f, Bignum#to_f): removed them because they aremrkn
2016-03-18* numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn
2016-03-18* include/ruby/intern.h (rb_big_hash): Move to internal.h.mrkn
2016-03-18* bignum.c (Bignum#eql?): remove its definition because it is unifiedmrkn
2016-03-18* bignum.c (rb_big_to_s, Bignum#to_s): remove its definition becausemrkn