Age | Commit message (Expand) | Author |
---|
2025-01-24 | Migrate irb and reline to the bundled gems | Hiroshi SHIBATA |
2025-01-22 | [ruby/irb] Bump version to 1.15.1 | tomoya ishida |
2025-01-22 | [ruby/irb] Fix pager preview with escape sequence and newlines | tomoya ishida |
2025-01-22 | [ruby/irb] Update documentation about the new copy command | Stan Lo |
2025-01-22 | [ruby/irb] Show a quick preview of inspect result before pager | tomoya ishida |
2025-01-22 | [ruby/irb] Add copy command (https://.com/ruby/irb/pull/1044) | Prajjwal Singh |
2025-01-21 | [ruby/irb] Bump version to v1.15.0 | Stan Lo |
2025-01-15 | [ruby/irb] Colorize backref token bold green like global variables | tomoya ishida |
2025-01-12 | [ruby/irb] Group private methods together in `IRB::Context` | Stan Lo |
2025-01-12 | [ruby/irb] Drop ColorPrinter's workaround for BasicObject | Stan Lo |
2025-01-11 | [ruby/irb] `IRB.conf[:SAVE_HISTORY]` should handle boolean values | Stan Lo |
2025-01-10 | [ruby/irb] Gracefully handle incorrect command aliases | Stan Lo |
2025-01-05 | Sync IRB to 3e6c12b (#12486) | Stan Lo |
2024-12-29 | [ruby/irb] Fix broken `history` command with -g | sanfrecce-osaka |
2024-12-28 | [ruby/irb] Use the documentation site as the source of truth | Stan Lo |
2024-12-28 | [ruby/irb] Add `ri` an alias to the `show_doc` command | Stan Lo |
2024-12-19 | [ruby/irb] Bump version to v1.14.3 | Stan Lo |
2024-12-16 | Exclude irb from documentation generation | Stan Lo |
2024-12-13 | [ruby/irb] Avoid generating documentation pages for internal | Stan Lo |
2024-12-12 | [ruby/irb] Load history when starting a direct debug session | James Reid-Smith |
2024-12-12 | [ruby/irb] Bump version to v1.14.2 | Stan Lo |
2024-12-11 | [ruby/irb] Page the output in irb:rdbg sessions too | Stan Lo |
2024-12-03 | [ruby/irb] Don't show 'Maybe IRB bug!' in show_source and ls command | tomoya ishida |
2024-11-30 | [ruby/irb] Prevent cursor flickering | Mari Imaizumi |
2024-11-26 | [ruby/irb] Fix indentation of xstring literal | tomoya ishida |
2024-11-20 | [ruby/irb] Store method objects in constants | Stan Lo |
2024-11-20 | [ruby/irb] Move main object's safe call logic to Context | Stan Lo |
2024-11-19 | [ruby/irb] Don't use delegator to install helper methods to main | tomoya ishida |
2024-11-07 | [ruby/irb] Correct ja/help-message for --context-mode and --prompt | Kouhei Yanagita |
2024-11-05 | [ruby/irb] windows does not support Process.kill("TERM", pid) | YO4 |
2024-10-18 | [ruby/irb] Always use alternate sceen on alt-d | tomoya ishida |
2024-10-13 | [ruby/irb] Remove bignum check from save_history | tomoya ishida |
2024-10-11 | [ruby/irb] History refactors (https://.com/ruby/irb/pull/1013) | Gert Goet |
2024-10-08 | [ruby/irb] Change debug test workaround to use ENV | tomoya ishida |
2024-10-06 | [ruby/irb] Change default completor from regexp to auto, try | tomoya ishida |
2024-10-02 | [ruby/irb] Use correct binding in debug mode | tomoya ishida |
2024-09-26 | [ruby/irb] Bump version to v1.14.1 | Stan Lo |
2024-09-20 | [ruby/irb] Fix debug command in nomultiline mode | tomoya ishida |
2024-09-16 | [ruby/irb] Use InstructionSequence#script_lines to get method source | tomoya ishida |
2024-09-12 | [ruby/irb] Remove KEYWORD_ALIASES which handled special alias name | tomoya ishida |
2024-09-03 | [ruby/irb] Fix easter_egg run without RDoc, fix input-method test | tomoya ishida |
2024-08-28 | [ruby/irb] Colorize command input | tomoya ishida |
2024-08-27 | [ruby/irb] Move parse_command method to Context | Stan Lo |
2024-08-14 | [ruby/irb] Fix kill pager pid throwing Errno::ESRCH when pager | tomoya ishida |
2024-08-14 | [ruby/irb] Improve easter_egg logo resolution | tomoya ishida |
2024-07-16 | [ruby/irb] Group class methods under `class << self` | Stan Lo |
2024-07-06 | [ruby/irb] Bump version to v1.14.0 | Stan Lo |
2024-07-05 | [ruby/irb] Return only commands when completing help command's | Stan Lo |
2024-07-03 | [ruby/irb] Introduce cd command | Stan Lo |
2024-06-18 | [ruby/irb] Improve how command calls' return value is handled | Stan Lo |