Date: Sat, 5 Apr 2003 00:28:24 -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 ansi.c Message-ID: <200304050828.h358SOPE031011@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2003/04/05 00:28:24 PST FreeBSD src repository Modified files: (Branch: RELENG_4) lib/libc/locale ansi.c Log: MFC wcstombs.c 1.1-1.5, mbstowcs.c 1.1-1.6: Implement the XSI extension that allows the destination string to be NULL, and returns the number of bytes (wcstombs) or wide characters (mbstowcs) that would be required to store the result of the conversion without storing anything. PR: 17694 Revision Changes Path 1.3.6.1 +59 -12 src/lib/libc/locale/ansi.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304050828.h358SOPE031011>