diff options
| author | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-17 16:18:56 +0000 |
|---|---|---|
| committer | shugo <shugo@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-06-17 16:18:56 +0000 |
| commit | dd90846fbbdbae0c34e35b0028c6b48c3afc7446 (patch) | |
| tree | c5ad114e73db2ac4f933c59a424c7c87f6883385 /ChangeLog | |
| parent | fc47936463de22aeb605c0bb3d0a2b452028e6ff (diff) | |
| download | ruby-dd90846fbbdbae0c34e35b0028c6b48c3afc7446.tar.gz ruby-dd90846fbbdbae0c34e35b0028c6b48c3afc7446.tar.xz ruby-dd90846fbbdbae0c34e35b0028c6b48c3afc7446.zip | |
* 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.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8638 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +Sat Jun 18 01:15:36 2005 Shugo Maeda <shugo@ruby-lang.org> + + * 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. + Fri Jun 17 13:01:40 2005 Tanaka Akira <akr@m17n.org> * lib/time.rb (Time.parse): fix previous leap seconds support. |
