aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/init.rb
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-241-2/+12
* [ruby/irb] Support arg for measure commandaycabta2020-12-221-7/+7
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+55
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-171-1/+1
* [ruby/irb] Enable deprecation warnings when using -W or -wJeremy Evans2020-12-171-2/+2
* [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG...aycabta2020-09-191-5/+2
* [ruby/irb] Add OMIT_ON_ASSIGNMENTaycabta2020-09-141-0/+5
* Support XDG_* (#2174)Hiroshi SHIBATA2020-04-231-0/+9
* Use Reline.encoding_system_needs if existsaycabta2020-01-141-2/+6
* Remove an unused setting variableaycabta2020-01-141-1/+0
* Remove e2mmap dependencyaycabta2019-11-251-3/+3
* Add a warning message and --legacy of an alias of --singlelineaycabta2019-11-211-1/+1
* Use singleline/multiline instead of readline/reidlineaycabta2019-11-211-9/+9
* Generate history file path correctly when $HOME/.irbrc doesn't existaycabta2019-11-201-5/+5
* Don't echo results of assignment expressionsSteven Willis2019-08-161-0/+5
* Revert "Don't echo results of assignment expressions"aycabta2019-08-061-5/+0
* Don't echo results of assignment expressionsSteven Willis2019-08-061-0/+5
* Change PROMPT_S of simple-promptKazuhiro NISHIYAMA2019-07-151-1/+1
* Save history in IRB is enabled by defaultaycabta2019-07-151-1/+1
* Auto indent in IRB is enabled by defaultaycabta2019-07-151-1/+1
* Use Reline as Reidline multiline editor in IRBaycabta2019-05-251-0/+4
* Add --colorize and --nocolorize options to IRBaycabta2019-05-211-0/+5
* Use Ripper for IRBaycabta2019-04-301-4/+0
* Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada2019-04-231-4/+4
* IRB is improved with Reline and RDoc, take 2aycabta2019-04-231-4/+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
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* Remove unnecessary `:`kazu2017-12-121-1/+1
* Add uplevel keyword to Kernel#warn and use itshyouhei2017-12-121-1/+1
* irb/init.rb: make sure ARGV refers to toplevel onek0kubun2017-12-121-2/+2
* irb.rb: preserve ARGV on binding.irbk0kubun2017-12-121-15/+15
* Removed math mode from irb.hsbt2017-04-201-3/+0
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-2/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-102/+102
* * lib/irb/init.rb: removed unreachable code.hsbt2014-08-081-6/+2
* * lib/irb/init.rb: change default debug level forkeiju2012-12-261-1/+1
* * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju2012-12-251-1/+1
* * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:keiju2012-12-251-1/+6
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-1/+1
* * remove trailing spaces.nobu2011-05-151-3/+3
* * lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu2010-12-051-1/+1
* * lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame2010-08-011-0/+1
* * lib/irb/init.rb, lib/irb/lc/help-message,mame2010-04-091-0/+12
* * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju2009-07-211-1/+3
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-3/+7
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-4/+4
* * lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui2008-12-181-8/+38
* * lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz2008-10-231-2/+2