| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/irb/ruby-lex.rb: fixed parse error for striped heredocument syntax. | hsbt | 2015-12-18 | 1 | -2/+2 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 39 | -0/+39 |
* | * lib/drb/drb.rb: use attr_reader instead of Module#attr. | hsbt | 2014-08-27 | 1 | -6/+6 |
* | * lib/e2mmap.rb: remove needless instance variables. | hsbt | 2014-08-24 | 12 | -12/+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/ext/multi-irb.rb: fixed indent. | hsbt | 2014-08-10 | 2 | -72/+72 |
* | * lib/irb/ext/multi-irb.rb: removed commented-out code. | hsbt | 2014-08-10 | 1 | -19/+0 |
* | * lib/irb.rb: removed commented-out code. | hsbt | 2014-08-09 | 16 | -135/+3 |
* | * lib/cmath.rb: fixed indent. | hsbt | 2014-08-09 | 29 | -1308/+1308 |
* | * lib/irb/init.rb: removed unreachable code. | hsbt | 2014-08-08 | 1 | -6/+2 |
* | * lib/irb/ruby-lex.rb: fix counting indent in identify_string_dvar. | keiju | 2014-07-08 | 1 | -1/+1 |
* | lib/irb/locale.rb: fix typo | nobu | 2014-07-04 | 1 | -1/+1 |
* | * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/) | a_matsuda | 2013-11-30 | 2 | -2/+2 |
* | * lib/irb/notifier.rb: [Doc] Fix typo | a_matsuda | 2013-11-27 | 1 | -1/+1 |
* | * lib/irb/notifier.rb: Fix typo | a_matsuda | 2013-11-27 | 1 | -1/+1 |
* | * lib/irb/lc/ja/help-message: update help messages. | ayumin | 2013-06-04 | 1 | -4/+16 |
* | * lib/irb/completion.rb: Use %w literal construction for long lists. | eregon | 2013-06-04 | 1 | -21/+19 |
* | * lib/irb/lc/help-message: Apply english updates for irb --help #7510 | zzak | 2013-06-02 | 1 | -8/+18 |
* | * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how to | zzak | 2013-02-04 | 1 | -0/+7 |
* | * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enable | zzak | 2013-02-04 | 1 | -1/+15 |
* | * .document: Removed extra space | drbrain | 2013-01-16 | 1 | -0/+4 |
* | * lib/irb/ext/save-history.rb: identify rightly a status of a | keiju | 2013-01-15 | 1 | -1/+1 |
* | * lib/irb/ext/save-history.rb: outputs its history to | keiju | 2013-01-14 | 1 | -1/+12 |
* | * lib/irb/completion.rb: treat rightly comletion for symbol on irb | keiju | 2012-12-29 | 1 | -2/+2 |
* | * lib/irb/context.rb: IRB::Context#new: Check from JobManager | keiju | 2012-12-28 | 1 | -1/+1 |
* | * lib/irb/ruby-lex.rb: make lex_state to EXPR_END when next token | keiju | 2012-12-27 | 1 | -1/+6 |
* | * lib/irb/ruby-lex.rb: allow to handle recursive heredocs on | keiju | 2012-12-27 | 1 | -4/+19 |
* | fix typo from r38623 | zzak | 2012-12-26 | 1 | -1/+1 |
* | * lib/irb/context.rb: fix IRB::Inspector#keys_with_inspector [Bug #7598] | keiju | 2012-12-26 | 1 | -1/+1 |
* | * lib/irb/context.rb: IRB::Context#use_readline= has been obsolate | keiju | 2012-12-26 | 1 | -10/+4 |
* | * lib/irb/context.rb: make a correct prompt from | keiju | 2012-12-26 | 1 | -1/+1 |
* | * lib/irb/ext/math-mode.rb: make not able to change math-mode | keiju | 2012-12-26 | 1 | -1/+1 |
* | * lib/irb/init.rb: change default debug level for | keiju | 2012-12-26 | 1 | -1/+1 |
* | * remove trailing spaces. | nobu | 2012-12-25 | 2 | -2/+2 |
* | * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= | keiju | 2012-12-25 | 2 | -3/+2 |
* | * lib/irb/ruby-lex.rb: improve RubyLex performance for large files | keiju | 2012-12-25 | 1 | -4/+4 |
* | * lib/irb/output-method.rb: raise right exception when | keiju | 2012-12-25 | 1 | -2/+4 |
* | * lib/irb/init.rb, lib/irb/lc/ja/error.rb, lib/irb/lc/error.rb: | keiju | 2012-12-25 | 3 | -1/+8 |
* | * lib/irb/workspace.rb: define method to private on top-level irb | keiju | 2012-12-25 | 1 | -2/+2 |
* | * lib/irb/ruby-lex.rb: Add handling for %i and %I quoting to irb | zzak | 2012-12-23 | 1 | -0/+2 |
* | * lib/irb/slex.rb(#match): Typo, should be D_DETAIL | zzak | 2012-12-21 | 1 | -1/+1 |
* | * lib/irb/input-method.rb, lib/irb.rb: Typo in | zzak | 2012-12-21 | 1 | -3/+3 |
* | * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and | zzak | 2012-12-21 | 2 | -67/+67 |
* | * lib/irb.rb, lib/irb/*: Documentation for IRB | zzak | 2012-12-21 | 19 | -52/+518 |
* | * lib/irb/completion.rb (CompletionProc): support completion of | tarui | 2012-12-20 | 1 | -2/+3 |
* | * lib/irb*: merge doc from doc/irb/ird.rd and improve overall | zzak | 2012-12-13 | 27 | -20/+165 |
* | * lib/irb/magic-file.rb: set a encoding, which is detected from | nari | 2012-12-10 | 1 | -1/+2 |
* | * lib/cgi/core.rb: Use symbols instead of strings for | marcandre | 2012-11-16 | 1 | -1/+1 |
* | NotImplementError is not exist. | kazu | 2012-06-27 | 1 | -1/+1 |