aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]gogotanaka2015-06-061-13/+56
* lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal2015-06-021-13/+4
* mkmf.rb: split --libsnobu2015-06-011-4/+11
* mkmf.rb: logging pkg_confignobu2015-06-011-2/+4
* lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka2015-06-011-1/+1
* * lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa2015-05-301-1/+1
* * lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa2015-05-301-0/+1
* * lib/tempfile.rb: refactoring.glass2015-05-301-55/+29
* lib/*: use monotonic clock for timeoutsnormal2015-05-292-5/+5
* drb: avoid redundant fcntl callnormal2015-05-272-3/+1
* * lib/matrix.rb: Stylingmarcandre2015-05-221-6/+6
* * lib/prime.rb: Remove obsolete Prime.newmarcandre2015-05-221-41/+1
* * lib/matrix.rb: added documentation for Matrix#empty and Matrix#/hsbt2015-05-211-0/+2
* * lib/net/telnet.rb: gemify net-telnet.hsbt2015-05-211-763/+0
* * lib/base64.rb: Fix rdoc-formatting for padding argument.mame2015-05-201-1/+1
* * lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt2015-05-191-6/+19
* * lib/uri/rfc2396_parser.rb (initialize_pattern):naruse2015-05-191-1/+1
* * lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo2015-05-181-0/+2
* lib/webrick/utils.rb: simplify by avoiding fcntlnormal2015-05-171-9/+3
* lib/webrick/server.rb: avoid redundant fcntl callnormal2015-05-171-1/+0
* cookie.rb: revert part of r50496nobu2015-05-151-1/+2
* * lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar2015-05-141-23/+39