aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 11:56:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-17 11:56:21 +0000
commit947ebd0ac5ba2c2447f67bbe87e6e5899ab25209 (patch)
treeff173f0a5cc4c0d028727577337f1782641aec06 /ChangeLog
parent809013566ed1b6572ea028be3aad31f11d8f59df (diff)
downloadruby-947ebd0ac5ba2c2447f67bbe87e6e5899ab25209.tar.gz
* loadpath.c (RUBY_REVISION): Defined to suppress revision.h
inclusion actually. r41352 removes the dependency. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9370e37a09..f3739aae8d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Jun 17 20:53:21 2013 Tanaka Akira <akr@fsij.org>
+
+ * loadpath.c (RUBY_REVISION): Defined to suppress revision.h
+ inclusion actually. r41352 removes the dependency.
+
Mon Jun 17 18:15:57 2013 Benoit Daloze <eregontp@gmail.com>
* ext/objspace/objspace.c: let rdoc know about objspace methods.