summaryrefslogtreecommitdiff
path: root/lib/irb.rb
AgeCommit message (Expand)Author
2019-11-25Remove e2mmap dependencyaycabta
2019-11-21Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-13Suppress warnings except for when last evaluationaycabta
2019-11-05Only untaint line on Ruby <2.7Jeremy Evans
2019-10-26IRB: Document command evaluation history.zverok
2019-10-24Remove unsused output_method argumentJeremy Evans
2019-10-11set real path to __FILE__ and __dir__ in Binding#irbtakkanm
2019-08-16Don't echo results of assignment expressionsSteven Willis
2019-08-06Revert "Don't echo results of assignment expressions"aycabta
2019-08-06Don't echo results of assignment expressionsSteven Willis
2019-08-03Use source_location instead of eval(__FILE__,binding) in Binding#irbYusuke Endoh
2019-07-15Check wether prompt_i is nilaycabta
2019-07-15Save history in IRB is enabled by defaultaycabta
2019-07-15Auto indent in IRB is enabled by defaultaycabta
2019-07-01Show "-" if indent level is negativeaycabta
2019-06-19Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta
2019-06-19Avoid auto indent in prompt when dynamic auto indentaycabta
2019-06-14irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-05-25Use Reline as Reidline multiline editor in IRBaycabta
2019-05-21Add --colorize and --nocolorize options to IRBaycabta
2019-04-30Use Ripper for IRBaycabta
2019-04-26Fix rdoc in 52cfb17086Nobuyoshi Nakada
2019-04-26make sync-default-gems GEM=irbTakashi Kokubun
2019-04-26Colorize IRB's code_around_bindingTakashi Kokubun
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta
2019-01-13Fix remaining syntax errors in Binding#irb docsnobu
2018-12-12Backport https://github.com/ruby/irb/pull/2hsbt
2018-11-14Fix syntax on Binding.irb documentation [ci skip]k0kubun
2018-11-12lib/irb.rb: fix up r65674kazu
2018-11-12Document binding.irb on Binding [ci skip]k0kubun
2018-10-20Merge irb from github repository.hsbt
2018-05-12irb.rb: update `_`nobu
2018-04-14irb.rb: restore the last errornobu
2018-04-13irb.rb: backtrace ordernobu
2018-04-13irb.rb: hoist out handle_exceptionnobu
2017-12-25irb.rb: fix highlightnobu
2017-12-24lib/irb.rb: highlight exceptionsnobu
2017-12-24lib/irb.rb: simplified backtrace filteringnobu
2017-12-23Print backtrace in reverse order on IRB toosorah
2017-12-12irb.rb: preserve ARGV on binding.irbk0kubun
2017-12-01prelude.rb: suppress redefinition warningsnobu
2017-11-24irb.rb: show source around binding.irb on startk0kubun
2017-10-21Removed obsoleted safe level checks on irb.hsbt
2017-04-20Removed math mode from irb.hsbt
2017-01-06prelude.rb: Binding#irb [ci skip]nobu