summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-08-12* lib/fileutils.rb: enable to remove with non-owner directory.hsbt
2014-08-12* lib/fileutils.rb: fix typo.hsbt
2014-08-11lib/tempfile.rb: include doc of Tempfile.opennobu
2014-08-10* lib/cgi/session/pstore.rb: separated sample code.hsbt
2014-08-10* lib/irb/ext/multi-irb.rb: fixed indent.hsbt
2014-08-10* lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2014-08-08* lib/securerandom.rb: use OpenSSL::BN for performance improvement.glass
2014-08-08* lib/open-uri.rb: remove needless condition for old ruby version.hsbt
2014-08-08* lib/irb/init.rb: removed unreachable code.hsbt
2014-08-08* lib/drb/drb.rb: removed unreachable code.hsbt
2014-08-08* lib/webrick/httpproxy.rb: remove needless conditionhsbt
2014-08-07* lib/open3.rb: avoid unnecessary write if stdin_data is empty.glass
2014-08-07* lib/cgi.rb: remove needless condition for old ruby version.hsbt
2014-08-06* lib/set.rb (Set#replace): Check if an object given is enumerableknu
2014-08-06Implement Set#clone. [Fixes GH-661]knu
2014-08-05* lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse
2014-08-05* lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-08-05remove path_querynaruse
2014-08-05* lib/uri/generic.rb (URI::Generic#normalize!): use String#empty?naruse
2014-08-05* lib/uri/http.rb (URI::HTTP#request_uri): optimized.naruse
2014-08-03rubygems/util.rb: remove unused variablenobu
2014-07-30mkmf.rb: try without -ObjC optionnobu
2014-07-27* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak
2014-07-27* time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak
2014-07-27* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2014-07-26* lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]zzak
2014-07-26* lib/shell/command-processor.rb: remove unused variable.hsbt
2014-07-26* lib/weakref.rb: split executable code into sample directory.hsbt
2014-07-26* lib/delegate.rb: split executable code into sample directory.hsbt
2014-07-25fix encoding specnobu
2014-07-25rubygems/util.rb: redirect optionsnobu
2014-07-25specification.rb: fix leaked FDsnobu
2014-07-25rubygems/util.rb: fix leaked FDsnobu
2014-07-25remote_fetcher.rb: fix leaked FDsnobu
2014-07-25test_gem_silent_ui.rb: fix leaked FDsnobu
2014-07-23* lib/benchmark.rb: split executable code into sample directory.hsbt
2014-07-23* lib/tempfile.rb: split executable code into sample directory.hsbt
2014-07-23* lib/pstore.rb: split executable code into sample directory.hsbt
2014-07-22* lib/drb/extserv.rb: remove duplicate code with sample direcotry.hsbt
2014-07-21optparse.rb: getopts message improvementnobu
2014-07-19Fix `Time.parse` for out of range arguments with an offsetnobu
2014-07-18* lib/matrix/eigenvalue_decomposition: Style fixmarcandre
2014-07-18* lib/matrix.rb: Avoid using `and`.marcandre
2014-07-18* lib/fileutils.rb: added missing options of FileUtils.touch by @Domon.hsbt