summaryrefslogtreecommitdiff
path: root/lib/irb/cmd
AgeCommit message (Expand)Author
2023-01-14[ruby/irb] Store context in RubyLexStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-12-20[ruby/irb] Respect DLEXT to force-load debug.soTakashi Kokubun
2022-12-12[ruby/irb] `show_doc` command should take non-string argument tooStan Lo
2022-12-09[ruby/irb] Fix step command (https://github.com/ruby/irb/pull/477)Stan Lo
2022-12-08[ruby/irb] Gracefully handle missing command argumentStan Lo
2022-12-08[ruby/irb] Add "show_cmds" command to list all commands'Stan Lo
2022-12-07[ruby/irb] Lazily load the multi-irb extensionStan Lo
2022-11-30[ruby/irb] Make sure ls doesn't return an arrayTakashi Kokubun
2022-11-28[ruby/irb] Fix the debug.gem force-loader for Ruby 3.2Takashi Kokubun
2022-11-21[ruby/irb] Add commands to start and use the debuggerTakashi Kokubun
2022-11-20[ruby/irb] Add edit command (https://github.com/ruby/irb/pull/453)Stan Lo
2022-11-18[ruby/irb] Discover and load debug.gem even if it's not in GemfileTakashi Kokubun
2022-11-18[ruby/irb] Minor fixes on debug commandTakashi Kokubun
2022-11-18[ruby/irb] Add debug command (https://github.com/ruby/irb/pull/446)Stan Lo
2022-11-10[ruby/irb] Transform ls's --grep/-G option to keyword argsTakashi Kokubun
2022-11-07[ruby/irb] Support non-string input in show_sourceTakashi Kokubun
2022-06-28[ruby/irb] Centralize coloring control (https://github.com/ruby/irb/pull/374)Stan Lo
2022-06-20[ruby/irb] Commands should respect `USE_COLORIZE` config (https://github.com/...Stan Lo
2022-03-14[ruby/irb] Move `:stopdoc:` directiveNobuyoshi Nakada
2021-12-24[ruby/irb] irb_info codepage mismatchYO4
2021-12-20[ruby/irb] Add East Asian Ambiguous Width to irb_info commandaycabta
2021-12-02Compatibility with IRBschneems
2021-10-10[ruby/irb] Revert "Optimize show_source command further"Takashi Kokubun
2021-09-06[ruby/irb] Pass RI options to helpFilip Pyda
2021-07-20[ruby/irb] Support non-English code page messageaycabta
2021-07-16[ruby/irb] Show code page by irb_info on Windowsaycabta
2021-07-13[ruby/irb] Add an explanation of default sub commands of "measure", which are...aycabta
2021-07-11[ruby/irb] Show LANG and LC_ALL env by irb_infoaycabta
2021-07-01[ruby/irb] Update ls.rb without requiring Set, because Set is one of standard...Keiko Kaneko
2021-06-30[ruby/irb] Rescue a specific errorTakashi Kokubun
2021-06-30[ruby/irb] Fix error on `ls object_cant_define_singleton`Masataka Pocke Kuwabara
2021-06-27[ruby/irb] Optimize show_source command furtherTakashi Kokubun
2021-06-27[ruby/irb] Improve performance of `show_source` for large classMasataka Pocke Kuwabara
2021-06-22[ruby/irb] Sort ls result ordered by anscestryKeiko Kaneko
2021-05-08[ruby/irb] Dump ancestors' methods by ls commandMasataka Pocke Kuwabara
2021-04-02[ruby/irb] Add show_source commandTakashi Kokubun
2021-03-21[ruby/irb] Have some right paddingTakashi Kokubun
2021-03-21[ruby/irb] Fix step's argumentTakashi Kokubun
2021-03-21[ruby/irb] Fix column overflow on ls outputTakashi Kokubun
2021-03-21[ruby/irb] Add whereami commandTakashi Kokubun
2021-03-21[ruby/irb] Implement ls commandTakashi Kokubun
2021-02-11[ruby/irb] The command "irb_info" should show RUBY_PLATFORMaycabta
2021-02-06[ruby/irb] Allow "measure" command to take blockaycabta
2020-12-24[ruby/irb] Try not to register the exact same measuring method twiceaycabta
2020-12-22[ruby/irb] Suppress "shadowing outer" warningaycabta
2020-12-22[ruby/irb] Support arg for measure commandaycabta
2020-12-20[ruby/irb] Add measure commandaycabta
2020-11-05Revert "Prefer #send over #__send__ when it is clear there is no possible con...NARUSE, Yui