summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-02-02* lib/rubygems/specification.rb: `coding` is affect only first line excepthsbt
2016-02-01* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt
2016-01-29erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu
2016-01-29erb.rb: duplicated magic comments [Fix GH-1229]nobu
2016-01-29erb.rb: frozen-string-literal safenobu
2016-01-29* lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt
2016-01-27Fix doc with default value with GH-523nobu
2016-01-25* lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt
2016-01-23Update documentation of CSV header converternobu
2016-01-19* lib/shell.rb (Shell.debug_output_exclusive_unlock): removesho-h
2016-01-17* configure.in: improve ICC (Intel C Compiler) support.naruse
2016-01-14* lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse
2016-01-12* lib/forwardable.rb: Convert given accessors to String.sorah
2016-01-10stdlib: avoid extra calls to eliminate "\n" from Base64normal
2016-01-07Additional fix of r53450naruse
2016-01-07mkmf.rb: fix for ODE makenobu
2016-01-07mkmf.rb: library installation messagesnobu
2016-01-06optparse.rb: into kwdargnobu
2016-01-05leakchecker.rb: remove temporary measurenobu
2016-01-03Fix defined? expressionsnobu
2016-01-02Allow ERB subclass to add token easily. [Feature #11936]seki
2016-01-01* lib/ostruct.rb: Fix case of frozen object with initializer.marcandre
2016-01-01Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg2
2015-12-31ostruct.rb: deferred accessorsnobu
2015-12-31* lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinitionmarcandre
2015-12-30* lib/net/http/responses.rb: Added new response class for 451 status code.hsbt
2015-12-30* lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt
2015-12-30forwardable.rb: adjust backtrace by tail callnobu
2015-12-30Forwardable: Fix delegating to 'args' and 'block'nobu
2015-12-29ostruct.rb: respond_to?nobu
2015-12-28Resolv::IPv6.create: avoid modifying frozen string literalnormal
2015-12-26* lib/xmlrpc/client.rb: Support SSL options in async methods ofkou
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