Age | Commit message (Expand) | Author |
---|
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 |
2017-12-24 | lib/irb.rb: simplified backtrace filtering | nobu |
2017-12-23 | Print backtrace in reverse order on IRB too | sorah |
2017-12-12 | irb.rb: preserve ARGV on binding.irb | k0kubun |
2017-12-01 | prelude.rb: suppress redefinition warnings | nobu |
2017-11-24 | irb.rb: show source around binding.irb on start | k0kubun |
2017-10-21 | Removed obsoleted safe level checks on irb. | hsbt |
2017-04-20 | Removed math mode from irb. | hsbt |
2017-01-06 | prelude.rb: Binding#irb [ci skip] | nobu |
2016-11-06 | irb.rb: Binding#irb | nobu |
2016-11-06 | irb.rb: IRB::Irb#run | nobu |
2016-02-26 | * lib/irb.rb: avoid to needless truncation when using back_trace_limit option. | hsbt |
2015-12-23 | [DOC] Fix typos | a_matsuda |
2015-12-16 | Add frozen_string_literal: false for all files | naruse |
2015-10-23 | * lib/irb.rb: Ignored assignment of STDOUT.sync = true | hsbt |
2015-06-10 | * Fix typo. by @davydovanton | gogotanaka |
2014-08-24 | * lib/e2mmap.rb: remove needless instance variables. | hsbt |
2014-08-13 | * lib/irb.rb: Prevent irb from crashing when exception with | hsbt |
2014-08-09 | * lib/irb.rb: removed commented-out code. | hsbt |
2014-07-26 | * lib/irb.rb: [DOC] PROMPT_I cannot be nil, by @hgillane [ci skip] | zzak |
2014-05-25 | * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh. | zzak |