aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-09 11:11:57 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-02-09 11:11:57 +0000
commita9a17a5a44836d90403659a371e2f9e0377445f8 (patch)
tree5f80046bb7d08d45e7af978dda968805478b4f3a /ChangeLog
parent7ad35679341cf4da962bc00deb97068398959397 (diff)
downloadruby-a9a17a5a44836d90403659a371e2f9e0377445f8.tar.gz
* ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
case IMultiLanguage is not available. [ruby-dev:37950] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22180 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 ee12fa4340..c211d6ef49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Mon Feb 9 20:11:55 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * ext/win32ole/win32ole.c (load_conv_function51932): fixed for the
+ case IMultiLanguage is not available. [ruby-dev:37950]
+
Mon Feb 9 20:04:35 2009 Tanaka Akira <akr@fsij.org>
* ext/socket/option.c (inspect_int): return 1/0 on success/failure.