aboutsummaryrefslogtreecommitdiffstats
path: root/lib/irb/ext
Commit message (Expand)AuthorAgeFilesLines
* [ruby/irb] Refactor eval historyStan Lo2023-07-041-4/+4
* [ruby/irb] Stop treating history-saving logic as extensionStan Lo2023-07-031-125/+0
* [ruby/irb] Refactor ExtendCommand::NopStan Lo2023-06-051-0/+2
* [ruby/irb] fix typo in tracer (https://github.com/ruby/irb/pull/565)Yusuf Daniju2023-04-231-1/+1
* [ruby/irb] Drop Ruby 2.6 supportStan Lo2023-04-051-24/+1
* [ruby/irb] Remove dead code (https://github.com/ruby/irb/pull/554)Stan Lo2023-04-021-1/+0
* [ruby/irb] Remove unused context argument from Worksapce#evaluateStan Lo2023-02-182-4/+4
* [ruby/irb] Formatting to header stylesHiroshi SHIBATA2023-01-118-33/+2
* [ruby/irb] Removed Release Version and Revisions for old VCS softwareHiroshi SHIBATA2023-01-118-16/+0
* [ruby/irb] Use class methods of `File` over `Kernel.open`Nobuyoshi Nakada2022-11-301-1/+1
* [ruby/irb] Rename leftover Reidline referencesst00122022-11-151-1/+1
* [ruby/irb] Remove unnecessary Thread presence checkst00122022-10-031-1/+0
* [ruby/irb] Fix the error when LC_MESSAGES config value is nilNobuyoshi Nakada2022-09-141-1/+1
* [ruby/irb] Fix history file saving with concurrent irb sessions when history ...Jeremy Evans2022-09-141-2/+2
* [ruby/irb] Make save-history extension safe for concurrent useJeremy Evans2021-03-061-5/+15
* [ruby/irb] Fix inverse separator conditionNobuyoshi Nakada2021-02-121-4/+2
* [ruby/irb] Suppress error when File::ALT_SEPARATOR is nilaycabta2021-02-111-1/+3
* Fix absolute path predicate on WindowsNobuyoshi Nakada2021-01-291-1/+24
* [ruby/irb] add `IRB::FileInputMethod.open` to ensure closing associated FileNobuhiro IMAI2021-01-271-18/+22
* [ruby/irb] Discard newlines at end of fileaycabta2020-08-286-8/+0
* [ruby/irb] Workaround a bug of ruby-mode.elNobuyoshi Nakada2020-08-181-1/+1
* [ruby/irb] Yet another unnecessary readlineNobuyoshi Nakada2020-08-181-2/+0
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-2/+2
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-1/+6
* [DOC] get rid of parsing as TIDYLINK unintentionallyNobuyoshi Nakada2020-04-071-1/+1
* Use Reline.encoding_system_needs if existsaycabta2020-01-141-2/+2
* Remove e2mmap dependencyaycabta2019-11-251-7/+7
* Remove debug code...aycabta2019-11-241-1/+0
* Disable tracer ext of IRB when tracer doesn't foundaycabta2019-11-241-1/+15
* IRB: Document command evaluation history.zverok2019-10-261-8/+45
* IRB's multiline history is enable only when Reidline modeaycabta2019-08-221-1/+1
* Ignore history file without saving if permissions cannot be changedJeremy Evans2019-07-271-0/+2
* Simplify history saving codeaycabta2019-07-151-8/+1
* Use #to_a for Readline::HISTORY directlyaycabta2019-07-151-1/+1
* Remove debug printaycabta2019-07-151-1/+0
* Support multiline irb_historyaycabta2019-07-151-2/+18
* Suppress warningsMasataka Pocke Kuwabara2019-07-153-2/+6
* Add support for history with Reline backendSutou Kouhei2019-05-271-4/+6
* lib/*: Prefer require_relative over require.marcandre2018-11-021-2/+2
* Remove unnecessary `require 'thread'`kazu2017-10-081-1/+0
* Removed math mode from irb.hsbt2017-04-201-48/+0
* * lib/irb/ext/save-history.rb: Fix NoMethodError when method is not defined.hsbt2016-04-151-1/+1
* * lib/irb/ext/save-history.rb: suppress warning: method redefined;naruse2016-04-141-0/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-169-0/+9
* * lib/e2mmap.rb: remove needless instance variables.hsbt2014-08-244-4/+0
* * lib/irb/ext/multi-irb.rb: fixed indent.hsbt2014-08-101-69/+69
* * lib/irb/ext/multi-irb.rb: removed commented-out code.hsbt2014-08-101-19/+0
* * lib/irb.rb: removed commented-out code.hsbt2014-08-095-44/+1
* * lib/cmath.rb: fixed indent.hsbt2014-08-099-169/+169
* * lib/irb.rb, lib/irb/ext/save-history.rb: Add documentation on how tozzak2013-02-041-0/+7