cvs commit: src/lib/libc/locale wcsftime.c wcstod.c wcstof.c wcstold.c

Tim J. Robbins tjr at FreeBSD.org
Fri Oct 31 05:29:02 PST 2003


tjr         2003/10/31 05:29:00 PST

  FreeBSD src repository

  Modified files:
    lib/libc/locale      wcsftime.c wcstod.c wcstof.c wcstold.c 
  Log:
  Don't bother passing a freshly-zeroed mbstate to mbsrtowcs() etc.
  when the current implementation won't use it, anyway. Just pass NULL.
  This will need to be changed when state-dependent encodings are
  supported, but there's no need to take the performance hit
  in the meantime.
  
  Revision  Changes    Path
  1.3       +7 -8      src/lib/libc/locale/wcsftime.c
  1.3       +10 -23    src/lib/libc/locale/wcstod.c
  1.2       +5 -23     src/lib/libc/locale/wcstof.c
  1.2       +3 -21     src/lib/libc/locale/wcstold.c


More information about the cvs-src mailing list