summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2016-11-08Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda
2016-11-08Fix grammar errorsa_matsuda
2016-11-08Update comment about default constanta_matsuda
2016-11-06irb.rb: Binding#irbnobu
2016-11-06irb.rb: IRB::Irb#runnobu
2016-11-06e2mmap.rb: remove old definitionnobu
2016-11-05shell.rb: suppress warningsnobu
2016-11-05e2mmap.rb: suppress a warningnobu
2016-11-05Alias regist_scanner to register_scannera_matsuda
2016-11-05fix Resolv::LOC::Coord.create.akr
2016-11-05* lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo
2016-11-05* lib/net/http.rb (transport_request): other than HTTPContinuenaruse
2016-11-05Time.parse's "now" argument as nil works again.akr
2016-11-05IPAddr#== and IPAddr#<=> no longer raise an exception if coercion failsknu
2016-11-05numeric.c: round to nearest evennobu
2016-11-05Add Set#compare_by_identity and Set#compare_by_identity?knu
2016-11-05* remove trailing spaces.svn
2016-11-05* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0hsbt
2016-11-05extract_resources uses each_resource instead of each_answer.akr
2016-11-05* lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo
2016-11-05Fix the handling of the backslash in double quotesknu
2016-11-04fileutils.rb: fix error for non-existent entrynobu
2016-10-31uri/generic.rb: Tidy up mergenobu
2016-10-30fix typo [ci skip]nobu
2016-10-30* lib/rubygems.rb, lib/rubygems/*, test/rubygems/*: Updatehsbt
2016-10-20* lib/uri/common.rb: added documentation for deprecated method.hsbt
2016-10-20* lib/open-uri.rb: Improved documentation grammar forhsbt
2016-10-14optparse/kwargs.rbnobu
2016-10-14* lib/logger.rb: Improve Logger.new option documentation.hsbt
2016-10-14optparse.rb: hyphenizenobu
2016-10-14webrick: use monotonic clock for timeoutsnormal
2016-10-11forgot to replace two occurences of ENV.akr
2016-10-11Add an optional argument, env, to URI.find_proxy.akr
2016-10-11pp prints a multiple lines string prettier.akr
2016-10-08logger: fix monthly log rotate with DSTnobu
2016-10-07* basictest/test.rb: Adjust spaces in class declarationshsbt
2016-10-06uri/common.rb: Update URI::WEB_ENCODINGS_ [ci skip]nobu
2016-10-06Update URI WEB_ENCODINGS_ hash, and fix documented cmd tonobu
2016-10-05* lib/net/http/response.rb: Improve document readability.hsbt
2016-10-05* lib/delegate.rb: Added missing spaces and Removed needless spaces.hsbt
2016-10-03[DOC] Fix default value of shift_age [ci skip]kazu
2016-09-30* lib/uri/http.rb: Documentation and code style imrovements.hsbt
2016-09-29* lib/yaml/store.rb (YAML::Store#dump): use table argument instead of @table ...kazu
2016-09-29update call-seq of YAML::Store#initialize [ci skip]kazu
2016-09-29fix YAML::Storekazu
2016-09-29checksum algorithm is not MD5 only [ci skip]kazu
2016-09-28PStore: select checksum algorithmnobu
2016-09-28rubygems 2.6.7nobu
2016-09-28rubygems 2.6.7nobu
2016-09-27* lib/cgi/cookie.rb (parse): don't allow , as a separator. [Bug #12791]naruse