glibc/localedata/tests-mbwc
Stefan Liebler 920a0395ba Use correct signedness in wcsncmp
[BZ #18206]
	* wcsmbs/wcsncmp.c (wcsncmp): Compare as wchar_t, not wint_t.
	  Use signed comparision instead of substraction to avoid
	  overflow bug.
	* localedata/tests-mbwc/tst_wcsncmp.c (tst_wcsncmp):
	  Take the sign of ret.
	* localedata/tests-mbwc/dat_wcsncmp.c (tst_wcsncmp_loc):
	  Do not expect precise return values. Only the sign matters.
	* wcsmbs/Makefile (strop-tests): Add wcsncmp.
	* wcsmbs/test-wcsncmp.c: New File.
	* string/test-strncmp.c: Add wcsncmp support.
2015-04-13 21:25:04 +02:00
..
dat_isw-funcs.h * tests-mbwc/tst_funcs.h (TMD_ERRET): Don't declare err_flg. 2000-08-18 09:34:18 +00:00
dat_iswalnum.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswalpha.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswcntrl.c Update. 2003-01-03 22:32:41 +00:00
dat_iswctype.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswdigit.c Update. 2003-01-03 22:32:41 +00:00
dat_iswgraph.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswlower.c Update. 2003-01-03 22:32:41 +00:00
dat_iswprint.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswpunct.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_iswspace.c Update. 2003-01-03 22:32:41 +00:00
dat_iswupper.c Update. 2003-01-03 22:32:41 +00:00
dat_iswxdigit.c Update. 2003-01-03 22:32:41 +00:00
dat_mblen.c Remove trailing whitespace from localedata. 2013-06-07 14:56:03 +00:00
dat_mbrlen.c Update tst_mbrlen/tst_mbrtowc for mblen change 2015-04-10 15:45:53 -07:00
dat_mbrtowc.c Update. 2003-01-03 22:32:41 +00:00
dat_mbsrtowcs.c Update. 2003-01-03 22:32:41 +00:00
dat_mbstowcs.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_mbtowc.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_strcoll.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_strfmon.c Update. 2003-01-03 22:32:41 +00:00
dat_strxfrm.c Update. 2003-01-03 22:32:41 +00:00
dat_swscanf.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_tow-funcs.h * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
dat_towctrans.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_towlower.c Update. 2003-01-03 22:32:41 +00:00
dat_towupper.c Update. 2003-01-03 22:32:41 +00:00
dat_wcrtomb.c Update. 2003-01-03 22:32:41 +00:00
dat_wcscat.c Update. 2003-01-03 22:32:41 +00:00
dat_wcschr.c Update. 2003-01-03 22:32:41 +00:00
dat_wcscmp.c Update. 2003-01-03 22:32:41 +00:00
dat_wcscoll.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_wcscpy.c Update. 2003-01-03 22:32:41 +00:00
dat_wcscspn.c Update. 2003-01-03 22:32:41 +00:00
dat_wcslen.c Update. 2003-01-03 22:32:41 +00:00
dat_wcsncat.c Fix typos. 2013-08-30 18:08:59 +02:00
dat_wcsncmp.c Use correct signedness in wcsncmp 2015-04-13 21:25:04 +02:00
dat_wcsncpy.c Update. 2003-01-03 22:32:41 +00:00
dat_wcspbrk.c Update. 2003-01-03 22:32:41 +00:00
dat_wcsrtombs.c Update. 2003-01-03 22:32:41 +00:00
dat_wcsspn.c Update. 2003-01-03 22:32:41 +00:00
dat_wcsstr.c Update. 2003-01-03 22:32:41 +00:00
dat_wcstod.c Update. 2003-01-03 22:32:41 +00:00
dat_wcstok.c Update. 2003-01-03 22:32:41 +00:00
dat_wcstombs.c Update. 2003-01-03 22:32:41 +00:00
dat_wcswidth.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_wcsxfrm.c Update. 2003-01-03 22:32:41 +00:00
dat_wctob.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
dat_wctomb.c Update. 2003-01-03 22:32:41 +00:00
dat_wctrans.c Update. 2003-01-03 22:32:41 +00:00
dat_wctype.c Update. 2003-01-03 22:32:41 +00:00
dat_wcwidth.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
tgn_funcdef.h * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tgn_locdef.h Update. 2000-07-28 19:52:40 +00:00
tsp_common.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_funcs.h Remove an unused variable in localedata tests. 2011-07-02 16:32:24 -07: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. 2002-08-25 08:44:43 +00:00
tst_mbrtowc.c Update tst_mbrlen/tst_mbrtowc for mblen change 2015-04-10 15:45:53 -07:00
tst_mbsrtowcs.c Update. 2002-08-25 08:44:43 +00:00
tst_mbstowcs.c Update. 2002-08-25 08:44:43 +00:00
tst_mbtowc.c Update. 2000-06-29 23:35:35 +00:00
tst_strcoll.c Update. 2000-06-29 07:13:12 +00:00
tst_strfmon.c Update. 2002-08-25 08:44:43 +00:00
tst_strxfrm.c Update. 2002-08-25 08:44:43 +00:00
tst_swscanf.c Update. 2002-08-25 08:44:43 +00:00
tst_towctrans.c Fix Wundef warning with SHOJI_IS_RIGHT 2014-07-08 15:02:58 +05:30
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 * tests-mbwc/tst_types.h (TIN)MBRLEN_REC): Use correct array 2008-12-26 18:59:44 +00:00
tst_wcrtomb.c Update. 2000-06-29 10:36:12 +00:00
tst_wcscat.c Update. 2002-08-25 08:44:43 +00:00
tst_wcschr.c Update. 2002-08-25 08:44:43 +00:00
tst_wcscmp.c Update. 2000-10-01 18:47:09 +00:00
tst_wcscoll.c Update. 2000-06-28 04:27:24 +00:00
tst_wcscpy.c Fix tst_wcscpy.c test. 2015-01-21 12:30:42 +01:00
tst_wcscspn.c Update. 2002-08-25 08:44:43 +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. 2002-08-25 08:44:43 +00:00
tst_wcsncmp.c Use correct signedness in wcsncmp 2015-04-13 21:25:04 +02:00
tst_wcsncpy.c Update. 2002-08-25 08:44:43 +00:00
tst_wcspbrk.c Update. 2002-08-25 08:44:43 +00:00
tst_wcsrtombs.c Update. 2002-08-25 08:44:43 +00:00
tst_wcsspn.c Update. 2002-08-25 08:44:43 +00:00
tst_wcsstr.c Update. 2002-08-25 08:44:43 +00:00
tst_wcstod.c Update. 2002-08-25 08:44:43 +00:00
tst_wcstok.c Update. 2002-08-25 08:44:43 +00:00
tst_wcstombs.c Update. 2002-08-25 08:44:43 +00:00
tst_wcswidth.c * Makefile (tests): Add tests from tests-mbwc subdirectory, 2000-06-27 12:14:09 +00:00
tst_wcsxfrm.c (tst_wcsxfrm): Use %zu instead of %d format specifier when printing ret. 2003-05-05 18:17:05 +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