aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-02 12:03:55 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-04-02 12:03:55 +0000
commit295480a0d896d50c076e95bd2d12b869f1dec137 (patch)
treef8e46810ecc1556a96832056c2e9db6c3799c8eb /ChangeLog
parent37067ed905954940bafb3b2cc4e1d67c374d31f9 (diff)
downloadruby-295480a0d896d50c076e95bd2d12b869f1dec137.tar.gz
* remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45506 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index c59d0b6963..5eeb8935b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,10 @@
Wed Apr 2 20:57:15 2014 Koichi Sasada <ko1@atdot.net>
- * gc.c, gc.h (rb_objspace_each_objects_without_setup):
+ * gc.c, gc.h (rb_objspace_each_objects_without_setup):
Add a new (hidden) C-API to iterate objspace snapshot.
This API is not safe to call any C-APIs in a given callback
- function. Be careful to use this C-API.
+ function. Be careful to use this C-API.
Wed Apr 2 17:43:17 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>