aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt2014-05-021-75/+74
* * lib/rinda/tuplespace.rb: fix document. [ruby-core:62003][Bug #9738]hsbt2014-05-021-1/+1
* mkmf.rb: no messages unless needednobu2014-05-021-1/+5
* * (lib/tmpdir.rb): Rescue LoadError on etc.so for miniruby.akr2014-04-292-6/+4
* * lib/fileutils.rb: Don't need to define fu_get_gid and fu_get_gid inakr2014-04-291-36/+24
* fix typo [Fix GH-603]nobu2014-04-281-1/+1
* * lib/fileutils.rb (rmdir): rescue Errno::EEXIST in addition tongoto2014-04-251-1/+1
* * lib/webrick/utils.rb: Don't rescue LoadError for 'etc' extension.akr2014-04-251-6/+2
* mkmf.rb: workaround for tmpdirnobu2014-04-251-0/+5
* * lib/fileutils.rb (fu_get_uid, fu_get_gid): Etc.getpwnam/getgrnam mayusa2014-04-242-4/+3
* * lib/tmpdir.rb: Don't need to rescue LoadError for etc.so.akr2014-04-241-4/+1
* fix to rescue when test-all runs without installationnaruse2014-04-231-1/+4
* mkmf.rb: prefer $LIBPATH than $DEFLIBPATHnobu2014-04-191-4/+4
* fileutils.rb: [DOC] update rdocnobu2014-04-171-2/+2
* * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu2014-04-101-6/+6
* * lib/mkmf.rb (MakeMakefile#dir_config): Improve documentation.knu2014-04-081-7/+22
* * lib/xmlrpc/client.rb (do_rpc): don't check body length.naruse2014-04-061-2/+0
* * lib/matrix.rb: Add Matrix#cofactor [fix GH-568]marcandre2014-04-061-0/+17
* * lib/matrix.rb: Add first_minor [fix GH-568]marcandre2014-04-061-0/+29
* * lib/matrix: Handle empty diagonal matrix case [fix GH-576]marcandre2014-04-061-0/+1
* * lib/csv.rb: fix minor typo by @baroquebobcat [fix GH-583][ci skip]hsbt2014-04-031-1/+1
* * lib/csv.rb: Symbol HeaderConverter: strip leading/trailing space.jeg22014-04-011-2/+2
* * lib/csv.rb: Don't attempt to convert nil headers.jeg22014-04-011-0/+1
* lib/rubygem.rb: Weirichnobu2014-03-251-1/+1
* cgi/util.rb: use aliasnobu2014-03-211-12/+4
* * lib/csv.rb: Fixed a broken regular expression that was causingjeg22014-03-201-2/+1
* * lib/time.rb: [DOC] Fix timezone in example of Time.parse [Bug #9521]zzak2014-03-161-1/+1