Age | Commit message (Expand) | Author |
---|
2022-03-14 | [ruby/irb] Move `:stopdoc:` directive | Nobuyoshi Nakada |
2022-01-27 | [ruby/irb] Changed to call Kernel.print | manga_osyo |
2022-01-17 | [ruby/irb] Use require_relative to load extensions/commands | st0012 |
2022-01-17 | [ruby/irb] Use require_relative to require lib files | st0012 |
2021-12-29 | [ruby/irb] Prefer `IO#wait_readable` over `IO#select`. (https://.com/ru... | Samuel Williams |
2021-12-25 | [ruby/irb] Version 1.4.1 | aycabta |
2021-12-25 | [ruby/irb] Support showing doc by dialog in iTerm2 | aycabta |
2021-12-25 | [ruby/irb] Version 1.4.0 | aycabta |
2021-12-25 | [ruby/irb] Update dependency, reline >= 0.3.0 | aycabta |
2021-12-24 | Fix warning in `Lexer::Elem#[]` | manga_osyo |
2021-12-24 | [ruby/irb] irb_info codepage mismatch | YO4 |
2021-12-20 | [ruby/irb] Add East Asian Ambiguous Width to irb_info command | aycabta |
2021-12-03 | [ruby/irb] Examine indentation of in keyword when trying to type include | Kaíque Kandy Koga |
2021-12-03 | [ruby/irb] Add Alt+d keycode when convert-meta isn't used | ima1zumi |
2021-12-03 | [ruby/irb] Fix bug infinite loop when pasting multilines fo code in Ruby 2.6 | manga_osyo |
2021-12-02 | Compatibility with IRB | schneems |
2021-10-13 | [ruby/irb] Ignore parenthesis during completion | Kaíque Kandy Koga |
2021-10-11 | [ruby/irb] Add help about extra doc dir option | aycabta |
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-10 | [ruby/irb] Revert "Optimize show_source command further" | Takashi Kokubun |
2021-10-09 | [ruby/irb] Version 1.3.8.pre.11 | aycabta |
2021-10-09 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.11 | aycabta |
2021-10-08 | [ruby/irb] Determine left and right when the width of either side is zero cor... | aycabta |
2021-10-08 | [ruby/irb] Calculate right side doc dialog width correctly | aycabta |
2021-10-08 | [ruby/irb] Specify whether to show the doc dialog on the left or right side b... | aycabta |
2021-10-08 | [ruby/irb] Display doc dialog in gaps on narrow screen | aycabta |
2021-10-07 | [ruby/irb] Update descriptions of methods | Kaíque Kandy Koga |
2021-10-07 | [ruby/irb] Make IRB::Context#exit call super if UncaughtThrowError | Jeremy Evans |
2021-10-03 | [ruby/irb] Remove `require` in signal handler to avoid ThreadError | Masataka Pocke Kuwabara |
2021-10-03 | [ruby/irb] Version 1.3.8.pre.10 | aycabta |
2021-10-03 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.10 | aycabta |
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-09-27 | [ruby/irb] Add a space before left paren | aycabta |
2021-09-24 | [ruby/irb] Revert "Show original string byte sequence to debug" | aycabta |
2021-09-24 | [ruby/irb] Show original string byte sequence to debug | aycabta |
2021-09-23 | Revert "Show original string byte sequence to debug" | aycabta |
2021-09-23 | [ruby/irb] Ignore any encoding errors while symbol completion | Nobuyoshi Nakada |
2021-09-23 | Show original string byte sequence to debug | aycabta |
2021-09-22 | [ruby/irb] Use typed spaces when the line is inside the here documents | Kaíque Kandy Koga |
2021-09-21 | [ruby/irb] Sort shortest files in each load paths | Nobuyoshi Nakada |
2021-09-21 | [ruby/irb] Check if Gem::Specification is defined | Nobuyoshi Nakada |
2021-09-11 | [ruby/irb] Ignore invalid 3 colons in completion | aycabta |
2021-09-10 | [ruby/irb] Version 1.3.8.pre.9 | aycabta |
2021-09-10 | [ruby/irb] Update dependency, reline >= 0.2.8.pre.9 | aycabta |
2021-09-10 | [ruby/irb] Move IRB::TOPLEVEL_BINDING from exe/irb to lib/irb/workspace.rb | aycabta |
2021-09-10 | [ruby/irb] Avoid loading files' local variables [Bug #17623] | Marc-Andre Lafortune |