summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:15:49 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-04 06:15:49 +0000
commit89688592d9374f0a011af208ad98a8441445c42d (patch)
treeffbe1076f414571ca5fbefbb6cd7d9a57a167bc4 /ChangeLog
parent5f45b88173339ff7fdf6015c4868b315ef4978a9 (diff)
merges r21227 from trunk into ruby_1_9_1.
* include/ruby/missing.h, sprintf.c: get rid of a warning of VC++. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@21306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 90fe88364..fb02b58c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jan 2 23:33:38 2009 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/missing.h, sprintf.c: get rid of a warning of VC++.
+
Fri Jan 2 10:20:24 2009 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/singleton.rb: fix documentation. [ruby-core:21038]