aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* webrick/utils.rb: get rid of thread leak checkernobu2015-12-191-2/+3
* csv.rb: Fix typo [ci skipnobu2015-12-191-1/+1
* timeout.rb: watcher thread namenobu2015-12-181-0/+2
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto2015-12-181-6/+8
* csv.rb: tail commasnobu2015-12-181-36/+40
* csv.rb: fix typonobu2015-12-181-1/+1
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-181-2/+2
* remove duplicated frozen_string_literal magic commentnaruse2015-12-162-2/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-16563-0/+563
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto2015-12-151-21/+22
* * lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto2015-12-151-9/+14
* * lib/erb.rb: Render erb with array buffer for function call optimization.hsbt2015-12-152-6/+6
* * lib/erb.rb: Simplify regexp to optimize erb scanner.hsbt2015-12-151-2/+2
* * lib/uri/common.rb: make code block for rdoc.hsbt2015-12-151-6/+6
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-145-7/+6
* * lib/xmlrpc.rb: added documentation for parser details.hsbt2015-12-141-1/+11
* * lib/cgi.rb: fix a typo in documentation.hsbt2015-12-141-1/+1
* * lib/shellwords.rb (Shellwords#shellsplit): Document that thisknu2015-12-131-0/+7
* lib/shellwords.rb: do not change API with frozen-string-literalnormal2015-12-131-1/+1
* * lib/shellwords.rb: Turn on frozen-string-literal after fixingknu2015-12-131-3/+3
* * lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbolmarcandre2015-12-121-1/+1
* * lib/rubygems: Update to RubyGems 2.5.1hsbt2015-12-113-3/+3
* disable frozen-string-literalnobu2015-12-102-0/+2
* lib/uri/generic.rb: enable frozen_string_literalnormal2015-12-081-15/+17
* optparse.rb: Fix typo [ci skip]nobu2015-12-081-1/+1
* * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt2015-12-045-26/+35
* * lib/scanf.rb: fixed double words typo.hsbt2015-12-031-1/+1
* csv.rb: fix encodingnobu2015-12-021-1/+1
* * lib/csv.rb: enable frozen_string_literal.hsbt2015-12-021-4/+5
* * lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandomkosaki2015-11-301-0/+4
* fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse2015-11-271-1/+1
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-4/+10
* * lib/rubygems/installer.rb: Fix two double-word typos.hsbt2015-11-241-2/+2
* Drop support for BeOSnobu2015-11-241-1/+0
* * lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto2015-11-221-57/+64
* * lib/logger.rb: expose logger mutexsonots2015-11-201-8/+5
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-3/+3
* * lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt2015-11-201-2/+2
* * lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.hsbt2015-11-201-1/+1
* * lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt2015-11-198-90/+129
* * lib/logger.rb: support symbol and string log level settingsonots2015-11-171-1/+35
* lib/logger.rb: Add Logger#reopensonots2015-11-171-6/+47
* OpenStruct#dignobu2015-11-171-0/+18
* * lib/set.rb: Enable frozen_string_literal.knu2015-11-161-1/+3
* Explain the reason for calling do_with_enum without a block [ci skip]knu2015-11-161-1/+1
* * lib/set.rb (Hash#flatten!, #add?, #delete?, #collect!, #reject!,knu2015-11-161-23/+8
* * lib/set.rb (#>=, #>, #<=, #<): Make use of Hash#>=, #>, #<, andknu2015-11-161-12/+32
* [DOC]akr2015-11-161-0/+2
* * lib/webrick/httpauth/basicauth.rb: fix a typo.hsbt2015-11-162-4/+2
* * lib/time.rb: Use "<<" to reduce string allocation.akr2015-11-141-1/+1