summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 06:07:55 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-23 06:07:55 +0000
commit583417190488ccbb668a3c149f9dd2ee2f0b837c (patch)
tree479ac87438491ebc2aca8efd71f42d54da99ced0 /ChangeLog
parenta9921d08f9378b44a30e5ff5624951da8a917a89 (diff)
* win32/win32.c (set_pioinfo_extra): simplified.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@11826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f7f1b9b9a8..7d5b70faa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 23 15:05:57 2007 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (set_pioinfo_extra): simplified.
+
Fri Feb 23 14:23:20 2007 Minero Aoki <aamine@loveruby.net>
* test/ruby/test_literal.rb: new test.
@@ -146,7 +150,7 @@ Fri Feb 16 11:18:21 2007 Eric Hodel <drbrain@segment7.net>
Thu Feb 15 20:48:36 2007 NAKAMURA Usaku <usa@ruby-lang.org>
- * win32/win32.c (get_pioinfo_extra): new function for VC++8 SP1
+ * win32/win32.c (set_pioinfo_extra): new function for VC++8 SP1
workaround. [ruby-core:10259]
* win32/win32.c (NtInitialize): call above function.