aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* rexml: Remove needless documentkou2017-07-281-2/+0
* csv.rb: fix incompatibility introduced in r59428glass2017-07-281-60/+46
* csv.rb: use keyword parametersglass2017-07-271-90/+71
* csv.rb: use Array#to_hglass2017-07-271-2/+1
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-8/+45
* optparse.rb: case-sensitive candidatenobu2017-07-241-4/+4
* optparse.rb: [DOC] fix keysnobu2017-07-211-5/+5
* Use `unpack1` instead of `unpack` and `[0]`kazu2017-07-201-2/+2
* logger.rb: Fix handling prognamesonots2017-07-201-1/+3
* lib/net/pop.rb: support timeout for TLS handshakeshugo2017-07-191-1/+1
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+4
* webrick: fix SNI supportnormal2017-07-182-5/+24
* Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu2017-07-141-0/+2
* optparse.rb: get rid of evalnobu2017-07-121-7/+13
* webrick: add Server Name Indication (SNI)normal2017-07-072-0/+59
* Fix DecimalInteger converting to octal bugnobu2017-07-061-1/+1
* un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe2017-07-051-3/+4
* 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