5238 iswgraph(L'a') returns 0, but iswctype(L'a', wctype("graph")) nonzero
commit81cc999477f2f5f0896ee349f6ec8fc2f804ece3
authorLauri Tirkkonen <lotheac@iki.fi>
Tue, 21 Oct 2014 20:21:04 +0000 (21 23:21 +0300)
committerDan McDonald <danmcd@omniti.com>
Fri, 24 Oct 2014 14:41:34 +0000 (24 10:41 -0400)
tree72a8b90f441e6d253ac6d8ba776268305f73fa9d
parentc375047346b15ac13f787bc562bb7e724c97baf5
5238 iswgraph(L'a') returns 0, but iswctype(L'a', wctype("graph")) nonzero
Reviewed by: Garrett D'Amore <garrett@damore.org>
Reviewed by: David Höppner <0xffea@gmail.com>
Approved by: Dan McDonald <danmcd@omniti.com>
usr/src/lib/libc/port/locale/iswctype.c
usr/src/pkg/manifests/system-test-libctest.mf
usr/src/test/libc-tests/runfiles/default.run
usr/src/test/libc-tests/tests/Makefile
usr/src/test/libc-tests/tests/wctype/Makefile [copied from usr/src/test/libc-tests/tests/Makefile with 79% similarity]
usr/src/test/libc-tests/tests/wctype/wctype_test.c [new file with mode: 0644]