| Commit message (Expand) | Author | Age | Files | Lines |
* | Some keywords, "true", "false", and "nil" should be treated as a variable | aycabta | 2019-07-20 | 1 | -1/+1 |
* | Fix showing doc of "nil.to_s", nil doesn't have #name | aycabta | 2019-07-19 | 1 | -1/+1 |
* | Fix showing document of ClassName.method_name in IRB | aycabta | 2019-07-06 | 1 | -1/+1 |
* | irb: defer requiring rdoc to improve the start up time | Nobuyoshi Nakada | 2019-06-10 | 1 | -2/+2 |
* | Use IO.copy_stream | aycabta | 2019-05-29 | 1 | -3/+1 |
* | Check RUBY_YES_I_AM_NOT_A_NORMAL_USER env to access RubyVM doc | aycabta | 2019-05-29 | 1 | -1/+1 |
* | IRB never show RubyVM's doc | aycabta | 2019-05-29 | 1 | -1/+11 |
* | Encode completed strings corecctly | aycabta | 2019-05-29 | 1 | -1/+1 |
* | Remove unused variable from IRB::InputCompletor | aycabta | 2019-05-28 | 1 | -1/+0 |
* | Fix number literal regexp of IRB completion | aycabta | 2019-05-27 | 1 | -1/+1 |
* | Use correctly RI output in IRB completion | aycabta | 2019-05-27 | 1 | -28/+111 |
* | Show documents when completion | aycabta | 2019-05-25 | 1 | -0/+9 |
* | Use Reline as Reidline multiline editor in IRB | aycabta | 2019-05-25 | 1 | -6/+2 |
* | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada | 2019-04-23 | 1 | -11/+8 |
* | IRB is improved with Reline and RDoc, take 2 | aycabta | 2019-04-23 | 1 | -8/+11 |
* | Revert "IRB is improved with Reline and RDoc" | aycabta | 2019-04-21 | 1 | -10/+2 |
* | IRB is improved with Reline and RDoc | aycabta | 2019-04-20 | 1 | -2/+10 |
* | Fix filename in comment [ci skip] | kazu | 2018-07-28 | 1 | -1/+1 |
* | Hash instead of Set | nobu | 2018-03-13 | 1 | -3/+2 |
* | Speed up func1.func2 completion by using Set for ignored modules | nobu | 2018-03-13 | 1 | -11/+28 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/e2mmap.rb: remove needless instance variables. | hsbt | 2014-08-24 | 1 | -1/+0 |
* | * lib/irb/completion.rb: reverted r47163. | hsbt | 2014-08-13 | 1 | -1/+1 |
* | * lib/irb/completion.rb: fixed broken completion list with | hsbt | 2014-08-13 | 1 | -1/+1 |
* | * lib/irb.rb: removed commented-out code. | hsbt | 2014-08-09 | 1 | -7/+0 |
* | * lib/cmath.rb: fixed indent. | hsbt | 2014-08-09 | 1 | -134/+134 |
* | * lib/irb/completion.rb: Use %w literal construction for long lists. | eregon | 2013-06-04 | 1 | -21/+19 |
* | * lib/irb/completion.rb: treat rightly comletion for symbol on irb | keiju | 2012-12-29 | 1 | -2/+2 |
* | * lib/irb.rb, lib/irb/*: Documentation for IRB | zzak | 2012-12-21 | 1 | -1/+4 |
* | * lib/irb/completion.rb (CompletionProc): support completion of | tarui | 2012-12-20 | 1 | -2/+3 |
* | * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc): | nobu | 2012-01-27 | 1 | -2/+6 |
* | * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145]. | keiju | 2011-06-29 | 1 | -1/+10 |
* | * remove trailing spaces. | nobu | 2011-05-15 | 1 | -1/+1 |
* | * lib/irb/comletion.rb: Irb tab completion support for XX::method forms. | keiju | 2011-01-18 | 1 | -18/+31 |
* | * lib/irb/completion.rb (CompletionProc): fix [ruby-dev:40953] | keiju | 2010-04-13 | 1 | -3/+3 |
* | * lib/irb/completion.rb (CompletionProc): irb will be stuck with | keiju | 2010-04-09 | 1 | -3/+6 |
* | * lib/irb/completion.rb (CompletionProc): calling the method "methods" | mame | 2010-04-08 | 1 | -4/+1 |
* | * lib/irb/completion.rb (IRB::InputCompletor::Operators): Add | knu | 2009-04-03 | 1 | -1/+1 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -13/+13 |
* | * lib/optparse/version.rb: remove variable shadowing to stop | matz | 2008-12-18 | 1 | -1/+1 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | Remove garbage ("X=1"). | knu | 2007-12-28 | 1 | -2/+0 |
* | * lib/irb.rb: typo. Thanks, Giles Bowkett. | keiju | 2007-07-06 | 1 | -17/+22 |
* | * lib/irb/completion.rb: support for completion of numeric | keiju | 2006-07-19 | 1 | -4/+20 |
* | patch was misapplied. fixed. sorry | ryan | 2006-07-18 | 1 | -1/+1 |
* | cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb... | ryan | 2006-07-08 | 1 | -2/+3 |
* | * struct.c (rb_struct_s_def): Struct::new executes block with | matz | 2004-03-10 | 1 | -1/+1 |
* | consistent parentheses in assignment RHS. | matz | 2003-10-16 | 1 | -4/+4 |
* | * object.c (rb_obj_clone): defer copying freezing state after | matz | 2003-05-22 | 1 | -1/+1 |
* | * lib/irb/completion.rb: Use Object#class rather than Object#type. | knu | 2002-12-24 | 1 | -1/+1 |