summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2016-11-07test_optimization.rb: for r56208nobu
2016-11-07Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo
2016-11-07Just check that interruption doesn't cause SEGV.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):usa
2016-11-06confirm that status.termsig is not nil.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo
2016-11-06include and prepend check no argsnobu
2016-11-06* test/rinda/test_rinda.rb (test_make_socket_ipv6_multicast,shugo
2016-11-06* test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo
2016-11-06Use Signal.signame instead of Signal.list.shugo
2016-11-06* test/ruby/test_optimization.rb (test_tailcall_interrupted_by_sigint):shugo
2016-11-06process.c: PATH env in spawnnobu
2016-11-05* compile.c (tailcallable_p): disable tail call optimization forshugo
2016-11-05fix Resolv::LOC::Coord.create.akr
2016-11-05fix vtm_add_offset yday on last day of year.akr
2016-11-05* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo
2016-11-05* lib/net/http.rb (transport_request): other than HTTPContinuenaruse
2016-11-05Time.parse's "now" argument as nil works again.akr
2016-11-05IPAddr#== and IPAddr#<=> no longer raise an exception if coercion failsknu
2016-11-05* vm_trace.c (tracepoint_attr_callee_id, rb_tracearg_callee_id):ktsj
2016-11-05* eval.c, method.h, proc.c, vm.c, vm_eval.c, vm_insnhelper.c, vm_method.c:ktsj
2016-11-05numeric.c: round to nearest evennobu
2016-11-05Add Set#compare_by_identity and Set#compare_by_identity?knu
2016-11-05* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0hsbt
2016-11-05Refix r56559 with Fs.noatime? [ruby-core:77943] [Bug #12903]naruse
2016-11-05chomp optionnobu
2016-11-05openssl/ut_eof.rb: rename TestEOFnobu
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-11-05Fix the handling of the backslash in double quotesknu
2016-11-05Pathname#empty? implemented.akr
2016-11-05* test/ruby/test_refinement.rb (test_refine_alias_in_subclass):shugo
2016-11-05test_logger.rb: suppress a warningnobu
2016-11-05test_file.rb: fix noatimenobu
2016-11-04util.c: round to evennobu
2016-11-04fileutils.rb: fix error for non-existent entrynobu
2016-11-02assertions.rb: assert_all_assertionsnobu
2016-11-01numeric.c: bit op with non-integernobu
2016-11-01test_integer.rb: common partsnobu
2016-11-01numeric.c: fix return value on big 0nobu
2016-10-31fix typos [ci skip]kazu
2016-10-31 * test/test_forwardable.rb (TestForwardable#test_on_private_method): add tes...shyouhei
2016-10-30fix typo [ci skip]nobu
2016-10-30* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Updatehsbt
2016-10-29parse.y: !-operator warningnobu
2016-10-29compile.c: not flip-flopnobu
2016-10-29vm_eval.c: follow the original classnobu
2016-10-28test/unit.rb: no file name if idle [ci skip]nobu
2016-10-28Update windows-1255 tablenobu
2016-10-27test/digest/test_digest.rb: fold long linesnobu
2016-10-27object.c: fixable float to fixnumnobu