aboutsummaryrefslogtreecommitdiffstats
path: root/test/irb/test_history.rb
Commit message (Expand)AuthorAgeFilesLines
* Skip irb/test_history on Windows tooaycabta2020-08-201-6/+1
* Skip Editline for history tests of IRBaycabta2020-08-191-0/+9
* Skip irb/test_history on Solarisaycabta2020-08-191-1/+1
* Use "in" and "out" options of "system" instead of "replace_stdio"aycabta2020-08-191-28/+1
* Do "write" to temp stdin before "reopen"aycabta2020-08-191-5/+5
* test/irb/test_history.rb: prevent warningsYusuke Endoh2020-08-181-4/+4
* Lounch external process on Windows correctlyaycabta2020-08-181-2/+1
* [ruby/irb] Change the way the IRB is invoked as an external processaycabta2020-08-181-2/+1
* [ruby/irb] Add require 'irb' to test separatelyaycabta2020-08-181-0/+1
* [ruby/irb] Make history infinite if set SAVE_HISTORY to negativeaycabta2020-08-181-0/+23
* [ruby/irb] Suppress crash when bignum is set to SAVE_HISTORYaycabta2020-08-181-0/+23
* [ruby/irb] Add tests about IRB historyaycabta2020-08-181-0/+131