summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 06:39:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-22 06:39:57 +0000
commit0c8811595a16bd69c8d751194e092a07078822fd (patch)
tree394716f61a2926c0351cc5b095bfec23d5c123c9 /ChangeLog
parent86716b9768e1e6636321421bc7d0b2b0f9265bb2 (diff)
* ChangeLog: remove trailing spaces.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34733 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1f22dd6a43..6506f87f13 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -64,14 +64,14 @@ Tue Feb 21 09:13:25 2012 Marc-Andre Lafortune <ruby-core@marc-andre.ca>
* proc.c (method_hash, proc_hash): Fix {Unbound}Method#hash
[Bug #6048]. Isolate hash computation for proc
-
+
* internal.h: Declaration for above
-
+
* vm_method.c (rb_method_definition_hash): Computation for
hash part of a method definition
-
+
* method.h: Declaration for above
-
+
* test/ruby/test_method.rb: Test for above
Tue Feb 21 02:56:15 2012 Yukihiro Matsumoto <matz@ruby-lang.org>