summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-03-28* numeric.c (int_pos_p): fix typos.kazu
2016-03-28* enc/unicode.c: Refactoring in preparation for data reduction forduerst
2016-03-28* enc/unicode.c: Minor refactoring for I WITH DOT ABOVE.duerst
2016-03-28* enc/unicode.c: Removed code now covered by data from table.duerst
2016-03-28* enc/unicode.c: Adding comments. [ci skip]duerst
2016-03-28* lib/rubygems.rb: Fix `Gem.find_spec_for_exe` picks oldest gem.hsbt
2016-03-28* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.2.hsbt
2016-03-28* lib/rubygems/test_case.rb: Fix test on Windows for inconsistent temp path.hsbt
2016-03-27sprintf.c: refactor Rational fnobu
2016-03-27sprintf.c: fix buffer overflownobu
2016-03-27sprintf.c: Rational f by generic Integer functionsnobu
2016-03-26numeric.c: rb_int2strnobu
2016-03-26numeric.c: rb_int_roundnobu
2016-03-26numeric.c: basic arithmeticnobu
2016-03-26numeric.c: Fixnum predictsnobu
2016-03-25use more suitable ticket [Bug #12218]naruse
2016-03-25Add patch author of r54291naruse
2016-03-25* localeinit.c (rb_locale_charmap_index): fix prototype. [Bug #12118]naruse
2016-03-25* ChangeLog: [ci skip] correct a mail address. cf. [Bug #11870]usa
2016-03-25* test/ruby/enc/test_case_mapping.rb: Additional tests title case;duerst
2016-03-25openssl: fix build when NPN is disabled by OpenSSLnobu
2016-03-25fix URI::HTTP.new examplenobu
2016-03-24* thread_pthread.c (reserve_stack): fix reserving position wherenaruse
2016-03-24mkmf: Unquote directory stringsnobu
2016-03-24ChangeLog: remove duplicate entry [ci skip]nobu
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