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

Tim J. Robbins tjr at FreeBSD.org
Wed Apr 7 02:49:39 PDT 2004


tjr         2004/04/07 02:47:56 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      wcsftime.c wcstod.c wcstof.c wcstold.c 
    lib/libc/string      wcscoll.c wcsxfrm.c 
  Log:
  Prepare to handle state-dependent encodings. This mainly involves not
  taking shortcuts when it comes to storing and passing around conversion
  states.
  
  Revision  Changes    Path
  1.4       +8 -7      src/lib/libc/locale/wcsftime.c
  1.4       +6 -6      src/lib/libc/locale/wcstod.c
  1.3       +6 -2      src/lib/libc/locale/wcstof.c
  1.4       +6 -2      src/lib/libc/locale/wcstold.c
  1.3       +6 -2      src/lib/libc/string/wcscoll.c
  1.3       +6 -2      src/lib/libc/string/wcsxfrm.c


More information about the cvs-src mailing list