summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 08:56:28 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-05-15 08:56:28 +0000
commit1ad7cbbf640f7af4be6d0a348f6f1fcab0628e2a (patch)
treefdba3488bd210bf5b02b6181c05011ee45279d39 /ChangeLog
parent5780d881757aebf82b8398c40b8a7f4134973e44 (diff)
configure.in: move RUBY_PLATFORM to config.h
* configure.in (RUBY_PLATFORM): move to config.h as needed by version.c. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40763 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 11966ec1b3..c81db70c40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,7 @@
-Wed May 15 17:04:11 2013 Koichi Sasada <ko1@atdot.net>
+Wed May 15 17:55:49 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (RUBY_PLATFORM): move to config.h as needed by
+ version.c.
* gc.c: add an additional RGENGC_PROFILE mode (2).
Profiling result can be check by GC.stat.