diff options
| author | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-01-03 04:54:20 +0000 |
|---|---|---|
| committer | kosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-01-03 04:54:20 +0000 |
| commit | 0239882c8147e89ce5b6c6d39786804fb12343ea (patch) | |
| tree | 4991d3838b6bde51d25e4d67d2162f9f9398938b /ChangeLog | |
| parent | 379a35b87083b8e66f546824b7634ffd7eee9a94 (diff) | |
merge revision(s) 34108:
* ext/readline/readline.c (Init_readline): libedit check
rl_getc_function only when rl_initialize() is called, and
using_history() call rl_initialize(). This assignment should be
placed before using_history(). [ruby-core:40641] [Bug #5539]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34196 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jan 2 23:52:20 2012 TAKAO Kouji <kouji@takao7.net> + + * ext/readline/readline.c (Init_readline): libedit check + rl_getc_function only when rl_initialize() is called, and + using_history() call rl_initialize(). This assignment should be + placed before using_history(). [ruby-core:40641] [Bug #5539] + Mon Jan 2 23:47:58 2012 Nobuyoshi Nakada <nobu@ruby-lang.org> * tool/rbinstall.rb (install_recursive, bin-comm): split mere |
