aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Fallback to TCP in resolv if UDP bind raises EACCESJeremy Evans2019-10-211-2/+7
* Make suggestions order stable [Bug #16263]Nobuyoshi Nakada2019-10-211-1/+1
* make monitor.so for performance. (#2576)Koichi Sasada2019-10-201-323/+0
* Support DidYouMean by AmbiguousOption tooNobuyoshi Nakada2019-10-181-2/+3
* Defer adding additional info until getting the message of an errorNobuyoshi Nakada2019-10-181-13/+20
* Use DidYouMean.formatterNobuyoshi Nakada2019-10-181-1/+1
* lib/optparse.rb: Show a did_you_mean hint for unknown optionYusuke Endoh2019-10-181-2/+16
* Fix warning of generated parser for nested moduleSeiei Miyagi2019-10-171-1/+1
* Treat key sequences from getwch() that start from 0 or 0xE0 correctlyaycabta2019-10-181-0/+6
* Add numeric keypad key sequences on Windowsaycabta2019-10-181-0/+7
* Remove freezeaycabta2019-10-183-3/+3
* Ignore the input method key sequence from getwch() correctlyaycabta2019-10-181-1/+2
* Insert multiline incremental search result correctlyaycabta2019-10-181-3/+18
* Remove unused variableaycabta2019-10-171-1/+0
* Refactor prompt generation logicaycabta2019-10-171-34/+17
* Use `\&` instead of `\1` with captureKazuhiro NISHIYAMA2019-10-171-1/+1
* Fix DRbServer#any_to_sJeremy Evans2019-10-161-8/+2
* Do not raise an exception on a closed DRb socketJeremy Evans2019-10-161-0/+2
* Handle subclasses of Exception in drbJeremy Evans2019-10-161-1/+3
* Calculate prompt width correctlyaycabta2019-10-171-7/+9
* Collect multiline prompt logic into a methodaycabta2019-10-171-35/+17
* Support multiline history in incremental searchaycabta2019-10-161-3/+17
* 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