diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-01 23:23:03 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-01 23:23:03 +0000 |
commit | 04a293b966bb55d1dc53843f548337ebd08f2435 (patch) | |
tree | 88e3d1385688dcdf4b0a81d68efb4d32d7167027 /ChangeLog | |
parent | df932e66ce4990d3ce6feaa66c41a2b117e8ab39 (diff) | |
download | ruby-04a293b966bb55d1dc53843f548337ebd08f2435.tar.gz |
* process.c (proc_daemon): use EXIT_SUCCESS instead of magic number.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27168 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +Fri Apr 2 08:22:51 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * process.c (proc_daemon): use EXIT_SUCCESS instead of magic number. + Fri Apr 2 07:00:28 2010 Nobuyoshi Nakada <nobu@ruby-lang.org> * ext/dl/cptr.c (rb_dlptr_inspect): fix format specifiers. |