summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2015-12-23[DOC] Fix typosa_matsuda
2015-12-22* lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt
2015-12-21lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal
2015-12-20cgi/escape: Optimize CGI.escapeHTMLnobu
2015-12-20* lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.hsbt
2015-12-19webrick/utils.rb: get rid of thread leak checkernobu
2015-12-19csv.rb: Fix typo [ci skipnobu
2015-12-18timeout.rb: watcher thread namenobu
2015-12-18* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): To preventngoto
2015-12-18csv.rb: tail commasnobu
2015-12-18csv.rb: fix typonobu
2015-12-18* lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt
2015-12-16remove duplicated frozen_string_literal magic commentnaruse
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler): Acquirengoto
2015-12-15* lib/webrick/utils.rb (WEBrick::Utils::TimeoutHandler#initialize):ngoto
2015-12-15* lib/erb.rb: Render erb with array buffer for function call optimization.hsbt
2015-12-15* lib/erb.rb: Simplify regexp to optimize erb scanner.hsbt
2015-12-15* lib/uri/common.rb: make code block for rdoc.hsbt
2015-12-14* ext/socket/lib/socket.rb: use safe navigation operator.hsbt
2015-12-14* lib/xmlrpc.rb: added documentation for parser details.hsbt
2015-12-14* lib/cgi.rb: fix a typo in documentation.hsbt
2015-12-13* lib/shellwords.rb (Shellwords#shellsplit): Document that thisknu
2015-12-13lib/shellwords.rb: do not change API with frozen-string-literalnormal
2015-12-13* lib/shellwords.rb: Turn on frozen-string-literal after fixingknu
2015-12-12* lib/ostruct.rb: Have OpenStruct#dig raise if argument is not a symbolmarcandre
2015-12-11* lib/rubygems: Update to RubyGems 2.5.1hsbt
2015-12-10disable frozen-string-literalnobu
2015-12-08lib/uri/generic.rb: enable frozen_string_literalnormal
2015-12-08optparse.rb: Fix typo [ci skip]nobu
2015-12-04* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(fdab4c4).hsbt
2015-12-03* lib/scanf.rb: fixed double words typo.hsbt
2015-12-02csv.rb: fix encodingnobu
2015-12-02* lib/csv.rb: enable frozen_string_literal.hsbt
2015-11-30* lib/securerandom.rb (SecureRandom::gen_random): use /dev/urandomkosaki
2015-11-27fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse
2015-11-27* lib/net/http.rb (connect): detect closed connection and reconnectnaruse
2015-11-24* lib/rubygems/installer.rb: Fix two double-word typos.hsbt
2015-11-24Drop support for BeOSnobu
2015-11-22* lib/cmath.rb: methods which has suffix '!' are now deprecated.ngoto
2015-11-20* lib/logger.rb: expose logger mutexsonots
2015-11-20* lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt
2015-11-20* lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt
2015-11-20* lib/rss/syndication.rb: Add nodoc marker for #validate_sy_updatePeriod.hsbt
2015-11-19* lib/rubygems: Update to RubyGems 2.5.0+ HEAD(c6b4946).hsbt
2015-11-17* lib/logger.rb: support symbol and string log level settingsonots
2015-11-17lib/logger.rb: Add Logger#reopensonots
2015-11-17OpenStruct#dignobu
2015-11-16* lib/set.rb: Enable frozen_string_literal.knu
2015-11-16Explain the reason for calling do_with_enum without a block [ci skip]knu