index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
irb
/
completion.rb
Age
Commit message (
Expand
)
Author
2018-07-28
Fix filename in comment [ci skip]
kazu
2018-03-13
Hash instead of Set
nobu
2018-03-13
Speed up func1.func2 completion by using Set for ignored modules
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
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 with
hsbt
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 irb
keiju
2012-12-21
* lib/irb.rb, lib/irb/*: Documentation for IRB
zzak
2012-12-20
* lib/irb/completion.rb (CompletionProc): support completion of
tarui
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 with
keiju
2010-04-08
* lib/irb/completion.rb (CompletionProc): calling the method "methods"
mame
2009-04-03
* lib/irb/completion.rb (IRB::InputCompletor::Operators): Add
knu
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2008-12-18
* lib/optparse/version.rb: remove variable shadowing to stop
matz
2008-01-06
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2007-12-28
Remove 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 numeric
keiju
2006-07-18
patch was misapplied. fixed. sorry
ryan
2006-07-08
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...
ryan
2004-03-10
* struct.c (rb_struct_s_def): Struct::new executes block with
matz
2003-10-16
consistent parentheses in assignment RHS.
matz
2003-05-22
* object.c (rb_obj_clone): defer copying freezing state after
matz
2002-12-24
* lib/irb/completion.rb: Use Object#class rather than Object#type.
knu
2002-12-24
* class.c (ins_methods_i): should not show ID_ALLOCATOR.
matz
2002-10-02
use Object#class instead of deprecated Object#type.
nobu
2002-07-09
* irb 0.9
keiju
2001-04-30
Merge from irb-tools 0.7.1.
knu
2000-05-12
2000-05-12
matz