From e6325be47b68dc3c2a2d849673844e75539959d3 Mon Sep 17 00:00:00 2001 From: nobu Date: Mon, 19 Feb 2007 13:15:36 +0000 Subject: * configure.in (RUBY_REPLACE_TYPE): cache convertible type info. * intern.h (rb_detach_process): use rb_pid_t instead of pid_t. * ruby.h (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM, NUM2GIDT): defaulted to conversion using long. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 880ae9fe1..ceca926a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Mon Feb 19 22:15:31 2007 Nobuyoshi Nakada + + * configure.in (RUBY_REPLACE_TYPE): cache convertible type info. + + * intern.h (rb_detach_process): use rb_pid_t instead of pid_t. + + * ruby.h (PIDT2NUM, NUM2PIDT, UIDT2NUM, NUM2UIDT, GIDT2NUM, NUM2GIDT): + defaulted to conversion using long. + Mon Feb 19 17:14:28 2007 Yukihiro Matsumoto * ext/socket/socket.c (unix_peeraddr): wrong syscall name in error -- cgit