ruby-cvs:15917
From: (ocean) <ocean ruby-lang.org>
Date: Fri, 11 Nov 2005 07:43:40 +0900
Subject: [ruby-cvs:15917] ruby: * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
ocean Fri, 11 Nov 2005 07:43:40 +0900
Modified files:
ruby:
ChangeLog configure.in file.c
Log:
* configure.in: undef HAVE_LINK on BeOS. (link(2) always returns
EINVAL, and this causes error in test/fileutils.)
* file.c: overwride chown(2) and fchown(2) on BeOS. (these functions
should not change user/group id if -1 is passed as corresponding
argument, and this causes error in test/fileutils too)
[ruby-dev:27672]
Revision Changes Path
1.4747 +10 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4746&r2=1.4747
1.290 +1 -1 ruby/configure.in
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/configure.in?cvsroot=src&r1=1.289&r2=1.290
1.220 +29 -2 ruby/file.c
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/file.c?cvsroot=src&r1=1.219&r2=1.220