Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 24 Jul 2005 12:12:44 +0000 (UTC)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdio vfprintf.c
Message-ID:  <200507241212.j6OCCj7R001200@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2005-07-24 12:12:44 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       vfprintf.c 
  Log:
  Speed up __wcsconv() (and hence the printf() %ls format):
  - use wcsrtombs() instead of a wcrtomb() loop where possible.
  - avoid wcrtomb() loop when output precision is small.
  
  Revision  Changes    Path
  1.70      +30 -34    src/lib/libc/stdio/vfprintf.c



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