aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Use Integer instead of Fixnum and Bignum.akr2016-05-175-8/+8
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-171-16/+1
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-1610-3028/+0
* don't use keeper thread. [Bug #12342]seki2016-05-151-23/+17
* lib/mkmf.rb: use xsystem to pkg-config --existsnobu2016-05-141-1/+1
* mkmf.rb: fix conflict in have_librarynobu2016-05-111-5/+8
* random.c: use bytesnobu2016-05-101-0/+4
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-071-1/+2
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-5/+5
* * lib/set.rb: [DOC] add documentation that Set#{delete_if,keep_if,collect!,re...ktsj2016-05-041-4/+11
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-041-9/+9
* Define Integer#/ instead of Bignum#/.akr2016-04-301-1/+1
* optparse.rb: [DOC] fix example code [ci skip]nobu2016-04-281-78/+79
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.4.hsbt2016-04-287-41/+39
* 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