set svn:eol-style
0 lines of code changed in:
* test/readline/test_readline.rb (TestReadline::replace_stdio):
merged the patch of [ruby-dev:25232] instead of [ruby-dev:25223].
(merged from ruby_1_8 branch)
18 lines of code changed in:
* ext/readline/readline.c (readline_readline): do not set rl_{in,out}stream.
* ext/readline/readline.c (readline_s_set_input): new method.
* ext/readline/readline.c (readline_s_set_output): new method.
* lib/irb/input-method.rb: set Readline.input and Readline.output.
2 lines of code changed in:
* test/readline/test_readline.rb: do not test libedit.
fixed: [ruby-dev:26217]
1 lines of code changed in:
* ext/readline/readline.c: supported libedit. fixed: [ruby-core:4858]
* ext/readline/extconf.rb: added new option --enable-libedit.
* test/readline/test_readline.rb: added assertions for
Readline::HISTORY.
* lib/irb/input-method.rb: do not use Readline::HISTORY.pop.
16 lines of code changed in:
* test/readline/test_readline.rb: fix for NetBSD.
18 lines of code changed in:
* ext/readline/readline.c (readline_s_set_completion_append_character):
accept nil. [ruby-core:03765]
9 lines of code changed in:
* ext/readline/readline.c: check $SAFE.
* test/readline/test_readline.rb: added tests for readline.
57 lines of code changed in: