summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-07-14Alias Set#to_s to #inspect [ruby-core:81753] [Feature #13676]knu
2017-07-12optparse.rb: get rid of evalnobu
2017-07-07webrick: add Server Name Indication (SNI)normal
2017-07-06Fix DecimalInteger converting to octal bugnobu
2017-07-05un.rb: use OpenSSL::PKey.read instead of OpenSSL::PKey::RSA.newrhe
2017-07-05un.rb: support httpsnobu
2017-06-24Delegate to `eql?` [Fix GH-1564]nobu
2017-06-22Fix exception type in option type checkerglass
2017-06-19Make string literal to frozen object on gemspec of defulte gems.hsbt
2017-06-15Don't pollute toplevel by an IRB internal methoda_matsuda
2017-06-09Fix typo.a_matsuda
2017-06-07rexml: add close tag check on end of document to StreamParserkou
2017-05-28suppress warning: ambiguous first argument; put parentheses or a space even a...naruse
2017-05-27erb.rb: Use str_uplus instead of rb_str_dupk0kubun
2017-05-26erb.rb: Tiny improvement of compiling costk0kubun
2017-05-26erb.rb: [DOC] Follow compiled code's changek0kubun
2017-05-26erb.rb: Generate static string with opt_str_uminusk0kubun
2017-05-26erb.rb: Use script encoding instead of force_encodingk0kubun
2017-05-26* lib/uri/common.rb: [DOC] add rdoc to describesonots
2017-05-25erb.rb: Add ERB#result_with_hashk0kubun
2017-05-22lib/net/protocol.rb: account read_bytes before caller sees itnormal
2017-05-22net/imap: separate @continuation_request_exception from @exceptionshugo
2017-05-22erb.rb: Skip creating regexpk0kubun
2017-05-21lib/net/protocol: clear short-lived read buffernormal
2017-05-21Remove redundant square bracketskazu
2017-05-20erb.rb: Allow trimming CR in all trim_modesk0kubun
2017-05-20erb.rb: Allow explicit trimming carriage returnk0kubun
2017-05-20erb.rb: Allow trimming carriage returnk0kubun
2017-05-20erb.rb: Prevent potential unexpected rescuek0kubun
2017-05-20erb.rb: Drop unused scanner implementationk0kubun
2017-05-20prime.rb: remove alias after timeout teststomar
2017-05-20lib/prime: Fix primality of some large integers [#13492].marcandre
2017-05-19Merge gemspec from ruby/fileutils.hsbt
2017-05-19Define classes for r58800naruse
2017-05-19Net::HTTP::STATUS_CODES is added as HTTP Status Code Repository [Misc #12935]naruse
2017-05-19Add more HTTP status classesnaruse
2017-05-19Net::HTTP#start now pass :ENV to p_addr by default [Bug #13351]naruse
2017-05-19tempfile.rb: do not call File.identical? on closed streamnobu
2017-05-19* remove trailing spaces.svn
2017-05-19net/imap: Net::IMAP#append should not block when NO response is receivedshugo
2017-05-19tempfile.rb: remove in Tempfile.createnobu
2017-05-18Improve CSV parsing performance.hsbt
2017-05-17cgi/util.rb: Don't escape tilde in #escapek0kubun
2017-05-17erb.rb: Don't encode tilde in #url_encodek0kubun
2017-05-17Optimize CSV#shift.hsbt
2017-05-16Strip punctuation from CSV headers in symbol converter.hsbt
2017-05-16Added accessor of original line when parsing.hsbt
2017-05-16fix tempfile leaks on Windowsnobu
2017-05-15refresh Gem at the end of `teardown`.ko1
2017-05-15erb.rb: Use String#<< instead of #concatk0kubun