summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-14optparse.rb: hyphenizenobu
2016-10-14* 2016-10-14svn
2016-10-14webrick: use monotonic clock for timeoutsnormal
2016-10-13io.c: copy_stream to duplex IOnobu
2016-10-13NEWS: [Feature #11818] [ci skip]nobu
2016-10-13hash.c: add compact and compact! methodsnobu
2016-10-13unstable sort [ci skip]nobu
2016-10-13Fix tests depending on sort stabilitynobu
2016-10-13doc/extension.rdoc: wording fix w.r.t. volatile vs RB_GC_GUARDnormal
2016-10-12test_array.rb: do not assume stable sortnobu
2016-10-12better assertionnobu
2016-10-12Fix similar typos [ci skip]kazu
2016-10-12Fix typo [ci skip]kazu
2016-10-12fix a typo [ci skip]kazu
2016-10-12fix warning: assigned but unused variablekazu
2016-10-12* 2016-10-13svn
2016-10-12do not need to downcase twicekazu
2016-10-12* ruby.c (open_load_file): revert r56385. it introduced incompatibilityusa
2016-10-12ruby.c: fix macrosnobu
2016-10-12* tool/downloader.rb: Removed verification of gem certification.hsbt
2016-10-11Test URI.find_proxy using env argument.akr
2016-10-11forgot to replace two occurences of ENV.akr
2016-10-11* 2016-10-12svn
2016-10-11`\s` includes `\t`kazu
2016-10-11bootstraptest/runner.rb: first line in the sourcenobu
2016-10-11io.c: fix typonobu
2016-10-11Add an optional argument, env, to URI.find_proxy.akr
2016-10-11pp prints a multiple lines string prettier.akr
2016-10-11* 2016-10-11svn
2016-10-11Ruby 2.4.0 will not have rb_cFixnum and rb_cBignum is removed.akr
2016-10-10ruby.c: bind fd before waitingnobu
2016-10-10test_require.rb: use assert_separatelynobu
2016-10-10ruby.c: compare with EXEEXTnobu
2016-10-10ruby.c: open in binary mode to loadnobu
2016-10-10* 2016-10-10svn
2016-10-10io.c: reduce isatty on Cygwin [ci skip]nobu
2016-10-09replace Fixnum with Integer in rdoc [ci skip]nobu
2016-10-09vm_insnhelper.c: update assertion [ci skip]nobu
2016-10-09vm_method.c: update assertion [ci skip]nobu
2016-10-09* 2016-10-09svn
2016-10-09vm_core.h: stringify in VM_ASSERTnobu
2016-10-08memory_status.c: Win32 APInobu
2016-10-08memory_status.c: system callnobu
2016-10-08* 2016-10-08svn
2016-10-08logger: fix monthly log rotate with DSTnobu
2016-10-07gc.c: fix GC_PROFILE_DETAIL_MEMORYnobu
2016-10-07ext/win32ole/*.c, ext/win32ole/win32ole.h: use RB_INT2FIX instead ofsuke
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2016-10-06* 2016-10-07svn
2016-10-06* ChangeLog: fix a typo at r56363.nagachika