From owner-cvs-all Thu Feb 15 14:12:54 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 7EC8637B401; Thu, 15 Feb 2001 14:12:51 -0800 (PST) Received: (from tegge@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1FMCpD85416; Thu, 15 Feb 2001 14:12:51 -0800 (PST) (envelope-from tegge) Message-Id: <200102152212.f1FMCpD85416@freefall.freebsd.org> From: Tor Egge Date: Thu, 15 Feb 2001 14:12:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c src/lib/libc/stdlib strtod.c netbsd_strtod.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG tegge 2001/02/15 14:12:51 PST Modified files: lib/libc/stdio vfprintf.c lib/libc/stdlib strtod.c netbsd_strtod.c Log: Remove freelists managed by Balloc/Bfree. Change __dtoa to not free the string it allocated the previous time it was called. The caller now frees the string after usage if appropiate. PR: 15070 Reviewed by: deischen Revision Changes Path 1.28 +19 -6 src/lib/libc/stdio/vfprintf.c 1.7 +12 -32 src/lib/libc/stdlib/strtod.c 1.5 +13 -34 src/lib/libc/stdlib/netbsd_strtod.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message