From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22564 invoked by alias); 25 Aug 2010 19:16:31 -0000 Received: (qmail 22543 invoked by uid 22791); 25 Aug 2010 19:16:30 -0000 X-SWARE-Spam-Status: No, hits=-3.5 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 25 Aug 2010 19:16:26 +0000 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o7PJGPsj021068 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 25 Aug 2010 15:16:25 -0400 Received: from patootie.office.frob.com (ovpn-113-34.phx2.redhat.com [10.3.113.34]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o7PJGOpV011321; Wed, 25 Aug 2010 15:16:24 -0400 Received: from magilla.sf.frob.com (magilla.office.frob.com [198.49.250.228]) by patootie.office.frob.com (Postfix) with ESMTP id 62945148E; Wed, 25 Aug 2010 12:16:24 -0700 (PDT) Received: by magilla.sf.frob.com (Postfix, from userid 5281) id DEA4940481; Wed, 25 Aug 2010 12:16:22 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: hongjiu.lu@intel.com Cc: GNU libc hacker Subject: cruft patrol Message-Id: <20100825191622.DEA4940481@magilla.sf.frob.com> Date: Wed, 25 Aug 2010 19:16:00 -0000 Mailing-List: contact libc-hacker-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sourceware.org X-SW-Source: 2010-08/txt/msg00008.txt.bz2 I just committed some fixes to eliminate compiler warnings in some of the new string code. There was also some poor indentation, sloppy typing, and a data definition gratuitously in assembly that I changed to C. Please try to get this stuff cleaner before committing in the future. Thanks, Roland