aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/shell.rb: removed commented-out code.hsbt2014-08-223-20/+0
* * lib/complex.rb: removed deprecated library.hsbt2014-08-222-51/+0
* * lib/prettyprint.rb: removed PrettyPrint#first?hsbt2014-08-221-22/+0
* * lib/e2mmap.rb: removed commented-out code.hsbt2014-08-211-3/+0
* * lib/rinda/ring.rb: split executable code into sample directory.hsbt2014-08-211-24/+0
* * lib/drb/acl.rb: split executable code into sample directory.hsbt2014-08-211-18/+0
* * lib/net/imap.rb: split executable code into sample directory.hsbt2014-08-211-170/+0
* * lib/net/imap.rb: removed commented-out code.hsbt2014-08-211-33/+0
* rake/backtrace.rb: exclude mere prefixnobu2014-08-161-1/+1
* rake/backtrace.rb: remove wrong valuenobu2014-08-161-1/+1
* * lib/gserver.rb: removed unmaintained code.hsbt2014-08-152-483/+0
* * 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