summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-27 10:17:48 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-01-27 10:17:48 +0000
commit56c49c97805bfdbfe607a0456d2e1084c0fc318d (patch)
tree1f13d5b07e122968e5fcca54608d121c8f1a5d79 /ChangeLog
parentd604893f2065b3797218aa0607b3c21a13c82160 (diff)
Revert r49424. See [Bug #6232]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_0_0@49426 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 0 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ea7da077a..4402d6fd42 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,13 +4,6 @@ Tue Jan 27 17:05:43 2015 Seiei Higa <hanachin@gmail.com>
a refined method if the original method of the refined method is
not defined. [ruby-core:67523] [Bug #10731]
-Tue Jan 27 16:49:07 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * ext/readline/readline.c (readline_s_refresh_line): initialize
- before rl_refresh_line(), as some function make the internal
- state non-clean but rl_refresh_line() does not re-initialize it.
- [ruby-core:43957] [Bug #6232]
-
Tue Jan 27 16:41:33 2015 Seiei Higa <hanachin@gmail.com>
* vm_method.c (rb_export_method): bail out if the original method