Date: Fri, 31 Oct 2003 05:29:01 -0800 (PST) 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/locale wcsftime.c wcstod.c wcstof.c wcstold.c Message-ID: <200310311329.h9VDT1cQ070403@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200310311329.h9VDT1cQ070403>