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
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
reline
Age
Commit message (
Expand
)
Author
2019-06-02
Add Reline test for unknown macro
aycabta
2019-06-02
Add new test for Reline within pipe
aycabta
2019-06-01
Reset Config at Reline::Config::Test#teardown
aycabta
2019-06-01
Use inputrc data for keystroke setting
aycabta
2019-05-29
Remove extra items because Reline::HISTORY is a sized queue
aycabta
2019-05-29
Revert 3b7862c8e88cd7838a53ec083ac5733386400956 causing various CI hangs
Takashi Kokubun
2019-05-29
Remove extra items because Reline::HISTORY is a sized queue
aycabta
2019-05-29
Use existing instances for LineEditor and Config
aycabta
2019-05-28
Use Reline.completer_quote_characters to complete
aycabta
2019-05-24
Support Meta key in Reline
aycabta
2019-05-22
Use Reline.test_mode in Reline's test too
aycabta
2019-05-21
Support DEL key
aycabta
2019-05-14
Rename Reline's test file name because of typo
aycabta
2019-05-14
Check encoding when Readline completion
aycabta
2019-05-13
Add ed_search_prev_history to Reline
aycabta
2019-05-13
Use LineEditor#reset on test
aycabta
2019-05-12
Revert "Add a test for em_capitol_case of Reline"
aycabta
2019-05-12
Add a test for em_capitol_case of Reline
aycabta
2019-05-01
Silence a (probable) debug print
Nobuyoshi Nakada
2019-04-30
Use Encoding::UTF_8 if RELINE_TEST_ENCODING doesn't exist
aycabta
2019-04-30
Use Encoding::UTF_8 if Encoding.default_external is Encoding::IBM437
aycabta
2019-04-30
Add Reline as a fallback library for Readline
aycabta
2019-04-23
Revert "IRB is improved with Reline and RDoc, take 2"
Nobuyoshi Nakada
2019-04-23
IRB is improved with Reline and RDoc, take 2
aycabta
2019-04-21
Revert "IRB is improved with Reline and RDoc"
aycabta
2019-04-21
Merge upstream of Reline
aycabta
2019-04-21
Add test/reline/ again, I'm back
aycabta
2019-04-21
Remove test/reline temporary, I'll come back
aycabta
2019-04-21
add ensure to restore $stdout correctly.
ko1
2019-04-21
Restore pwd
nobu
2019-04-21
test/reline/helper.rb: define RELINE_TEST_ENCODING always
nobu
2019-04-21
Fix test library name
nobu
2019-04-20
Add "require 'stringio'"
aycabta
2019-04-20
Use require_relative for tests of Reline
aycabta
2019-04-20
IRB is improved with Reline and RDoc
aycabta
[prev]