summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-06-10Use `&.` instead of modifier ifkazu
2018-06-10gems/bundled_gems: update to power_assert 1.1.2ktsj
2018-06-09* 2018-06-10svn
2018-06-09Revert "Use `&.` instead of modifier if"kazu
2018-06-09Use `&.` instead of modifier ifkazu
2018-06-08write_timeout doc upates [skip ci]naruse
2018-06-08* 2018-06-09svn
2018-06-08assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse
2018-06-08Re-add Matrix to doc/standard_library.rdoc [ci skip]kazu
2018-06-08ast.c: fix callsnobu
2018-06-08[Docs] Improve documentation of String#linesnobu
2018-06-08common.mk: dependency of node_name.incnobu
2018-06-08Removed needless extension for require.hsbt
2018-06-08th is nilusa
2018-06-07* 2018-06-08svn
2018-06-07node.c: Fix format of NODE_OP_ASGN1 and NODE_OP_ASGN2yui-knk
2018-06-07ast.c: refine AST#childrennobu
2018-06-07ast.c: adjust indentnobu
2018-06-07ast.c: Fix to raise `SyntaxError`yui-knk
2018-06-07Promote Matrix to default gems.hsbt
2018-06-07Fix typos [ci skip]kazu
2018-06-07Promote OpenStruct to default gems.hsbt
2018-06-07skip write_timeout test on Windowsnaruse
2018-06-07Some platforms immediately returns from Socket#writeusa
2018-06-07iseq.h (struct iseq_compile_data): remove cached_const fieldnormal
2018-06-06* 2018-06-07svn
2018-06-06rb_vm_insn_addr2insn: use st to perform addr2insn mappingnormal
2018-06-06mjit.c: unify wording between comments and variablesk0kubun
2018-06-06math.c: adjust cbrtnobu
2018-06-06Use `Net::HTTPClientException` instead of `Net::HTTPServerException`naruse
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2018-06-06fix r63587naruse
2018-06-06fix r63587 with temporal patch to pass the tests. please re-fix it.ko1
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-06-06ast.c: Change tabs to spacesyui-knk
2018-06-06test/io/console/test_io_console.rb: fix for systems where PTY is not definednormal
2018-06-05test/lib/jit_support.rb: spelling: s/skiped/skipped/normal
2018-06-05test/io/console/test_io_console.rb: ignore TTOU on FreeBSDnormal
2018-06-05encoding.c: remove rb_gc_mark_encodingsnormal
2018-06-05test/dtrace/helper.rb: support systemtap in dtrace testsnormal
2018-06-05test/dtrace: enable Tracepoint for function callsnormal
2018-06-05test/dtrace/test_method_cache.rb: avoid spewing too muchnormal
2018-06-05test/dtrace/test_array_create.rb: require line numbernormal
2018-06-05test/dtrace/helper: fix check for minirubynormal
2018-06-05io.c: fix compilation when IOV_MAX is not definednormal
2018-06-05gc.c: reduce parameters for gc_start and garbage_collectnormal
2018-06-05* 2018-06-06svn
2018-06-05gc.c: reduce #ifdefs around GC_ENABLE_*normal
2018-06-05include/ruby/missing.h: defined(__cplusplus) before using __cplusplusngoto
2018-06-05`int isnan(double)` is a POSIXismshyouhei