cvs commit: src/lib/libc/stdio fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c vswprintf.c vswscanf.c

Tim J. Robbins tjr at FreeBSD.org
Wed Apr 7 02:55:43 PDT 2004


tjr         2004/04/07 02:55:05 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/stdio       fgetwc.c fputwc.c ungetwc.c vfprintf.c 
                         vfscanf.c vfwprintf.c vfwscanf.c 
                         vswprintf.c vswscanf.c 
  Log:
  Prepare to handle trivial state-dependent encodings. Full support for
  state-dependent encodings with locking shifts will come later if there
  is demand for it.
  
  Revision  Changes    Path
  1.8       +4 -1      src/lib/libc/stdio/fgetwc.c
  1.8       +4 -1      src/lib/libc/stdio/fputwc.c
  1.7       +4 -1      src/lib/libc/stdio/ungetwc.c
  1.63      +12 -4     src/lib/libc/stdio/vfprintf.c
  1.36      +8 -3      src/lib/libc/stdio/vfscanf.c
  1.17      +10 -3     src/lib/libc/stdio/vfwprintf.c
  1.10      +11 -6     src/lib/libc/stdio/vfwscanf.c
  1.5       +4 -1      src/lib/libc/stdio/vswprintf.c
  1.3       +4 -1      src/lib/libc/stdio/vswscanf.c


More information about the cvs-all mailing list