aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* fix typos [ci skip]kazu2016-04-262-2/+2
* net/http/header.rb: refactornobu2016-04-251-12/+8
* * lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt2016-04-221-4/+9
* * lib/webrick/ssl.rb: Support to add SSLCiphers option.hsbt2016-04-221-0/+4
* cgi/util.rb: remove CGI::Util#_unescapenobu2016-04-201-4/+0
* * lib/time.rb: revert r54167 because it would breaksonots2016-04-191-13/+7
* * lib/logger.rb: Add shift_period_suffix option [Fix GH-10772]sonots2016-04-181-7/+13
* Allow specifying logger parameters in constructorsonots2016-04-181-4/+34
* * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.hsbt2016-04-151-1/+1
* * lib/irb/ext/save-history.rb: suppress warning: method redefined;naruse2016-04-141-0/+1
* * lib/ostruct.rb: [DOC] fix position of nodoc directive.ktsj2016-04-091-2/+1
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.3.hsbt2016-04-0621-173/+137
* Logger: simple refactoringnobu2016-04-061-5/+6
* * lib/open-uri.rb: Use `userinfo` for authenticated proxy.hsbt2016-03-301-0/+3
* * 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