On Feb 8 14:17, Jeff Johnston wrote:
> Corinna Vinschen wrote:
> >I have attached a patch to newlib this time. Thinking about that
> >for a while, I'm pretty sure that it doesn't make sense to build
> >old 32 bit versions of Cygwin with recent newlib versions. So I'm
> >opting for having a clean
Corinna Vinschen wrote:
On Feb 8 12:47, Christopher Faylor wrote:
On Tue, Feb 08, 2005 at 06:42:11PM +0100, Corinna Vinschen wrote:
I have attached a patch to newlib this time. Thinking about that
for a while, I'm pretty sure that it doesn't make sense to build
old 32 bit versions of Cygwin with
Corinna Vinschen wrote:
On Feb 2 11:07, Corinna Vinschen wrote:
On Feb 1 20:58, Erik Blake wrote:
Further coreutils-5.3.0 debugging turned up more POSIX bugs in cygwin:
defines struct passwd with the pw_uid and pw_gid members as ints,
although POSIX requires uid_t and gid_t.
http://www.opengrou
On Feb 8 12:47, Christopher Faylor wrote:
> On Tue, Feb 08, 2005 at 06:42:11PM +0100, Corinna Vinschen wrote:
> >I have attached a patch to newlib this time. Thinking about that
> >for a while, I'm pretty sure that it doesn't make sense to build
> >old 32 bit versions of Cygwin with recent newlib
On Tue, Feb 08, 2005 at 06:42:11PM +0100, Corinna Vinschen wrote:
>I have attached a patch to newlib this time. Thinking about that
>for a while, I'm pretty sure that it doesn't make sense to build
>old 32 bit versions of Cygwin with recent newlib versions. So I'm
>opting for having a clean pwd.h
On Feb 2 11:07, Corinna Vinschen wrote:
> On Feb 1 20:58, Erik Blake wrote:
> > Further coreutils-5.3.0 debugging turned up more POSIX bugs in cygwin:
> >
> > defines struct passwd with the pw_uid and pw_gid members as ints,
> > although POSIX requires uid_t and gid_t.
> > http://www.opengroup
On Wed, Feb 02, 2005 at 07:30:43PM +0100, Corinna Vinschen wrote:
>On Feb 2 13:13, Christopher Faylor wrote:
>> On Wed, Feb 02, 2005 at 06:49:42PM +0100, Corinna Vinschen wrote:
>> >On Feb 2 12:20, Christopher Faylor wrote:
>> >> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
>
On Feb 2 13:13, Christopher Faylor wrote:
> On Wed, Feb 02, 2005 at 06:49:42PM +0100, Corinna Vinschen wrote:
> >On Feb 2 12:20, Christopher Faylor wrote:
> >> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
> >> > #if defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__)
On Wed, Feb 02, 2005 at 01:20:08PM -0500, Igor Pechtchanski wrote:
>On Wed, 2 Feb 2005, Christopher Faylor wrote:
>
>> On Wed, Feb 02, 2005 at 06:49:42PM +0100, Corinna Vinschen wrote:
>> >On Feb 2 12:20, Christopher Faylor wrote:
>> >> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wr
On Wed, 2 Feb 2005, Christopher Faylor wrote:
> On Wed, Feb 02, 2005 at 06:49:42PM +0100, Corinna Vinschen wrote:
> >On Feb 2 12:20, Christopher Faylor wrote:
> >> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
> >> > #if defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPE
On Wed, Feb 02, 2005 at 06:49:42PM +0100, Corinna Vinschen wrote:
>On Feb 2 12:20, Christopher Faylor wrote:
>> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
>> > #if defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__)
>> > #define __pw_uid_t int
>> > #endif
>> > #i
On Feb 2 12:20, Christopher Faylor wrote:
> On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
> > #if defined (__CYGWIN__) && !defined (__CYGWIN_USE_BIG_TYPES__)
> > #define __pw_uid_t int
> > #endif
> > #ifndef __pw_uid_t
> > #define __pw_uid_t uid_t;
> > #endif
> >
> > str
On Wed, Feb 02, 2005 at 03:20:01PM +0100, Corinna Vinschen wrote:
>On Feb 2 07:05, Eric Blake wrote:
>> > On Feb 1 20:58, Erik Blake wrote:
>>
>> Eric, not Erik.
>
>Hups. I'm wondering how that could happen. I didn't change the
>address manually. Weird. Sorry 'bout that, anyway.
>
>> > inclu
On Feb 2 07:05, Eric Blake wrote:
> > On Feb 1 20:58, Erik Blake wrote:
>
> Eric, not Erik.
Hups. I'm wondering how that could happen. I didn't change the
address manually. Weird. Sorry 'bout that, anyway.
> > include/pwd.h is a newlib file. However, I was pretty happy that pw_uid
> > and
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Corinna Vinschen on 2/2/2005 3:07 AM:
> This is newlib schtuff, so I CCd the newlib mailing list.
> [Resend because I forgot the CC]
>
> On Feb 1 20:58, Erik Blake wrote:
Eric, not Erik.
>
> include/pwd.h is a newlib file. However, I
This is newlib schtuff, so I CCd the newlib mailing list.
[Resend because I forgot the CC]
On Feb 1 20:58, Erik Blake wrote:
> Further coreutils-5.3.0 debugging turned up more POSIX bugs in cygwin:
>
> defines struct passwd with the pw_uid and pw_gid members as ints,
> although POSIX requires
This is newlib schtuff, so I CCd the newlib mailing list.
On Feb 1 20:58, Erik Blake wrote:
> Further coreutils-5.3.0 debugging turned up more POSIX bugs in cygwin:
>
> defines struct passwd with the pw_uid and pw_gid members as ints,
> although POSIX requires uid_t and gid_t.
> http://www.ope
On Tue, Feb 01, 2005 at 08:50:06PM -0700, Eric Blake wrote:
>According to Christopher Faylor on 2/1/2005 2:51 PM:
>> On Tue, Feb 01, 2005 at 08:58:03PM +, Eric Blake wrote:
>>
>>>readdir() populates the dirent.d_ino member with a hashed filename,
>>
>> This is not going to be fixed. It's a l
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to Christopher Faylor on 2/1/2005 2:51 PM:
> On Tue, Feb 01, 2005 at 08:58:03PM +, Eric Blake wrote:
>
>>readdir() populates the dirent.d_ino member with a hashed filename,
>
> This is not going to be fixed. It's a longstanding problem
On Tue, Feb 01, 2005 at 08:58:03PM +, [EMAIL PROTECTED] wrote:
>readdir() populates the dirent.d_ino member with a hashed filename,
>regardless of whether the file is located on NTFS and actually has an
>inode. This means that readdir() and stat()'s idea of inode are
>different, and this break
Further coreutils-5.3.0 debugging turned up more POSIX bugs in cygwin:
defines struct passwd with the pw_uid and pw_gid members as ints,
although POSIX requires uid_t and gid_t.
http://www.opengroup.org/onlinepubs/009695399/basedefs/dirent.h.html
defines utimes with non-const second parameter,
21 matches
Mail list logo