aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/workspace.rb
Commit message (Expand)AuthorAgeFilesLines
* irb: Drop lines from backtrace for tests in Ruby repositoryaycabta2021-01-081-0/+1
* [ruby/irb] Change context-mode's default to new mode 4.Marc-Andre Lafortune2020-12-171-1/+3
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* Remove e2mmap dependencyaycabta2019-11-251-1/+1
* Use more strict regexp to avoid to match naninanirb.rbKazuhiro NISHIYAMA2019-11-211-2/+2
* Refactor filter_backtraceY. Ushiki2019-11-211-13/+3
* Fix filter_backtrace for context-mode 0Y. Ushiki2019-11-211-1/+2
* Handle binding.irb for frozen objects and BasicObjects using a delegateJeremy Evans2019-08-271-1/+30
* Move private call without arguments inside methodJeremy Evans2019-08-271-1/+1
* Do not rely on IRB.conf[:MAIN_CONTEXT] before initializeTakashi Kokubun2019-05-301-2/+5
* Check whether IRB.conf is nil in IRB::WorkSpace#code_around_bindingaycabta2019-05-211-2/+6
* Add --colorize and --nocolorize options to IRBaycabta2019-05-211-2/+6
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-271-1/+1
* suppress redefinition warningsnaruse2019-04-271-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-261-2/+6
* Colorize IRB's code_around_bindingTakashi Kokubun2019-04-261-4/+7
* suppress redefinition warningsnaruse2019-04-211-1/+1
* irb/{context,workspace}.rb: use local_variable_setnobu2018-04-141-1/+9
* proc.c (bind_location): Add Binding#source_locationmame2017-12-261-1/+1
* Fix TOCTTOU and avoid to read existing unreadable filekazu2017-11-241-2/+5
* workspace.rb: one more spacenobu2017-11-241-1/+1
* workspace.rb: fix SCRIPT_LINES__nobu2017-11-241-9/+7
* irb.rb: show source around binding.irb on startk0kubun2017-11-241-0/+21
* Remove unnecessary `require 'thread'`kazu2017-10-081-2/+0
* Use qualified namesnobu2016-08-301-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/cmath.rb: fixed indent.hsbt2014-08-091-57/+57
* * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda2013-11-301-1/+1
* * remove trailing spaces.nobu2012-12-251-1/+1
* * lib/irb/workspace.rb: define method to private on top-level irbkeiju2012-12-251-2/+2
* * lib/irb.rb, lib/irb/*: Documentation for IRBzzak2012-12-211-0/+4
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-131-2/+4
* * lib/cgi/core.rb: Use symbols instead of strings formarcandre2012-11-161-1/+1
* * lib/irb/workspace.rb: fix BUG#4793.keiju2011-06-271-1/+1
* * bin/irb, lib/irb.rb lib/irb/*: irb-0.9.6, extend inspect-modekeiju2009-07-071-1/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-061-7/+7
* * lib/irb.rb (IRB::Irb::eval_input): SyntaxError should not bematz2008-03-041-0/+2
* * 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
* * bin/irb lib/irb.rb lib/irb/...: IRB 0.9.5.keiju2005-04-131-2/+2
* * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb,nobu2004-04-181-1/+1
* consistent parentheses in assignment RHS.matz2003-10-161-1/+1
* * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,knu2003-02-071-1/+1
* * irb 0.9keiju2002-07-091-8/+9
* Get rid of Japanese comments and fix English comments as appropriate.knu2001-05-031-2/+2
* Initial revisionknu2001-04-301-0/+106