summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 10:45:50 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-09 10:45:50 +0000
commit4ee57e088fad7e383e851778c6fd44e87335eb0c (patch)
tree32abdc226d39d90abb5830b538b13527fc027384 /ChangeLog
parentc2e72fb34302e444f6cc4c6477877e36902a7035 (diff)
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f699266218..88e64abd1c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -16,7 +16,7 @@ Thu Jan 9 19:12:37 2014 Koichi Sasada <ko1@atdot.net>
* test/ruby/test_settracefunc.rb: add tests.
provided by drkaes (Stefan Kaes).
- * vm.c, eval.c, include/ruby/intern.h (rb_frame_pop):
+ * vm.c, eval.c, include/ruby/intern.h (rb_frame_pop):
move definition of rb_frame_pop() and deprecate it.
It doesn't care about `return' events.