summaryrefslogtreecommitdiff
path: root/lib/irb/context.rb
AgeCommit message (Expand)Author
2019-11-26Slightly fix the warning message [ci skip]Takashi Kokubun
2019-11-26Suggest an alternative to suppress the irb warningTakashi Kokubun
2019-11-21Add a warning message and --legacy of an alias of --singlelineaycabta
2019-11-21Use singleline/multiline instead of readline/reidlineaycabta
2019-10-24Remove unsused output_method argumentJeremy Evans
2019-08-16Don't echo results of assignment expressionsSteven Willis
2019-08-06Revert "Don't echo results of assignment expressions"aycabta
2019-08-06Don't echo results of assignment expressionsSteven Willis
2019-07-15Auto indent in IRB is enabled by defaultaycabta
2019-05-27context.rb: hide wrapping linesNobuyoshi Nakada
2019-05-25Use Reline as Reidline multiline editor in IRBaycabta
2019-05-21Copy config to make IRB::Context#use_colorize? functionalTakashi Kokubun
2019-05-21Add --colorize and --nocolorize options to IRBaycabta
2019-04-30Use Ripper for IRBaycabta
2019-04-23Revert "IRB is improved with Reline and RDoc, take 2"Nobuyoshi Nakada
2019-04-23IRB is improved with Reline and RDoc, take 2aycabta
2019-04-21Revert "IRB is improved with Reline and RDoc"aycabta
2019-04-20IRB is improved with Reline and RDocaycabta
2018-11-02lib/*: Prefer require_relative over require, remove explicit extensionmarcandre
2018-11-02lib/*: Prefer require_relative over require.marcandre
2018-04-14irb.rb: restore the last errornobu
2018-04-14irb/{context,workspace}.rb: use local_variable_setnobu
2018-04-14irb/context.rb: using input-methodnobu
2017-04-20Removed math mode from irb.hsbt
2016-12-13require "irb/output-method" for StdioOutputMethodnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-08-09* lib/irb.rb: removed commented-out code.hsbt
2014-08-09* lib/cmath.rb: fixed indent.hsbt
2013-02-04* lib/irb.rb, lib/irb/context.rb: Add documentation on how to enablezzak
2012-12-28 * lib/irb/context.rb: IRB::Context#new: Check from JobManagerkeiju
2012-12-26fix typo from r38623zzak
2012-12-26 * lib/irb/context.rb: IRB::Context#use_readline= has been obsolatekeiju
2012-12-26 * lib/irb/context.rb: make a correct prompt fromkeiju
2012-12-25 * lib/irb/init.rb, lib/irb/context.rb: fix conf.debug_level= keiju
2012-12-21* lib/irb/inspector.rb, lib/irb/context.rb: Move IRB::INSPECTORS and zzak
2012-12-21* lib/irb.rb, lib/irb/*: Documentation for IRBzzak
2012-12-13* lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak
2010-03-30 * lib/irb.rb: suppoort [Feature#988], [ruby-core:21177].keiju
2009-10-11* lib/irb/context.rb (IRB::Context#irb_name): removed duplicatednobu
2009-10-09* lib/irb/context.rb (IRB::Context#initialize):naruse
2009-07-07 * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju
2009-03-06* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2008-10-04 * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju
2008-02-12* ext/json/lib/json/pure/generator.rb,naruse
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr
2005-07-29* lib/irb/context.rb: fix `irb --readline` option. [ruby-dev:40955]keiju
2005-04-13 * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju
2005-03-04* array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz
2003-10-15* marshal.c (w_object): dump extended modules as well.matz
2003-07-26* variable.c (rb_mod_const_missing): "const_missing" should notmatz