From owner-cvs-all Fri Dec 7 4:44:40 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5217A37B91D; Fri, 7 Dec 2001 04:40:07 -0800 (PST) Received: (from phantom@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fB7Ccqt67443; Fri, 7 Dec 2001 04:38:52 -0800 (PST) (envelope-from phantom) Message-Id: <200112071238.fB7Ccqt67443@freefall.freebsd.org> From: Alexey Zelkin Date: Fri, 7 Dec 2001 04:38:47 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG phantom 2001/12/07 04:38:47 PST Modified files: lib/libc/stdio vfprintf.c Log: * localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag addition) so move locale.h inclusion out of FLOATING_POINT ifdef's. * add more comments Revision Changes Path 1.33 +3 -3 src/lib/libc/stdio/vfprintf.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message