Date: Tue, 20 Jul 2004 08:27:27 +0000 (UTC) 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 Message-ID: <200407200827.i6K8RRnJ086360@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2004-07-20 08:27:27 UTC FreeBSD src repository Modified files: lib/libc/stdio fgetwc.c fputwc.c ungetwc.c Log: Call __mbrtowc() and __wcrtomb() directly instead of taking detours through mbrtowc() and wcrtomb(). Revision Changes Path 1.12 +2 -1 src/lib/libc/stdio/fgetwc.c 1.10 +2 -1 src/lib/libc/stdio/fputwc.c 1.9 +2 -1 src/lib/libc/stdio/ungetwc.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200407200827.i6K8RRnJ086360>