Re: secure integer library
jacob navia <jacob@jacob.re mcomp.frwrites:
[...]
jacob, will you *please* stop making up this utter crap about people's
motivations?
Nobody other than you has said anything about "the end of the earth as
we know it", or anything similar.
Most of us here are not implementers. As such we have little or no
ability to control what language features are available to us. We
work with compilers that conform to the C standard as it actually
exists (usually C90 with some extensions, sometimes most of C99,
rarely all of C99). This newsgroup is a place for us to discuss
programming in the C language as it is defined by the standard(s) in
the real world.
If you want to discuss techniques for writing safer code *in standard
C*, this is the right place.
If you want to advocate changes to the standard, or extensions outside
the standard, take it somewhere else. (I've told you many times that
comp.std.c is the most appropriate newsgroup for advocating changes to
the standard; if you don't get a favorable reception there, that
doesn't make your ideas topical here.) And you've practically got
your own newsgroup, after all.
And if you want to accuse either the standards committee or C
programmers in general of not caring about safety, or of wanting to
destroy the C language or keep it stagnant, or whatever paranoid
fantasy you've come up with, please do us all a favor and keep it to
yourself.
--
Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
jacob navia <jacob@jacob.re mcomp.frwrites:
[...]
But any improvement of C in the "more safety"
direction is too much for certain people apparently.
>
Any "argument" counts:
>
"... the end of the earth as we know it"
>
As if anybody caring to ensure the correctness of the software
was half mad or not a "C" programmer.
direction is too much for certain people apparently.
>
Any "argument" counts:
>
"... the end of the earth as we know it"
>
As if anybody caring to ensure the correctness of the software
was half mad or not a "C" programmer.
motivations?
Nobody other than you has said anything about "the end of the earth as
we know it", or anything similar.
Most of us here are not implementers. As such we have little or no
ability to control what language features are available to us. We
work with compilers that conform to the C standard as it actually
exists (usually C90 with some extensions, sometimes most of C99,
rarely all of C99). This newsgroup is a place for us to discuss
programming in the C language as it is defined by the standard(s) in
the real world.
If you want to discuss techniques for writing safer code *in standard
C*, this is the right place.
If you want to advocate changes to the standard, or extensions outside
the standard, take it somewhere else. (I've told you many times that
comp.std.c is the most appropriate newsgroup for advocating changes to
the standard; if you don't get a favorable reception there, that
doesn't make your ideas topical here.) And you've practically got
your own newsgroup, after all.
And if you want to accuse either the standards committee or C
programmers in general of not caring about safety, or of wanting to
destroy the C language or keep it stagnant, or whatever paranoid
fantasy you've come up with, please do us all a favor and keep it to
yourself.
--
Keith Thompson (The_Other_Keit h) kst-u@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <* <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Comment