From owner-cvs-lib Fri Dec 19 14:02:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id OAA23444 for cvs-lib-outgoing; Fri, 19 Dec 1997 14:02:53 -0800 (PST) (envelope-from owner-cvs-lib) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id OAA23405; Fri, 19 Dec 1997 14:02:29 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA03861; Fri, 19 Dec 1997 13:59:25 -0800 (PST) Date: Fri, 19 Dec 1997 13:59:25 -0800 (PST) Message-Id: <199712192159.NAA03861@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG Subject: cvs commit: src/lib/libc/stdio vfprintf.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 1997/12/19 13:59:25 PST Modified files: lib/libc/stdio vfprintf.c Log: Comment that long double is poorly implemented, not that it is unimplemented. Revision Changes Path 1.13 +3 -2 src/lib/libc/stdio/vfprintf.c