aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/context.rb
Commit message (Expand)AuthorAgeFilesLines
* Removed math mode from irb.hsbt2017-04-201-1/+0
* require "irb/output-method" for StdioOutputMethodnobu2016-12-131-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-3/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-89/+89
* * lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak2013-02-041-1/+15
* * lib/irb/context.rb: IRB::Context#new: Check from JobManagerkeiju2012-12-281-1/+1
* fix typo from r38623zzak2012-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/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju2012-12-251-2/+1
* * lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and zzak2012-12-211-6/+6
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-6/+59
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-4/+71
* * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju2010-03-301-0/+2
* * lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu2009-10-111-2/+0
* * lib/irb/context.rb (IRB::Context#initialize):naruse2009-10-091-1/+2
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-4/+43
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-6/+6
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-041-0/+1
* * ext/json/lib/json/pure/generator.rb,naruse2008-02-121-1/+1
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju2005-07-291-4/+16
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-5/+14
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-1/+1
* * marshal.c (w_object): dump extended modules as well.matz2003-10-151-1/+1
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-261-2/+2
* * array.c (rb_values_at): extract common procedure frommatz2003-07-031-0/+1
* context.rb typo, thank rubikichi-sankeiju2003-06-011-1/+1
* use Object#class instead of deprecated Object#type.nobu2002-10-021-1/+1
* * irb 0.9keiju2002-07-091-110/+54
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-031-1/+0
* Initial revisionknu2001-04-301-0/+290