glibc/localedata/tests-mbwc
Andreas Jaeger 2e23c3cc3f Update.
2000-06-29  Andreas Jaeger  <aj@suse.de>

	* Makefile (locale_test_suite): Add new test files.
	(tst_mblen-ENV): New.
	(tst_mbtowc-ENV): New.
	(tst_strcoll-ENV): New.
	(tst_strxfrm-ENV): New.
	(tst_wctomb-ENV): New.

	* tests-mbwc/tst_wctomb.c: New test file from Shoji Kuwabara
	<kuwahara@cthulhu.engr.sgi.com>.
	* tests-mbwc/dat_wctomb.c: Likewise.
	* tests-mbwc/tst_mbtowc.c: Likewise.
	* tests-mbwc/dat_mbtowc.c: Likewise.
	* tests-mbwc/tst_strxfrm.c: Likewise.
	* tests-mbwc/dat_strxfrm.c: Likewise.
	* tests-mbwc/dat_strcoll.c: Likewise.
	* tests-mbwc/tst_strcoll.c: Likewise.
	* tests-mbwc/tst_mblen.c: Likewise.
	* tests-mbwc/dat_mblen.c: Likewise.
2000-06-29 07:13:12 +00:00
..
dat_isw-funcs.h * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswalnum.c Update. 2000-06-28 18:04:12 +00:00
dat_iswalpha.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswcntrl.c Update. 2000-06-28 04:27:24 +00:00
dat_iswctype.c Update. 2000-06-28 04:27:24 +00:00
dat_iswdigit.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswgraph.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswlower.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswprint.c Update. 2000-06-28 04:27:24 +00:00
dat_iswpunct.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswspace.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswupper.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_iswxdigit.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_mblen.c Tests for mblen. 2000-06-29 06:45:01 +00:00
dat_mbrlen.c Update. 2000-06-28 21:46:28 +00:00
dat_mbtowc.c Update. 2000-06-29 07:13:12 +00:00
dat_strcoll.c Update. 2000-06-29 07:13:12 +00:00
dat_strxfrm.c Update. 2000-06-29 07:13:12 +00:00
dat_swscanf.c Update. 2000-06-28 04:27:24 +00:00
dat_tow-funcs.h * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_towctrans.c Update. 2000-06-28 04:27:24 +00:00
dat_towlower.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_towupper.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_wcscat.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_wcschr.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcscmp.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_wcscoll.c Update. 2000-06-28 04:27:24 +00:00
dat_wcscpy.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcscspn.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcslen.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcsncat.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_wcsncmp.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcsncpy.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
dat_wcspbrk.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcsspn.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcsstr.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcswidth.c Update. 2000-06-28 04:27:24 +00:00
dat_wcsxfrm.c Update. 2000-06-28 04:27:24 +00:00
dat_wctob.c Update. 2000-06-28 04:27:24 +00:00
dat_wctomb.c Update. 2000-06-29 07:13:12 +00:00
dat_wctrans.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wctype.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_wcwidth.c Update. 2000-06-28 04:27:24 +00:00
tgn_funcdef.h * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tgn_locdef.h (TST_LOC_de_UTF8): Added. 2000-06-28 08:24:36 +00:00
tsp_common.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_funcs.h Update. 2000-06-28 04:27:24 +00:00
tst_iswalnum.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswalpha.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswcntrl.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswctype.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
tst_iswdigit.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswgraph.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswlower.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswprint.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswpunct.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswspace.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswupper.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_iswxdigit.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_mblen.c Tests for mblen. 2000-06-29 06:45:01 +00:00
tst_mbrlen.c Update. 2000-06-28 21:46:28 +00:00
tst_mbtowc.c Update. 2000-06-29 07:13:12 +00:00
tst_strcoll.c Update. 2000-06-29 07:13:12 +00:00
tst_strxfrm.c Update. 2000-06-29 07:13:12 +00:00
tst_swscanf.c Update. 2000-06-28 04:27:24 +00:00
tst_towctrans.c Update. 2000-06-28 04:27:24 +00:00
tst_towlower.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
tst_towupper.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
tst_types.h Update. 2000-06-28 13:05:23 +00:00
tst_wcscat.c Update. 2000-06-28 13:09:35 +00:00
tst_wcschr.c Update. 2000-06-28 04:27:24 +00:00
tst_wcscmp.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
tst_wcscoll.c Update. 2000-06-28 04:27:24 +00:00
tst_wcscpy.c Update. 2000-06-28 04:27:24 +00:00
tst_wcscspn.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcslen.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcsncat.c Update. 2000-06-28 04:27:24 +00:00
tst_wcsncmp.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcsncpy.c Update. 2000-06-28 04:27:24 +00:00
tst_wcspbrk.c Update. 2000-06-28 04:27:24 +00:00
tst_wcsspn.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcsstr.c Update. 2000-06-28 13:05:23 +00:00
tst_wcswidth.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcsxfrm.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00
tst_wctob.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wctomb.c Update. 2000-06-29 07:13:12 +00:00
tst_wctrans.c Update. 2000-06-28 04:27:24 +00:00
tst_wctype.c Update. 2000-06-28 04:27:24 +00:00
tst_wcwidth.c Add new files to tests and add environment for them. 2000-06-27 15:53:49 +00:00