From owner-cvs-src@FreeBSD.ORG Sat Apr 5 14:10:14 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A62E837B401; Sat, 5 Apr 2003 14:10:14 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3E22643FA3; Sat, 5 Apr 2003 14:10:14 -0800 (PST) (envelope-from das@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h35MAE0U027018; Sat, 5 Apr 2003 14:10:14 -0800 (PST) (envelope-from das@repoman.freebsd.org) Received: (from das@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h35MADsY027017; Sat, 5 Apr 2003 14:10:13 -0800 (PST) Message-Id: <200304052210.h35MADsY027017@repoman.freebsd.org> From: David Schultz Date: Sat, 5 Apr 2003 14:10:13 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src/lib/libc/gdtoa Makefile.inc _ldtoa.c src/lib/libc/alpha _fpmath.h src/lib/libc/i386 _fpmath.h src/lib/libc/ia64 _fpmath.h src/lib/libc/powerpc _fpmath.h src/lib/libc/sparc64 _fpmath.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Apr 2003 22:10:15 -0000 das 2003/04/05 14:10:13 PST FreeBSD src repository Modified files: lib/libc/gdtoa Makefile.inc lib/libc/alpha _fpmath.h lib/libc/i386 _fpmath.h lib/libc/ia64 _fpmath.h lib/libc/powerpc _fpmath.h lib/libc/sparc64 _fpmath.h Added files: lib/libc/gdtoa _ldtoa.c Log: Add __ldtoa(), a wrapper around gdtoa() to make it look like dtoa(). In support of this, add some MD macros to assist in converting long doubles to the format expected by gdtoa(). Reviewed by: silence on standards@ Revision Changes Path 1.3 +6 -0 src/lib/libc/alpha/_fpmath.h 1.3 +1 -1 src/lib/libc/gdtoa/Makefile.inc 1.1 +97 -0 src/lib/libc/gdtoa/_ldtoa.c (new) 1.2 +5 -0 src/lib/libc/i386/_fpmath.h 1.3 +5 -0 src/lib/libc/ia64/_fpmath.h 1.2 +8 -0 src/lib/libc/powerpc/_fpmath.h 1.2 +8 -0 src/lib/libc/sparc64/_fpmath.h