aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 02:14:00 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-06-24 02:14:00 +0000
commitd3a0ef8198bf3257f37cf1149553b77981b85eab (patch)
treea0cefc7c5255c3c1e47614856633c75f0e07d2c7 /ChangeLog
parentb6cab6e8f1a443d4b8c56b4936cc454fa75c28f4 (diff)
downloadruby-d3a0ef8198bf3257f37cf1149553b77981b85eab.tar.gz
* include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support
getppid() on win32 (but only Win2k or later). * process.c (get_ppid): remove win32 special logic. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@17553 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 2ab2aade28..ca5fe7ae9b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Tue Jun 24 11:12:33 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * include/ruby/win32.h, win32/win32.c (rb_w32_getppid): now support
+ getppid() on win32 (but only Win2k or later).
+
+ * process.c (get_ppid): remove win32 special logic.
+
Tue Jun 24 09:40:47 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/socket/socket.c (init_sock): socket is binmode on platforms