X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f Date: Tue, 9 Mar 2004 16:04:26 -0500 Message-Id: <200403092104.i29L4QQB005462@envy.delorie.com> From: DJ Delorie To: djgpp-workers AT delorie DOT com In-reply-to: <200403091940.i29Je9Vl028408@speedy.ludd.ltu.se> (ams AT ludd DOT ltu DOT se) Subject: Re: Broken sscanf test case References: <200403091940 DOT i29Je9Vl028408 AT speedy DOT ludd DOT ltu DOT se> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > The difference between me and Linux boils down to whether you > consider a suppressed assignment a conversion or not (I think). And > obviously I'm correct, as you can't suppress an assignment unless > you have a (successful) conversion. My thoughts on this are, the linux folks have a LOT more people behind them validating it against the standard. Our opinions on interpreting the standard are much less significant than theirs, and I would rather trust them to interpret the standard correctly than our own judgement. We already got the strtoul one wrong. And even in Linux is wrong, there's something to be said for being compatible with the most popular posix-like OS on the planet.