aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* un.rb: support httpsnobu2017-07-051-1/+12
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-241-1/+9
* Fix exception type in option type checkerglass2017-06-221-1/+1
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-195-0/+5
* Don't pollute toplevel by an IRB internal methoda_matsuda2017-06-152-3/+5
* Fix typo.a_matsuda2017-06-091-1/+1
* rexml: add close tag check on end of document to StreamParserkou2017-06-071-0/+8
* suppress warning: ambiguous first argument; put parentheses or a space even a...naruse2017-05-281-1/+1
* erb.rb: Use str_uplus instead of rb_str_dupk0kubun2017-05-271-3/+3
* erb.rb: Tiny improvement of compiling costk0kubun2017-05-261-1/+1
* erb.rb: [DOC] Follow compiled code's changek0kubun2017-05-261-1/+1
* erb.rb: Generate static string with opt_str_uminusk0kubun2017-05-261-1/+1
* erb.rb: Use script encoding instead of force_encodingk0kubun2017-05-261-4/+4
* * lib/uri/common.rb: [DOC] add rdoc to describesonots2017-05-261-0/+6
* erb.rb: Add ERB#result_with_hashk0kubun2017-05-251-0/+10
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-3/+6
* net/imap: separate @continuation_request_exception from @exceptionshugo2017-05-221-9/+16
* erb.rb: Skip creating regexpk0kubun2017-05-221-4/+6
* lib/net/protocol: clear short-lived read buffernormal2017-05-211-1/+3
* Remove redundant square bracketskazu2017-05-211-1/+1
* erb.rb: Allow trimming CR in all trim_modesk0kubun2017-05-201-2/+2
* erb.rb: Allow explicit trimming carriage returnk0kubun2017-05-201-3/+3
* erb.rb: Allow trimming carriage returnk0kubun2017-05-201-2/+2
* erb.rb: Prevent potential unexpected rescuek0kubun2017-05-201-2/+2
* erb.rb: Drop unused scanner implementationk0kubun2017-05-201-15/+5
* prime.rb: remove alias after timeout teststomar2017-05-201-1/+1
* lib/prime: Fix primality of some large integers [#13492].marcandre2017-05-201-2/+2
* Merge gemspec from ruby/fileutils.hsbt2017-05-191-2/+2
* Define classes for r58800naruse2017-05-191-5/+18
* Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse2017-05-191-0/+81
* Add more HTTP status classesnaruse2017-05-191-1/+9
* Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse2017-05-191-1/+2
* 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-191-14/+28
* tempfile.rb: remove in Tempfile.createnobu2017-05-191-1/+9
* Improve CSV parsing performance.hsbt2017-05-181-4/+4
* cgi/util.rb: Don't escape tilde in #escapek0kubun2017-05-171-1/+1
* erb.rb: Don't encode tilde in #url_encodek0kubun2017-05-171-1/+1
* Optimize CSV#shift.hsbt2017-05-171-5/+6
* Strip punctuation from CSV headers in symbol converter.hsbt2017-05-161-2/+2
* Added accessor of original line when parsing.hsbt2017-05-161-1/+7
* fix tempfile leaks on Windowsnobu2017-05-161-4/+2
* refresh Gem at the end of `teardown`.ko12017-05-151-0/+1
* erb.rb: Use String#<< instead of #concatk0kubun2017-05-151-5/+5
* net/imap: Revert read_tiemout in r58549.shugo2017-05-121-31/+3
* net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo2017-05-111-0/+1
* lib/uri/generic.rb: fix typosstomar2017-05-101-1/+1
* confirm current process equals to gemhome's pidnaruse2017-05-101-1/+1
* dump stub specifications if nilnaruse2017-05-091-0/+3