summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2015-06-06* lib/cmath.rb: [DOC] Add docs [ci skip][Fix GH-909][Bug #11162]gogotanaka
2015-06-02lib/benchmark.rb: just use Process::CLOCK_MONOTONICnormal
2015-06-01mkmf.rb: split --libsnobu
2015-06-01mkmf.rb: logging pkg_confignobu
2015-06-01lib/csv.rb: [DOC] Fix typo [ci skip][Fix GH-907]gogotanaka
2015-05-30* lib/tempfile.rb (Remover#call): fixed wrong condition introduced atusa
2015-05-30* lib/tempfile.rb (Tempfile#initialize): initialize @unlinked to fixusa
2015-05-30* lib/tempfile.rb: refactoring.glass
2015-05-29lib/*: use monotonic clock for timeoutsnormal
2015-05-27drb: avoid redundant fcntl callnormal
2015-05-22* lib/matrix.rb: Stylingmarcandre
2015-05-22* lib/prime.rb: Remove obsolete Prime.newmarcandre
2015-05-21* lib/matrix.rb: added documentation for Matrix#empty and Matrix#/hsbt
2015-05-21* lib/net/telnet.rb: gemify net-telnet.hsbt
2015-05-20* lib/base64.rb: Fix rdoc-formatting for padding argument.mame
2015-05-19* lib/benchmark.rb: Update Benchmark documentation and formatting.hsbt
2015-05-19* lib/uri/rfc2396_parser.rb (initialize_pattern):naruse
2015-05-18* lib/monitor.rb (mon_try_enter, mon_enter): should reset @mon_countshugo
2015-05-17lib/webrick/utils.rb: simplify by avoiding fcntlnormal
2015-05-17lib/webrick/server.rb: avoid redundant fcntl callnormal
2015-05-15cookie.rb: revert part of r50496nobu
2015-05-14* lib/cgi/cookie.rb: Implement HttpOnly flag for cookies.xibbar