From owner-freebsd-standards@FreeBSD.ORG Thu Apr 24 14:30:10 2003 Return-Path: Delivered-To: freebsd-standards@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B526937B401 for ; Thu, 24 Apr 2003 14:30:10 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8A143F75 for ; Thu, 24 Apr 2003 14:30:10 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h3OLU9Up093843 for ; Thu, 24 Apr 2003 14:30:09 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h3OLU9c1093837; Thu, 24 Apr 2003 14:30:09 -0700 (PDT) Date: Thu, 24 Apr 2003 14:30:09 -0700 (PDT) Message-Id: <200304242130.h3OLU9c1093837@freefall.freebsd.org> To: freebsd-standards@FreeBSD.org From: Alexey Zelkin Subject: Re: standards/51292: [PATCH] add ecvt()/fcvt()/gcvt() functions (SUSv3) X-BeenThere: freebsd-standards@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexey Zelkin List-Id: Standards compliance List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Apr 2003 21:30:11 -0000 The following reply was made to PR standards/51292; it has been noted by GNATS. From: Alexey Zelkin To: "Sergey A.Osokin" Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: standards/51292: [PATCH] add ecvt()/fcvt()/gcvt() functions (SUSv3) Date: Fri, 25 Apr 2003 00:30:12 +0300 hi, On Wed, Apr 23, 2003 at 12:26:47AM +0400, Sergey A.Osokin wrote: > > >Number: 51292 > >Category: standards > >Synopsis: [PATCH] add ecvt()/fcvt()/gcvt() functions (SUSv3) Few questions related to code: 1. What's a reason to have some LANG handling logic here ? 2. Did you check correctness of dtoa()'s usage here ? It's not easy and after last netlib's import it become more uneasy.