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_irb.rb
Age
Commit message (
Expand
)
Author
2024-10-05
[ruby/irb] Hash#inspect style has changed in ruby 3.4
Nobuyoshi Nakada
2024-08-04
[ruby/irb] Remove Ruby version checks
Ricardo Trindade
2024-06-18
[ruby/irb] Improve how command calls' return value is handled
Stan Lo
2024-06-12
[ruby/irb] Invalid encoding symbol now raises SyntaxError also in
tomoya ishida
2024-06-09
[ruby/irb] Suppress Ruby warnings in certain backtrace filtering
Stan Lo
2024-05-01
[ruby/irb] Support `IRB.conf[:BACKTRACE_FILTER]`
Stan Lo
2024-04-30
[ruby/irb] Restore MAIN_CONTEXT correctly
tomoya ishida
2024-04-12
[ruby/irb] Pass statements to Context#evaluate
Stan Lo
2024-03-24
[ruby/irb] Fix indent test for new reline
tomoya ishida
2024-02-16
[ruby/irb] Support repeating debugger input by passing empty input
Stan Lo
2023-11-30
[ruby/irb] Page evaluation result's output
Stan Lo
2023-11-26
[ruby/irb] Support disabling pager
Stan Lo
2023-10-12
[ruby/irb] Fix test runner exit bug
tomoya ishida
2023-10-12
[ruby/irb] Decouple RubyLex from prompt and line_no
tomoya ishida
2023-10-04
[ruby/irb] Clear all context usages in RubyLex
Stan Lo
2023-09-30
[ruby/irb] Fix Reline's test failure running with `make test-all
tomoya ishida
2023-09-22
[ruby/irb] Page show_source's output
Stan Lo
2023-08-29
[ruby/irb] Fix test warnings (https://github.com/ruby/irb/pull/698)
Stan Lo
2023-08-21
[ruby/irb] Move input processing out of RubyLex
Stan Lo
2023-08-13
[ruby/irb] Move IO configuration to IRB::Irb
Stan Lo