summaryrefslogtreecommitdiff
path: root/lib/irb/input-method.rb
AgeCommit message (Expand)Author
2019-12-07[ruby/irb] Revert "Reidline mode needs Reline what needs String#grapheme_clus...aycabta
2019-12-07[ruby/irb] Reidline mode needs Reline what needs String#grapheme_clustersaycabta
2019-11-30Use @eof variable for ReidlineInputMethod#eof?aycabta
2019-11-26Remove an unnecessary variableaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-06-19Use IRB.conf[:AUTO_INDENT] setting in multiline modeaycabta
2019-06-18Implement auto indent for multilineaycabta
2019-06-14Use Reline.prompt_proc in IRBaycabta
2019-05-31Warn compile_error only when input is finishedTakashi Kokubun
2019-05-27Use IRB::InputMethod#eof? to quitaycabta
2019-05-25Add and use Reline::Unicode.escape_for_printTakashi Kokubun
2019-05-25Respect --nocolorize on REPL source highlightTakashi Kokubun
2019-05-24Incremental syntax highlight for IRB source linesTakashi Kokubun
2019-05-25Show documents when completionaycabta
2019-05-25Use Reline as Reidline multiline editor in 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, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2012-12-21* lib/irb/input-method.rb, lib/irb.rb: Typo in zzak
2012-12-21* lib/irb.rb, lib/irb/*: Documentation for IRBzzak
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
2009-01-13* lib/irb/input-method.rb: IRB did not prompt for MSwin32.yugui
2008-12-26* lib/irb/input-method.rb (IRB::StdioInputMethod#initialize):yugui
2008-12-18* lib/irb/init.rb (IRB.opt_parse): (M17N) adds -U and -E as commandyugui
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2005-06-17* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.shugo
2005-05-19* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]shugo
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2004-02-07* lib/irb/init.rb (IRB.rc_files): yield possible rc file names.nobu
2003-03-23update NotImplementError to NotImplementedError.matz
2002-07-09* irb 0.9keiju
2001-04-30Merge from irb 0.7.3.knu
2000-05-122000-05-12matz