aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb.rb
Commit message (Expand)AuthorAgeFilesLines
* * lib/irb.rb: avoid to needless truncation when using back_trace_limit option.hsbt2016-02-261-1/+1
* [DOC] Fix typosa_matsuda2015-12-231-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: Ignored assignment of STDOUT.sync = truehsbt2015-10-231-2/+1
* * Fix typo. Patch by @davydovantongogotanaka2015-06-101-1/+1
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-241-1/+0
* * lib/irb.rb: Prevent irb from crashing when exception withhsbt2014-08-131-11/+13
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-2/+0
* * lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]zzak2014-07-261-1/+1
* * lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.zzak2014-05-251-1/+1
* * lib/irb.rb: [DOC] Fix typoa_matsuda2013-12-231-1/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-4/+4
* * lib/irb.rb: Fix typodrbrain2013-03-121-1/+1
* * lib/irb.rb: Remove example from restrictions, it works [Github #246]zzak2013-02-051-10/+0
* * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak2013-02-041-0/+12
* * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak2013-02-041-5/+16
* * lib/irb.rb, lib/prime.rb: Typos in overviewzzak2013-01-131-1/+1
* * lib/irb/input-method.rb, lib/irb.rb: Typo in zzak2012-12-211-1/+1
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-8/+89
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-3/+261
* * lib: revert r31635-r31638 and untabify with expand(1).nobu2011-05-191-5/+5
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-146/+146
* * lib/irb.rb: remove double exclamation marks. a patch from Diegomatz2010-06-191-4/+4
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-301-0/+2
* * lib/irb.rb: forget svn commit.keiju2009-07-211-2/+10
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-6/+2
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-7/+7
* * lib/irb.rb (IRB::Irb#eval_input): remove extra @context.prompt_i.matz2008-11-071-1/+1
* * lib/irb.rb (IRB::Irb#inspect): instance_variables returns symbolsnobu2008-08-101-1/+1
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-041-2/+3
* * lib/irb.rb (IRB::Irb::eval_input): rescues Interrupt and other thannobu2008-02-081-7/+11
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/irb.rb: typo. Thanks, Giles Bowkett.keiju2007-07-061-1/+1
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-271-1/+1
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-4/+6
* * lib/irb.rb (IRB::Irb::eval_input): warn and exit if $SAFE >=3matz2003-06-101-2/+6
* * array.c (rb_ary_zip): iterates over items in the receiver.matz2002-11-191-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-3/+3
* * irb 0.9keiju2002-07-091-57/+79
* *** empty log message ***keiju2001-05-081-3/+2
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-031-4/+2
* Initial revisionknu2001-04-301-0/+317