aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Support backspace in incremental searchaycabta2019-10-161-1/+1
* C-r is incremental history search in vi insert modeaycabta2019-10-161-1/+1
* Fixed the key to delete [Bug #16250]Nobuyoshi Nakada2019-10-151-1/+1
* [rubygems/rubygems] Bump version to 3.1.0.pre2Hiroshi SHIBATA2019-10-151-1/+1
* Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada2019-10-151-3/+3
* Simplify circular reference check of IRB::ColorTakashi Kokubun2019-10-141-16/+14
* IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig2019-10-141-4/+18
* add require "monitor"Masatoshi SEKI2019-10-141-0/+1
* Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI2019-10-141-24/+76
* Fix some DRb issues (#2552)Jeremy Evans2019-10-141-17/+67
* Import CSV 3.1.2 (#2547)Sutou Kouhei2019-10-127-428/+511
* Import REXML 3.2.3 (#2548)Sutou Kouhei2019-10-122-1/+2
* Use `bind_call` instead of `bind` and `call`Kazuhiro NISHIYAMA2019-10-112-2/+2
* set real path to __FILE__ and __dir__ in Binding#irbtakkanm2019-10-111-1/+3
* Support delegates for BasicObjectJeremy Evans2019-10-101-4/+14
* [rubygems/rubygems] Optimize Gem::Package::TarReader#eachJean Boussier2019-10-101-9/+15
* Remove uselsess shebangPavel Valena2019-10-091-1/+0
* Update required_ruby_version to 2.4.0aycabta2019-10-091-1/+1
* Check for invalid hex escapes in URI#query=Jeremy Evans2019-10-081-0/+1
* Version 0.0.3aycabta2019-10-071-1/+1
* Flush console just after printingaycabta2019-10-071-0/+2
* Use built-in Win32API on JRubyaycabta2019-10-071-33/+37
* [rubygems/rubygems] Use dependency.identity in available_specsbronzdoc2019-10-051-12/+1
* [rubygems/rubygems] Add Gem::Dependency#identity methodbronzdoc2019-10-051-0/+14
* [rubygems/rubygems] Always pass an encoding option to Zlib::GzipReader.wrapNobuyoshi Nakada2019-10-051-5/+1
* WEBrick: prevent response splitting and header injectionYusuke Endoh2019-10-011-1/+2
* Loop with String#scan without creating substringsNobuyoshi Nakada2019-10-011-17/+2
* Warn for URI.{,un}{escape,encode}, even if not in verbose modeJeremy Evans2019-09-271-2/+2
* Fix fallback in URI.encode_www_form_component to include #Jeremy Evans2019-09-271-1/+1
* Do not escape + in Shellwords.escapeJeremy Evans2019-09-271-1/+1
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-1/+7
* [ruby/fileutils] Bump version to 1.3.0.Hiroshi SHIBATA2019-09-271-1/+1
* [ruby/fileutils] Use Gemfile instead of Gem::Specification#add_development_de...Hiroshi SHIBATA2019-09-271-2/+0
* [ruby/fileutils] Reduce global variablesKazuhiro NISHIYAMA2019-09-271-8/+8
* [ruby/fileutils] Fix cp_r with symlink root on WindowsJeremy Evans2019-09-271-1/+5
* [ruby/fileutils] Do not break in verbose mode if using FileUtils with a froze...Jeremy Evans2019-09-271-12/+6
* [ruby/fileutils] Make copy methods handle FIFOs and UNIX socketsJeremy Evans2019-09-271-9/+12
* [ruby/fileutils] Update the documentation content and formattingzverok2019-09-271-74/+93
* Gem::Specification#to_ruby needs OpenSSLNobuyoshi Nakada2019-09-261-0/+1
* [rubygems/rubygems] Make sure our modifications to kernel.warn workDavid Rodríguez2019-09-261-0/+1
* [rubygems/rubygems] Fix jruby buildDavid Rodríguez2019-09-261-1/+5
* [rubygems/rubygems] filter dependency type and name strictly.Hiroshi SHIBATA2019-09-261-1/+5
* [rubygems/rubygems] Introduce default prerelease requirementDavid Rodríguez2019-09-263-3/+14
* [rubygems/rubygems] Remove comment not adding muchDavid Rodríguez2019-09-261-3/+0
* [rubygems/rubygems] add testsf2019-09-261-1/+1
* [rubygems/rubygems] Detect libc version, closes #2918f2019-09-261-1/+1
* [rubygems/rubygems] Fix underscore version for bundler itselfDavid Rodríguez2019-09-261-1/+1
* [rubygems/rubygems] Avoid adding OpenSSL::PKey::RSA instancesbronzdoc2019-09-261-4/+2
* [rubygems/rubygems] Fix indentation in case statementbronzdoc2019-09-261-10/+10
* [rubygems/rubygems] Make ruby_code method handle OpenSSL::PKey::RSA objectsbronzdoc2019-09-261-0/+1