summaryrefslogtreecommitdiff
path: root/lib/irb/cmd
AgeCommit message (Expand)Author
2023-08-29[ruby/irb] Improve help/show_cmds message during debuggerStan Lo
2023-08-20[ruby/irb] Support `VISUAL` env var, and prefer it over `EDITOR`Summer ☀️
2023-08-13[ruby/irb] Support seamless integration with ruby/debugStan Lo
2023-08-02[ruby/irb] Deprecate multi-irb commandsStan Lo
2023-08-01[ruby/irb] Add workspace categoryStan Lo
2023-07-31[ruby/irb] Decouple `edit` and `show_source` commandsStan Lo
2023-07-26[ruby/irb] Page `ls`'s output (https://github.com/ruby/irb/pull/657)Stan Lo
2023-07-25[ruby/irb] Display `show_cmds`'s output in a pager when in TTYStan Lo
2023-07-04[ruby/irb] Use `max_by` for `longest_cmd_name_length`Andy Waite
2023-06-25[ruby/irb] Fix process_continue(rename to should_continue?) andtomoya ishida
2023-06-10[ruby/irb] Remove the unused fork command definitionStan Lo
2023-06-05[ruby/irb] Refactor ExtendCommand::NopStan Lo
2023-06-05[ruby/irb] Simplify irb_info commandStan Lo
2023-05-23[ruby/irb] Allow `show_source` for private methodsTSUYUSATO Kitsune
2023-05-18[ruby/irb] Print deprecation warning for `help` commandStan Lo
2023-04-24[ruby/irb] Simplify the help command's implementationStan Lo
2023-04-24[ruby/irb] Filter out top-level methods when using `lsStan Lo
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Don't check RUBY_ENGINE when deciding whether to accept kargsStan Lo
2023-02-28[ruby/irb] Display and prioritise instance methods in `lsStan Lo
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