From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1131 invoked by alias); 21 Apr 2004 19:02:47 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 1093 invoked from network); 21 Apr 2004 19:02:46 -0000 Received: from unknown (HELO gateway.sf.frob.com) (64.81.54.130) by sources.redhat.com with SMTP; 21 Apr 2004 19:02:46 -0000 Received: from magilla.sf.frob.com (magilla.sf.frob.com [198.49.250.228]) by gateway.sf.frob.com (Postfix) with ESMTP id 9A05C357B; Wed, 21 Apr 2004 12:02:45 -0700 (PDT) Received: from magilla.sf.frob.com (localhost.localdomain [127.0.0.1]) by magilla.sf.frob.com (8.12.9/8.12.9) with ESMTP id i3LJ2iOi005171; Wed, 21 Apr 2004 12:02:45 -0700 Received: (from roland@localhost) by magilla.sf.frob.com (8.12.9/8.12.9/Submit) id i3LJ2iao005165; Wed, 21 Apr 2004 12:02:44 -0700 Date: Wed, 21 Apr 2004 19:02:00 -0000 Message-Id: <200404211902.i3LJ2iao005165@magilla.sf.frob.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Jakub Jelinek Cc: Ulrich Drepper , Glibc hackers Subject: Re: [PATCH] Fix PRs glibc/{93,94,98,107} In-Reply-To: Jakub Jelinek's message of Wednesday, 21 April 2004 12:24:09 +0200 <20040421102409.GE5191@sunsite.ms.mff.cuni.cz> Emacs: Our Lady of Perpetual Garbage Collection X-SW-Source: 2004-04/txt/msg00076.txt.bz2 > Selected obvious fixes from glibc bugzilla. I think we should start a convention for mentioning bug #s in log entries. Some rigid format that regexps can match easily. I think we can then set something up so the commits with matching entries automagically add comments to bugzilla. > 2004-04-21 Jakub Jelinek > > * posix/tst-chmod.c (do_test): Fix a typo. > * elf/lateglobal.c (main): Fix error checks. > Patch by Stephen Clarke . These are separate, a blank line should be between them. > * manual/ctype.texi (isblank, iswblank): Mark as ISO functions, > mention they have been added in ISO C99. I've changed these to say that these were originally GNU extensions. > * manual/summary.texi: Rebuilt. > Reported by Ben Pfaff . This generated file is not in CVS at all. > 2004-03-31 H.J. Lu > > * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo. I've put all these in with the changes mentioned.