cvs commit: src/lib/libc/stdio vfprintf.c

Tim J. Robbins tjr at FreeBSD.org
Sun Jul 24 12:12:45 GMT 2005


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


More information about the cvs-src mailing list