aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* cgi/escape: Optimize CGI.unescapenobu2016-02-211-0/+4
* find.rb: raise with the namenobu2016-02-191-1/+1
* mkmf.rb: Do not modify caller stringsnobu2016-02-141-3/+3
* CIDR in no_proxynobu2016-02-131-3/+12
* no_proxy with whitespaces and leading dotsnobu2016-02-131-1/+1
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+4
* * lib/logger.rb: Remove block from Logger.add as it's not neededsonots2016-02-091-1/+1
* ASCII-incompatible escapenobu2016-02-061-10/+29
* get rid of ruby-mode.el bugsnobu2016-02-061-2/+2
* * lib/rubygems/specification.rb: `coding` is affect only first line excepthsbt2016-02-026-8/+6
* * lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.5.2.hsbt2016-02-01163-292/+504
* erb.rb: fronzen-string-literal in comment [Fix GH-1229]nobu2016-01-291-12/+19
* erb.rb: duplicated magic comments [Fix GH-1229]nobu2016-01-291-3/+2
* erb.rb: frozen-string-literal safenobu2016-01-291-3/+3
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-2/+5
* Fix doc with default value with GH-523nobu2016-01-271-1/+1
* * lib/webrick/httpservlet/filehandler.rb: fix documentation for namespace.hsbt2016-01-251-1/+2
* Update documentation of CSV header converternobu2016-01-231-3/+4
* * lib/shell.rb (Shell.debug_output_exclusive_unlock): removesho-h2016-01-191-1/+1
* * configure.in: improve ICC (Intel C Compiler) support.naruse2016-01-171-0/+3
* * lib/uri/generic.rb (URI::Generic#to_s): change encoding tonaruse2016-01-141-1/+1
* * lib/forwardable.rb: Convert given accessors to String.sorah2016-01-121-0/+2
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-109-15/+14
* Additional fix of r53450naruse2016-01-071-1/+1
* mkmf.rb: fix for ODE makenobu2016-01-071-1/+1
* mkmf.rb: library installation messagesnobu2016-01-071-6/+15
* optparse.rb: into kwdargnobu2016-01-061-13/+14
* leakchecker.rb: remove temporary measurenobu2016-01-051-7/+31
* Fix defined? expressionsnobu2016-01-031-2/+2
* Allow ERB subclass to add token easily. [Feature #11936]seki2016-01-021-54/+77
* * lib/ostruct.rb: Fix case of frozen object with initializer.marcandre2016-01-011-1/+1
* Adding a liberal_parsing option to CSV. Patch by Braden Anderson.jeg22016-01-011-4/+22
* ostruct.rb: deferred accessorsnobu2015-12-311-0/+5
* * lib/ostruct.rb: Fix new_ostruct_member to correctly avoid redefinitionmarcandre2015-12-311-1/+1
* * lib/net/http/responses.rb: Added new response class for 451 status code.hsbt2015-12-302-0/+4
* * lib/webrick/httpstatus.rb: Added HTTP 451 Status Code.hsbt2015-12-301-0/+1
* forwardable.rb: adjust backtrace by tail callnobu2015-12-301-18/+28
* Forwardable: Fix delegating to 'args' and 'block'nobu2015-12-301-2/+10
* ostruct.rb: respond_to?nobu2015-12-291-0/+5
* Resolv::IPv6.create: avoid modifying frozen string literalnormal2015-12-281-5/+5
* * lib/xmlrpc/client.rb: Support SSL options in async methods ofkou2015-12-261-5/+19
* [DOC] Fix typosa_matsuda2015-12-2310-12/+12
* * lib/rdoc.rb: bump version to 4.2.1. It contains following fixes.hsbt2015-12-225-5/+8
* lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal2015-12-211-1/+1
* cgi/escape: Optimize CGI.escapeHTMLnobu2015-12-201-0/+5
* * lib/erb.rb: revert r53123. It break compatibility like thor and rspec-rails.hsbt2015-12-202-6/+6
* 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