Age | Commit message (Expand) | Author |
---|
2023-02-25 | [ruby/irb] Remove unused Struct | ima1zumi |
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-12-27 | [ruby/irb] Fix wrong conf path with XDG_CONFIG_HOME. It should be under the H... | Hiroshi SHIBATA |
2022-12-06 | [ruby/irb] Allow disabling autocompletion with | Stan Lo |
2022-11-21 | [ruby/irb] Add commands to start and use the debugger | Takashi Kokubun |
2022-11-15 | [ruby/irb] Deprecate reidline flags | st0012 |
2022-11-10 | [ruby/irb] Make $ and @ default aliases | Takashi Kokubun |
2022-11-03 | [ruby/irb] Allow non-identifier aliases like Pry's @ and $ | Takashi Kokubun |
2022-10-28 | [ruby/irb] Do not make non-existent XDG directory on start | Nobuyoshi Nakada |
2022-10-28 | [ruby/irb] Update regarding NO_COLOR value | Nobuyoshi Nakada |
2022-09-17 | [ruby/irb] Support --noscript option to not use first non-option argument as ... | Jeremy Evans |
2021-10-11 | [ruby/irb] Add --extra-doc-dir option to show doc dialog | aycabta |
2021-08-30 | Add --autocomplete / --noautocomplete options | aycabta |
2021-06-21 | [ruby/irb] Improve stackprof measure | Ulysse Buonomo |
2021-05-24 | [ruby/irb] respect NO_COLOR environment variable | Mark Delk |
2021-02-06 | [ruby/irb] Enable to reassign a new block with "measure" command | aycabta |
2021-02-06 | [ruby/irb] Allow "measure" command to take block | aycabta |
2020-12-24 | [ruby/irb] Try not to register the exact same measuring method twice | aycabta |
2020-12-22 | [ruby/irb] Support arg for measure command | aycabta |
2020-12-20 | [ruby/irb] Add measure command | aycabta |
2020-12-17 | [ruby/irb] Change context-mode's default to new mode 4. | Marc-Andre Lafortune |
2020-12-17 | [ruby/irb] Enable deprecation warnings when using -W or -w | Jeremy Evans |
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-23 | Support XDG_* (#2174) | Hiroshi SHIBATA |
2020-01-14 | Use Reline.encoding_system_needs if exists | aycabta |
2020-01-14 | Remove an unused setting variable | aycabta |
2019-11-25 | Remove e2mmap dependency | aycabta |
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-11-20 | Generate history file path correctly when $HOME/.irbrc doesn't exist | aycabta |
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 | Change PROMPT_S of simple-prompt | Kazuhiro NISHIYAMA |
2019-07-15 | Save history in IRB is enabled by default | aycabta |
2019-07-15 | Auto indent in IRB is enabled by default | aycabta |
2019-05-25 | Use Reline as Reidline multiline editor in IRB | aycabta |
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. | marcandre |
2017-12-12 | Remove unnecessary `:` | kazu |
2017-12-12 | Add uplevel keyword to Kernel#warn and use it | shyouhei |
2017-12-12 | irb/init.rb: make sure ARGV refers to toplevel one | k0kubun |
2017-12-12 | irb.rb: preserve ARGV on binding.irb | k0kubun |