aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* fix r58833nobu2017-05-221-1/+5
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* String#casecmp no longer raises TypeErrorstomar2017-05-211-2/+10
* NEWS: String#{casecmp,casecmp?} [Bug #13312]stomar2017-05-211-0/+2
* string.c: fix String#{casecmp,casecmp?} for non-string argumentsstomar2017-05-212-8/+30
* test_string.rb,test_symbol.rb: add some testsstomar2017-05-212-1/+8
* Use should_receive expectation instead of singleton methodstomar2017-05-211-2/+3
* * 2017-05-22svn2017-05-211-1/+1
* downloader cachenobu2017-05-214-34/+100
* remove verify optionnobu2017-05-211-11/+1
* downloader.rb: utilize dir argumentnobu2017-05-211-2/+1
* Add missing word in transform_values methods descriptionkazu2017-05-211-2/+2
* Improve Time#+ & Time#- performancewatson19782017-05-211-10/+2
* Improve Time#<=> performancewatson19782017-05-211-1/+2
* Remove redundant square bracketskazu2017-05-211-1/+1
* erb.rb: Allow trimming CR in all trim_modesk0kubun2017-05-203-2/+15
* erb.rb: Allow explicit trimming carriage returnk0kubun2017-05-202-3/+14
* doc/maintainers.rdoc: Add me to ERB maintainersk0kubun2017-05-201-1/+1
* erb.rb: Allow trimming carriage returnk0kubun2017-05-202-2/+7
* erb.rb: Prevent potential unexpected rescuek0kubun2017-05-201-2/+2
* * 2017-05-21svn2017-05-201-1/+1
* Clean proxynaruse2017-05-201-1/+1
* erb.rb: Drop unused scanner implementationk0kubun2017-05-201-15/+5
* * properties.svn2017-05-200-0/+0
* Add coverage measurement mode by using gcovmame2017-05-204-0/+66
* ripper.c should have `#line "ripper.c"`, not `#line "parse.c"`mame2017-05-201-1/+1
* compile.c: optimize branchesnobu2017-05-201-7/+16
* compile.c: binary logop checknobu2017-05-201-6/+5
* prime.rb: remove alias after timeout teststomar2017-05-202-1/+2
* speed up IO#close with many threadsnormal2017-05-203-10/+19
* Improve Hash#merge performancewatson19782017-05-201-1/+1
* compile.c: fix catch-table labels optimizationnobu2017-05-202-14/+40
* lib/prime: Fix primality of some large integers [#13492].marcandre2017-05-202-9/+10
* Merge gemspec from ruby/fileutils.hsbt2017-05-191-2/+2
* fix off-by-one in r58806normal2017-05-191-1/+1
* test/ruby/test_io.rb: new test for IO.select exception setnormal2017-05-191-0/+12
* thread_sync.c: rewrite the rest using using ccan/listnormal2017-05-191-158/+319
* thread_sync.c: rename mutex_waiter struct to sync_waiternormal2017-05-191-5/+5
* Define classes for r58800naruse2017-05-191-5/+18
* * properties.svn2017-05-190-0/+0
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse2017-05-192-1/+83
* Add more HTTP status classesnaruse2017-05-192-1/+12
* * 2017-05-20svn2017-05-191-1/+1
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-193-1/+23
* compile.c: dump_disasm_list_with_cursornobu2017-05-191-3/+11
* Merge latest dtoa.c [Bug #13545]naruse2017-05-192-5/+9
* Of course, opened file is not able to unlink on Windowsusa2017-05-191-0/+1
* tempfile.rb: do not call File.identical? on closed streamnobu2017-05-191-3/+5
* * remove trailing spaces.svn2017-05-191-1/+1
* net/imap: Net::IMAP#append should not block when NO response is receivedshugo2017-05-192-14/+113