Age | Commit message (Expand) | Author |
---|
2020-04-07 | [DOC] get rid of parsing as TIDYLINK unintentionally | Nobuyoshi Nakada |
2020-03-26 | [ruby/irb] Suppress crashing when EncodingError has occurred without lineno | aycabta |
2020-03-26 | [ruby/irb] Detect multiple lines output simplify | aycabta |
2020-02-02 | [ruby/irb] Add a new easter egg: dancing ruby | Yusuke Endoh |
2020-01-21 | [ruby/irb] [ruby/irb] Rewrite an expression to detect multiline | Kenta Murata |
2020-01-21 | [ruby/irb] Add newline_before_multiline_output | Kenta Murata |
2019-12-24 | [ruby/irb] Fix typo | Marcus Stollsteimer |
2019-12-20 | Fixed misspellings | Nobuyoshi Nakada |
2019-11-25 | Remove e2mmap dependency | aycabta |
2019-11-21 | Use more strict regexp to avoid to match naninanirb.rb | Kazuhiro NISHIYAMA |
2019-11-21 | Use singleline/multiline instead of readline/reidline | aycabta |
2019-11-13 | Suppress warnings except for when last evaluation | aycabta |
2019-11-05 | Only untaint line on Ruby <2.7 | Jeremy Evans |
2019-10-26 | IRB: Document command evaluation history. | zverok |
2019-10-24 | Remove unsused output_method argument | Jeremy Evans |
2019-10-11 | set real path to __FILE__ and __dir__ in Binding#irb | takkanm |
2019-08-16 | Don't echo results of assignment expressions | Steven Willis |
2019-08-06 | Revert "Don't echo results of assignment expressions" | aycabta |
2019-08-06 | Don't echo results of assignment expressions | Steven Willis |
2019-08-03 | Use source_location instead of eval(__FILE__,binding) in Binding#irb | Yusuke Endoh |
2019-07-15 | Check wether prompt_i is nil | aycabta |
2019-07-15 | Save history in IRB is enabled by default | aycabta |
2019-07-15 | Auto indent in IRB is enabled by default | aycabta |
2019-07-01 | Show "-" if indent level is negative | aycabta |
2019-06-19 | Use IRB.conf[:AUTO_INDENT] setting in multiline mode | aycabta |
2019-06-19 | Avoid auto indent in prompt when dynamic auto indent | aycabta |
2019-06-14 | irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip] | Nobuyoshi Nakada |
2019-06-14 | Use Reline.prompt_proc in IRB | aycabta |
2019-05-25 | Use Reline as Reidline multiline editor in IRB | aycabta |
2019-05-21 | Add --colorize and --nocolorize options to IRB | aycabta |
2019-04-30 | Use Ripper for IRB | aycabta |
2019-04-26 | Fix rdoc in 52cfb17086 | Nobuyoshi Nakada |
2019-04-26 | make sync-default-gems GEM=irb | Takashi Kokubun |
2019-04-26 | Colorize IRB's code_around_binding | Takashi Kokubun |
2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada |
2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta |
2019-04-21 | Revert "IRB is improved with Reline and RDoc" | aycabta |
2019-04-20 | IRB is improved with Reline and RDoc | aycabta |
2019-01-13 | Fix remaining syntax errors in Binding#irb docs | nobu |
2018-12-12 | Backport https://.com/ruby/irb/pull/2 | hsbt |
2018-11-14 | Fix syntax on Binding.irb documentation [ci skip] | k0kubun |
2018-11-12 | lib/irb.rb: fix up r65674 | kazu |
2018-11-12 | Document binding.irb on Binding [ci skip] | k0kubun |
2018-10-20 | Merge irb from repository. | hsbt |
2018-05-12 | irb.rb: update `_` | nobu |
2018-04-14 | irb.rb: restore the last error | nobu |
2018-04-13 | irb.rb: backtrace order | nobu |
2018-04-13 | irb.rb: hoist out handle_exception | nobu |
2017-12-25 | irb.rb: fix highlight | nobu |
2017-12-24 | lib/irb.rb: highlight exceptions | nobu |