aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Version 1.2.4aycabta2020-05-171-2/+2
* [ruby/irb] Suppress "method redefined" warningaycabta2020-04-291-3/+6
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-292-9/+12
* [ruby/irb] Add irb_info commandaycabta2020-04-293-0/+62
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-231-0/+9
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-072-4/+4
* [ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter2020-03-291-0/+1
* [ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta2020-03-261-0/+2
* [ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada2020-03-261-1/+1
* Ignore incompatible convert of symbolsKoichi Sasada2020-03-031-0/+2
* Convert incompatible encoding symbol namesaycabta2020-03-031-1/+3
* [ruby/irb] Version 1.2.3aycabta2020-02-171-2/+2
* [ruby/irb] fix reserved words and completion for themNobuhiro IMAI2020-02-151-2/+3
* [ruby/irb] Include easter-egg.rb in gemspecNick Lewis2020-02-151-0/+1
* [ruby/irb] Version 1.2.2aycabta2020-02-151-2/+2
* [ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta2020-02-121-1/+1
* [ruby/irb] Fix auto indent with closed braceaycabta2020-02-121-0/+1
* [ruby/irb] Check doc namespace correctlyaycabta2020-02-121-3/+3
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-021-1/+1
* [ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh2020-02-022-5/+138
* [ruby/irb] Exclude useless files from RDocNobuyoshi Nakada2020-02-012-4/+1
* [ruby/irb] Add newline_before_multiline_outputKenta Murata2020-01-211-0/+20
* [ruby/irb] Fix compatibility with rails before 5.2Lars Kanis2020-01-201-1/+1
* Use Reline.encoding_system_needs if existsaycabta2020-01-144-7/+20
* Remove an unused setting variableaycabta2020-01-141-1/+0
* [ruby/irb] Fix crashing when multiple open braces per lineBen2020-01-141-1/+4
* [ruby/irb] Fix newline depth with multiple bracesBen2020-01-141-1/+4
* [ruby/irb] Version 1.2.1aycabta2019-12-241-2/+2
* [ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta2019-12-241-6/+0
* [ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh2019-12-221-1/+1
* [ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh2019-12-221-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-201-1/+1
* [ruby/irb] Version 1.2.0aycabta2019-12-071-2/+2
* [ruby/irb] New IRB needs Ruby 2.5 or lateraycabta2019-12-071-1/+1
* [ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta2019-12-071-1/+1
* [ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta2019-12-071-1/+1
* Fix auto-indent behavior correctlyaycabta2019-12-031-1/+1
* Use @eof variable for ReidlineInputMethod#eof?aycabta2019-11-301-1/+1
* Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta2019-11-291-15/+0
* Fix regexp to complete complex literalaycabta2019-11-281-5/+3
* Remove two removed constantsaycabta2019-11-281-1/+1
* Remove an unnecessary variableaycabta2019-11-261-2/+1
* Slightly fix the warning message [ci skip]Takashi Kokubun2019-11-261-1/+1
* Suggest an alternative to suppress the irb warningTakashi Kokubun2019-11-261-1/+2
* Cache loaded module to suppress method redefined warningsaycabta2019-11-251-1/+5
* Remove e2mmap dependencyaycabta2019-11-2510-66/+157
* Remove lib/irb/slex.rbaycabta2019-11-252-283/+0
* Remove debug code...aycabta2019-11-241-1/+0
* Disable tracer ext of IRB when tracer doesn't foundaycabta2019-11-241-1/+15
* Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA2019-11-211-2/+2