summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-14Fix some DRb issues (#2552)Jeremy Evans
2019-10-12Import CSV 3.1.2 (#2547)Sutou Kouhei
2019-10-12Import REXML 3.2.3 (#2548)Sutou Kouhei
2019-10-11Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA
2019-10-11set real path to __FILE__ and __dir__ in Binding#irbtakkanm
2019-10-10Support delegates for BasicObjectJeremy Evans
2019-10-10[rubygems/rubygems] Optimize Gem::Package::TarReader#eachJean Boussier
2019-10-09Remove uselsess shebangPavel Valena
2019-10-09Update required_ruby_version to 2.4.0aycabta
2019-10-08Check for invalid hex escapes in URI#query=Jeremy Evans
2019-10-07Version 0.0.3aycabta
2019-10-07Flush console just after printingaycabta
2019-10-07Use built-in Win32API on JRubyaycabta
2019-10-05[rubygems/rubygems] Use dependency.identity in available_specsbronzdoc
2019-10-05[rubygems/rubygems] Add Gem::Dependency#identity methodbronzdoc
2019-10-05[rubygems/rubygems] Always pass an encoding option to Zlib::GzipReader.wrapNobuyoshi Nakada
2019-10-01WEBrick: prevent response splitting and header injectionYusuke Endoh
2019-10-01Loop with String#scan without creating substringsNobuyoshi Nakada
2019-09-27Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans
2019-09-27Fix fallback in URI.encode_www_form_component to include #Jeremy Evans
2019-09-27Do not escape + in Shellwords.escapeJeremy Evans
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-09-27[ruby/fileutils] Bump version to 1.3.0.Hiroshi SHIBATA
2019-09-27[ruby/fileutils] Use Gemfile instead of Gem::Specification#add_development_de...Hiroshi SHIBATA
2019-09-27[ruby/fileutils] Reduce global variablesKazuhiro NISHIYAMA
2019-09-27[ruby/fileutils] Fix cp_r with symlink root on WindowsJeremy Evans
2019-09-27[ruby/fileutils] Do not break in verbose mode if using FileUtils with a froze...Jeremy Evans
2019-09-27[ruby/fileutils] Make copy methods handle FIFOs and UNIX socketsJeremy Evans
2019-09-27[ruby/fileutils] Update the documentation content and formattingzverok
2019-09-26Gem::Specification#to_ruby needs OpenSSLNobuyoshi Nakada
2019-09-26[rubygems/rubygems] Make sure our modifications to kernel.warn workDavid Rodríguez
2019-09-26[rubygems/rubygems] Fix jruby buildDavid Rodríguez
2019-09-26[rubygems/rubygems] filter dependency type and name strictly.Hiroshi SHIBATA
2019-09-26[rubygems/rubygems] Introduce default prerelease requirementDavid Rodríguez
2019-09-26[rubygems/rubygems] Remove comment not adding muchDavid Rodríguez
2019-09-26[rubygems/rubygems] add testsf
2019-09-26[rubygems/rubygems] Detect libc version, closes #2918f
2019-09-26[rubygems/rubygems] Fix underscore version for bundler itselfDavid Rodríguez
2019-09-26[rubygems/rubygems] Avoid adding OpenSSL::PKey::RSA instancesbronzdoc
2019-09-26[rubygems/rubygems] Fix indentation in case statementbronzdoc
2019-09-26[rubygems/rubygems] Make ruby_code method handle OpenSSL::PKey::RSA objectsbronzdoc
2019-09-26[rubygems/rubygems] Set SOURCE_DATE_EPOCH env var if not provided.Ellen Marie Dash
2019-09-26[rubygems/rubygems] Add a gem attr to the Gem::Package class.Daniel Berger
2019-09-25Add Module#ruby2_keywords for passing keywords through regular argument splatsJeremy Evans
2019-09-25Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans
2019-09-26Get rid of `IO.select` to fix multiline pasteNobuyoshi Nakada
2019-09-23Use short wait for select(2)aycabta
2019-09-23Retrieve key-buffer that was supposed to loseaycabta
2019-09-20Removed ThreadsWait from the ruby repositoryHiroshi SHIBATA
2019-09-20Removed Synchronizer from the ruby repository.Hiroshi SHIBATA