Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jul 1998 17:45:00 -0700 (PDT)
From:      Peter Wemm <peter@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-lib@FreeBSD.ORG
Subject:   cvs commit: src/lib/libc/stdio asprintf.c fvwrite.c printf.3 vasprintf.c
Message-ID:  <199807080045.RAA16360@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
peter       1998/07/07 17:44:59 PDT

  Modified files:
    lib/libc/stdio       asprintf.c fvwrite.c printf.3 vasprintf.c 
  Log:
  Replace my original asprintf() and vasprintf() hacks with something
  more cleanly integrated with stdio.  This should be faster and cleaner
  since it doesn't memcpy() the data into a seperate buffer.  This lets
  stdio allocate and manage the buffer and then hand it over to the user.
  
  Obtained from: Todd Miller <Todd.Miller@courtesan.com> via OpenBSD
  
  Revision  Changes    Path
  1.4       +40 -18    src/lib/libc/stdio/asprintf.c
  1.8       +18 -1     src/lib/libc/stdio/fvwrite.c
  1.10      +6 -10     src/lib/libc/stdio/printf.3
  1.9       +35 -113   src/lib/libc/stdio/vasprintf.c



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