summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-03-04securerandom.rb: remove to_s callnobu
2016-03-04* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Update rubygems-2.6.1.hsbt
2016-03-03ostruct.rb: make internal methods privatenobu
2016-03-02* lib/xmlrpc.rb: Removed broken parser named XMLScanStreamParser.hsbt
2016-03-02* lib/xmlrpc.rb: Removed broken parser named XMLTreeParser.hsbt
2016-03-01fileutils.rb: keyword argumentsnobu
2016-02-29fileutils.rb: LowMethods aliasesnobu
2016-02-29fileutils.rb: reduce privatenobu
2016-02-29fileutils.rb: reduce publicnobu
2016-02-29fileutils.rb: unify method definition stylenobu
2016-02-28* remove trailing spaces.svn
2016-02-28 * lib/drb/drb.rb (error_print): Add verbose failure messages andseki
2016-02-26* lib/xmlrpc.rb: Removed references to NQXML. It's obsoleted parser.hsbt
2016-02-26* lib/tmpdir.rb: Unify to coding-style for method definition.hsbt
2016-02-26* lib/irb.rb: avoid to needless truncation when using back_trace_limit option.hsbt
2016-02-21cgi/escape: Optimize CGI.unescapenobu
2016-02-19find.rb: raise with the namenobu
2016-02-14mkmf.rb: Do not modify caller stringsnobu
2016-02-13CIDR in no_proxynobu
2016-02-13no_proxy with whitespaces and leading dotsnobu
2016-02-12net/ftp.rb: NullSocket#closed?nobu
2016-02-09* lib/logger.rb: Remove block from Logger.add as it's not neededsonots
2016-02-06ASCII-incompatible escapenobu
2016-02-06get rid of ruby-mode.el bugsnobu
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