aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/cmd
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune2023-05-231-3/+4
* [ruby/irb] Print deprecation warning for `help` commandStan Lo2023-05-182-44/+60
* [ruby/irb] Simplify the help command's implementationStan Lo2023-04-241-14/+12
* [ruby/irb] Filter out top-level methods when using `lsStan Lo2023-04-241-2/+5
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-052-15/+6
* [ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo2023-04-021-1/+1
* [ruby/irb] Display and prioritise instance methods in `lsStan Lo2023-02-281-7/+20
* [ruby/irb] Store context in RubyLexStan Lo2023-01-141-3/+3
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-117-28/+2
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-117-14/+0
* [ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun2022-12-201-4/+5
* [ruby/irb] `show_doc` command should take non-string argument tooStan Lo2022-12-124-12/+18
* [ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo2022-12-092-2/+10
* [ruby/irb] Gracefully handle missing command argumentStan Lo2022-12-083-14/+25
* [ruby/irb] Add "show_cmds" command to list all commands'Stan Lo2022-12-0823-9/+131
* [ruby/irb] Lazily load the multi-irb extensionStan Lo2022-12-071-5/+18
* [ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun2022-11-301-0/+1
* [ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun2022-11-281-2/+10
* [ruby/irb] Add commands to start and use the debuggerTakashi Kokubun2022-11-2111-24/+202
* [ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo2022-11-202-43/+109
* [ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun2022-11-181-2/+25
* [ruby/irb] Minor fixes on debug commandTakashi Kokubun2022-11-181-15/+55
* [ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo2022-11-181-0/+33
* [ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun2022-11-101-0/+9
* [ruby/irb] Support non-string input in show_sourceTakashi Kokubun2022-11-071-0/+18
* [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