summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2019-10-17Remove unused variableaycabta
2019-10-17Refactor prompt generation logicaycabta
2019-10-17Use `\&` instead of `\1` with captureKazuhiro NISHIYAMA
2019-10-16Fix DRbServer#any_to_sJeremy Evans
2019-10-16Do not raise an exception on a closed DRb socketJeremy Evans
2019-10-16Handle subclasses of Exception in drbJeremy Evans
2019-10-17Calculate prompt width correctlyaycabta
2019-10-17Collect multiline prompt logic into a methodaycabta
2019-10-16Support multiline history in incremental searchaycabta
2019-10-16Support backspace in incremental searchaycabta
2019-10-16C-r is incremental history search in vi insert modeaycabta
2019-10-15Fixed the key to delete [Bug #16250]Nobuyoshi Nakada
2019-10-15[rubygems/rubygems] Bump version to 3.1.0.pre2Hiroshi SHIBATA
2019-10-15Use compare_by_identity hash [Bug #16250]Nobuyoshi Nakada
2019-10-14Simplify circular reference check of IRB::ColorTakashi Kokubun
2019-10-14IRB colorize: take into account recursive arrays and hashes (#2555)Ary Borenszweig
2019-10-14add require "monitor"Masatoshi SEKI
2019-10-14Automatically close fds on fork (and GC). The connection pools are maintained...Masatoshi SEKI
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