aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/lc/ja/help-message: update help messages.ayumin2013-06-041-4/+16
* * lib/irb/completion.rb: Use %w literal construction for long lists.eregon2013-06-041-21/+19
* * lib/irb/lc/help-message: Apply english updates for irb --help #7510zzak2013-06-021-8/+18
* * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak2013-02-041-0/+7
* * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak2013-02-041-1/+15
* * .document: Removed extra spacedrbrain2013-01-161-0/+4
* * lib/irb/ext/save-history.rb: identify rightly a status of akeiju2013-01-151-1/+1
* * lib/irb/ext/save-history.rb: outputs its history tokeiju2013-01-141-1/+12
* * lib/irb/completion.rb: treat rightly comletion for symbol on irbkeiju2012-12-291-2/+2
* * lib/irb/context.rb: IRB::Context#new: Check from JobManagerkeiju2012-12-281-1/+1
* * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next tokenkeiju2012-12-271-1/+6
* * lib/irb/ruby-lex.rb: allow to handle recursive heredocs onkeiju2012-12-271-4/+19
* fix typo from r38623zzak2012-12-261-1/+1
* * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598]keiju2012-12-261-1/+1
* * lib/irb/context.rb: IRB::Context#use_readline= has been obsolatekeiju2012-12-261-10/+4
* * lib/irb/context.rb: make a correct prompt fromkeiju2012-12-261-1/+1
* * lib/irb/ext/math-mode.rb: make not able to change math-modekeiju2012-12-261-1/+1
* * lib/irb/init.rb: change default debug level forkeiju2012-12-261-1/+1
* * remove trailing spaces.nobu2012-12-252-2/+2
* * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju2012-12-252-3/+2
* * lib/irb/ruby-lex.rb: improve RubyLex performance for large fileskeiju2012-12-251-4/+4
* * lib/irb/output-method.rb: raise right exception whenkeiju2012-12-251-2/+4
* * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb:keiju2012-12-253-1/+8
* * lib/irb/workspace.rb: define method to private on top-level irbkeiju2012-12-251-2/+2
* * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irbzzak2012-12-231-0/+2
* * lib/irb/slex.rb(#match): Typo, should be D_DETAILzzak2012-12-211-1/+1
* * lib/irb/input-method.rb, lib/irb.rb: Typo in zzak2012-12-211-3/+3
* * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and zzak2012-12-212-67/+67
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-2119-52/+518
* * lib/irb/completion.rb (CompletionProc): support completion oftarui2012-12-201-2/+3
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-1327-20/+165
* * lib/irb/magic-file.rb: set a encoding, which is detected fromnari2012-12-101-1/+2
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-1/+1
* NotImplementError is not exist.kazu2012-06-271-1/+1
* * lib/irb/completion.rb (IRB::InputCompletor::CompletionProc):nobu2012-01-271-2/+6
* * ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,ktsj2011-11-051-1/+1
* * lib/irb/completion.rb: complate correctry string literal. fix [Bug #1145].keiju2011-06-291-1/+10
* * lib/irb/cmd/help.rb: support RDoc 3.7. fix [Bug #3760].keiju2011-06-291-1/+1
* * lib/irb/ruby-lex.rb: recognize '\char' in ruby statement.keiju2011-06-281-1/+1
* * lib/irb/ruby-lex.rb: fix [Bug #4232].keiju2011-06-271-1/+1
* * lib/irb/workspace.rb: fix BUG#4793.keiju2011-06-271-1/+1
* * lib: remove trailing spaces.nobu2011-05-182-12/+12
* * remove trailing spaces.nobu2011-05-155-15/+15
* * lib/irb/locale.rb (IRB::Locale::#search_file):yugui2011-01-311-1/+1
* * lib/irb/comletion.rb: Irb tab completion support for XX::method forms.keiju2011-01-181-18/+31
* * lib/irb/locale.rb (IRB::Locale::LOCALE_NAME_RE):yugui2011-01-091-10/+8
* * lib/irb/locale.rb (IRB::Locale#search_file): make it possibleyugui2011-01-051-42/+31
* * lib/irb/init.rb (IRB.parse_opts): fix typo. [ruby-core:33574]nobu2010-12-051-1/+1
* * lib/*.rb: Remove unused variable warnings.marcandre2010-11-082-4/+4
* * lib/irb/ruby-lex.rb (RubyLex#identify_string): use charclass.nobu2010-11-031-3/+3