Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Feb 2001 14:12:51 -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 strtod.c netbsd_strtod.c
Message-ID:  <200102152212.f1FMCpD85416@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200102152212.f1FMCpD85416>