summaryrefslogtreecommitdiff
path: root/lib/irb/completion.rb
AgeCommit message (Expand)Author
2019-11-28Fix regexp to complete complex literalaycabta
2019-11-28Remove two removed constantsaycabta
2019-07-20Some keywords, "true", "false", and "nil" should be treated as a variableaycabta
2019-07-19Fix showing doc of "nil.to_s", nil doesn't have #nameaycabta
2019-07-06Fix showing document of ClassName.method_name in IRBaycabta
2019-06-10irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada
2019-05-29Use IO.copy_streamaycabta
2019-05-29Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM docaycabta
2019-05-29IRB never show RubyVM's docaycabta
2019-05-29Encode completed strings corecctlyaycabta
2019-05-28Remove unused variable from IRB::InputCompletoraycabta
2019-05-27Fix number literal regexp of IRB completionaycabta
2019-05-27Use correctly RI output in IRB completionaycabta
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-07-28Fix filename in comment [ci skip]kazu
2018-03-13Hash instead of Setnobu
2018-03-13Speed up func1.func2 completion by using Set for ignored modulesnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-24* lib/e2mmap.rb: remove needless instance variables.hsbt
2014-08-13* lib/irb/completion.rb: reverted r47163.hsbt
2014-08-13* lib/irb/completion.rb: fixed broken completion list withhsbt
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2013-06-04* lib/irb/completion.rb: Use %w literal construction for long lists.eregon
2012-12-29 * lib/irb/completion.rb: treat rightly comletion for symbol on irbkeiju
2012-12-21* lib/irb.rb, lib/irb/*: Documentation for IRBzzak
2012-12-20 * lib/irb/completion.rb (CompletionProc): support completion oftarui
2012-01-27* lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu
2011-06-29 * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju
2011-05-15* remove trailing spaces.nobu
2011-01-18 * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju
2010-04-13 * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953]keiju
2010-04-09 * lib/irb/completion.rb (CompletionProc): irb will be stuck withkeiju
2010-04-08* lib/irb/completion.rb (CompletionProc): calling the method "methods"mame
2009-04-03* lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-12-18* lib/optparse/version.rb: remove variable shadowing to stopmatz
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2007-12-28Remove garbage ("X=1").knu
2007-07-06 * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju
2006-07-19 * lib/irb/completion.rb: support for completion of numerickeiju
2006-07-18patch was misapplied. fixed. sorryryan
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2003-10-16consistent parentheses in assignment RHS.matz