| Commit message (Expand) | Author | Age | Files | Lines |
* | irb.rb: update `_` | nobu | 2018-05-12 | 1 | -7/+6 |
* | irb.rb: restore the last error | nobu | 2018-04-14 | 1 | -1/+4 |
* | irb.rb: backtrace order | nobu | 2018-04-13 | 1 | -10/+28 |
* | irb.rb: hoist out handle_exception | nobu | 2018-04-13 | 1 | -33/+37 |
* | irb.rb: fix highlight | nobu | 2017-12-25 | 1 | -1/+3 |
* | lib/irb.rb: highlight exceptions | nobu | 2017-12-24 | 1 | -2/+8 |
* | lib/irb.rb: simplified backtrace filtering | nobu | 2017-12-24 | 1 | -18/+11 |
* | Print backtrace in reverse order on IRB too | sorah | 2017-12-23 | 1 | -6/+11 |
* | irb.rb: preserve ARGV on binding.irb | k0kubun | 2017-12-12 | 1 | -1/+1 |
* | prelude.rb: suppress redefinition warnings | nobu | 2017-12-01 | 1 | -1/+0 |
* | irb.rb: show source around binding.irb on start | k0kubun | 2017-11-24 | 1 | -1/+3 |
* | Removed obsoleted safe level checks on irb. | hsbt | 2017-10-21 | 1 | -3/+0 |
* | Removed math mode from irb. | hsbt | 2017-04-20 | 1 | -2/+0 |
* | prelude.rb: Binding#irb [ci skip] | nobu | 2017-01-06 | 1 | -0/+1 |
* | irb.rb: Binding#irb | nobu | 2016-11-06 | 1 | -0/+8 |
* | irb.rb: IRB::Irb#run | nobu | 2016-11-06 | 1 | -15/+19 |
* | * lib/irb.rb: avoid to needless truncation when using back_trace_limit option. | hsbt | 2016-02-26 | 1 | -1/+1 |
* | [DOC] Fix typos | a_matsuda | 2015-12-23 | 1 | -2/+2 |
* | Add frozen_string_literal: false for all files | naruse | 2015-12-16 | 1 | -0/+1 |
* | * lib/irb.rb: Ignored assignment of STDOUT.sync = true | hsbt | 2015-10-23 | 1 | -2/+1 |
* | * Fix typo. Patch by @davydovanton | gogotanaka | 2015-06-10 | 1 | -1/+1 |
* | * lib/e2mmap.rb: remove needless instance variables. | hsbt | 2014-08-24 | 1 | -1/+0 |
* | * lib/irb.rb: Prevent irb from crashing when exception with | hsbt | 2014-08-13 | 1 | -11/+13 |
* | * lib/irb.rb: removed commented-out code. | hsbt | 2014-08-09 | 1 | -2/+0 |
* | * lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip] | zzak | 2014-07-26 | 1 | -1/+1 |
* | * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh. | zzak | 2014-05-25 | 1 | -1/+1 |
* | * lib/irb.rb: [DOC] Fix typo | a_matsuda | 2013-12-23 | 1 | -1/+1 |
* | * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341] | zzak | 2013-07-18 | 1 | -4/+4 |
* | * lib/irb.rb: Fix typo | drbrain | 2013-03-12 | 1 | -1/+1 |
* | * lib/irb.rb: Remove example from restrictions, it works [Github #246] | zzak | 2013-02-05 | 1 | -10/+0 |
* | * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how to | zzak | 2013-02-04 | 1 | -0/+12 |
* | * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enable | zzak | 2013-02-04 | 1 | -5/+16 |
* | * lib/irb.rb, lib/prime.rb: Typos in overview | zzak | 2013-01-13 | 1 | -1/+1 |
* | * lib/irb/input-method.rb, lib/irb.rb: Typo in | zzak | 2012-12-21 | 1 | -1/+1 |
* | * lib/irb.rb, lib/irb/*: Documentation for IRB | zzak | 2012-12-21 | 1 | -8/+89 |
* | * lib/irb*: merge doc from doc/irb/ird.rd and improve overall | zzak | 2012-12-13 | 1 | -3/+261 |
* | * lib: revert r31635-r31638 and untabify with expand(1). | nobu | 2011-05-19 | 1 | -5/+5 |
* | * lib: Convert tabs to spaces for ruby files per | drbrain | 2011-05-18 | 1 | -146/+146 |
* | * lib/irb.rb: remove double exclamation marks. a patch from Diego | matz | 2010-06-19 | 1 | -4/+4 |
* | * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177]. | keiju | 2010-03-30 | 1 | -0/+2 |
* | * lib/irb.rb: forget svn commit. | keiju | 2009-07-21 | 1 | -2/+10 |
* | * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-mode | keiju | 2009-07-07 | 1 | -6/+2 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -7/+7 |
* | * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i. | matz | 2008-11-07 | 1 | -1/+1 |
* | * lib/irb.rb (IRB::Irb#inspect): instance_variables returns symbols | nobu | 2008-08-10 | 1 | -1/+1 |
* | * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not be | matz | 2008-03-04 | 1 | -2/+3 |
* | * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other than | nobu | 2008-02-08 | 1 | -7/+11 |
* | * $Date$ keyword removed to avoid inclusion of locale dependent | akr | 2008-01-06 | 1 | -1/+0 |
* | * lib/irb.rb: typo. Thanks, Giles Bowkett. | keiju | 2007-07-06 | 1 | -1/+1 |
* | * string.c (scan_once): wrong condition to use mbclen2(). | matz | 2005-10-27 | 1 | -1/+1 |