From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 120149 invoked by alias); 6 Oct 2016 12:00:11 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 120017 invoked by uid 89); 6 Oct 2016 12:00:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy= X-HELO: mx0a-001b2d01.pphosted.com Date: Thu, 06 Oct 2016 12:00:00 -0000 From: "Gabriel F. T. Gomes" To: Rical Jasan Cc: libc-alpha@sourceware.org, joseph@codesourcery.com Subject: Re: [PATCH v6 1/3] Add strfromd, strfromf, and strfroml functions In-Reply-To: References: <1475705953-4433-1-git-send-email-gftg@linux.vnet.ibm.com> <1475705953-4433-2-git-send-email-gftg@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16100611-0024-0000-0000-00000112F26B X-IBM-AV-DETECTION: SAVI=unused REMOTE=unused XFE=unused x-cbparentid: 16100611-0025-0000-0000-000015C7E612 Message-Id: <20161006085941.1c68c918@keller> X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-06_05:,, signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 spamscore=0 suspectscore=0 malwarescore=0 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1609300000 definitions=main-1610060214 X-SW-Source: 2016-10/txt/msg00131.txt.bz2 On Wed, 5 Oct 2016 21:42:31 -0700 Rical Jasan wrote: > > +zero. The character @samp{*} is not allowed. Finally, the format string > > +ends with one of the following conversion specifiers: @samp{a}, @samp{A}, > > +@samp{e}, @samp{E}, @samp{f}, @samp{F}, @samp{g}, @samp{G} (@pxref{Table of > > Should have "or" in front of last list element ("G"). Thank you. I applied this change locally.