summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
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-23date_core.c: [DOC] markdown to rdoc [ci skip]nobu
2016-04-23ruby.c: fix command line encoding on cygwinnobu
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* include/ruby/ruby.h (rb_mul_size_overflow): added to handlenaruse
2016-04-22time.c: add example [ci skip]nobu
2016-04-22* variable.c: use uint32_t instead of long to avoid confusion aboutnaruse
2016-04-22fix a typo [ci skip]nobu
2016-04-22eval_jump.c: restore previous error infonobu
2016-04-22* tool/redmine-backporter.rb: the fullpath of merger.rb is too long tousa
2016-04-22* tool/merger.rb: remove temporary file.usa
2016-04-22* lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt
2016-04-22* lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt
2016-04-22* file.c, win32/file.c: Removed obsoleted safe level checks.hsbt
2016-04-22* benchmark/bm_so_meteor_contest.rb: fix a typo.hsbt
2016-04-21* gc.c (rb_alloc_tmp_buffer_with_count): added like xmalloc2 tonaruse
2016-04-21* include/ruby/ruby.h (LIKELY): moved from internal.h.naruse
2016-04-21* gc.c (objspace_malloc_prepare): remove size check because it isnaruse
2016-04-21fix typos [ci skip]kazu
2016-04-21ifchange: ignore unmatch TEST_COLORSnobu
2016-04-20cgi/util.rb: remove CGI::Util#_unescapenobu
2016-04-20error.c: SyntaxError#initializenobu
2016-04-20refactor syntax errornobu
2016-04-19refactor parser errornobu
2016-04-19appending compile error without rb_errinfonobu
2016-04-19* lib/time.rb: revert r54167 because it would breaksonots
2016-04-19* ChangeLog: Fix dates of previous commitssonots
2016-04-19* ChangeLog: Add descriptions for logger updatessonots
2016-04-18compile.c: fix dangling linknobu
2016-04-18numeric.c: flo_truncatenobu
2016-04-18numeric.c: int_truncatenobu
2016-04-16* tool/redmine-backporter.rb: revisions are strings.nagachika
2016-04-16* ext/date/date_core.c : remove not used f_getlocal macro.yui-knk
2016-04-16* ext/date/date_core.c : remove not used f_utc6 macro.yui-knk
2016-04-16struct.c: unique membersnobu
2016-04-16struct.c: struct_make_members_listnobu
2016-04-15* tool/redmine-backporter.rb: sort revisions.nagachika
2016-04-15* array.c (rb_ary_sum): Don't yield same element twice.akr
2016-04-15* array.c (rb_ary_sum): Fix SEGV by [1/2r, 1].sum.akr
2016-04-15rename rb_rational_add -> rb_rational_plusmrkn
2016-04-15array.c (rb_ary_sum): use rb_rational_add directlymrkn
2016-04-15array.c: sum for Rational and Float mixed arraysmrkn
2016-04-15thread.c: defer setting name in initializenobu
2016-04-15thread.c: must be initialized to set namenobu
2016-04-15* lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.hsbt
2016-04-15* common.mk (benchmark): order options for built-ruby and compare-ruby.naruse
2016-04-15* test/ruby/test_array.rb (test_sum): add assertions for Rational andmrkn