aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt2015-07-221-1/+1
* fix typo in OptionParser#complete docs [ci skip]nobu2015-07-211-1/+1
* remove unnecessary enumerator requiresnormal2015-07-171-1/+0
* timeout.rb: suppress a warningnobu2015-07-141-1/+1
* webrick/utils.rb: wakeup immediatelynobu2015-07-141-3/+7
* webrick/utils.rb: adaptive sleepnobu2015-07-141-4/+12
* webrick/server.rb: stop immediatelynobu2015-07-141-11/+22
* httpproxy.rb: fix typos [ci skip]nobu2015-07-131-2/+2
* timeout.rb: warn deprecated methodnobu2015-07-131-8/+3
* timeout.rb: internal constantsnobu2015-07-131-0/+1
* timeout.rb: fix backtracenobu2015-07-111-3/+1
* timeout.rb: removed and use Timeout::Errornobu2015-07-101-3/+1
* * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt2015-07-091-0/+1
* resolver.rb: fix fd leaksnobu2015-07-081-0/+2
* * lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt2015-07-071-1/+1
* Fix typo in optparse library [ci skip] [Fix GH-956]nobu2015-07-051-1/+1
* test_case.rb: fix multiple loadnobu2015-07-041-1/+12
* * lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as ausa2015-07-031-1/+1
* rubygems.rb: use @gem_prelude_indexnobu2015-07-022-1/+7
* * lib/rubygems/resolver.rb: fixed NameError of Gem::Util::NULL_DEVICE.hsbt2015-07-021-0/+1
* * lib/rubygems/resolver.rb: fix error of null device reference with DOSISHhsbt2015-07-021-1/+1
* * lib/rubygems: Update to RubyGems HEAD(c202db2).hsbt2015-07-0151-551/+1582
* fix previous commit for nil casenaruse2015-06-291-1/+2
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-291-1/+1
* mkmf.rb: suppress warningsnobu2015-06-291-4/+4
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-271-8/+3
* un.rb: cwd by defaultnobu2015-06-181-4/+1
* un.rb: HTTP-alt by defaultnobu2015-06-181-0/+1
* * lib/csv.rb: accept to use Range object for row selection.hsbt2015-06-171-3/+7
* servlet.rb: requires jsonnobu2015-06-171-0/+1
* mkmf.rb: suppress warningsnobu2015-06-171-0/+1
* mkmf.rb: suppress warningsnobu2015-06-171-2/+2
* * lib/set.rb: Make Set#each and SortedSet#each generate a sizedknu2015-06-151-2/+2
* * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse2015-06-151-1/+15
* * lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou2015-06-141-1/+1
* * lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou2015-06-141-1/+1
* * lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon2015-06-131-5/+0
* * lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt2015-06-131-3/+3
* * lib/prime.rb: Return sized enumerators.marcandre2015-06-121-2/+6
* * lib/prime.rb: Fix with_object with no block givenmarcandre2015-06-121-1/+1
* * lib/prime.rb: Have with_index accept an offset parameter.marcandre2015-06-121-1/+9
* * lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt2015-06-112-2/+8
* * lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.hsbt2015-06-111-2/+1
* * lib/mkmf.rb: revert r50804 because of build failure when specifyingngoto2015-06-101-3/+9
* * Fix typo. Patch by @davydovantongogotanaka2015-06-102-2/+2
* mkmf.rb: macro assigmentsnobu2015-06-091-9/+3
* * lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-3/+2
* * lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-3/+4
* * lib/matrix.rb: Simplify and optimize EratosthenesSievemarcandre2015-06-091-5/+2
* * lib/cmath.rb: [DOC] Documentation improvements [ci skip]gogotanaka2015-06-061-23/+16