summaryrefslogtreecommitdiff
path: root/lib/irb
AgeCommit message (Expand)Author
2020-03-29[ruby/irb] Require jruby lib to get JRuby.compile_irCharles Oliver Nutter
2020-03-26[ruby/irb] Suppress crashing when EncodingError has occurred without linenoaycabta
2020-03-26[ruby/irb] Unnamed groups are not captured when named groups are usedNobuyoshi Nakada
2020-03-03Ignore incompatible convert of symbolsKoichi Sasada
2020-03-03Convert incompatible encoding symbol namesaycabta
2020-02-17[ruby/irb] Version 1.2.3aycabta
2020-02-15[ruby/irb] fix reserved words and completion for themNobuhiro IMAI
2020-02-15[ruby/irb] Include easter-egg.rb in gemspecNick Lewis
2020-02-15[ruby/irb] Version 1.2.2aycabta
2020-02-12[ruby/irb] Use 0.step instead of (..0).each for Ruby 2.5aycabta
2020-02-12[ruby/irb] Fix auto indent with closed braceaycabta
2020-02-12[ruby/irb] Check doc namespace correctlyaycabta
2020-02-02[ruby/irb] Exclude useless files from RDocNobuyoshi Nakada
2020-02-02[ruby/irb] Add a new easter egg: dancing rubyYusuke Endoh
2020-02-01[ruby/irb] Exclude useless files from RDocNobuyoshi Nakada
2020-01-21[ruby/irb] Add newline_before_multiline_outputKenta Murata
2020-01-20[ruby/irb] Fix compatibility with rails before 5.2Lars Kanis
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2020-01-14Remove an unused setting variableaycabta
2020-01-14[ruby/irb] Fix crashing when multiple open braces per lineBen
2020-01-14[ruby/irb] Fix newline depth with multiple bracesBen
2019-12-24[ruby/irb] Version 1.2.1aycabta
2019-12-24[ruby/irb] Remove warning message to bundle on Ruby 2.7.0aycabta
2019-12-22[ruby/irb] Make nesting level up for `1.times do`Yusuke Endoh
2019-12-22[ruby/irb] Fix auto-indent for `1.times do`Yusuke Endoh
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-07[ruby/irb] Version 1.2.0aycabta
2019-12-07[ruby/irb] New IRB needs Ruby 2.5 or lateraycabta
2019-12-07[ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta
2019-12-07[ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta
2019-12-03Fix auto-indent behavior correctlyaycabta
2019-11-30Use @eof variable for ReidlineInputMethod#eof?aycabta
2019-11-29Revert "Treat :@1, :@@1, @1, and @@1 correctly to check termination"aycabta
2019-11-28Fix regexp to complete complex literalaycabta
2019-11-28Remove two removed constantsaycabta
2019-11-26Remove an unnecessary variableaycabta
2019-11-26Slightly fix the warning message [ci skip]Takashi Kokubun
2019-11-26Suggest an alternative to suppress the irb warningTakashi Kokubun
2019-11-25Cache loaded module to suppress method redefined warningsaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-25Remove lib/irb/slex.rbaycabta
2019-11-24Remove debug code...aycabta
2019-11-24Disable tracer ext of IRB when tracer doesn't foundaycabta
2019-11-21Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA
2019-11-21Version 1.1.0aycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Refactor filter_backtraceY. Ushiki
2019-11-21Fix filter_backtrace for context-mode 0Y. Ushiki
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Replace typo "bock" with "block"aycabta