aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-02 00:02:52 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-09-02 00:02:52 +0000
commitd35fdf3335b14393d33eb8a2da9d6f89c655a15b (patch)
tree861e1e005c0cf613506f7f6ecd3dd316586174ac /ChangeLog
parentcec2a542b75619eacf2851416387feed9a157c30 (diff)
downloadruby-d35fdf3335b14393d33eb8a2da9d6f89c655a15b.tar.gz
* win32/win32.c (CreateChild): unicodize.
* win32/win32.c (rb_w32_spawn, rb_w32_aspawn): convert arguments of CreateChild() from ACP to WideChar. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29166 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7889a653c2..b413b340da 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Thu Sep 2 09:01:13 2010 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (CreateChild): unicodize.
+
+ * win32/win32.c (rb_w32_spawn, rb_w32_aspawn): convert arguments of
+ CreateChild() from ACP to WideChar.
+
Thu Sep 2 06:53:43 2010 Tanaka Akira <akr@fsij.org>
* ext/pathname/pathname.c (path_directory_p): Pathname#directory?