From owner-cvs-all@FreeBSD.ORG Sun Jan 18 12:18:22 2004 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 966F816A4CE; Sun, 18 Jan 2004 12:18:22 -0800 (PST) Received: from VARK.homeunix.com (adsl-68-124-78-95.dsl.pltn13.pacbell.net [68.124.78.95]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6ADAE43D1D; Sun, 18 Jan 2004 12:18:20 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: from VARK.homeunix.com (localhost [127.0.0.1]) by VARK.homeunix.com (8.12.10/8.12.10) with ESMTP id i0IKHtKu040118; Sun, 18 Jan 2004 12:17:56 -0800 (PST) (envelope-from das@FreeBSD.ORG) Received: (from das@localhost) by VARK.homeunix.com (8.12.10/8.12.10/Submit) id i0IKHtcN040117; Sun, 18 Jan 2004 12:17:55 -0800 (PST) (envelope-from das@FreeBSD.ORG) Date: Sun, 18 Jan 2004 12:17:55 -0800 From: David Schultz To: Ruslan Ermilov Message-ID: <20040118201755.GA40088@VARK.homeunix.com> Mail-Followup-To: Ruslan Ermilov , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200401181032.i0IAWoMh012953@repoman.freebsd.org> <20040118120908.GB29936@FreeBSD.org.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040118120908.GB29936@FreeBSD.org.ua> cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/lib/libc/gdtoa Makefile.inc _hdtoa.c src/lib/libc/stdio vfprintf.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jan 2004 20:18:22 -0000 On Sun, Jan 18, 2004, Ruslan Ermilov wrote: > On Sun, Jan 18, 2004 at 02:32:50AM -0800, David Schultz wrote: > > das 2004/01/18 02:32:50 PST > > > > FreeBSD src repository > > > > Modified files: > > lib/libc/gdtoa Makefile.inc > > lib/libc/stdio vfprintf.c > > Added files: > > lib/libc/gdtoa _hdtoa.c > > Log: > > Implement __hdtoa() and __hldtoa() and enable printf() support for %a > > and %A, which print floating-point numbers in hexadecimal. > > > > Revision Changes Path > > 1.6 +1 -1 src/lib/libc/gdtoa/Makefile.inc > > 1.1 +432 -0 src/lib/libc/gdtoa/_hdtoa.c (new) > > 1.62 +2 -5 src/lib/libc/stdio/vfprintf.c > > > Please update the printf(3) manpage, the BUGS section. I'll take care of that just as soon as I've tested and committed the vendor's strtod(3) fixes. Thanks for the reminder.