diff options
| author | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-24 02:14:00 +0000 |
|---|---|---|
| committer | usa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-24 02:14:00 +0000 |
| commit | 040bf28e0773a748ac14427a51738bb6f07dbd95 (patch) | |
| tree | a0cefc7c5255c3c1e47614856633c75f0e07d2c7 /ChangeLog | |
| parent | 7435cf8c5a9799e43c26d9b5d3fa6fb4c99925eb (diff) | |
| download | ruby-040bf28e0773a748ac14427a51738bb6f07dbd95.tar.gz ruby-040bf28e0773a748ac14427a51738bb6f07dbd95.tar.xz ruby-040bf28e0773a748ac14427a51738bb6f07dbd95.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@17553 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
