Age | Commit message (Expand) | Author |
---|
2023-02-18 | [ruby/irb] Remove unused context argument from Worksapce#evaluate | Stan Lo |
2023-01-11 | [ruby/irb] Formatting to header styles | Hiroshi SHIBATA |
2023-01-11 | [ruby/irb] Removed Release Version and Revisions for old VCS software | Hiroshi SHIBATA |
2022-11-21 | [ruby/irb] Add commands to start and use the debugger | Takashi Kokubun |
2022-11-15 | [ruby/irb] Deprecate USE_RELINE and USE_REIDLINE | st0012 |
2022-11-07 | [ruby/irb] Support non-string input in show_source | Takashi Kokubun |
2022-11-03 | [ruby/irb] Allow non-identifier aliases like Pry's @ and $ | Takashi Kokubun |
2022-10-18 | [ruby/irb] Always use local variables in current context to parse code (https... | tomoya ishida |
2022-10-05 | [ruby/irb] Use USE_REIDLINE for backword compatibility | Hiroshi SHIBATA |
2022-10-05 | [ruby/irb] Rename IDB::ReidlineInputMethod to IRB::RelineInputMethod | Gannon McGibbon |
2022-10-03 | [ruby/irb] Remove unnecessary Thread presence check | st0012 |
2022-09-17 | [ruby/irb] Support --noscript option to not use first non-option argument as ... | Jeremy Evans |
2022-06-28 | [ruby/irb] Centralize coloring control (https://.com/ruby/irb/pull/374) | Stan Lo |
2021-10-11 | [ruby/irb] Add --extra-doc-dir option to show doc dialog | aycabta |
2021-10-11 | [ruby/irb] Add periods to doc | aycabta |
2021-10-11 | [ruby/irb] Set default return_format | aycabta |
2021-10-07 | [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowError | Jeremy Evans |
2021-09-27 | [ruby/irb] Add doc about "echo on assignment" | aycabta |
2021-09-27 | [ruby/irb] Add blank lines to sample code in doc for readability | aycabta |
2021-09-27 | [ruby/irb] Fix sample code in doc | aycabta |
2021-08-30 | Add --autocomplete / --noautocomplete options | aycabta |
2020-09-19 | [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG... | aycabta |
2020-09-14 | [ruby/irb] Add OMIT_ON_ASSIGNMENT | aycabta |
2020-04-07 | [DOC] get rid of parsing as TIDYLINK unintentionally | Nobuyoshi Nakada |
2020-01-21 | [ruby/irb] Add newline_before_multiline_output | Kenta Murata |
2019-12-24 | [ruby/irb] Remove warning message to bundle on Ruby 2.7.0 | aycabta |
2019-11-26 | Slightly fix the warning message [ci skip] | Takashi Kokubun |
2019-11-26 | Suggest an alternative to suppress the irb warning | Takashi Kokubun |
2019-11-21 | Add a warning message and --legacy of an alias of --singleline | aycabta |
2019-11-21 | Use singleline/multiline instead of readline/reidline | aycabta |
2019-10-24 | Remove unsused output_method argument | Jeremy Evans |
2019-08-16 | Don't echo results of assignment expressions | Steven Willis |
2019-08-06 | Revert "Don't echo results of assignment expressions" | aycabta |
2019-08-06 | Don't echo results of assignment expressions | Steven Willis |
2019-07-15 | Auto indent in IRB is enabled by default | aycabta |
2019-05-27 | context.rb: hide wrapping lines | Nobuyoshi Nakada |
2019-05-25 | Use Reline as Reidline multiline editor in IRB | aycabta |
2019-05-21 | Copy config to make IRB::Context#use_colorize? functional | Takashi Kokubun |
2019-05-21 | Add --colorize and --nocolorize options to IRB | aycabta |
2019-04-30 | Use Ripper for IRB | aycabta |
2019-04-23 | Revert "IRB is improved with Reline and RDoc, take 2" | Nobuyoshi Nakada |
2019-04-23 | IRB is improved with Reline and RDoc, take 2 | aycabta |
2019-04-21 | Revert "IRB is improved with Reline and RDoc" | aycabta |
2019-04-20 | IRB is improved with Reline and RDoc | aycabta |
2018-11-02 | lib/*: Prefer require_relative over require, remove explicit extension | marcandre |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2018-04-14 | irb.rb: restore the last error | nobu |
2018-04-14 | irb/{context,workspace}.rb: use local_variable_set | nobu |
2018-04-14 | irb/context.rb: using input-method | nobu |
2017-04-20 | Removed math mode from irb. | hsbt |