Date: Wed, 7 Apr 2004 02:47:56 -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/locale wcsftime.c wcstod.c wcstof.c wcstold.c src/lib/libc/string wcscoll.c wcsxfrm.c Message-ID: <200404070947.i379luwM057247@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200404070947.i379luwM057247>