summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-22Remove not used node_type NODE_TO_ARYyui-knk
2017-10-22string.c: comment layout [ci skip]nobu
2017-10-21ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke
2017-10-21* remove trailing spaces.svn
2017-10-21* string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]sonots
2017-10-21* object.c: Improve documentation of Kernel#Arraysonots
2017-10-21* doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots
2017-10-21* doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots
2017-10-21* string.c: Remove errant "the" in gsub documentationsonots
2017-10-21Fix typo in commentsonots
2017-10-21compile.c: optimize local variable assignmentsnobu
2017-10-21reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr
2017-10-21Improve performance of string interpolationnobu
2017-10-21deprecate TCPSocket.gethostbyname.akr
2017-10-21openssl: merge test fix from upstreamrhe
2017-10-21Avoid use of `self.class.new(self)` in Set#collect!knu
2017-10-21ignore server side errornaruse
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21fic expected error messagenaruse
2017-10-21Fix comparison methods of Set to check if `@hash` is actually comparableknu
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2017-10-21fix OpenSSL::SSL::SSLContext#min_version doesn't worknaruse
2017-10-21less random generations in Random::Formatter#choose.akr
2017-10-21Add documentation for `chomp` option.hsbt
2017-10-21Remove not used node_type NODE_CVDECLyui-knk
2017-10-21Handle Errno::EADDRNOTAVAIL with Raspberry Pi environment.hsbt
2017-10-21erb.1: add missing option in detailed descriptionk0kubun
2017-10-21Use a mutex to make SortedSet.setup thread-safeknu
2017-10-21Remove redundant use of module_evalknu
2017-10-21Remove not used node_type NODE_IASGN2yui-knk
2017-10-21driver.rb: allow executing driver.rb directlyk0kubun
2017-10-21The encoding of __FILE__ and __dir__ should be sameusa
2017-10-21driver.rb: add option to specify target with rbenvk0kubun
2017-10-21Allow a SortedSet to be frozen and still functional [Bug #12091]knu
2017-10-21SecureRandom.alphanumeric implemented.akr
2017-10-21* remove trailing spaces.svn
2017-10-21Clarify return value for assignment methods.hsbt
2017-10-21Clarify the behavior of IO.write without offset in write mode.hsbt
2017-10-21erb.rb: specify frozen_string_literal: truek0kubun
2017-10-21* 2017-10-22svn
2017-10-21Update some words on README.md.hsbt
2017-10-21Added explicitly require to example code.hsbt
2017-10-21Do not pass a not used argumentyui-knk
2017-10-21Use caller with length to reduce unused stringskazu
2017-10-21fix r60281ko1
2017-10-21Define the macro separately for ruby parser and for ripperyui-knk
2017-10-21Add doxygen commentssonots
2017-10-21io.c: introduce copy offload to IO.copy_streamglass
2017-10-21test_pathname.rb#test_open should care about umaskkosaki