aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* xmlrpc/client: fix documentation typotmm12014-06-021-1/+1
* * lib/rinda/ring.rb (RingFinger#make_socket): Close the socket on exception.akr2014-06-011-13/+17
* * lib/English.rb: [DOC] $LOADED_FEATURES moved to load.c [Fixes GH-620]zzak2014-05-311-2/+2
* * lib/ipaddr.rb: extracted inline tests into test dir.hsbt2014-05-311-277/+0
* * lib/delegate.rb: [DOC] Document raise in Delegator classzzak2014-05-301-0/+6
* * lib/webrick/server.rb: Use a pipe to detect server shutdown.akr2014-05-301-1/+26
* erb.rb: ERB#result does not accept a proc.nobu2014-05-301-1/+1
* * lib/csv.rb (CSV.open): Close the opened file when an exception occur.akr2014-05-291-1/+6
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-32/+35
* * lib/tempfile.rb (Tempfile#inspect): Show "(closed)" if the tempfileakr2014-05-271-1/+5
* * test/lib/minitest/unit.rb: Use Tempfile#close! instead ofakr2014-05-271-2/+2
* * lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr2014-05-271-14/+17
* * lib/cgi/core.rb: Use Tempfile#close(true) instead of Tempfile#unlinkakr2014-05-271-2/+2
* ext_conf_builder.rb: fix tempfile leaknobu2014-05-261-1/+1
* lib/optionparser.rbnobu2014-05-262-0/+3
* * lib/csv.rb: Reject nil as data source for CSV.new, patch by @Peeja.zzak2014-05-251-0/+4
* * lib/rinda/ring.rb (Rinda::RingServer#shutdown): Join the killedakr2014-05-251-0/+2
* * lib/webrick/utils.rb: Override the inspect method of the threadakr2014-05-251-0/+3
* Revert "* lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]"naruse2014-05-251-0/+34
* * lib/yaml.rb: Remove Psych::EngineManager [Bug #8344]zzak2014-05-251-34/+0
* * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak2014-05-251-1/+1
* * lib/logger.rb: refactored to include Logger::Period.hsbt2014-05-241-43/+39
* prime.rb: fix a grammonobu2014-05-241-1/+1
* lib/minitest removed.ryan2014-05-2310-3293/+0
* add information of incompatibility about Prime.prime? [Bug #7395]ayumin2014-05-231-2/+2
* net/protocol.rb: fix SMTP dot stuffingnobu2014-05-231-2/+6
* show progress of rdoc parsing to prevent timeout on chkbuildnaruse2014-05-201-10/+11
* mkmf.rb: add NULLCMDnobu2014-05-171-1/+2
* * lib/test: Removed because ruby's test cases now independent tosorah2014-05-175-1582/+0
* parallel.rb: fix test-all parallel failureshirosaki2014-05-151-0/+5
* * lib/delegate.rb: Fix example of using delegator.ayumin2014-05-081-1/+1
* * lib/shell.rb: add documentation in lib/shell.rbayumin2014-05-081-3/+38
* * lib/fileutils.rb: show fileutils require at top.ayumin2014-05-081-38/+40
* * lib/prime.rb (Prime#prime?): negative numbers can't be primesayumin2014-05-081-1/+0
* webrick/httpserver.rb: Stop handling requests on shutdownnobu2014-05-082-3/+3
* * lib/time.rb (Time.make_time): Adjust the time zone of "now".akr2014-05-061-2/+15
* * lib/time.rb (Time.make_time): Argument validation code moved fromakr2014-05-061-9/+7
* [DOC] Use EST for previous documentation fix.akr2014-05-061-4/+4
* * lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr2014-05-061-7/+7
* * lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr2014-05-051-1/+1
* * lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr2014-05-051-0/+3
* update a comment.akr2014-05-041-2/+2
* add comment.akr2014-05-041-0/+4
* * lib/time.rb (Time.force_zone!): Use usual local time if it hasakr2014-05-041-1/+4
* * lib/time.rb (Time.force_zone!): New private method.akr2014-05-042-9/+16
* * lib/time.rb (Time.httpdate): Always return a UTC Time object.akr2014-05-031-1/+1
* * lib/time.rb (Time.make_time): Refactored.akr2014-05-031-5/+1
* * lib/time.rb (Time.rfc2822): Fix year completion.akr2014-05-031-12/+17
* * lib/time.rb (make_time): Produce fixed-offset time object ifakr2014-05-032-5/+13
* * lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr2014-05-031-6/+6