summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-06-23* lib/uri/generic.rb (check_port): allow strings for port= asnaruse
2014-06-22remove registrynaruse
2014-06-22* lib/uri/rfc3986_parser.rb: raise exception when given a URI string has non ...naruse
2014-06-22support RFC3986 [Feature #2542]naruse
2014-06-22lib/uri/mailto.rb (initialize): as previous commit, fix arg_checknaruse
2014-06-22fix that arg_check didn't worknaruse
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-14Restore date field.akr
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-10* lib/cgi/core.rb: Provide a mechanism to specify thexibbar
2014-06-10csv.rb: honor encoding optionnobu
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-06-02xmlrpc/client: fix documentation typotmm1
2014-06-01* lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.akr
2014-05-31* lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak
2014-05-31* lib/ipaddr.rb: extracted inline tests into test dir.hsbt
2014-05-30* lib/delegate.rb: [DOC] Document raise in Delegator classzzak
2014-05-30* lib/webrick/server.rb: Use a pipe to detect server shutdown.akr
2014-05-30erb.rb: ERB#result does not accept a proc.nobu
2014-05-29* lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-27* lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr
2014-05-27* test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr
2014-05-27* lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr
2014-05-27* lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr
2014-05-26ext_conf_builder.rb: fix tempfile leaknobu
2014-05-26lib/optionparser.rbnobu
2014-05-25* lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak
2014-05-25* lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killedakr
2014-05-25* lib/webrick/utils.rb: Override the inspect method of the threadakr
2014-05-25Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse
2014-05-25* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak
2014-05-25* lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak
2014-05-24* lib/logger.rb: refactored to include Logger::Period.hsbt
2014-05-24prime.rb: fix a grammonobu
2014-05-23lib/minitest removed.ryan
2014-05-23add information of incompatibility about Prime.prime? [Bug #7395]ayumin
2014-05-23net/protocol.rb: fix SMTP dot stuffingnobu
2014-05-20show progress of rdoc parsing to prevent timeout on chkbuildnaruse
2014-05-17mkmf.rb: add NULLCMDnobu
2014-05-17* lib/test: Removed because ruby's test cases now independent tosorah
2014-05-15parallel.rb: fix test-all parallel failureshirosaki
2014-05-08* lib/delegate.rb: Fix example of using delegator.ayumin
2014-05-08* lib/shell.rb: add documentation in lib/shell.rbayumin
2014-05-08* lib/fileutils.rb: show fileutils require at top.ayumin
2014-05-08* lib/prime.rb (Prime#prime?): negative numbers can't be primesayumin
2014-05-08webrick/httpserver.rb: Stop handling requests on shutdownnobu
2014-05-06* lib/time.rb (Time.make_time): Adjust the time zone of "now".akr
2014-05-06* lib/time.rb (Time.make_time): Argument validation code moved fromakr
2014-05-06[DOC] Use EST for previous documentation fix.akr