aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove unsused output_method argumentJeremy Evans2019-10-241-2/+2
* set real path to __FILE__ and __dir__ in Binding#irbtakkanm2019-10-111-1/+3
* Don't echo results of assignment expressionsSteven Willis2019-08-161-1/+43
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-43/+1
* Don't echo results of assignment expressionsSteven Willis2019-08-061-1/+43
* Use source_location instead of eval(__FILE__,binding) in Binding#irbYusuke Endoh2019-08-031-1/+1
* Check wether prompt_i is nilaycabta2019-07-151-1/+2
* Save history in IRB is enabled by defaultaycabta2019-07-151-5/+4
* Auto indent in IRB is enabled by defaultaycabta2019-07-151-3/+3
* Show "-" if indent level is negativeaycabta2019-07-011-3/+11
* Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta2019-06-191-0/+2
* Avoid auto indent in prompt when dynamic auto indentaycabta2019-06-191-1/+1
* irb.rb: [DOC] the default prompt includes :PROMPT_N [ci skip]Nobuyoshi Nakada2019-06-141-0/+1
* Use Reline.prompt_proc in IRBaycabta2019-06-141-0/+1
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-2/+4
* Add --colorize and --nocolorize options to IRBaycabta2019-05-211-0/+3
* Use Ripper for IRBaycabta2019-04-301-3/+0
* Fix rdoc in 52cfb17086Nobuyoshi Nakada2019-04-261-3/+3
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-261-3/+3
* Colorize IRB's code_around_bindingTakashi Kokubun2019-04-261-0/+1
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-4/+5
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-5/+4
* Revert "IRB is improved with Reline and RDoc"aycabta2019-04-211-0/+4
* IRB is improved with Reline and RDocaycabta2019-04-201-4/+0
* Fix remaining syntax errors in Binding#irb docsnobu2019-01-131-3/+3
* Backport https://github.com/ruby/irb/pull/2hsbt2018-12-121-2/+1
* Fix syntax on Binding.irb documentation [ci skip]k0kubun2018-11-141-4/+4
* lib/irb.rb: fix up r65674kazu2018-11-121-3/+3
* Document binding.irb on Binding [ci skip]k0kubun2018-11-121-1/+57
* Merge irb from github repository.hsbt2018-10-201-1/+2
* irb.rb: update `_`nobu2018-05-121-7/+6
* irb.rb: restore the last errornobu2018-04-141-1/+4
* irb.rb: backtrace ordernobu2018-04-131-10/+28
* irb.rb: hoist out handle_exceptionnobu2018-04-131-33/+37
* irb.rb: fix highlightnobu2017-12-251-1/+3
* lib/irb.rb: highlight exceptionsnobu2017-12-241-2/+8
* lib/irb.rb: simplified backtrace filteringnobu2017-12-241-18/+11
* Print backtrace in reverse order on IRB toosorah2017-12-231-6/+11
* irb.rb: preserve ARGV on binding.irbk0kubun2017-12-121-1/+1
* prelude.rb: suppress redefinition warningsnobu2017-12-011-1/+0
* irb.rb: show source around binding.irb on startk0kubun2017-11-241-1/+3
* Removed obsoleted safe level checks on irb.hsbt2017-10-211-3/+0
* Removed math mode from irb.hsbt2017-04-201-2/+0
* prelude.rb: Binding#irb [ci skip]nobu2017-01-061-0/+1
* irb.rb: Binding#irbnobu2016-11-061-0/+8
* irb.rb: IRB::Irb#runnobu2016-11-061-15/+19
* * lib/irb.rb: avoid to needless truncation when using back_trace_limit option.hsbt2016-02-261-1/+1
* [DOC] Fix typosa_matsuda2015-12-231-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt2015-10-231-2/+1