summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2014-08-27* lib/tempfile.rb: remove "require 'thread'". its features are noglass
2014-08-27* lib/drb/acl.rb: Removed meaningless #to_s methods in interpolation.hsbt
2014-08-27* lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt
2014-08-26lib/mathn.rb: remove built-in methodsnobu
2014-08-26* lib/shell/process-controller.rb: removed commented-out code.hsbt
2014-08-26* lib/thwait.rb (ThreadsWait): removed needless constant.hsbt
2014-08-26* lib/mathn.rb: mathn library is deprecated on ruby 2.2.hsbt
2014-08-26* lib/mathn.rb: removed commented-out code.hsbt
2014-08-25uri/common.rb: use negative look-aheadnobu
2014-08-25logger.rb: simplifynobu
2014-08-25lib/logger.rb: use %Nnobu
2014-08-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-24lib/benchmark.rb (measure): reduce allocations as in r47260normal
2014-08-24lib/benchmark.rb: speedup by reducing allocationsnormal
2014-08-22* lib/shell.rb: removed commented-out code.hsbt
2014-08-22* lib/complex.rb: removed deprecated library.hsbt
2014-08-22* lib/prettyprint.rb: removed PrettyPrint#first?hsbt
2014-08-21* lib/e2mmap.rb: removed commented-out code.hsbt
2014-08-21* lib/rinda/ring.rb: split executable code into sample directory.hsbt
2014-08-21* lib/drb/acl.rb: split executable code into sample directory.hsbt
2014-08-21* lib/net/imap.rb: split executable code into sample directory.hsbt
2014-08-21* lib/net/imap.rb: removed commented-out code.hsbt
2014-08-16rake/backtrace.rb: exclude mere prefixnobu
2014-08-16rake/backtrace.rb: remove wrong valuenobu
2014-08-15* lib/gserver.rb: removed unmaintained code.hsbt
2014-08-13* lib/irb/completion.rb: reverted r47163.hsbt
2014-08-13* lib/irb.rb: Prevent irb from crashing when exception withhsbt
2014-08-13* lib/irb/completion.rb: fixed broken completion list withhsbt
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