summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-18 06:57:58 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-18 06:57:58 +0000
commit60f949e1013bf22e5392587ef725888f82834e48 (patch)
tree5b0f9e21837ef7f45ff0244e8806acb0f2f7746a
parentfea629da834c4e33b2ad1b41a1412e8e7aebfc8b (diff)
ChangeLog: adjust spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37256 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index cec75708a6..59296239d4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,9 +11,9 @@ Thu Oct 18 15:01:15 2012 Koichi Sasada <ko1@atdot.net>
Thu Oct 18 14:31:17 2012 Koichi Sasada <ko1@atdot.net>
* compile.c (new_callinfo): set a temporary index of callinfo
- (used in `iseq_set_sequence()') to rb_call_info_t::aux::index.
- rb_call_info_t::argc is initialiesed by same value of
- rb_call_info_t::orig_argc.
+ (used in `iseq_set_sequence()') to rb_call_info_t::aux::index.
+ rb_call_info_t::argc is initialiesed by same value of
+ rb_call_info_t::orig_argc.
Thu Oct 18 14:11:08 2012 Koichi Sasada <ko1@atdot.net>
@@ -98,7 +98,7 @@ Wed Oct 17 11:04:48 2012 NAKAMURA Usaku <usa@ruby-lang.org>
Wed Oct 17 10:48:40 2012 Shugo Maeda <shugo@ruby-lang.org>
- * vm_insnhelper.c (vm_search_method): fix a build error that occurs
+ * vm_insnhelper.c (vm_search_method): fix a build error that occurs
when OPT_INLINE_METHOD_CACHE is 0.
Wed Oct 17 08:46:47 2012 Koichi Sasada <ko1@atdot.net>