From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751754AbXBMTZe (ORCPT ); Tue, 13 Feb 2007 14:25:34 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751786AbXBMTZe (ORCPT ); Tue, 13 Feb 2007 14:25:34 -0500 Received: from smtp.osdl.org ([65.172.181.24]:49071 "EHLO smtp.osdl.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751754AbXBMTZd (ORCPT ); Tue, 13 Feb 2007 14:25:33 -0500 Date: Tue, 13 Feb 2007 11:25:05 -0800 (PST) From: Linus Torvalds To: Sergei Organov cc: =?ISO-8859-1?Q?J=2EA=2E_Magall=C3=C3=C3=C2=B3n?= , Jan Engelhardt , Jeff Garzik , Linux Kernel Mailing List , Andrew Morton Subject: Re: somebody dropped a (warning) bomb In-Reply-To: <87ps8end9b.fsf@javad.com> Message-ID: References: <45CB3B28.60102@garzik.org> <20070208221317.5beedaeb@werewolf-wl> <87abznsdyo.fsf@javad.com> <874pprr5nn.fsf@javad.com> <87ps8end9b.fsf@javad.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 13 Feb 2007, Sergei Organov wrote: > > > > "I want a char of indeterminate sign"! > > I'm afraid I don't follow. Do we have a way to say "I want an int of > indeterminate sign" in C? The same way there doesn't seem to be a way > to say "I want a char of indeterminate sign". You're wrong. Exactly because "char" *by*definition* is "indeterminate sign" as far as something like "strlen()" is concerned. "char" is _special_. Char is _different_. Char is *not* "int". > So no, strlen() doesn't actually say that, no matter if we like it or > not. It actually says "I want a char with implementation-defined sign". You're arguing some strange semantic difference in the English language. I'm not really interested. THE FACT IS, THAT "strlen()" IS DEFINED UNIVERSALLY AS TAKING "char *". That BY DEFINITION means that "strlen()" cannot care about the sign, because the sign IS NOT DEFINED UNIVERSALLY! And if you cannot accept that fact, it's your problem. Not mine. The warning is CRAP. End of story. Linus