aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Rename old var name with new nameaycabta2019-10-251-1/+1
* [ruby/tracer] Use Gemfile instead of Gem::Specification#add_development_depen...Hiroshi SHIBATA2019-10-251-3/+0
* Remove unsused output_method argumentJeremy Evans2019-10-242-9/+3
* [ruby/webrick] Don't check tainting in access log escapingJeremy Evans2019-10-241-5/+3
* [ruby/webrick] Support literal IPv6 addresses in X-Forwarded-HostJeremy Evans2019-10-241-1/+6
* [ruby/webrick] Remove the squishing of whitespace in header valuesJeremy Evans2019-10-241-4/+1
* [ruby/webrick] bump version to 1.5.0Hiroshi SHIBATA2019-10-241-1/+1
* [ruby/webrick] Remove Webrick::HTTPResponse#to_sJeremy Evans2019-10-241-6/+0
* Revert "Fixed the require path for e2mmap version file."Hiroshi SHIBATA2019-10-241-1/+1
* Fixed the require path for e2mmap version file.Hiroshi SHIBATA2019-10-241-1/+1
* Treat only left alt key as meta-key on Windowsaycabta2019-10-241-2/+3
* Support forced enter insertion by Ctrl+Enter on Windowsaycabta2019-10-241-2/+5
* Suppress duplicated "require 'reline'"aycabta2019-10-231-1/+1
* Fix indent...aycabta2019-10-231-1/+1
* 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