aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-06 06:11:37 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-06-06 06:11:37 +0000
commit5574d874fb0ead39ad34000cdae4b55327465af6 (patch)
tree1054760f26cf2d630d07fd35a55cfd2397b0b262 /ChangeLog
parentf4e499de6cf0708e5982e905fac24f33f4e1b58e (diff)
downloadruby-5574d874fb0ead39ad34000cdae4b55327465af6.tar.gz
* include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
defines.h to missing.h. (couldn't use RUBY_EXTERN there.) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 20be1d4a47..06ef729f5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,14 @@
+Mon Jun 6 15:10:17 2011 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/{defines,missing}.h (rb_infinity, rb_nan): move from
+ defines.h to missing.h. (couldn't use RUBY_EXTERN there.)
+
Mon Jun 6 14:35:48 2011 NAKAMURA Usaku <usa@ruby-lang.org>
* test/rdoc/test_rdoc_markup_pre_process.rb (TestRDocMarkupPreProcess#
{test_include_file,test_include_file_encoding_incompatible}): no
- need to write such workaround. don't hide the bug of ruby (and the
- bug is already fixed)
+ need to write such workaround. don't hide the bug of ruby. (and the
+ bug is already fixed.)
Mon Jun 6 14:11:11 2011 NAKAMURA Usaku <usa@ruby-lang.org>