Date: Thu, 8 Feb 2001 12:22:29 -0800 (PST) From: Tor Egge <tegge@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/stdio vfprintf.c src/lib/libc/stdlib netbsd_strtod.c strtod.c Message-ID: <200102082022.f18KMTx14124@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
tegge 2001/02/08 12:22:28 PST
Modified files:
lib/libc/stdio vfprintf.c
lib/libc/stdlib netbsd_strtod.c strtod.c
Log:
Protect freelists managed by Balloc/Bfree with a spinlock.
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
Revision Changes Path
1.25 +19 -6 src/lib/libc/stdio/vfprintf.c
1.3 +23 -19 src/lib/libc/stdlib/netbsd_strtod.c
1.4 +23 -17 src/lib/libc/stdlib/strtod.c
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102082022.f18KMTx14124>
