summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2016-09-26* lib/tempfile.rb: provide default basename parametersonots
2016-09-25remove unnecessary :stag accessornobu
2016-09-24fid typos [ci skip]nobu
2016-09-23forwardable.rb: remove debug printnobu
2016-09-23forwardable.rb: private methodsnobu
2016-09-18* lib/rss/rss.rb (RSS::BaseModel): Remove needless codes.kou
2016-09-18* lib/sync.rb: Fix NameError when error.kazu
2016-09-18mkmf.rb: fix for bundled gemsnobu
2016-09-15Don't include bad password in URI exception outputtenderlove
2016-09-12* lib/uri/mailto.rb: Removed needless `return` and use `.`` instead of `::`hsbt
2016-09-11Update URL of Japanese document of net/popkazu
2016-09-09e2mmap.rb: remove legacy codenobu
2016-09-08* ext/psych/psych.gemspec, lib/rdoc/rdoc.gemspec: Use file list instead ofhsbt
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta2hsbt
2016-09-07fix a typo [ci skip]kazu
2016-09-07timeout.rb: custom error messagenobu
2016-09-07* common.mk: Updated Unicode version to 9.0.0 [Feature #12513]duerst
2016-09-07lib/open-uri.rb: Allow http to https redirection.akr
2016-09-07* lib/csv.rb (CSV::{Row,Table}#{each,delete_if}): returns an enumeratorktsj
2016-09-07* lib/rdoc/*, test/rdoc/*: Update rdoc-5.0.0.beta1hsbt
2016-09-06* lib/rdoc/rdoc.gemspec: partly reverted for default gem installer.hsbt
2016-09-05* remove trailing spaces.svn
2016-09-05* lib/rdoc/*, test/rdoc/*: Update rdoc/rdoc master(f191513)hsbt
2016-09-01extmk.rb: fix conflict of timestamp filesnobu
2016-09-01mkmf.rb: architecture timestamp directoriesnobu
2016-09-01mkmf.rb: fix up r56053nobu
2016-09-01extmk.rb: hacks for bundled gemsnobu
2016-09-01no Borland make [ci skip]nobu
2016-08-31mkmf.rb: fix up r56047nobu
2016-08-31mkmf.rb: fix up r56047nobu
2016-08-31mkmf.rb: TARGET_SO_DIRnobu
2016-08-31mkmf.rb: separate timestamp filesnobu
2016-08-30Use qualified namesnobu
2016-08-22csv.rb: performance with very long quoted linesnobu
2016-08-17mkmf.rb: use TARGET_SOnobu
2016-08-16* lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt
2016-08-12* lib/webrick/config.rb (WEBrick::Config::General):naruse
2016-08-10* lib/prime.rb: Optimize prime?marcandre
2016-07-22webrick: filter out HTTP_PROXY for CGIHandlernormal
2016-07-22* lib/rexml/attribute.rb (REXML::Attribute#to_string): Fix wrongkou