Date: Wed, 7 Apr 2004 02:55:05 -0700 (PDT) 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 fgetwc.c fputwc.c ungetwc.c vfprintf.c vfscanf.c vfwprintf.c vfwscanf.c vswprintf.c vswscanf.c Message-ID: <200404070955.i379t5Tn059390@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404070955.i379t5Tn059390>