summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-07-22* lib/matrix/eigenvalue_decomposition.rb: refine code style.hsbt
2015-07-21fix typo in OptionParser#complete docs [ci skip]nobu
2015-07-17remove unnecessary enumerator requiresnormal
2015-07-14timeout.rb: suppress a warningnobu
2015-07-14webrick/utils.rb: wakeup immediatelynobu
2015-07-14webrick/utils.rb: adaptive sleepnobu
2015-07-14webrick/server.rb: stop immediatelynobu
2015-07-13httpproxy.rb: fix typos [ci skip]nobu
2015-07-13timeout.rb: warn deprecated methodnobu
2015-07-13timeout.rb: internal constantsnobu
2015-07-11timeout.rb: fix backtracenobu
2015-07-10timeout.rb: removed and use Timeout::Errornobu
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt
2015-07-08resolver.rb: fix fd leaksnobu
2015-07-07* lib/csv.rb: typo fix [ci skip][fix GH-958] Patch by @henrikhsbt
2015-07-05Fix typo in optparse library [ci skip] [Fix GH-956]nobu
2015-07-04test_case.rb: fix multiple loadnobu
2015-07-03* lib/cmath.rb: shouldn't use non-ASCII characters in documentation. as ausa
2015-07-02rubygems.rb: use @gem_prelude_indexnobu
2015-07-02* lib/rubygems/resolver.rb: fixed NameError of Gem::Util::NULL_DEVICE.hsbt
2015-07-02* lib/rubygems/resolver.rb: fix error of null device reference with DOSISHhsbt
2015-07-01* lib/rubygems: Update to RubyGems HEAD(c202db2).hsbt
2015-06-29fix previous commit for nil casenaruse
2015-06-29* lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse
2015-06-29mkmf.rb: suppress warningsnobu
2015-06-27* lib/net/ftp.rb (makeport): close the TCPServereregon
2015-06-18un.rb: cwd by defaultnobu
2015-06-18un.rb: HTTP-alt by defaultnobu
2015-06-17* lib/csv.rb: accept to use Range object for row selection.hsbt
2015-06-17servlet.rb: requires jsonnobu
2015-06-17mkmf.rb: suppress warningsnobu
2015-06-17mkmf.rb: suppress warningsnobu
2015-06-15* lib/set.rb: Make Set#each and SortedSet#each generate a sizedknu
2015-06-15* lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse
2015-06-14* lib/rexml/source.rb (REXML::IOSource#scan): Fix a typo inkou
2015-06-14* lib/rexml/attlistdecl.rb (REXML::AttlistDecl): Fix a typo inkou
2015-06-13* lib/delegate.rb: [DOC] Update SimpleDelegator example. [ci skip]eregon
2015-06-13* lib/tempfile.rb: Fix typo. [fix GH-933] Patch by @Zorbashhsbt
2015-06-12* lib/prime.rb: Return sized enumerators.marcandre
2015-06-12* lib/prime.rb: Fix with_object with no block givenmarcandre
2015-06-12* lib/prime.rb: Have with_index accept an offset parameter.marcandre
2015-06-11* lib/rubygems.rb: bump version to 2.4.7 and 2.4.8. these versions fixedhsbt
2015-06-11* lib/rubygems.rb: bump version to 2.4.6. It's missing change at r49774.hsbt
2015-06-10* lib/mkmf.rb: revert r50804 because of build failure when specifyingngoto
2015-06-10* Fix typo. Patch by @davydovantongogotanaka
2015-06-09mkmf.rb: macro assigmentsnobu
2015-06-09* lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre
2015-06-09* lib/prime.rb: Simplify and optimize EratosthenesSievemarcandre
2015-06-09* lib/matrix.rb: Simplify and optimize EratosthenesSievemarcandre
2015-06-06* lib/cmath.rb: [DOC] Documentation improvements [ci skip]gogotanaka