From owner-svn-src-head@FreeBSD.ORG Wed Sep 2 07:08:11 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18156106566C; Wed, 2 Sep 2009 07:08:11 +0000 (UTC) (envelope-from simon@nitro.dk) Received: from mx.nitro.dk (zarniwoop.nitro.dk [83.92.207.38]) by mx1.freebsd.org (Postfix) with ESMTP id CC6FF8FC12; Wed, 2 Sep 2009 07:08:10 +0000 (UTC) Received: from arthur.nitro.dk (arthur.bofh [192.168.2.3]) by mx.nitro.dk (Postfix) with ESMTP id 9D5D02D4860; Wed, 2 Sep 2009 07:08:09 +0000 (UTC) Received: by arthur.nitro.dk (Postfix, from userid 1000) id 701885C08; Wed, 2 Sep 2009 09:08:09 +0200 (CEST) Date: Wed, 2 Sep 2009 09:08:09 +0200 From: "Simon L. Nielsen" To: "Andrey A. Chernov" Message-ID: <20090902070808.GA1290@arthur.nitro.dk> References: <200909020456.n824uUqQ082136@svn.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200909020456.n824uUqQ082136@svn.freebsd.org> User-Agent: Mutt/1.5.20 (2009-06-14) Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r196752 - head/lib/libc/stdtime X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2009 07:08:11 -0000 On 2009.09.02 04:56:30 +0000, Andrey A. Chernov wrote: > Author: ache > Date: Wed Sep 2 04:56:30 2009 > New Revision: 196752 > URL: http://svn.freebsd.org/changeset/base/196752 > > Log: > Use (unsigned char) cast for ctype macro Acording to the manual page and the C standard book I have, isdigit() takes an int for an argument, so why change this? Is passing it as an int instead of char causing problems? -- Simon L. Nielsen