summaryrefslogtreecommitdiff
path: root/lib/irb/init.rb
AgeCommit message (Expand)Author
2019-11-25Remove e2mmap dependencyaycabta
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-11-20Generate history file path correctly when $HOME/.irbrc doesn't existaycabta
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-07-15Change PROMPT_S of simple-promptKazuhiro NISHIYAMA
2019-07-15Save history in IRB is enabled by defaultaycabta
2019-07-15Auto indent in IRB is enabled by defaultaycabta
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-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
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-12-12Remove unnecessary `:`kazu
2017-12-12Add uplevel keyword to Kernel#warn and use itshyouhei
2017-12-12irb/init.rb: make sure ARGV refers to toplevel onek0kubun
2017-12-12irb.rb: preserve ARGV on binding.irbk0kubun
2017-04-20Removed math mode from irb.hsbt
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2014-08-08* lib/irb/init.rb: removed unreachable code.hsbt
2012-12-26 * lib/irb/init.rb: change default debug level forkeiju
2012-12-25 * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju
2012-12-25 * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:keiju
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2011-05-15* remove trailing spaces.nobu
2010-12-05* lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu
2010-08-01* lib/irb/init.rb (IRB.parse_opts): set VERBOSE to true when debugmame
2010-04-09* lib/irb/init.rb, lib/irb/lc/help-message,mame
2009-07-21 * lib/irb.rb, lib/irb/init.rb, lib/irb/ext/save-history.rb: addkeiju
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-10-23* lib/irb/init.rb (IRB.load_modules): catch LoadError explicitly.matz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2006-08-04 * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' forkeiju
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2005-08-30* lib/irb/init.rb: bug fix. [ruby-dev: 26920]keiju
2005-08-29* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-08-26* lib/irb/init.rb: make IRB -I option that is same befavior for ruby.keiju
2005-06-07* ext/curses/curses.c (curses_insertln): merged a patch frommatz
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2005-01-16* ext/readline/readline.c: suppress warnings.nobu