aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.hsbt2016-04-151-1/+1
* * lib/irb/ext/save-history.rb: suppress warning: method redefined;naruse2016-04-141-0/+1
* * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax.hsbt2015-12-181-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-1639-0/+39
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-271-6/+6
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-2412-12/+0
* * lib/irb/completion.rb: reverted r47163.hsbt2014-08-131-1/+1
* * lib/irb/completion.rb: fixed broken completion list withhsbt2014-08-131-1/+1
* * lib/irb/ext/multi-irb.rb: fixed indent.hsbt2014-08-102-72/+72
* * lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt2014-08-101-19/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-0916-135/+3
* * lib/cmath.rb: fixed indent.hsbt2014-08-0929-1308/+1308
* * lib/irb/init.rb: removed unreachable code.hsbt2014-08-081-6/+2
* * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar.keiju2014-07-081-1/+1
* lib/irb/locale.rb: fix typonobu2014-07-041-1/+1
* * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda2013-11-302-2/+2
* * lib/irb/notifier.rb: [Doc] Fix typoa_matsuda2013-11-271-1/+1
* * lib/irb/notifier.rb: Fix typoa_matsuda2013-11-271-1/+1
* * 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