summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-05-06* lib/time.rb (Time.parse): [DOC] Fix an example in the documentation.akr
2014-05-05* lib/open-uri.rb (OpenURI.open_uri): Call StringIO#close only ifakr
2014-05-05* lib/time.rb (Time.strptime): Raise ArgumentError if Date._strptimeakr
2014-05-04update a comment.akr
2014-05-04add comment.akr
2014-05-04* lib/time.rb (Time.force_zone!): Use usual local time if it hasakr
2014-05-04* lib/time.rb (Time.force_zone!): New private method.akr
2014-05-03* lib/time.rb (Time.httpdate): Always return a UTC Time object.akr
2014-05-03* lib/time.rb (Time.make_time): Refactored.akr
2014-05-03* lib/time.rb (Time.rfc2822): Fix year completion.akr
2014-05-03* lib/time.rb (make_time): Produce fixed-offset time object ifakr
2014-05-03* lib/time.rb (Time.strptime): Use d[:offset] if d[:seconds] is notakr
2014-05-02* lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt
2014-05-02* lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738]hsbt
2014-05-02mkmf.rb: no messages unless needednobu
2014-04-29* (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr
2014-04-29* lib/fileutils.rb: Don't need to define fu_get_gid and fu_get_gid inakr
2014-04-28fix typo [Fix GH-603]nobu