Date: Fri, 8 Nov 2002 20:33:02 -0800 (PST) From: "Tim J. Robbins" <tjr@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/tools/regression/lib/libc/locale Makefile test-mblen.c test-mbstowcs.c test-mbtowc.c test-wcstombs.c test-wctomb.c Message-ID: <200211090433.gA94X2jK020877@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
tjr 2002/11/08 20:33:02 PST Modified files: tools/regression/lib/libc/locale Makefile Added files: tools/regression/lib/libc/locale test-mblen.c test-mbstowcs.c test-mbtowc.c test-wcstombs.c test-wctomb.c Log: Add regression tests for mblen(), mbtowc(), wctomb(), mbstowcs() and wcstombs(). These tests have already found two libc bugs. Revision Changes Path 1.4 +6 -1 src/tools/regression/lib/libc/locale/Makefile 1.1 +109 -0 src/tools/regression/lib/libc/locale/test-mblen.c (new) 1.1 +110 -0 src/tools/regression/lib/libc/locale/test-mbstowcs.c (new) 1.1 +119 -0 src/tools/regression/lib/libc/locale/test-mbtowc.c (new) 1.1 +127 -0 src/tools/regression/lib/libc/locale/test-wcstombs.c (new) 1.1 +109 -0 src/tools/regression/lib/libc/locale/test-wctomb.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211090433.gA94X2jK020877>