index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
irb
/
test_history.rb
Age
Commit message (
Expand
)
Author
2024-05-28
[Bug #20511] Update reline-0.5.7 (#10848)
Hiroshi SHIBATA
2023-12-12
Save $VERBOSE properly
Nobuyoshi Nakada
2023-12-12
Prevent a warning: setting Encoding.default_external
Yusuke Endoh
2023-12-01
[ruby/irb] Scrub past history input before split
hogelog
2023-09-16
[ruby/irb] Handle Concurrent Sessions and Saving Readline::HISTORY
Chad Schroeder
2023-08-21
[ruby/irb] Avoid overriding user's `irb_name` setting in debugger
Stan Lo
2023-08-13
[ruby/irb] Support seamless integration with ruby/debug
Stan Lo
2023-08-11
[ruby/irb] Skip integration tests in core CI
Stan Lo
2023-08-09
[ruby/irb] Skip nested IRB tests in Ruby Core CI
Stan Lo
2023-08-09
[ruby/irb] Fix nested IRB sessions' history saving
Stan Lo
2023-07-03
[ruby/irb] Stop treating history-saving logic as extension
Stan Lo
2023-06-13
[ruby/irb] Stanardise test class names with `Test` postfix instead
Stan Lo
2022-12-16
[ruby/irb] Prefer to use File.open instead of Kernel.open
Hiroshi SHIBATA
2022-11-15
[ruby/irb] Remove duplicated TestInputMethod definitions
st0012
2022-11-03
[ruby/irb] Provide a base test class and let tests restore encodings
Stan Lo
2022-09-21
backup IRBRC environmental variable. It's used by test methods when it's defi...
Hiroshi SHIBATA
2022-09-21
Fix the missing locale error
Hiroshi SHIBATA
2022-09-15
[ruby/irb] Refine assertion for failures
Nobuyoshi Nakada
2022-09-15
[ruby/irb] `Dir.mktmpdir` creates a directory including the process ID
Nobuyoshi Nakada
2022-09-14
[ruby/irb] Fix history file saving with concurrent irb sessions when history ...
Jeremy Evans
2021-03-18
Try to fix errors in TestIRB::TestHistory too
Kazuhiro NISHIYAMA
2021-03-06
[ruby/irb] Make save-history extension safe for concurrent use
Jeremy Evans
2020-10-05
Remove system method for E2E testing because depends on ruby command
aycabta
2020-10-05
Show stdout and stderr when history tests fail
aycabta
2020-08-20
Skip irb/test_history on Windows too
aycabta
2020-08-19
Skip Editline for history tests of IRB
aycabta
2020-08-19
Skip irb/test_history on Solaris
aycabta
2020-08-19
Use "in" and "out" options of "system" instead of "replace_stdio"
aycabta
2020-08-19
Do "write" to temp stdin before "reopen"
aycabta
2020-08-18
test/irb/test_history.rb: prevent warnings
Yusuke Endoh
2020-08-18
Lounch external process on Windows correctly
aycabta
2020-08-18
[ruby/irb] Change the way the IRB is invoked as an external process
aycabta
2020-08-18
[ruby/irb] Add require 'irb' to test separately
aycabta
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-08-18
[ruby/irb] Add tests about IRB history
aycabta