aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/completion.rb: reverted r47163.hsbt2014-08-131-1/+1
* * lib/irb.rb: Prevent irb from crashing when exception withhsbt2014-08-131-11/+13
* * lib/irb/completion.rb: fixed broken completion list withhsbt2014-08-131-1/+1
* * lib/fileutils.rb: enable to remove with non-owner directory.hsbt2014-08-121-0/+1
* * lib/fileutils.rb: fix typo.hsbt2014-08-121-2/+2
* lib/tempfile.rb: include doc of Tempfile.opennobu2014-08-111-1/+2
* * lib/cgi/session/pstore.rb: separated sample code.hsbt2014-08-102-25/+1
* * lib/irb/ext/multi-irb.rb: fixed indent.hsbt2014-08-102-72/+72
* * lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt2014-08-101-19/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-0917-137/+3
* * lib/cmath.rb: fixed indent.hsbt2014-08-0931-1365/+1365
* * lib/securerandom.rb: use OpenSSL::BN for performance improvement.glass2014-08-081-13/+21
* * lib/open-uri.rb: remove needless condition for old ruby version.hsbt2014-08-081-2/+1
* * lib/irb/init.rb: removed unreachable code.hsbt2014-08-081-6/+2
* * lib/drb/drb.rb: removed unreachable code.hsbt2014-08-081-10/+3
* * lib/webrick/httpproxy.rb: remove needless conditionhsbt2014-08-081-2/+0
* * lib/open3.rb: avoid unnecessary write if stdin_data is empty.glass2014-08-071-8/+12
* * lib/cgi.rb: remove needless condition for old ruby version.hsbt2014-08-071-2/+0
* * lib/set.rb (Set#replace): Check if an object given is enumerableknu2014-08-061-4/+4
* Implement Set#clone. [Fixes GH-661]knu2014-08-061-2/+9
* * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse2014-08-051-1/+3
* * lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse2014-08-051-1/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-11/+2
* * lib/net/http/generic_request.rbnaruse2014-08-052-14/+24
* * lib/net/http/generic_request.rbnaruse2014-08-051-9/+8
* remove path_querynaruse2014-08-051-6/+0
* * lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse2014-08-051-16/+12
* * lib/uri/http.rb (URI::HTTP#request_uri): optimized.naruse2014-08-051-5/+5
* rubygems/util.rb: remove unused variablenobu2014-08-031-1/+1
* mkmf.rb: try without -ObjC optionnobu2014-07-301-2/+2
* * lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak2014-07-271-0/+3
* * time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak2014-07-271-1/+1
* * lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak2014-07-271-1/+1
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-2712-20/+8
* * lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]zzak2014-07-261-1/+1
* * lib/shell/command-processor.rb: remove unused variable.hsbt2014-07-264-4/+3
* * lib/weakref.rb: split executable code into sample directory.hsbt2014-07-261-11/+0
* * lib/delegate.rb: split executable code into sample directory.hsbt2014-07-261-34/+0
* fix encoding specnobu2014-07-251-1/+1
* rubygems/util.rb: redirect optionsnobu2014-07-251-1/+12
* specification.rb: fix leaked FDsnobu2014-07-251-1/+3
* rubygems/util.rb: fix leaked FDsnobu2014-07-251-0/+2
* remote_fetcher.rb: fix leaked FDsnobu2014-07-252-0/+8
* test_gem_silent_ui.rb: fix leaked FDsnobu2014-07-251-0/+10
* * lib/benchmark.rb: split executable code into sample directory.hsbt2014-07-231-20/+0
* * lib/tempfile.rb: split executable code into sample directory.hsbt2014-07-231-10/+0
* * lib/pstore.rb: split executable code into sample directory.hsbt2014-07-231-22/+0
* * lib/drb/extserv.rb: remove duplicate code with sample direcotry.hsbt2014-07-221-30/+0
* optparse.rb: getopts message improvementnobu2014-07-211-3/+5
* Fix `Time.parse` for out of range arguments with an offsetnobu2014-07-192-3/+8