aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rss itunes: fix a bug that <itunes:explicit> value isn't fully supportedkou2017-10-226-18/+32
* Add test cases for branch coverageyui-knk2017-10-221-6/+9
* Add test cases for branch coverageyui-knk2017-10-221-4/+9
* Add test cases for branch coverageyui-knk2017-10-221-2/+12
* test/coverage/test_coverage.rb: Use `<<~` to ease to calculate column of targ...yui-knk2017-10-221-14/+14
* Add column numbers to branch coverageyui-knk2017-10-223-32/+41
* Mention `Set#reset`knu2017-10-221-0/+1
* Add `Set#reset`knu2017-10-222-0/+31
* Fixed misspelling words.hsbt2017-10-2214-18/+18
* Use `\A` and `\z` instead of `^` and `$`kazu2017-10-221-1/+1
* Fix a typo [ci skip]kazu2017-10-221-1/+1
* gdbm, dbm, sdbm: remove unnecessary conditionsrhe2017-10-223-23/+15
* gdbm, dbm, sdbm: prevent memory leak in #initializerhe2017-10-223-19/+18
* Fix a target method of a testyui-knk2017-10-221-1/+1
* Update doc of Hash#slice [ci skip]kazu2017-10-221-2/+3
* Fix indent and comment [ci skip]kazu2017-10-221-3/+3
* io.c: fix local variablesnobu2017-10-221-1/+2
* parse.y (new_scope_gen): adjust indentyui-knk2017-10-221-3/+3
* Add missing `buf` parameter to `recv_nonblock` doc [ci skip]nobu2017-10-221-0/+1
* objspace.c: missing typesnobu2017-10-221-3/+8
* remove NODE_DREGX_ONCEnobu2017-10-223-9/+0
* doc/syntax/methods.rdoc: fix a misleading examplerhe2017-10-221-3/+3
* dir.c: adjust indent [ci skip]nobu2017-10-221-44/+45
* sort test resultnaruse2017-10-221-1/+1
* Make IO#write accept multiple argumentsglass2017-10-222-8/+251
* sort the test resultnaruse2017-10-221-2/+2
* Dir.glob with FNM_EXTGLOB is optimized [Feature #13873]naruse2017-10-225-13/+90
* compile.c: optimize local variable assignmentsnobu2017-10-221-3/+7
* parse.y: workaround for warningsnobu2017-10-222-0/+35
* fix up r60224nobu2017-10-221-13/+13
* hash.c: optimize Hash#compare_by_identityglass2017-10-221-3/+9
* Remove not used node_type NODE_BMETHODyui-knk2017-10-223-5/+0
* Add arity check into Hash#flattenglass2017-10-222-5/+16
* Remove not used node_type NODE_BLOCK_ARGyui-knk2017-10-223-6/+0
* vm_insnhelper.c: array aref optimizationnobu2017-10-223-15/+24
* Remove not used node_type NODE_TO_ARYyui-knk2017-10-223-6/+0
* string.c: comment layout [ci skip]nobu2017-10-221-2/+2
* ext/win32ole/win32ole.c (fole_missing): set receiver in NoMethodError.suke2017-10-212-13/+32
* * remove trailing spaces.svn2017-10-211-1/+1
* * string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip]sonots2017-10-211-15/+24
* * object.c: Improve documentation of Kernel#Arraysonots2017-10-211-1/+10
* * doc/regexp.rdoc: In regexp doc, two backslashes match one literallysonots2017-10-211-1/+2
* * doc/regexp.rdoc: Fix regexp doc syntax highlightingsonots2017-10-211-4/+4
* * string.c: Remove errant "the" in gsub documentationsonots2017-10-211-1/+1
* Fix typo in commentsonots2017-10-211-3/+3
* compile.c: optimize local variable assignmentsnobu2017-10-211-4/+41
* reference Socket.getaddrinfo to Addrinfo.getaddrinfo.akr2017-10-211-0/+3
* Improve performance of string interpolationnobu2017-10-212-4/+24
* deprecate TCPSocket.gethostbyname.akr2017-10-211-1/+10
* openssl: merge test fix from upstreamrhe2017-10-212-18/+44