Age | Commit message (Expand) | Author |
---|
2023-05-18 | [ruby/irb] Refactor RubyLex's input/io methods | Stan Lo |
2023-04-05 | [ruby/irb] Drop Ruby 2.6 support | Stan Lo |
2023-04-02 | [ruby/irb] Remove dead code (https://.com/ruby/irb/pull/554) | Stan Lo |
2023-03-02 | [ruby/irb] Handle long inspect and control character in prompt | tomoya ishida |
2023-01-14 | [ruby/irb] Store context in RubyLex | 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-19 | [ruby/irb] Document a full list of commands | Takashi Kokubun |
2022-11-19 | [ruby/irb] Update documentation about Autocompletion | Takashi Kokubun |
2022-11-18 | [ruby/irb] Minor fixes on debug command | Takashi Kokubun |
2022-11-18 | [ruby/irb] Add debug command (https://.com/ruby/irb/pull/446) | Stan Lo |
2022-11-18 | [ruby/irb] Add an option to suppress code_around_binding | Takashi Kokubun |
2022-11-17 | Drop Ruby 2.5 support | st0012 |
2022-11-10 | [ruby/irb] Transform ls's --grep/-G option to keyword args | 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-03 | [ruby/irb] Remove unnecessary Thread presence check | st0012 |
2022-07-12 | [ruby/irb] [DOC] Include updated help message (https://.com/ruby/irb/pu... | Burdette Lamar |
2022-06-28 | [ruby/irb] Centralize coloring control (https://.com/ruby/irb/pull/374) | Stan Lo |
2022-06-20 | [ruby/irb] [DOC] Fix formatting in docs | Peter Zhu |
2022-05-18 | [ruby/irb] Fix documents for .irbrc path | Kouhei Yanagita |
2021-12-21 | [ruby/irb] Check colorize option correctly to clear char attr and don't use i... | aycabta |
2021-12-21 | [ruby/irb] Add resetting char attr that I forgot | aycabta |
2021-12-19 | [ruby/irb] Add information about --extra-doc-dir option in the comments | Kaíque Kandy Koga |
2021-10-07 | [ruby/irb] Update descriptions of methods | Kaíque Kandy Koga |
2021-10-04 | [ruby/irb] Fix typo of variable | aycabta |
2021-09-27 | [ruby/irb] Add doc about "echo on assignment" | aycabta |
2021-09-27 | [ruby/irb] Add a space before left paren | aycabta |
2021-09-10 | [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rb | aycabta |
2021-08-30 | Add --autocomplete / --noautocomplete options | aycabta |
2021-07-10 | [ruby/irb] Pass local variables from workspace binding to lexer | Jeremy Evans |
2021-05-11 | [ruby/irb] Fix `Encoding::ConverterNotFoundError` | Koichi ITO |
2021-05-11 | [ruby/irb] Treat encodings in exception correctly | aycabta |
2021-04-02 | [ruby/irb] SIGINT should raise Interrupt after IRB session | Koichi Sasada |
2021-02-27 | [ruby/irb] Update help message for next context-mode of 4 | Jeremy Evans |
2021-01-27 | [ruby/irb] use `RubyLex::TerminateLineInput` appropriately [Bug #17564] | Nobuhiro IMAI |
2021-01-18 | [ruby/irb] handle repeated exception separately | Nobuhiro IMAI |
2021-01-08 | [ruby/irb] Fix comment, irb gem supports 2.5.0 or older | aycabta |
2021-01-08 | [ruby/irb] Fix BACK_TRACE_LIMIT logic | aycabta |
2021-01-08 | [ruby/irb] Use Exception#full_message to show backtrace in the correct order | aycabta |
2021-01-08 | [ruby/irb] fix typo in `IRB::Irb#convert_invalid_byte_sequence` | Nobuhiro IMAI |
2021-01-05 | [ruby/irb] Escape invalid byte sequence in Exception | aycabta |
2020-12-22 | [ruby/irb] Support arg for measure command | aycabta |
2020-12-20 | [ruby/irb] Add measure command | aycabta |
2020-11-22 | [ruby/irb] Stop using bang version for #inspect of result | aycabta |
2020-10-22 | Fix small typo in comment in lib/irb.c | Andrew Kerr |
2020-09-19 | [ruby/irb] Drop OMIT_ON_ASSIGNMENT and add :truncate option for ECHO_ON_ASSIG... | aycabta |
2020-09-14 | [ruby/irb] Omit output if first line of multiline is too long | aycabta |
2020-09-14 | [ruby/irb] Add OMIT_ON_ASSIGNMENT | aycabta |