aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/forwardable.rb (_delegator_method): get rid of a warning whichusa2016-06-111-2/+4
* Remove dead link [ci skip]nobu2016-06-111-3/+0
* forwardable.rb: optimize awy __send__nobu2016-06-111-1/+11
* forwardable.rb: backtracenobu2016-06-111-6/+1
* forwardable.rb: nodoc _delegator_method [ci skip]nobu2016-06-101-0/+1
* forwardable.rb: fix for non-module objectsnobu2016-06-101-45/+32
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+9
* optparse.rb: fix quote [ci skip]nobu2016-06-051-1/+1
* mkmf.rb: sort lists of source and object filesnobu2016-06-031-3/+7
* optparse.rb: fix char class optionnobu2016-05-311-1/+7
* optparse.rb: no duplicate stringsnobu2016-05-311-1/+2
* * lib/cgi/util.rb: added to missing quote.hsbt2016-05-281-1/+1
* * remove trailing spaces.svn2016-05-221-1/+1
* use finalizer trick instead of thread.seki2016-05-221-21/+22
* ipaddr: fix typo [ci skip]nobu2016-05-211-1/+1
* 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