summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2014-04-25* lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition tongoto
2014-04-25* lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr
2014-04-25mkmf.rb: workaround for tmpdirnobu
2014-04-24* lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa
2014-04-24* lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.akr
2014-04-23fix to rescue when test-all runs without installationnaruse
2014-04-19mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu
2014-04-17fileutils.rb: [DOC] update rdocnobu
2014-04-10* lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu
2014-04-08* lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.knu
2014-04-06* lib/xmlrpc/client.rb (do_rpc): don't check body length.naruse
2014-04-06* lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre
2014-04-06* lib/matrix.rb: Add first_minor [fix GH-568]marcandre
2014-04-06* lib/matrix: Handle empty diagonal matrix case [fix GH-576]marcandre
2014-04-03* lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt
2014-04-01* lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg2
2014-04-01* lib/csv.rb: Don't attempt to convert nil headers.jeg2
2014-03-25lib/rubygem.rb: Weirichnobu
2014-03-21cgi/util.rb: use aliasnobu
2014-03-20* lib/csv.rb: Fixed a broken regular expression that was causingjeg2