summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:16:18 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-12-17 06:16:18 +0000
commit17ed1d467d7ac0740faf3e28ea05bab80652e722 (patch)
tree6a658a0fa04103b6733f28eb50a6052119df5dd3 /ChangeLog
parent971fd9765fef00babe0468dab59db31f003b9346 (diff)
merges r20754 from trunk into ruby_1_9_1.
* win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN to follow r20683. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20817 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 e39be29d6..0aab11a41 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Dec 15 19:07:31 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/Makefile.sub (config.h): define CANONICALIZATION_FOR_MATHN
+ to follow r20683.
+
Mon Dec 15 18:12:34 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/rake/packagetask.rb (Rake::PackageTask): small document