summaryrefslogtreecommitdiff
path: root/lib/irb/ext
AgeCommit message (Expand)Author
2024-04-10[ruby/irb] Command implementation not by methodtomoya ishida
2024-03-16[ruby/irb] Use markdown format for docsStan Lo
2024-03-01[ruby/irb] Restructure workspace managementStan Lo
2024-02-23[ruby/irb] Remove useless loaded file checktomoya ishida
2024-02-23[ruby/irb] Turn on frozen literal in filesStan Lo
2024-02-23[ruby/irb] Unroll extension method generationStan Lo
2024-02-16[ruby/irb] Standardize command related namesStan Lo
2024-02-13[ruby/irb] Refactor eval_path and `SourceFinder::Source`Stan Lo
2024-02-07[ruby/irb] Polish tracer integration and testsStan Lo
2024-02-06[ruby/irb] Fix usage of tracer gem and add testsNuno Silva
2023-07-04[ruby/irb] Refactor eval historyStan Lo
2023-07-03[ruby/irb] Stop treating history-saving logic as extensionStan Lo
2023-06-05[ruby/irb] Refactor ExtendCommand::NopStan Lo
2023-04-23[ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565)Yusuf Daniju
2023-04-05[ruby/irb] Drop Ruby 2.6 supportStan Lo
2023-04-02[ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo
2023-02-18[ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo
2023-01-11[ruby/irb] Formatting to header stylesHiroshi SHIBATA
2023-01-11[ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA
2022-11-30[ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada
2022-11-15[ruby/irb] Rename leftover Reidline referencesst0012
2022-10-03[ruby/irb] Remove unnecessary Thread presence checkst0012
2022-09-14[ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi 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 useJeremy Evans
2021-02-12[ruby/irb] Fix inverse separator conditionNobuyoshi Nakada
2021-02-11[ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta
2021-01-29Fix absolute path predicate on WindowsNobuyoshi Nakada
2021-01-27[ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI
2020-08-28[ruby/irb] Discard newlines at end of fileaycabta
2020-08-18[ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada
2020-08-18[ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada
2020-08-18[ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta
2020-08-18[ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta
2020-04-07[DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada
2020-01-14Use Reline.encoding_system_needs if existsaycabta
2019-11-25Remove e2mmap dependencyaycabta
2019-11-24Remove debug code...aycabta
2019-11-24Disable tracer ext of IRB when tracer doesn't foundaycabta
2019-10-26IRB: Document command evaluation history.zverok
2019-08-22IRB's multiline history is enable only when Reidline modeaycabta
2019-07-27Ignore history file without saving if permissions cannot be changedJeremy Evans
2019-07-15Simplify history saving codeaycabta
2019-07-15Use #to_a for Readline::HISTORY directlyaycabta
2019-07-15Remove debug printaycabta
2019-07-15Support multiline irb_historyaycabta
2019-07-15Suppress warningsMasataka Pocke Kuwabara
2019-05-27Add support for history with Reline backendSutou Kouhei
2018-11-02lib/*: Prefer require_relative over require.marcandre
2017-10-08Remove unnecessary `require 'thread'`kazu