Christopher Faylor writes:
The cygwin mailing list does not set Reply-To. It does set
"Mail-Followup-To".
Effectively, there is no difference.
This is an idiotic header that is defined by a 1998 IETF draft
that was never approved, as far as I can find.
This *DEAD* draft is here:
http://too
Greg Chicares writes:
An argument could be made for giving _POSIX_C_SOURCE precedence over
__STRICT_ANSI__ if both are defined; but as long as that's not the
The time to discuss this sort of stuff was back in 1990 or so,
when it was all settled and POSIX.1 came out. (Luckily, it went
your way
On Mon, Oct 10, 2011 at 09:58:50PM -0700, Kaz Kylheku wrote:
>Christopher Faylor writes:
>> The convention in this mailing list is that you read the mailing list.
>I see now from the archives that this list is configured
>to generate the unfortunate Reply-to header, which by many
>is considered a m
Greetings, Kaz Kylheku!
> I see now from the archives that this list is configured
> to generate the unfortunate Reply-to header, which by many
> is considered a mailing list misconfiguration.
First time I hear this bullshit.
Mailing lists intended for public conversation.
> RFC 2822:
> ``When
On 2011-10-10 18:42Z, Kaz Kylheku wrote:
>
> Corinna Vinschen writes:
>
>> > $ gcc -Wall -ansi -D_POSIX_C_SOURCE=2 posix-ansi.c
> ^
>> fileno and pclose are *not* ANSI functions. Therefore, if you define
>> -ansi, you get the below errors. The newlib headers have explicit
>> #ifndef __STRICT
One more thing:
RFC 2822:
``When the "Reply-To:" field is present, it indicates the mailbox(es)
to which the author of the message suggests that replies be sent.''
[ 3.6.2 Originator fields ]
Note that the Cygwin mailing list is not the author of this message;
herefore, it is abusing the Rep
Christopher Faylor writes:
The convention in this mailing list is that you read the mailing list.
Hi Christopher,
I see now from the archives that this list is configured
to generate the unfortunate Reply-to header, which by many
is considered a mailing list misconfiguration.
[[ Apologies t
On Mon, Oct 10, 2011 at 11:42:45AM -0700, Kaz Kylheku wrote:
>
>Corinna Vinschen writes:
>
>> > $ gcc -Wall -ansi -D_POSIX_C_SOURCE=2 posix-ansi.c
> ^
>> fileno and pclose are *not* ANSI functions. Therefore, if you define
>> -ansi, you get the below errors. The newlib headers have explicit
>>
Corinna Vinschen writes:
> $ gcc -Wall -ansi -D_POSIX_C_SOURCE=2 posix-ansi.c
^
fileno and pclose are *not* ANSI functions. Therefore, if you define
-ansi, you get the below errors. The newlib headers have explicit
#ifndef __STRICT_ANSI__ guards around the non-ANSI definitions.
Hi Corin
On Oct 9 11:23, Kaz Kylheku wrote:
>
> On Sun, 09 Oct 2011 11:08:58 -0700, Kaz Kylheku
> wrote:
> > reason, I cannot get a warning about fileno from this test case if
> > I add a reference to it. I will try to produce a minimal repro test
> > case for that.
>
> In my real program I have -Wall,
On Sun, 09 Oct 2011 11:08:58 -0700, Kaz Kylheku
wrote:
> reason, I cannot get a warning about fileno from this test case if
> I add a reference to it. I will try to produce a minimal repro test
> case for that.
In my real program I have -Wall, and I'm not taking the function
pointers.
With -Wal
11 matches
Mail list logo