summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2017-05-12net/imap: Revert read_tiemout in r58549.shugo
2017-05-11net/imap: Net::IMAP#disconnect need not do anything if already disconnectedshugo
2017-05-10lib/uri/generic.rb: fix typosstomar
2017-05-10confirm current process equals to gemhome's pidnaruse
2017-05-09dump stub specifications if nilnaruse
2017-05-09add explanations about status of module UnicodeNormalizeduerst
2017-05-09Add one more guard to avoid mixing nil into latest_specsnaruse
2017-05-06delete lib/unicode_normalize.rb, because no longer neededduerst
2017-05-06share `@@accept_charset`nobu
2017-05-04move definition of String#unicode_normalized? to C to make sure it is documentedduerst
2017-05-04move definition of String#unicode_normalize! to C to make sure it is documentedduerst
2017-05-03rss: Accept empty text element as valid elementkou
2017-05-03move definition of String#unicode_normalize to C to make sure it is documentedduerst
2017-05-03net/imap: handle timeoutsshugo
2017-05-02remove unnecessary conditions in lib/unicode_normalize.rbduerst
2017-05-02rework definition of String#unicode_normalize! and #unicode_normalized?duerst
2017-05-02rework definition of String#unicode_normalizeduerst
2017-05-01Merge rubygems-2.6.12 from rubygems/rubygems.hsbt
2017-05-01Merge gemspec from ruby/webrick.hsbt
2017-04-25Import gemspechsbt
2017-04-23Allow Net::HTTP to fetch user/pass from http_proxynaruse
2017-04-21Removed mathn.rb from stdlib. It's deprecated from Ruby 2.2.hsbt
2017-04-20release monitor correctly.ko1
2017-04-20ruby-lex.rb: fix continued line conditionsnobu
2017-04-20ruby-lex.rb: merge regexpsnobu
2017-04-20Removed math mode from irb.hsbt
2017-04-20Removed deprecated extensions of mathn.hsbt
2017-04-12unicode_normalize.rb: improve docsstomar
2017-04-12nodoc UnicodeNormalize modulestomar
2017-04-12Import latest gemspec from ruby/fileutils.hsbt
2017-04-07Use \A and \z to match whole stringnobu
2017-04-04Refactored using Method#owner.akr
2017-04-01ostruct.rb: improve fix for OpenStruct.allocate + #respond_to?eregon
2017-03-29Fix two typosmame