Age | Commit message (Expand) | Author |
---|
2024-04-10 | [ruby/irb] Command implementation not by method | tomoya ishida |
2024-03-16 | [ruby/irb] Use markdown format for docs | Stan Lo |
2024-03-01 | [ruby/irb] Restructure workspace management | Stan Lo |
2024-02-23 | [ruby/irb] Remove useless loaded file check | tomoya ishida |
2024-02-23 | [ruby/irb] Turn on frozen literal in files | Stan Lo |
2024-02-23 | [ruby/irb] Unroll extension method generation | Stan Lo |
2024-02-16 | [ruby/irb] Standardize command related names | Stan Lo |
2024-02-13 | [ruby/irb] Refactor eval_path and `SourceFinder::Source` | Stan Lo |
2024-02-07 | [ruby/irb] Polish tracer integration and tests | Stan Lo |
2024-02-06 | [ruby/irb] Fix usage of tracer gem and add tests | Nuno Silva |
2023-07-04 | [ruby/irb] Refactor eval history | Stan Lo |
2023-07-03 | [ruby/irb] Stop treating history-saving logic as extension | Stan Lo |
2023-06-05 | [ruby/irb] Refactor ExtendCommand::Nop | Stan Lo |
2023-04-23 | [ruby/irb] fix typo in tracer (https://.com/ruby/irb/pull/565) | Yusuf Daniju |
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-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-30 | [ruby/irb] Use class methods of `File` over `Kernel.open` | Nobuyoshi Nakada |
2022-11-15 | [ruby/irb] Rename leftover Reidline references | st0012 |
2022-10-03 | [ruby/irb] Remove unnecessary Thread presence check | st0012 |
2022-09-14 | [ruby/irb] Fix the error when LC_MESSAGES config value is nil | Nobuyoshi Nakada |
2022-09-14 | [ruby/irb] Fix history file saving with concurrent irb sessions when history ... | Jeremy Evans |
2021-03-06 | [ruby/irb] Make save-history extension safe for concurrent use | Jeremy Evans |
2021-02-12 | [ruby/irb] Fix inverse separator condition | Nobuyoshi Nakada |
2021-02-11 | [ruby/irb] Suppress error when File::ALT_SEPARATOR is nil | aycabta |
2021-01-29 | Fix absolute path predicate on Windows | Nobuyoshi Nakada |
2021-01-27 | [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated File | Nobuhiro IMAI |
2020-08-28 | [ruby/irb] Discard newlines at end of file | aycabta |
2020-08-18 | [ruby/irb] Workaround a bug of ruby-mode.el | Nobuyoshi Nakada |
2020-08-18 | [ruby/irb] Yet another unnecessary readline | Nobuyoshi Nakada |
2020-08-18 | [ruby/irb] Make history infinite if set SAVE_HISTORY to negative | aycabta |
2020-08-18 | [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORY | aycabta |
2020-04-07 | [DOC] get rid of parsing as TIDYLINK unintentionally | Nobuyoshi Nakada |
2020-01-14 | Use Reline.encoding_system_needs if exists | aycabta |
2019-11-25 | Remove e2mmap dependency | aycabta |
2019-11-24 | Remove debug code... | aycabta |
2019-11-24 | Disable tracer ext of IRB when tracer doesn't found | aycabta |
2019-10-26 | IRB: Document command evaluation history. | zverok |
2019-08-22 | IRB's multiline history is enable only when Reidline mode | aycabta |
2019-07-27 | Ignore history file without saving if permissions cannot be changed | Jeremy Evans |
2019-07-15 | Simplify history saving code | aycabta |
2019-07-15 | Use #to_a for Readline::HISTORY directly | aycabta |
2019-07-15 | Remove debug print | aycabta |
2019-07-15 | Support multiline irb_history | aycabta |
2019-07-15 | Suppress warnings | Masataka Pocke Kuwabara |
2019-05-27 | Add support for history with Reline backend | Sutou Kouhei |
2018-11-02 | lib/*: Prefer require_relative over require. | marcandre |
2017-10-08 | Remove unnecessary `require 'thread'` | kazu |