summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2016-08-27multiple argumentsnobu
2016-08-24win32/file.c: remove a codepage argumentnobu
2016-08-24win32/file.c: fix result lengthnobu
2016-08-24* gc.c (gc_reset_malloc_info): Remove too much ";".kou
2016-08-24Fix ChangeLog [ci skip]ngoto
2016-08-24* include/ruby/defines.h (ALWAYS_INLINE): Add alternative definition.ngoto
2016-08-24* .gdbinit: follow r55766's VM change.naruse
2016-08-24object.c: fix {Module,Class}.new rdoc [ci skip]nobu
2016-08-23test_psych.rb: close Tempfilenobu
2016-08-23string.c: rb_fs_setternobu
2016-08-22string.c: $; name in error messagenobu
2016-08-22csv.rb: performance with very long quoted linesnobu
2016-08-22irb.1: useless option [ci skip]nobu
2016-08-22iseq.c: undef allocatornobu
2016-08-21fix a typo [ci skip]kazu
2016-08-21* ChangeLog: fix typo.tadd
2016-08-20enum.c (enum_sort): prevent wasteful array duplicaionmrkn
2016-08-20rubystubnobu
2016-08-19parse.y: lparen_arg statementnobu
2016-08-19vm.c: check TOPLEVEL_BINDINGnobu
2016-08-18* proc.c (mnew_missing): Remove an unused argument.yui-knk
2016-08-18* gems/bundled_gems: bump to test-unit-3.2.1hsbt
2016-08-17skip failed gemsnobu
2016-08-17bump up tknobu
2016-08-17gem extensionsnobu
2016-08-16common.mk: separate unicode headersnobu
2016-08-16* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt
2016-08-16make-snapshot: save unicode headersnobu
2016-08-15node.c: nd_alen only in the headnobu
2016-08-15* appveyor.yml: Update libressl version to 2.3.7.kazu
2016-08-15extmk.rb: no static-ext in gemsnobu
2016-08-14id_table.c: extend, don't shrinknobu
2016-08-14gems: tk 0.1.0nobu
2016-08-14* object.c (InitVM_Object): Update referenced document path.kou
2016-08-14ChangeLog: Fix wrong datehsbt
2016-08-13numeric.c: infinite recursionnobu
2016-08-13parse.y: chained assignmentsnobu
2016-08-13parse.y: rescue modifier in rhs of op asgnnobu
2016-08-12* ext/win32ole/win32ole.c (ole_val2variant): fix integer conversion insuke
2016-08-12* lib/webrick/config.rb (WEBrick::Config::General):naruse
2016-08-12fix a typo [ci skip]kazu
2016-08-12ChangeLog: fix name in r55863 [ci skip]nobu
2016-08-12error.c: fix newline in syntax errornobu
2016-08-11fix a typo [ci skip]kazu
2016-08-11Comparable#clampnobu
2016-08-10* lib/prime.rb: Optimize prime?marcandre
2016-08-10parse.y: rhs with rescue modifiernobu
2016-08-10parse.y: rescue modifier in rhsnobu
2016-08-10win32/resolv: fix for cygwinnobu
2016-08-09hash.c: implement Hash#map_v and Hash#map_v!mrkn