aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* * lib/webrick/httpresponse.rb: Move error_body to method. It allow tohsbt2016-03-291-4/+8
* * lib/rubygems.rb: Fix `Gem.find_spec_for_exe` picks oldest gem.hsbt2016-03-281-1/+1
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.2.hsbt2016-03-287-26/+65
* * lib/rubygems/test_case.rb: Fix test on Windows for inconsistent temp path.hsbt2016-03-281-0/+11
* fix URI::HTTP.new examplenobu2016-03-251-2/+4
* mkmf: Unquote directory stringsnobu2016-03-241-0/+1
* * lib/rdoc/ri/driver.rb (interactive): rescue NotFoundError raised innaruse2016-03-231-3/+1
* * lib/time.rb (parse, strptime): Fix Time.parse/strptime does notsonots2016-03-171-7/+13
* * lib/securerandom.rb (gen_random): to avoid blocking on Windows.naruse2016-03-171-1/+1
* logger.rb: kwd argsnobu2016-03-081-3/+3
* securerandom.rb: remove to_s callnobu2016-03-041-2/+1
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.1.hsbt2016-03-0423-80/+188
* ostruct.rb: make internal methods privatenobu2016-03-031-9/+18
* * lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.hsbt2016-03-023-75/+1
* * lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.hsbt2016-03-023-78/+5
* fileutils.rb: keyword argumentsnobu2016-03-011-237/+97
* fileutils.rb: LowMethods aliasesnobu2016-02-291-2/+3
* fileutils.rb: reduce privatenobu2016-02-291-6/+9
* fileutils.rb: reduce publicnobu2016-02-291-9/+3
* fileutils.rb: unify method definition stylenobu2016-02-291-5/+5
* * remove trailing spaces.svn2016-02-281-1/+1
* * lib/drb/drb.rb (error_print): Add verbose failure messages andseki2016-02-281-7/+15
* * lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.hsbt2016-02-263-111/+3
* * lib/tmpdir.rb: Unify to coding-style for method definition.hsbt2016-02-261-1/+1
* * lib/irb.rb: avoid to needless truncation when using back_trace_limit option.hsbt2016-02-261-1/+1
* cgi/escape: Optimize CGI.unescapenobu2016-02-211-0/+4
* find.rb: raise with the namenobu2016-02-191-1/+1
* mkmf.rb: Do not modify caller stringsnobu2016-02-141-3/+3
* CIDR in no_proxynobu2016-02-131-3/+12
* no_proxy with whitespaces and leading dotsnobu2016-02-131-1/+1
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+4
* * lib/logger.rb: Remove block from Logger.add as it's not neededsonots2016-02-091-1/+1
* ASCII-incompatible escapenobu2016-02-061-10/+29
* get rid of ruby-mode.el bugsnobu2016-02-061-2/+2
* * lib/rubygems/specification.rb: `coding` is affect only first line excepthsbt2016-02-026-8/+6
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt2016-02-01163-292/+504
* erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu2016-01-291-12/+19
* erb.rb: duplicated magic comments [Fix GH-1229]nobu2016-01-291-3/+2
* erb.rb: frozen-string-literal safenobu2016-01-291-3/+3
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-2/+5
* Fix doc with default value with GH-523nobu2016-01-271-1/+1
* * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt2016-01-251-1/+2
* Update documentation of CSV header converternobu2016-01-231-3/+4
* * lib/shell.rb (Shell.debug_output_exclusive_unlock): removesho-h2016-01-191-1/+1
* * configure.in: improve ICC (Intel C Compiler) support.naruse2016-01-171-0/+3
* * lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse2016-01-141-1/+1
* * lib/forwardable.rb: Convert given accessors to String.sorah2016-01-121-0/+2
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-109-15/+14
* Additional fix of r53450naruse2016-01-071-1/+1
* mkmf.rb: fix for ODE makenobu2016-01-071-1/+1