summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-30* lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt
2016-03-29* lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt
2016-03-28* lib/rubygems.rb: Fix `Gem.find_spec_for_exe` picks oldest gem.hsbt
2016-03-28* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.2.hsbt
2016-03-28* lib/rubygems/test_case.rb: Fix test on Windows for inconsistent temp path.hsbt
2016-03-25fix URI::HTTP.new examplenobu
2016-03-24mkmf: Unquote directory stringsnobu
2016-03-23* lib/rdoc/ri/driver.rb (interactive): rescue NotFoundError raised innaruse
2016-03-17* lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots
2016-03-17* lib/securerandom.rb (gen_random): to avoid blocking on Windows.naruse
2016-03-08logger.rb: kwd argsnobu
2016-03-04securerandom.rb: remove to_s callnobu
2016-03-04* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.1.hsbt
2016-03-03ostruct.rb: make internal methods privatenobu
2016-03-02* lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.hsbt
2016-03-02* lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.hsbt
2016-03-01fileutils.rb: keyword argumentsnobu
2016-02-29fileutils.rb: LowMethods aliasesnobu
2016-02-29fileutils.rb: reduce privatenobu
2016-02-29fileutils.rb: reduce publicnobu
2016-02-29fileutils.rb: unify method definition stylenobu
2016-02-28* remove trailing spaces.svn
2016-02-28 * lib/drb/drb.rb (error_print): Add verbose failure messages andseki
2016-02-26* lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.hsbt
2016-02-26* lib/tmpdir.rb: Unify to coding-style for method definition.hsbt
2016-02-26* lib/irb.rb: avoid to needless truncation when using back_trace_limit option.hsbt
2016-02-21cgi/escape: Optimize CGI.unescapenobu
2016-02-19find.rb: raise with the namenobu
2016-02-14mkmf.rb: Do not modify caller stringsnobu
2016-02-13CIDR in no_proxynobu
2016-02-13no_proxy with whitespaces and leading dotsnobu
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2016-02-09* lib/logger.rb: Remove block from Logger.add as it's not neededsonots
2016-02-06ASCII-incompatible escapenobu
2016-02-06get rid of ruby-mode.el bugsnobu
2016-02-02* lib/rubygems/specification.rb: `coding` is affect only first line excepthsbt
2016-02-01* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt
2016-01-29erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu
2016-01-29erb.rb: duplicated magic comments [Fix GH-1229]nobu
2016-01-29erb.rb: frozen-string-literal safenobu
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2016-01-27Fix doc with default value with GH-523nobu
2016-01-25* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt
2016-01-23Update documentation of CSV header converternobu
2016-01-19* lib/shell.rb (Shell.debug_output_exclusive_unlock): removesho-h
2016-01-17* configure.in: improve ICC (Intel C Compiler) support.naruse
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2016-01-12* lib/forwardable.rb: Convert given accessors to String.sorah
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2016-01-07Additional fix of r53450naruse