summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-04-25rbconfig/sizeof: calculate at compilation timenobu
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* configure.in: add missing -lm for AIX.odaira
2016-04-24fix typos [ci skip]kazu
2016-04-24* vm_insnhelper.c (INLINE): disbale r54738 if __NO_INLINE__ is defined.ktsj
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-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-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