summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-08-02Fix variable name in example of net/popkazu
2017-08-02Fix net/pop code example syntax errorkazu
2017-08-02Fix cgi/core code example missing commakazu
2017-08-02ipaddr is now a default gem with an upstream at: https://github.com/ruby/ipaddrknu
2017-07-28rexml: Remove needless documentkou
2017-07-28csv.rb: fix incompatibility introduced in r59428glass
2017-07-27csv.rb: use keyword parametersglass
2017-07-27csv.rb: use Array#to_hglass
2017-07-26lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo
2017-07-24optparse.rb: case-sensitive candidatenobu
2017-07-21optparse.rb: [DOC] fix keysnobu
2017-07-20Use `unpack1` instead of `unpack` and `[0]`kazu
2017-07-20logger.rb: Fix handling prognamesonots
2017-07-19lib/net/pop.rb: support timeout for TLS handshakeshugo
2017-07-19lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo
2017-07-18webrick: fix SNI supportnormal
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