aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/cmd
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo2022-06-283-8/+6
* [ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo2022-06-203-6/+8
* [ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada2022-03-1412-24/+48
* [ruby/irb] irb_info codepage mismatchYO42021-12-241-1/+1
* [ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta2021-12-201-0/+1
* Compatibility with IRBschneems2021-12-021-1/+1
* [ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun2021-10-101-4/+1
* [ruby/irb] Pass RI options to helpFilip Pyda2021-09-061-1/+2
* [ruby/irb] Support non-English code page messageaycabta2021-07-201-1/+1
* [ruby/irb] Show code page by irb_info on Windowsaycabta2021-07-161-0/+4
* [ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta2021-07-131-0/+3
* [ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta2021-07-111-0/+2
* [ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko2021-07-011-3/+4
* [ruby/irb] Rescue a specific errorTakashi Kokubun2021-06-301-1/+1
* [ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara2021-06-301-2/+3
* [ruby/irb] Optimize show_source command furtherTakashi Kokubun2021-06-271-1/+4
* [ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara2021-06-271-4/+11
* [ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko2021-06-221-11/+3
* [ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara2021-05-081-2/+26
* [ruby/irb] Add show_source commandTakashi Kokubun2021-04-021-0/+86
* [ruby/irb] Have some right paddingTakashi Kokubun2021-03-211-2/+2
* [ruby/irb] Fix step's argumentTakashi Kokubun2021-03-211-1/+1
* [ruby/irb] Fix column overflow on ls outputTakashi Kokubun2021-03-211-5/+40
* [ruby/irb] Add whereami commandTakashi Kokubun2021-03-211-0/+20
* [ruby/irb] Implement ls commandTakashi Kokubun2021-03-212-4/+58
* [ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta2021-02-111-0/+1
* [ruby/irb] Allow "measure" command to take blockaycabta2021-02-062-6/+12
* [ruby/irb] Try not to register the exact same measuring method twiceaycabta2020-12-241-2/+2
* [ruby/irb] Suppress "shadowing outer" warningaycabta2020-12-221-2/+2
* [ruby/irb] Support arg for measure commandaycabta2020-12-221-6/+6
* [ruby/irb] Add measure commandaycabta2020-12-201-0/+34
* Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui2020-11-051-1/+1
* Prefer #send over #__send__ when it is clear there is no possible conflictBenoit Daloze2020-11-051-1/+1
* Separate `send` into `public_send` and `__send__`Nobuyoshi Nakada2020-10-271-1/+1
* [ruby/irb] Discard newlines at end of fileaycabta2020-08-282-3/+0
* [ruby/irb] Check existence of rc files in irb_info commandaycabta2020-04-291-6/+5
* [ruby/irb] Add irb_info commandaycabta2020-04-291-0/+25
* irb/cmd/help.rb: return nil after the redefinitionNobuyoshi Nakada2019-06-101-0/+1
* irb: defer requiring rdoc to improve the start up timeNobuyoshi Nakada2019-06-101-5/+8
* Prefer block_given? to iterator?nobu2019-04-271-1/+1
* make sync-default-gems GEM=irbTakashi Kokubun2019-04-261-1/+1
* Prefer block_given? to iterator?nobu2019-01-181-1/+1
* lib/*: Prefer require_relative over require, remove explicit extensionmarcandre2018-11-025-8/+8
* lib/*: Prefer require_relative over require.marcandre2018-11-021-1/+1
* * basictest/test.rb: Adjust spaces in class declarationshsbt2016-10-076-14/+14
* Add frozen_string_literal: false for all filesnaruse2015-12-167-0/+7
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-242-2/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-091-2/+0
* * lib/cmath.rb: fixed indent.hsbt2014-08-096-56/+56
* * lib/irb*: merge doc from doc/irb/ird.rd and improve overallzzak2012-12-137-3/+14