summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-22Fixed misspelling words.hsbt
2017-10-22Use `\A` and `\z` instead of `^` and `$`kazu
2017-10-22Fix a typo [ci skip]kazu
2017-10-22gdbm, dbm, sdbm: remove unnecessary conditionsrhe
2017-10-22gdbm, dbm, sdbm: prevent memory leak in #initializerhe
2017-10-22Fix a target method of a testyui-knk
2017-10-22Update doc of Hash#slice [ci skip]kazu
2017-10-22Fix indent and comment [ci skip]kazu
2017-10-22io.c: fix local variablesnobu
2017-10-22parse.y (new_scope_gen): adjust indentyui-knk
2017-10-22Add missing `buf` parameter to `recv_nonblock` doc [ci skip]nobu
2017-10-22objspace.c: missing typesnobu
2017-10-22remove NODE_DREGX_ONCEnobu
2017-10-22doc/syntax/methods.rdoc: fix a misleading examplerhe
2017-10-22dir.c: adjust indent [ci skip]nobu
2017-10-22sort test resultnaruse
2017-10-22Make IO#write accept multiple argumentsglass
2017-10-22sort the test resultnaruse
2017-10-22Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse
2017-10-22compile.c: optimize local variable assignmentsnobu
2017-10-22parse.y: workaround for warningsnobu
2017-10-22fix up r60224nobu
2017-10-22hash.c: optimize Hash#compare_by_identityglass
2017-10-22Remove not used node_type NODE_BMETHODyui-knk
2017-10-22Add arity check into Hash#flattenglass
2017-10-22Remove not used node_type NODE_BLOCK_ARGyui-knk
2017-10-22vm_insnhelper.c: array aref optimizationnobu
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